Skip to content

Commit ab6fe49

Browse files
committed
Merge branch 'master' into moduleResolutionStrategies
Conflicts: src/compiler/diagnosticMessages.json
2 parents 4f25efb + b8c8dbc commit ab6fe49

File tree

300 files changed

+41403
-36194
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

300 files changed

+41403
-36194
lines changed

Diff for: Jakefile.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -158,10 +158,10 @@ var harnessSources = harnessCoreSources.concat([
158158

159159
var librarySourceMap = [
160160
{ target: "lib.core.d.ts", sources: ["core.d.ts"] },
161-
{ target: "lib.dom.d.ts", sources: ["importcore.d.ts", "extensions.d.ts", "intl.d.ts", "dom.generated.d.ts"], },
162-
{ target: "lib.webworker.d.ts", sources: ["importcore.d.ts", "extensions.d.ts", "intl.d.ts", "webworker.generated.d.ts"], },
161+
{ target: "lib.dom.d.ts", sources: ["importcore.d.ts", "intl.d.ts", "dom.generated.d.ts"], },
162+
{ target: "lib.webworker.d.ts", sources: ["importcore.d.ts", "intl.d.ts", "webworker.generated.d.ts"], },
163163
{ target: "lib.scriptHost.d.ts", sources: ["importcore.d.ts", "scriptHost.d.ts"], },
164-
{ 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"], },
164+
{ target: "lib.d.ts", sources: ["core.d.ts", "intl.d.ts", "dom.generated.d.ts", "webworker.importscripts.d.ts", "scriptHost.d.ts"], },
165165
{ target: "lib.core.es6.d.ts", sources: ["core.d.ts", "es6.d.ts"]},
166166
{ 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"] },
167167
];

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
[![Join the chat at https://gitter.im/Microsoft/TypeScript](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/Microsoft/TypeScript?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
88

9-
[TypeScript](http://www.typescriptlang.org/) is a language for application-scale JavaScript. TypeScript adds optional types, classes, and modules to JavaScript. TypeScript supports tools for large-scale JavaScript applications for any browser, for any host, on any OS. TypeScript compiles to readable, standards-based JavaScript. Try it out at the [playground](http://www.typescriptlang.org/Playground), and stay up to date via [our blog](http://blogs.msdn.com/typescript) and [twitter account](https://twitter.com/typescriptlang).
9+
[TypeScript](http://www.typescriptlang.org/) is a language for application-scale JavaScript. TypeScript adds optional types, classes, and modules to JavaScript. TypeScript supports tools for large-scale JavaScript applications for any browser, for any host, on any OS. TypeScript compiles to readable, standards-based JavaScript. Try it out at the [playground](http://www.typescriptlang.org/Playground), and stay up to date via [our blog](http://blogs.msdn.com/typescript) and [Twitter account](https://twitter.com/typescriptlang).
1010

1111
## Installing
1212

Diff for: lib/lib.core.d.ts

+2,653-12
Large diffs are not rendered by default.

Diff for: lib/lib.core.es6.d.ts

+1,696-1,444
Large diffs are not rendered by default.

Diff for: lib/lib.d.ts

+411-64
Large diffs are not rendered by default.

Diff for: lib/lib.dom.d.ts

+22-2,317
Large diffs are not rendered by default.

Diff for: lib/lib.es6.d.ts

+1,742-1,478
Large diffs are not rendered by default.

Diff for: lib/lib.webworker.d.ts

+127-2,325
Large diffs are not rendered by default.

Diff for: lib/tsc.js

+4,749-3,827
Large diffs are not rendered by default.

Diff for: lib/tsserver.js

+6,444-5,100
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)