Skip to content

Commit 20902b0

Browse files
committed
Remove the extension.d.ts and move the content to core.d.ts
Change the set function parameter type in TypedArrays
1 parent 5fbe3fc commit 20902b0

File tree

4 files changed

+2504
-4744
lines changed

4 files changed

+2504
-4744
lines changed

Jakefile.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,10 +155,10 @@ var harnessSources = harnessCoreSources.concat([
155155

156156
var librarySourceMap = [
157157
{ target: "lib.core.d.ts", sources: ["core.d.ts"] },
158-
{ target: "lib.dom.d.ts", sources: ["importcore.d.ts", "extensions.d.ts", "intl.d.ts", "dom.generated.d.ts"], },
159-
{ target: "lib.webworker.d.ts", sources: ["importcore.d.ts", "extensions.d.ts", "intl.d.ts", "webworker.generated.d.ts"], },
158+
{ target: "lib.dom.d.ts", sources: ["importcore.d.ts", "intl.d.ts", "dom.generated.d.ts"], },
159+
{ target: "lib.webworker.d.ts", sources: ["importcore.d.ts", "intl.d.ts", "webworker.generated.d.ts"], },
160160
{ target: "lib.scriptHost.d.ts", sources: ["importcore.d.ts", "scriptHost.d.ts"], },
161-
{ target: "lib.d.ts", sources: ["core.d.ts", "extensions.d.ts", "intl.d.ts", "dom.generated.d.ts", "webworker.importscripts.d.ts", "scriptHost.d.ts"], },
161+
{ target: "lib.d.ts", sources: ["core.d.ts", "intl.d.ts", "dom.generated.d.ts", "webworker.importscripts.d.ts", "scriptHost.d.ts"], },
162162
{ target: "lib.core.es6.d.ts", sources: ["core.d.ts", "es6.d.ts"]},
163163
{ target: "lib.es6.d.ts", sources: ["core.d.ts", "es6.d.ts", "intl.d.ts", "dom.generated.d.ts", "dom.es6.d.ts", "webworker.importscripts.d.ts", "scriptHost.d.ts"] },
164164
];

0 commit comments

Comments
 (0)