Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/stable' into address-deprecation…
Browse files Browse the repository at this point in the history
…-from-ember-source-5.9-@glimmer/syntax-0.92
  • Loading branch information
ef4 committed Jun 11, 2024
2 parents 3b5e573 + 97c41da commit 641cbb9
Show file tree
Hide file tree
Showing 3 changed files with 2,293 additions and 1,917 deletions.
2 changes: 1 addition & 1 deletion packages/macros/src/glimmer/ast-transform.ts
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ export function makeSecondTransform() {
) {
modifier.path = macroUnlessExpression(modifier.path, env.syntax.builders);
if (modifier.path.type === 'UndefinedLiteral') {
return true;
return false;
}
}
if (modifier.path.type !== 'PathExpression') {
Expand Down
Loading

0 comments on commit 641cbb9

Please sign in to comment.