AndersCan / typed-web-workers

Create web workers with type safety
MIT License
28 stars 0 forks source link

You should explain how you compile TypeScript #443

Open vporton opened 11 months ago

vporton commented 11 months ago

How do you compile TypeScript worker function, while JavaScript eval accepts only JavaScript? This looks impossible for me, unless importing full TS compiler (and if you use tsc it is a slow operation, what should be mentioned).

This should be explained in short in README.