|
| 1 | +/* eslint-disable */ |
| 2 | + |
| 3 | +// This file was derived from the output of the classic broccoli-based build of |
| 4 | +// ember-template-compiler.js. It's intended to convey exactly how the authored ES modules |
| 5 | +// get mapped into backward-compatible AMD defines. |
| 6 | + |
| 7 | +import d from 'amd-compat-entrypoint-definition'; |
| 8 | + |
| 9 | +import * as emberinternalsBrowserEnvironmentIndex from '@ember/-internals/browser-environment/index'; |
| 10 | +d('@ember/-internals/browser-environment/index', emberinternalsBrowserEnvironmentIndex); |
| 11 | + |
| 12 | +import * as emberinternalsEnvironmentIndex from '@ember/-internals/environment/index'; |
| 13 | +d('@ember/-internals/environment/index', emberinternalsEnvironmentIndex); |
| 14 | + |
| 15 | +import * as emberinternalsUtilsIndex from '@ember/-internals/utils/index'; |
| 16 | +d('@ember/-internals/utils/index', emberinternalsUtilsIndex); |
| 17 | + |
| 18 | +import * as emberCanaryFeaturesIndex from '@ember/canary-features/index'; |
| 19 | +d('@ember/canary-features/index', emberCanaryFeaturesIndex); |
| 20 | + |
| 21 | +/* |
| 22 | +
|
| 23 | +The classic build included these modules but not their dependencies, so they |
| 24 | +never worked. Keeping this comment to document why the list of modules differs in |
| 25 | +this way. |
| 26 | +
|
| 27 | +import * as emberDebugContainerDebugAdapter from '@ember/debug/container-debug-adapter'; |
| 28 | +d('@ember/debug/container-debug-adapter', emberDebugContainerDebugAdapter); |
| 29 | +
|
| 30 | +import * as emberDebugDataAdapter from '@ember/debug/data-adapter'; |
| 31 | +d('@ember/debug/data-adapter', emberDebugDataAdapter); |
| 32 | +
|
| 33 | +*/ |
| 34 | + |
| 35 | +import * as emberDebugIndex from '@ember/debug/index'; |
| 36 | +d('@ember/debug/index', emberDebugIndex); |
| 37 | + |
| 38 | +import * as emberDebugLibCaptureRenderTree from '@ember/debug/lib/capture-render-tree'; |
| 39 | +d('@ember/debug/lib/capture-render-tree', emberDebugLibCaptureRenderTree); |
| 40 | + |
| 41 | +import * as emberDebugLibDeprecate from '@ember/debug/lib/deprecate'; |
| 42 | +d('@ember/debug/lib/deprecate', emberDebugLibDeprecate); |
| 43 | + |
| 44 | +import * as emberDebugLibHandlers from '@ember/debug/lib/handlers'; |
| 45 | +d('@ember/debug/lib/handlers', emberDebugLibHandlers); |
| 46 | + |
| 47 | +import * as emberDebugLibInspect from '@ember/debug/lib/inspect'; |
| 48 | +d('@ember/debug/lib/inspect', emberDebugLibInspect); |
| 49 | + |
| 50 | +import * as emberDebugLibTesting from '@ember/debug/lib/testing'; |
| 51 | +d('@ember/debug/lib/testing', emberDebugLibTesting); |
| 52 | + |
| 53 | +import * as emberDebugLibWarn from '@ember/debug/lib/warn'; |
| 54 | +d('@ember/debug/lib/warn', emberDebugLibWarn); |
| 55 | + |
| 56 | +import * as emberDeprecatedFeaturesIndex from '@ember/deprecated-features/index'; |
| 57 | +d('@ember/deprecated-features/index', emberDeprecatedFeaturesIndex); |
| 58 | + |
| 59 | +import * as glimmerCompiler from '@glimmer/compiler'; |
| 60 | +d('@glimmer/compiler', glimmerCompiler); |
| 61 | + |
| 62 | +import * as glimmerEnv from '@glimmer/env'; |
| 63 | +d('@glimmer/env', glimmerEnv); |
| 64 | + |
| 65 | +import * as glimmerSyntax from '@glimmer/syntax'; |
| 66 | +d('@glimmer/syntax', glimmerSyntax); |
| 67 | + |
| 68 | +import * as glimmerUtil from '@glimmer/util'; |
| 69 | +d('@glimmer/util', glimmerUtil); |
| 70 | + |
| 71 | +import * as glimmerVm from '@glimmer/vm'; |
| 72 | +d('@glimmer/vm', glimmerVm); |
| 73 | + |
| 74 | +import * as glimmerWireFormat from '@glimmer/wire-format'; |
| 75 | +d('@glimmer/wire-format', glimmerWireFormat); |
| 76 | + |
| 77 | +import * as handlebarsParserIndex from '@handlebars/parser'; |
| 78 | +d('@handlebars/parser/index', handlebarsParserIndex); |
| 79 | + |
| 80 | +import * as emberTemplateCompilerIndex from 'ember-template-compiler/index'; |
| 81 | +d('ember-template-compiler/index', emberTemplateCompilerIndex); |
| 82 | + |
| 83 | +import * as emberTemplateCompilerLibPluginsAssertAgainstAttrs from 'ember-template-compiler/lib/plugins/assert-against-attrs'; |
| 84 | +d( |
| 85 | + 'ember-template-compiler/lib/plugins/assert-against-attrs', |
| 86 | + emberTemplateCompilerLibPluginsAssertAgainstAttrs |
| 87 | +); |
| 88 | + |
| 89 | +import * as emberTemplateCompilerLibPluginsAssertAgainstNamedOutlets from 'ember-template-compiler/lib/plugins/assert-against-named-outlets'; |
| 90 | +d( |
| 91 | + 'ember-template-compiler/lib/plugins/assert-against-named-outlets', |
| 92 | + emberTemplateCompilerLibPluginsAssertAgainstNamedOutlets |
| 93 | +); |
| 94 | + |
| 95 | +import * as emberTemplateCompilerLibPluginsAssertInputHelperWithoutBlock from 'ember-template-compiler/lib/plugins/assert-input-helper-without-block'; |
| 96 | +d( |
| 97 | + 'ember-template-compiler/lib/plugins/assert-input-helper-without-block', |
| 98 | + emberTemplateCompilerLibPluginsAssertInputHelperWithoutBlock |
| 99 | +); |
| 100 | + |
| 101 | +import * as emberTemplateCompilerLibPluginsAssertReservedNamedArguments from 'ember-template-compiler/lib/plugins/assert-reserved-named-arguments'; |
| 102 | +d( |
| 103 | + 'ember-template-compiler/lib/plugins/assert-reserved-named-arguments', |
| 104 | + emberTemplateCompilerLibPluginsAssertReservedNamedArguments |
| 105 | +); |
| 106 | + |
| 107 | +import * as emberTemplateCompilerLibPluginsIndex from 'ember-template-compiler/lib/plugins/index'; |
| 108 | +d('ember-template-compiler/lib/plugins/index', emberTemplateCompilerLibPluginsIndex); |
| 109 | + |
| 110 | +import * as emberTemplateCompilerLibPluginsTransformActionSyntax from 'ember-template-compiler/lib/plugins/transform-action-syntax'; |
| 111 | +d( |
| 112 | + 'ember-template-compiler/lib/plugins/transform-action-syntax', |
| 113 | + emberTemplateCompilerLibPluginsTransformActionSyntax |
| 114 | +); |
| 115 | + |
| 116 | +import * as emberTemplateCompilerLibPluginsTransformEachInIntoEach from 'ember-template-compiler/lib/plugins/transform-each-in-into-each'; |
| 117 | +d( |
| 118 | + 'ember-template-compiler/lib/plugins/transform-each-in-into-each', |
| 119 | + emberTemplateCompilerLibPluginsTransformEachInIntoEach |
| 120 | +); |
| 121 | + |
| 122 | +import * as emberTemplateCompilerLibPluginsTransformEachTrackArray from 'ember-template-compiler/lib/plugins/transform-each-track-array'; |
| 123 | +d( |
| 124 | + 'ember-template-compiler/lib/plugins/transform-each-track-array', |
| 125 | + emberTemplateCompilerLibPluginsTransformEachTrackArray |
| 126 | +); |
| 127 | + |
| 128 | +import * as emberTemplateCompilerLibPluginsTransformInElement from 'ember-template-compiler/lib/plugins/transform-in-element'; |
| 129 | +d( |
| 130 | + 'ember-template-compiler/lib/plugins/transform-in-element', |
| 131 | + emberTemplateCompilerLibPluginsTransformInElement |
| 132 | +); |
| 133 | + |
| 134 | +import * as emberTemplateCompilerLibPluginsTransformQuotedBindingsIntoJustBindings from 'ember-template-compiler/lib/plugins/transform-quoted-bindings-into-just-bindings'; |
| 135 | +d( |
| 136 | + 'ember-template-compiler/lib/plugins/transform-quoted-bindings-into-just-bindings', |
| 137 | + emberTemplateCompilerLibPluginsTransformQuotedBindingsIntoJustBindings |
| 138 | +); |
| 139 | + |
| 140 | +import * as emberTemplateCompilerLibPluginsTransformResolutions from 'ember-template-compiler/lib/plugins/transform-resolutions'; |
| 141 | +d( |
| 142 | + 'ember-template-compiler/lib/plugins/transform-resolutions', |
| 143 | + emberTemplateCompilerLibPluginsTransformResolutions |
| 144 | +); |
| 145 | + |
| 146 | +import * as emberTemplateCompilerLibPluginsTransformWrapMountAndOutlet from 'ember-template-compiler/lib/plugins/transform-wrap-mount-and-outlet'; |
| 147 | +d( |
| 148 | + 'ember-template-compiler/lib/plugins/transform-wrap-mount-and-outlet', |
| 149 | + emberTemplateCompilerLibPluginsTransformWrapMountAndOutlet |
| 150 | +); |
| 151 | + |
| 152 | +import * as emberTemplateCompilerLibPluginsUtils from 'ember-template-compiler/lib/plugins/utils'; |
| 153 | +d('ember-template-compiler/lib/plugins/utils', emberTemplateCompilerLibPluginsUtils); |
| 154 | + |
| 155 | +import * as emberTemplateCompilerLibPublicApi from 'ember-template-compiler/lib/public-api'; |
| 156 | +d('ember-template-compiler/lib/public-api', emberTemplateCompilerLibPublicApi); |
| 157 | + |
| 158 | +import * as emberTemplateCompilerLibSystemBootstrap from 'ember-template-compiler/lib/system/bootstrap'; |
| 159 | +d('ember-template-compiler/lib/system/bootstrap', emberTemplateCompilerLibSystemBootstrap); |
| 160 | + |
| 161 | +import * as emberTemplateCompilerLibSystemCalculateLocationDisplay from 'ember-template-compiler/lib/system/calculate-location-display'; |
| 162 | +d( |
| 163 | + 'ember-template-compiler/lib/system/calculate-location-display', |
| 164 | + emberTemplateCompilerLibSystemCalculateLocationDisplay |
| 165 | +); |
| 166 | + |
| 167 | +import * as emberTemplateCompilerLibSystemCompileOptions from 'ember-template-compiler/lib/system/compile-options'; |
| 168 | +d( |
| 169 | + 'ember-template-compiler/lib/system/compile-options', |
| 170 | + emberTemplateCompilerLibSystemCompileOptions |
| 171 | +); |
| 172 | + |
| 173 | +import * as emberTemplateCompilerLibSystemCompile from 'ember-template-compiler/lib/system/compile'; |
| 174 | +d('ember-template-compiler/lib/system/compile', emberTemplateCompilerLibSystemCompile); |
| 175 | + |
| 176 | +import * as emberTemplateCompilerLibSystemDasherizeComponentName from 'ember-template-compiler/lib/system/dasherize-component-name'; |
| 177 | +d( |
| 178 | + 'ember-template-compiler/lib/system/dasherize-component-name', |
| 179 | + emberTemplateCompilerLibSystemDasherizeComponentName |
| 180 | +); |
| 181 | + |
| 182 | +import * as emberTemplateCompilerLibSystemInitializer from 'ember-template-compiler/lib/system/initializer'; |
| 183 | +d('ember-template-compiler/lib/system/initializer', emberTemplateCompilerLibSystemInitializer); |
| 184 | + |
| 185 | +import * as emberTemplateCompilerLibSystemPrecompile from 'ember-template-compiler/lib/system/precompile'; |
| 186 | +d('ember-template-compiler/lib/system/precompile', emberTemplateCompilerLibSystemPrecompile); |
| 187 | + |
| 188 | +import * as emberTemplateCompilerLibTypes from 'ember-template-compiler/lib/types'; |
| 189 | +d('ember-template-compiler/lib/types', emberTemplateCompilerLibTypes); |
| 190 | + |
| 191 | +import * as emberTemplateCompilerMinimal from 'ember-template-compiler/minimal'; |
| 192 | +d('ember-template-compiler/minimal', emberTemplateCompilerMinimal); |
| 193 | + |
| 194 | +import * as emberVersion from 'ember/version'; |
| 195 | +d('ember/version', emberVersion); |
| 196 | + |
| 197 | +import * as simpleHtmlTokenizer from 'simple-html-tokenizer'; |
| 198 | +d('simple-html-tokenizer', simpleHtmlTokenizer); |
| 199 | + |
| 200 | +if (typeof module === 'object' && module.exports) { |
| 201 | + module.exports = emberTemplateCompilerIndex; |
| 202 | +} |
0 commit comments