Skip to content

Commit

Permalink
Remove the extension.d.ts and move the content to core.d.ts
Browse files Browse the repository at this point in the history
Change the set function parameter type in TypedArrays
  • Loading branch information
zhengbli committed Aug 14, 2015
1 parent 5fbe3fc commit 20902b0
Show file tree
Hide file tree
Showing 4 changed files with 2,504 additions and 4,744 deletions.
6 changes: 3 additions & 3 deletions Jakefile.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,10 +155,10 @@ var harnessSources = harnessCoreSources.concat([

var librarySourceMap = [
{ target: "lib.core.d.ts", sources: ["core.d.ts"] },
{ target: "lib.dom.d.ts", sources: ["importcore.d.ts", "extensions.d.ts", "intl.d.ts", "dom.generated.d.ts"], },
{ target: "lib.webworker.d.ts", sources: ["importcore.d.ts", "extensions.d.ts", "intl.d.ts", "webworker.generated.d.ts"], },
{ target: "lib.dom.d.ts", sources: ["importcore.d.ts", "intl.d.ts", "dom.generated.d.ts"], },
{ target: "lib.webworker.d.ts", sources: ["importcore.d.ts", "intl.d.ts", "webworker.generated.d.ts"], },
{ target: "lib.scriptHost.d.ts", sources: ["importcore.d.ts", "scriptHost.d.ts"], },
{ 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"], },
{ target: "lib.d.ts", sources: ["core.d.ts", "intl.d.ts", "dom.generated.d.ts", "webworker.importscripts.d.ts", "scriptHost.d.ts"], },
{ target: "lib.core.es6.d.ts", sources: ["core.d.ts", "es6.d.ts"]},
{ 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"] },
];
Expand Down
Loading

0 comments on commit 20902b0

Please sign in to comment.