File tree Expand file tree Collapse file tree
files/unpublished-development-types
tests/fixtures/explicit-imports
my-addon/unpublished-development-types Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11// Add any types here that you need for local development only.
22// These will *not* be published as part of your addon, so be careful that your published code does not rely on them!
33
4- import '@glint/environment-ember-loose' ;
5- import '@glint/environment-ember-template-imports' ;
6-
74// Uncomment if you need to support consuming projects in loose mode
85//
96// declare module '@glint/environment-ember-loose/registry' {
Original file line number Diff line number Diff line change 11// Add any types here that you need for local development only.
22// These will *not* be published as part of your addon, so be careful that your published code does not rely on them!
33
4- import '@glint/environment-ember-loose' ;
5-
64import { default as MyRegistry } from '../src/template-registry' ;
75
86declare module '@glint/environment-ember-loose/registry' {
Original file line number Diff line number Diff line change 1- import '@glint/environment-ember-loose' ;
2- import '@glint/environment-ember-template-imports' ;
3-
41import { default as MyAddonRegistry } from 'my-addon/template-registry' ;
52
63declare module '@glint/environment-ember-loose/registry' {
You can’t perform that action at this time.
0 commit comments