ember-source
Version:
A JavaScript framework for creating ambitious web applications
13 lines (10 loc) • 421 B
JavaScript
import { C as ConstantsImpl } from '../../shared-chunks/constants-b-2IVErl.js';
import { a as ProgramHeapImpl } from '../../shared-chunks/program-B7SJZ5NF.js';
export { P as ProgramImpl, R as RuntimeOpImpl } from '../../shared-chunks/program-B7SJZ5NF.js';
function artifacts() {
return {
constants: new ConstantsImpl(),
heap: new ProgramHeapImpl()
};
}
export { ConstantsImpl, ProgramHeapImpl, artifacts };