ember-source
Version:
A JavaScript framework for creating ambitious web applications
21 lines (20 loc) • 955 B
TypeScript
declare module 'ember-template-compiler/lib/public-api' {
export { default as _Ember } from 'ember';
import VERSION from 'ember/version';
import * as _GlimmerSyntax from '@glimmer/syntax';
export { default as precompile } from 'ember-template-compiler/lib/system/precompile';
export { default as compile } from 'ember-template-compiler/lib/system/compile';
export {
default as compileOptions,
buildCompileOptions as _buildCompileOptions,
transformsFor as _transformsFor,
} from 'ember-template-compiler/lib/system/compile-options';
export {
RESOLUTION_MODE_TRANSFORMS,
STRICT_MODE_TRANSFORMS,
} from '@ember/template-compiler/-internal-primitives';
export type { EmberPrecompileOptions } from 'ember-template-compiler/lib/types';
export { preprocess as _preprocess, print as _print } from '@glimmer/syntax';
export { precompile as _precompile } from '@glimmer/compiler';
export { _GlimmerSyntax, VERSION };
}