File tree Expand file tree Collapse file tree
files/__addonLocation__/unpublished-development-types Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44import '@glint/environment-ember-loose' ;
55import '@glint/environment-ember-template-imports' ;
66
7- declare module '@glint/environment-ember- loose/registry' {
8- // Remove this once entries have been added! 👇
9- // eslint-disable-next-line @typescript-eslint/no-empty-interface
10- export default interface Registry {
11- // Add any registry entries from other addons here that your addon itself uses (in non-strict mode templates)
12- // See https://typed-ember.gitbook.io/glint/using-glint/ember/using-addons
13- }
14- }
7+ // Uncomment if you need to support consuming projects in loose mode
8+ //
9+ // declare module '@glint/environment-ember-loose/registry' {
10+ // export default interface Registry {
11+ // // Add any registry entries from other addons here that your addon itself uses (in non-strict mode templates)
12+ // // See https://typed-ember.gitbook.io/glint/using-glint/ember/using-addons
13+ // }
14+ // }
You can’t perform that action at this time.
0 commit comments