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

declare type=module #1466

Merged
merged 2 commits into from
Oct 27, 2023
Merged

declare type=module #1466

merged 2 commits into from
Oct 27, 2023

Conversation

NullVoxPopuli
Copy link
Contributor

@NullVoxPopuli NullVoxPopuli commented Oct 27, 2023

Resolves: #1464

the glimmer-vm repo has been going through some much needed maintenance.
During the last release, an ESM-only build was built.

In prior glimmer-vm releases, we had compiled all the way to ES5 in some cases for Ie11 support. but we no longer support IE11.

This has technically been a breaking change (as is every 0.x release, per semver, sorta).
However, since the ESM-only release already occurred this PR is a bugfix.

In the future I think we'll want to add publint and are-the-types-wrong to help protect against these sorts of configuration mistakes.

@NullVoxPopuli NullVoxPopuli merged commit 6b23664 into master Oct 27, 2023
5 checks passed
@NullVoxPopuli NullVoxPopuli deleted the declare-type-module branch October 27, 2023 20:11
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.

Can't import() package
1 participant