UNPKG

ember-source

Version:

A JavaScript framework for creating ambitious web applications

41 lines (37 loc) 1.27 kB
export { E as EMPTY_BLOCKS, W as WrappedBuilder, c as compilable, b as compileStatements, I as invokeStaticBlock, d as invokeStaticBlockWithStack, m as meta, a as templateCacheCounters, e as templateCompilationContext, t as templateFactory } from '../../shared-chunks/index-CSVCFS_p.js'; import '../../shared-chunks/fragment-EpVz5Xuc.js'; import '../validator/index.js'; import '../../shared-chunks/reference-BNqcwZWH.js'; export { E as EvaluationContextImpl, S as StdLib, c as compileStd } from '../../shared-chunks/program-context-C-JdYXRA.js'; let debugCompiler; const DEFAULT_CAPABILITIES = { dynamicLayout: true, dynamicTag: true, prepareArgs: true, createArgs: true, attributeHook: false, elementHook: false, dynamicScope: true, createCaller: false, updateHook: true, createInstance: true, wrapped: false, willDestroy: false, hasSubOwner: false }; const MINIMAL_CAPABILITIES = { dynamicLayout: false, dynamicTag: false, prepareArgs: false, createArgs: false, attributeHook: false, elementHook: false, dynamicScope: false, createCaller: false, updateHook: false, createInstance: false, wrapped: false, willDestroy: false, hasSubOwner: false }; export { DEFAULT_CAPABILITIES, MINIMAL_CAPABILITIES, debugCompiler };