Skip to content

Commit

Permalink
Recognize imports from '@glimmerx/component' (#2845)
Browse files Browse the repository at this point in the history
  • Loading branch information
tstewart15 committed Mar 15, 2023
1 parent 8dee696 commit d5c258d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/extract-templates.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ export function extractTemplates(moduleSource, relativePath) {
importPath: '@ember/template-compilation',
importIdentifier: 'hbs',
},
{
importPath: '@glimmerx/component',
importIdentifier: 'hbs',
},
{
importPath: util.TEMPLATE_LITERAL_MODULE_SPECIFIER,
importIdentifier: util.TEMPLATE_LITERAL_IDENTIFIER,
Expand Down

0 comments on commit d5c258d

Please sign in to comment.