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

chore: compiler subpackage #10988

Merged
merged 4 commits into from
Apr 1, 2024
Merged

chore: compiler subpackage #10988

merged 4 commits into from
Apr 1, 2024

Conversation

Rich-Harris
Copy link
Member

Moves compiler.cjs to compiler/index.js, per a previous decision. I had hoped to use importScript inside the REPL workers, but alas we can't do that because they're module workers (but only during development IIUC?) and I couldn't be bothered to fight with it

Copy link

changeset-bot bot commented Mar 29, 2024

🦋 Changeset detected

Latest commit: 6c77ba9

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
svelte Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@Rich-Harris Rich-Harris changed the title Compiler subpackage chore: compiler subpackage Mar 29, 2024
@dummdidumm
Copy link
Member

Pretty sure this will break language tools - @jasonlyu123 could you check and if it does break create a PR that can deal with the new structure?

@dummdidumm
Copy link
Member

Released new versions of language tools which can deal with the subpackage, so this can be merged whenever.

@Rich-Harris Rich-Harris merged commit 4f3fae7 into main Apr 1, 2024
8 checks passed
@Rich-Harris Rich-Harris deleted the compiler-subpackage branch April 1, 2024 22:03
@JonathonRP
Copy link

svelte vs code is crashing, can't find complier.cjs and eslint is not liking require in index.js file as it should be module according to eslint expectations

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.

None yet

3 participants