GoogleChromeLabs/worker-plugin

Typescript support?

corbanbrook opened this issue · 3 comments

Is there typescript support planned?

In what sense? This should just use your existing TypeScript confguration.

My guess would be question comes from older lib.dom.d.ts and lib.webworker.d.ts only specifying one argument to Worker constructor?
microsoft/TypeScript@40bd7c8
If I'm not mistaken, it seems to be TypeScript 3.1 and earlier.

I'm going to close this one out - from what I can tell, TypeScript's dom.d.ts has supported WorkerType for at least 2 years.