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

feat: use external loaders for fallback #26

Merged
merged 1 commit into from
Oct 12, 2021

Conversation

piotr-oles
Copy link
Owner

@piotr-oles piotr-oles commented Oct 8, 2021

The existing AssemblyScript compiler to JavaScript does not work for all cases and produces large files. Given that AssemblyScript is a subset of TypeScript, we can leverage existing TypeScript loaders :)

📦 Published PR as canary version: 0.11.0--canary.26.56f3163.0

✨ Test out this PR locally via:

npm install as-loader@0.11.0--canary.26.56f3163.0
# or 
yarn add as-loader@0.11.0--canary.26.56f3163.0

@piotr-oles piotr-oles added the minor Increment the minor version when merged label Oct 8, 2021
@piotr-oles piotr-oles self-assigned this Oct 8, 2021
@piotr-oles piotr-oles force-pushed the feature/use-existing-loaders-for-fallback branch from f08c500 to 56f3163 Compare October 8, 2021 22:09
@piotr-oles piotr-oles merged commit 5fd8fff into main Oct 12, 2021
@piotr-oles piotr-oles deleted the feature/use-existing-loaders-for-fallback branch October 12, 2021 19:42
@piotr-oles
Copy link
Owner Author

🚀 PR was released in v0.11.0 🚀

@piotr-oles piotr-oles added the released This issue/pull request has been released. label Oct 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
minor Increment the minor version when merged released This issue/pull request has been released.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant