-
Notifications
You must be signed in to change notification settings - Fork 13k
Closed
Labels
@typesRelates to working with .d.ts files (declaration/definition files) from DefinitelyTypedRelates to working with .d.ts files (declaration/definition files) from DefinitelyTypedDomain: lib.d.tsThe issue relates to the different libraries shipped with TypeScriptThe issue relates to the different libraries shipped with TypeScriptFixedA PR has been merged for this issueA PR has been merged for this issueSuggestionAn idea for TypeScriptAn idea for TypeScript
Milestone
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.
Metadata
Metadata
Assignees
Labels
@typesRelates to working with .d.ts files (declaration/definition files) from DefinitelyTypedRelates to working with .d.ts files (declaration/definition files) from DefinitelyTypedDomain: lib.d.tsThe issue relates to the different libraries shipped with TypeScriptThe issue relates to the different libraries shipped with TypeScriptFixedA PR has been merged for this issueA PR has been merged for this issueSuggestionAn idea for TypeScriptAn idea for TypeScript