Skip to content
This repository was archived by the owner on Oct 29, 2024. It is now read-only.

Commit 137dd4f

Browse files
committed
Scope isn't present when not set
1 parent 1b2d56e commit 137dd4f

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

packages/@glimmer/babel-preset/test/fixtures/debug/output.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,5 @@ _createTemplateFactory(
6262
"id": null,
6363
"block": "[[[1,\"Hello, world!\"]],[],false,[]]",
6464
"moduleName": "(unknown template module)",
65-
"scope": null,
6665
"isStrictMode": true
6766
});

packages/@glimmer/babel-preset/test/fixtures/production/output.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,5 @@ _createTemplateFactory(
6262
"id": null,
6363
"block": "[[[1,\"Hello, world!\"]],[],false,[]]",
6464
"moduleName": "(unknown template module)",
65-
"scope": null,
6665
"isStrictMode": true
6766
});

0 commit comments

Comments
 (0)