Skip to content

Conversation

@Conduitry
Copy link
Member

Fixes #3752.

This ended up being a little more involved than I had expected, because of my changes in Rich-Harris/code-red#5 which updated Acorn and some other deps. We don't want to have two copies of them in Svelte, so I had to update Svelte's copies too. This caused a mysterious type failure in src/compiler/parse/read/script.ts (Node can't be cast to Program because it is missing fields), and after poking around at that for a bit, I just ended up force-casting it.

@Conduitry Conduitry merged commit d976203 into sveltejs:master Oct 21, 2019
@Conduitry Conduitry deleted the gh-3752 branch October 21, 2019 15:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Compiler throws exception with simultaneous default and named import [@next]

1 participant