Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix combination usages of compileModules along with other flags. #407

Merged
merged 1 commit into from May 18, 2021

Conversation

rwjblue
Copy link
Member

@rwjblue rwjblue commented May 18, 2021

The fix that landed in #402 was not quite correct. Specifically, it did not address the scenario where you explicitly set compileModules: false but also set other flags that relate to modules behaviors (e.g. disableDebugTooling or disableEmberModulesAPIPolyfill).

This adds a number of additional tests (which emulate "real world" usage from Embroider) and ensure they pass.

Also related: ember-polyfills/ember-cached-decorator-polyfill#70

The fix that landed in e20c0e4 was not quite correct. Specifically, it
did not address the scenario where you explicitly set `compileModules:
false` but also set other flags that relate to modules behaviors (e.g.
`disableDebugTooling` or `disableEmberModulesAPIPolyfill`).

This adds a number of additional tests (which emulate "real world" usage
from Embroider) and ensure they pass.

Co-authored-by: Edward Faulkner <edward@eaf4.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant