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 wrong AMD transform dependency/callback parameter ordering. #119

Merged
merged 2 commits into from
Apr 12, 2018

Conversation

aomarks
Copy link
Member

@aomarks aomarks commented Apr 12, 2018

Fix AMD transform bug where if an HTML document had multiple type=module
scripts, and any of them (apart from the first) had any kind of import,
then that import was not accessible (because it was mapped to the wrong
module callback function argument).

Fixes #112

@aomarks aomarks requested a review from rictic April 12, 2018 01:51
Fix AMD transform bug where if an HTML document had multiple type=module
scripts, and any of them (apart from the first) had any kind of import,
then that import was not accessible (because it was mapped to the wrong
module callback function argument).

Fixes #112
@aomarks aomarks force-pushed the amd-callback-params branch from db44535 to 908542b Compare April 12, 2018 01:51
@@ -5,7 +5,8 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

<!-- ## Unreleased -->
## Unreleased
* Fix AMD transform bug where if an HTML document had multiple type=module scripts, and any of them (apart from the first) had any kind of import, then that import was not accessible (because it was mapped to the wrong module callback function argument).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What about a policy where we update all affected packages' changelogs when there's important bugfixes or new features? So in this case we'd copy this change notice to CLI and Polyserve too.

That'll also help lerna publish infer when it should stamp a new release of a package.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

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.

3 participants