You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to publish a web app with typescript (actually, factory and emitter only), but there are only one 'typescript.js' file has been provided, and that file is almost 7mb(before gzip), and that is sooooooo bit to a website
I have tried to pack the typescript with rollup and after tree shark, the factory has only 200kb size, I consider to add ts as a submodule and build with myself config...
it does not work
As the result, could we provide more signal compiler components? that is useful to other terminal program too (ts-lint?)
Examples
Checklist
My suggestion meets these guidelines:
This wouldn't be a breaking change in existing TypeScript/JavaScript code
This wouldn't change the runtime behavior of existing JavaScript code
This could be implemented without emitting different JS based on the types of the expressions
This isn't a runtime feature (e.g. library functionality, non-ECMAScript syntax with JavaScript output, etc.)
Search Terms
build
Suggestion
provide signal compiler component and tree shark
Use Cases
I'd like to publish a web app with typescript (actually, factory and emitter only), but there are only one 'typescript.js' file has been provided, and that file is almost 7mb(before gzip), and that is sooooooo bit to a website
eg: https://ts-creator.js.org/ and each other typescript playground
I have tried to pack the typescript with rollup and after tree shark, the factory has only 200kb size,I consider to add ts as a submodule and build with myself config...it does not work
As the result, could we provide more signal compiler components? that is useful to other terminal program too (ts-lint?)
Examples
Checklist
My suggestion meets these guidelines:
The text was updated successfully, but these errors were encountered: