1 | declare module 'ember-template-compiler/lib/plugins' {
|
2 | export const INTERNAL_PLUGINS: {
|
3 | readonly AssertAgainstAttrs: typeof import('@ember/template-compiler/lib/plugins/assert-against-attrs').default;
|
4 | readonly AssertAgainstNamedOutlets: typeof import('@ember/template-compiler/lib/plugins/assert-against-named-outlets').default;
|
5 | readonly AssertInputHelperWithoutBlock: typeof import('@ember/template-compiler/lib/plugins/assert-input-helper-without-block').default;
|
6 | readonly AssertReservedNamedArguments: typeof import('@ember/template-compiler/lib/plugins/assert-reserved-named-arguments').default;
|
7 | readonly TransformActionSyntax: typeof import('@ember/template-compiler/lib/plugins/transform-action-syntax').default;
|
8 | readonly TransformEachInIntoEach: typeof import('@ember/template-compiler/lib/plugins/transform-each-in-into-each').default;
|
9 | readonly TransformEachTrackArray: typeof import('@ember/template-compiler/lib/plugins/transform-each-track-array').default;
|
10 | readonly TransformInElement: typeof import('@ember/template-compiler/lib/plugins/transform-in-element').default;
|
11 | readonly TransformQuotedBindingsIntoJustBindings: typeof import('@ember/template-compiler/lib/plugins/transform-quoted-bindings-into-just-bindings').default;
|
12 | readonly TransformResolutions: typeof import('@ember/template-compiler/lib/plugins/transform-resolutions').default;
|
13 | readonly TransformWrapMountAndOutlet: typeof import('@ember/template-compiler/lib/plugins/transform-wrap-mount-and-outlet').default;
|
14 | };
|
15 | export const RESOLUTION_MODE_TRANSFORMS: readonly typeof import('@ember/template-compiler/lib/plugins/assert-against-attrs').default[];
|
16 | export const STRICT_MODE_TRANSFORMS: readonly typeof import('@ember/template-compiler/lib/plugins/assert-against-named-outlets').default[];
|
17 | export const STRICT_MODE_KEYWORDS: readonly string[];
|
18 | }
|