Closed
Description
I ran into this when I tried to use ES6 features in a web worker script. The lib typings do not yet include an ES6 version of lib.webworker.d.ts. This makes it difficult to target ES6 for a project meant to run in a web worker.
As a workaround, I created lib.webworker.es6.d.ts which is a copy of the original that references lib.core.es6.d.ts instead of lib.core.d.ts. The permanent fix should be to generate this with the rest of the typings in the Jakefile.