abcb2cf9a0
When targeting ES2015 (as is the default in cli@8), `const` is not downleveled to `var` and thus declaring `const module` throws an error due to webpack wrapping the code in a function call with a `module` argument (even when compiling for the `web` environment). Related: webpack/webpack#7369 Fixes #30050 PR Close #30058 |
||
---|---|---|
.. | ||
change_detection_spec.ts | ||
content_projection_spec.ts | ||
downgrade_component_spec.ts | ||
downgrade_module_spec.ts | ||
examples_spec.ts | ||
injection_spec.ts | ||
static_test_helpers.ts | ||
testability_spec.ts | ||
upgrade_component_spec.ts |