Skip to content

Commit

Permalink
Also add voidMap
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Oct 27, 2023
1 parent 4f19fe1 commit c589315
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/@glimmer/syntax/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ export { default as Walker } from './lib/traversal/walker';
export * as ASTv1 from './lib/v1/api';
export { default as builders } from './lib/v1/public-builders';
export { default as visitorKeys } from './lib/v1/visitor-keys';
export { voidMap } from './lib/generation/printer';
export * as ASTv2 from './lib/v2/api';
export { normalize } from './lib/v2/normalize';
export { node } from './lib/v2/objects/node';
Expand Down
1 change: 1 addition & 0 deletions packages/@glimmer/syntax/test/public-api-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ QUnit.test('exports are not accidentally removed', function(assert) {
assert.ok(syntax.ASTv1);
assert.ok(syntax.builders);
assert.ok(syntax.visitorKeys);
assert.ok(syntax.voidMap);
assert.ok(syntax.ASTv2);
assert.ok(syntax.normalize);
assert.ok(syntax.node);
Expand Down

0 comments on commit c589315

Please sign in to comment.