Open vporton opened 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).
eval
tsc
This should be explained in short in README.
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 usetsc
it is a slow operation, what should be mentioned).This should be explained in short in README.