Skip to content

Js doc support #4280

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 236 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
236 commits
Select commit Hold shift + click to select a range
226deec
reuse structure of the program if changes in files don't affect impor…
vladima Jun 23, 2015
39e832d
use existing information about module resolutions
vladima Jun 23, 2015
7a7d775
Merge remote-tracking branch 'origin/master' into reuseProgramStructure
vladima Jun 23, 2015
ba3eb0d
added Program.structureIsReused property, disallow reuse if target mo…
vladima Jun 24, 2015
16deccd
revert unintentional change
vladima Jun 24, 2015
9e81ac9
merge with master
vladima Jun 24, 2015
df508de
fix formatting in parser
vladima Jun 24, 2015
c968b36
addressed PR feedback
vladima Jun 25, 2015
66f6736
addressed PR feedback
vladima Jun 25, 2015
2685d40
addressed PR feedback
vladima Jul 9, 2015
6a502cd
Merge remote-tracking branch 'origin/master' into reuseProgramStructure
vladima Jul 9, 2015
e15c700
clean old program to prevent it from being captured into the closure
vladima Jul 9, 2015
9332f7e
introduce ModuleResolutionHost interface
vladima Jul 14, 2015
b55a800
Starting work for JS modules
RyanCavanaugh Jul 20, 2015
658d682
Merge remote-tracking branch 'upstream/jsDocSupport' into jsDocSupport
RyanCavanaugh Jul 21, 2015
9169504
JS module progress
RyanCavanaugh Jul 22, 2015
9b080fb
Add file watcher for tsconfig.json
zhengbli Jul 20, 2015
d80fb9d
Merge branch 'master' of https://github.com/Microsoft/TypeScript into…
zhengbli Jul 24, 2015
327c297
JSDoc progress
RyanCavanaugh Jul 27, 2015
c36fa8d
Move special types into lib.d.ts
RyanCavanaugh Jul 27, 2015
dabace3
JS module progress
RyanCavanaugh Jul 28, 2015
cd4270b
Symbol baseline changes caused by modifying lib.d.ts
RyanCavanaugh Jul 28, 2015
22722ce
Copy lib.d.ts when updating Sublime
RyanCavanaugh Jul 28, 2015
d7661ec
do not try to resolve modules that has '!' in the name, put .tsx exte…
vladima Jul 29, 2015
544a793
return ambient external modules as a results of preprocessing
vladima Jul 29, 2015
36043cd
merge with master
vladima Jul 30, 2015
f9c0758
fix formatting
vladima Jul 30, 2015
cf13361
Adding tests for source map with comments (#4003)
sheetalkamat Jul 30, 2015
00e9173
Fixed the comments and source map emit interaction.
sheetalkamat Jul 30, 2015
837ad8c
Existing baselines updates
sheetalkamat Jul 30, 2015
f22c160
Merge remote-tracking branch 'origin/master' into reuseAndCache
vladima Aug 3, 2015
49ad395
resolveModuleName => resolvedModuleNames, added tests
vladima Aug 4, 2015
a72994d
removed extra whitespaces, added commments
vladima Aug 4, 2015
03aaf7c
addressed PR feedback
vladima Aug 5, 2015
fc1e89a
addressed CR feedback: merged getDefaultModuleResolver and resolveMod…
vladima Aug 5, 2015
b3dd18a
Allow partial matches in union type signatures
ahejlsberg Aug 6, 2015
d317bd1
Adding/fixing tests
ahejlsberg Aug 6, 2015
e0cb160
Accepting new baselines
ahejlsberg Aug 6, 2015
07fd7ba
Fixing fourslash test
ahejlsberg Aug 6, 2015
6455b8e
merge with master
vladima Aug 6, 2015
a69b041
delete entry from the cache when referenced file is removed, added tests
vladima Aug 6, 2015
b4faf3c
added missing test assets
vladima Aug 6, 2015
105979a
Addressing CR feedback
ahejlsberg Aug 7, 2015
01667ef
Preserve comment in arguments of call expression and object literal
Aug 7, 2015
8f18912
Add tests for preserving comments
Aug 7, 2015
7de321d
Update baselines
Aug 7, 2015
61b3a18
Making partial signature matching more inclusive
ahejlsberg Aug 7, 2015
d372eb4
Adding new test
ahejlsberg Aug 7, 2015
1a53a38
Accepting new baselines
ahejlsberg Aug 7, 2015
673e741
Add comments to do clean-up
Aug 7, 2015
9bfba56
Add baseline for error baseline
Aug 7, 2015
42f5ae5
Merge remote-tracking branch 'upstream/master' into jsDocSupport
RyanCavanaugh Aug 7, 2015
c7712dc
Support commonjs modules in JS inference mode
RyanCavanaugh Aug 9, 2015
86b1041
Fix comments
Aug 11, 2015
ce44d95
keep only document highlights from the original file
vladima Aug 11, 2015
070de86
Refactor a bit
RyanCavanaugh Aug 11, 2015
7c8da42
Merge pull request #4279 from Microsoft/highlightRefsInOneDocument
vladima Aug 12, 2015
fcc43a6
Make createScanner external (fixes #4057)
adidahiya Aug 12, 2015
0b6aeec
Add JsDoc intellisense for JavaScript files
zhengbli Aug 12, 2015
5e9186b
Enable intellisense in jsDoc tag @type brackets
zhengbli Aug 12, 2015
03ea38f
Fix bugs and add support for @param expressions
zhengbli Aug 12, 2015
ffaf8e0
Add test
zhengbli Aug 12, 2015
94fa6b9
Fix #4277: Ensure we are passing refEnd and not length to findSourceF…
mhegazy Aug 12, 2015
405db82
mismatch order of arguments
vladima Aug 12, 2015
500861c
Test cases that address https://github.com/Microsoft/TypeScript/issue…
jdavidberger Aug 12, 2015
a32bac2
Merge pull request #4292 from jdavidberger/master
mhegazy Aug 12, 2015
c0801b1
Add asterisks
Aug 13, 2015
732376a
Merge branch 'master' into commentsNotPreserveForCallExp
Aug 13, 2015
6adf7fe
Remove asterisks
Aug 13, 2015
f92aa86
Merge pull request #4230 from Microsoft/commentsNotPreserveForCallExp
yuit Aug 13, 2015
9dac516
CR feedback
zhengbli Aug 13, 2015
f832bd2
fix class expression + expressionWithTypeArgument
saschanaz Aug 13, 2015
9146d9b
Add Spacing for Nonempty Brackets Formatting Option
ToddThomson Aug 13, 2015
82b78d8
Merge pull request #4303 from SaschaNaz/fixClassExpressionFormatting
mhegazy Aug 13, 2015
fdda66f
handel merge conflict, use refPos instead of start
mhegazy Aug 13, 2015
1749329
Merge branch 'master' into fix4277
mhegazy Aug 13, 2015
82dc484
Fix ImageData constructor
zhengbli Aug 13, 2015
6315f73
Make parameter littleEndian in DataView methods optional
zhengbli Aug 13, 2015
5a48508
adjust check for node env to handle webpack\browserify
vladima Aug 13, 2015
37c0acf
CR feedback
zhengbli Aug 13, 2015
0415cc7
Addresses PR comments
ToddThomson Aug 13, 2015
fafd497
Fix #4274: When collecting linked aliases use SymbolFlags.Alias to ca…
mhegazy Aug 13, 2015
7353cfa
Fix #4170, remove error when using import=require syntax in t=ES6 and…
mhegazy Aug 13, 2015
e34238c
Merge pull request #4305 from ToddThomson/SpaceWithinNonEmptyBrackets
mhegazy Aug 13, 2015
2d249c8
Merge branch 'master' into fix4274
mhegazy Aug 13, 2015
b27125a
add 'browser' section to suppress import discovery for webpack/browse…
vladima Aug 14, 2015
7376e48
Merge pull request #4200 from Microsoft/unionPartialSignatures
ahejlsberg Aug 14, 2015
e4dd7e0
Add missing types in webworker.generated.ts
zhengbli Aug 14, 2015
1c434ec
Added missing dictionaries also
zhengbli Aug 14, 2015
cdbf2b4
Fix document.open return type
zhengbli Aug 14, 2015
43f7d8c
Fix File constructor
zhengbli Aug 14, 2015
5fbe3fc
Merge pull request #4308 from Microsoft/adjustNodeCheck
vladima Aug 14, 2015
7e8cfa0
allow transpiler to provide alternative names for dependencies
vladima Aug 14, 2015
7e1201e
Further fixes
zhengbli Aug 14, 2015
53239d4
Merge pull request #4310 from Microsoft/fix4170
mhegazy Aug 14, 2015
20902b0
Remove the extension.d.ts and move the content to core.d.ts
zhengbli Aug 14, 2015
5572f7c
update baseline for compiler tests
zhengbli Aug 15, 2015
bc3025b
make 'require is defined' a precondition for Node-based sys
vladima Aug 15, 2015
bcde562
fix jsxelement formatting
saschanaz Aug 16, 2015
cbb2425
addressed PR feedback
vladima Aug 17, 2015
6a17db8
Merge pull request #4319 from Microsoft/renameDependencies
vladima Aug 17, 2015
ebe7ca7
Merge branch 'master' into sourcemap
sheetalkamat Aug 17, 2015
96286e9
Merge pull request #4330 from SaschaNaz/formatTsx
mhegazy Aug 17, 2015
2ffc375
Merge pull request #4281 from adidahiya/expose-scanner-typings
mhegazy Aug 17, 2015
a88bfbd
Merge branch 'master' into reuseAndCache
vladima Aug 17, 2015
b6b735c
merge with master
vladima Aug 17, 2015
c1bcb99
Merge pull request #4154 from Microsoft/reuseAndCache
vladima Aug 17, 2015
25dfcec
Merge pull request #4290 from Microsoft/fix4277
mhegazy Aug 17, 2015
ed361a2
Merge pull request #4086 from Microsoft/sourcemap
sheetalkamat Aug 17, 2015
2a3867a
CR feedback. Add more tests.
zhengbli Aug 17, 2015
e86f207
Merge pull request #4309 from Microsoft/fix4274
mhegazy Aug 17, 2015
618340d
Merge branch 'master' of https://github.com/Microsoft/TypeScript into…
zhengbli Aug 17, 2015
2b3da9a
Add `arguments` to completion list #4249
Schmavery Aug 18, 2015
3b95ea4
initial implementation of module resolution for node/requirejs
vladima Aug 18, 2015
1cb5280
Merge branch 'master' into moduleResolutionStrategies
vladima Aug 18, 2015
6f42e41
Apply suggested fixes to `arguments` PR
Schmavery Aug 18, 2015
387da2f
Merge pull request #4347 from Schmavery/master
mhegazy Aug 18, 2015
448f2d6
Removed 'Function.toMethod'.
DanielRosenwasser Aug 18, 2015
2682703
Added the '[Symbol.hasInstance]' method to the 'Function' interface.
DanielRosenwasser Aug 18, 2015
b7fcf16
Added the '[Symbol.toPrimitive]' method to the 'Date' interface.
DanielRosenwasser Aug 18, 2015
049a5fb
added tests
vladima Aug 18, 2015
1e9b5e4
Added the '[Symbol.match]' method to the 'RegExp' interface.
DanielRosenwasser Aug 18, 2015
fcf68c2
Add Uint8ClampedArray to core.d.ts, and split call signature of metho…
zhengbli Aug 18, 2015
f415097
addressed PR feedback
vladima Aug 18, 2015
9761810
Added the '[Symbol.replace]' method to the 'RegExp' interface.
DanielRosenwasser Aug 18, 2015
e4077ec
Added the '[Symbol.search]' method to the 'RegExp' interface.
DanielRosenwasser Aug 18, 2015
f56d8f5
Added the '[Symbol.split]' method to the 'RegExp' interface.
DanielRosenwasser Aug 18, 2015
66b17c1
Added the '[Symbol.species]' method to the 'RegExpConstructor' interf…
DanielRosenwasser Aug 18, 2015
006fc95
Added the '[Symbol.unscopables]' method to the 'Array<T>' interface.
DanielRosenwasser Aug 18, 2015
21de00f
Removed inappropriate methods from the 'RegExp' interface.
DanielRosenwasser Aug 18, 2015
bd9d2de
Accepted baselines.
DanielRosenwasser Aug 19, 2015
407c8be
Emits safe value for import.
DavidSouther Aug 19, 2015
06841eb
Merge pull request #4353 from Microsoft/updateES6DotDDotTsForFinalDraft
DanielRosenwasser Aug 19, 2015
45688e4
Added tests for commonjs safe import behavior.
DavidSouther Aug 19, 2015
c81cc9f
CR feedback and logic rewrite
zhengbli Aug 19, 2015
478cc32
Merge pull request #4355 from DavidSouther/ts4354
mhegazy Aug 19, 2015
ffadce6
always process imported modules in 'createProgram' to record module r…
vladima Aug 19, 2015
58ac077
Handle root file removal and addition in configured projects
zhengbli Aug 19, 2015
42942a5
Merge branch 'master' into addTsConfigWatcher
zhengbli Aug 19, 2015
424c6d3
Remove extra files
zhengbli Aug 19, 2015
9036ac0
Merge branch 'master' into addTsConfigWatcher
zhengbli Aug 19, 2015
b584d59
update baselines
zhengbli Aug 19, 2015
04c54f8
Merge branch 'master' into issue3979
zhengbli Aug 19, 2015
bafab13
update baseline
zhengbli Aug 19, 2015
e608c9a
Merge pull request #4321 from zhengbli/issue3979
zhengbli Aug 19, 2015
b5a6161
Merge pull request #4318 from zhengbli/issue3999
zhengbli Aug 19, 2015
a2a6dec
Merge pull request #4313 from zhengbli/issue4012
zhengbli Aug 19, 2015
648d1d8
Merge pull request #4312 from zhengbli/issue4015
zhengbli Aug 19, 2015
0ba3760
Merge branch 'master'
zhengbli Aug 19, 2015
dc5885d
Merge pull request #4307 from zhengbli/issue4083
zhengbli Aug 19, 2015
9848e33
Merge branch 'master' into issue4220
zhengbli Aug 19, 2015
831d2eb
Move back the constructor signature with Uint8ClampedArray
zhengbli Aug 19, 2015
4dd701a
Added overload for 'String#match' to take objects with '[Symbol.match…
DanielRosenwasser Aug 19, 2015
df3ecab
Remove duplicated code
zhengbli Aug 19, 2015
25d55b5
Added overload for 'String#replace' to take objects with '[Symbol.rep…
DanielRosenwasser Aug 19, 2015
312df84
Added overload for 'String#search' to take objects with '[Symbol.sear…
DanielRosenwasser Aug 19, 2015
08f37cc
Added overload for 'String#split' to take objects with '[Symbol.split…
DanielRosenwasser Aug 19, 2015
4a82957
added tests
vladima Aug 19, 2015
f36f510
Fix documentation for methods of the 'String' interface.
DanielRosenwasser Aug 19, 2015
b27ab24
Updated 'Reflect.construct' to add third 'newTarget' argument.
DanielRosenwasser Aug 19, 2015
b16536b
CR feedback
zhengbli Aug 19, 2015
58a66fb
Address CR feedback
RyanCavanaugh Aug 19, 2015
5bcb3f0
Merge pull request #4368 from Microsoft/noResolveAndExternalModules
vladima Aug 20, 2015
bce2d67
Merge pull request #4306 from zhengbli/issue4220
zhengbli Aug 20, 2015
0efa859
Merge branch 'master' into updateES6DotDDotTsForFinalDraft
DanielRosenwasser Aug 20, 2015
af05e46
Added overloads for typed array constructors to take an 'Iterable<num…
DanielRosenwasser Aug 20, 2015
fc39c4a
Accepted baselines.
DanielRosenwasser Aug 20, 2015
a55d531
Fixed newlines, switched 'module' keyword to 'namespace'.
DanielRosenwasser Aug 20, 2015
d1253d5
Added null checks
zhengbli Aug 20, 2015
f95fcf9
Emit tsx files correctelly in getEmitOutput calls
mhegazy Aug 20, 2015
069d2dc
Merge pull request #4369 from Microsoft/updateES6DotDDotTsForFinalDraft
DanielRosenwasser Aug 20, 2015
042e1bb
fix(scanner) try a trivia scan only if pos === 0
basarat Aug 20, 2015
229c470
Merge pull request #4375 from basarat/fix/shebang-trivia-scan
mhegazy Aug 20, 2015
b8f41de
Fixed spelling
tarikozket Aug 20, 2015
8ad9138
Merge pull request #4378 from tarikozket/patch-1
RyanCavanaugh Aug 20, 2015
d6c0294
Merge remote-tracking branch 'upstream/master' into jsDocSupport.
RyanCavanaugh Aug 20, 2015
f659c90
Fix React whitespace emit #4376
RyanCavanaugh Aug 20, 2015
c233d4d
Merge branch 'addTsConfigWatcher' of https://github.com/zhengbli/Type…
zhengbli Aug 20, 2015
67f81bc
Convert HTML entities to strings (#4125)
RyanCavanaugh Aug 20, 2015
16e7297
Add comments
RyanCavanaugh Aug 20, 2015
6eca09b
Handle non-entities as well
RyanCavanaugh Aug 20, 2015
762e0e8
Delay creating inferred projects
zhengbli Aug 20, 2015
a4d496c
add command for rebuild all project structure
zhengbli Aug 20, 2015
e6c4019
Updating the internal toolsVersion from 1.5 -> 1.6 in shims.ts
jramsay Aug 20, 2015
b78e560
Add message in protocol.d.ts and rename "rebuildProjects" to "reloadP…
zhengbli Aug 20, 2015
2a751ab
Merge pull request #4371 from Microsoft/emitOutputForTsx
mhegazy Aug 20, 2015
d1fa571
replacing let with const
jramsay Aug 20, 2015
b0868c6
Merge pull request #4023 from zhengbli/addTsConfigWatcher
zhengbli Aug 20, 2015
425ad02
Merge pull request #4385 from Microsoft/ToolsVersionUpdate
jramsay Aug 20, 2015
345de8f
Resolve the decorator type as type and check if the symbol has value.
sheetalkamat Aug 20, 2015
cfc164b
Consolidate option error messages into two
mhegazy Aug 20, 2015
dde7545
address PR feedback
vladima Aug 20, 2015
00cd8ad
Add --outFile and revert change make --out relative in tsconfig.json
mhegazy Aug 21, 2015
3df56c6
Merge remote-tracking branch 'upstream/master' into jsDocSupport
RyanCavanaugh Aug 21, 2015
b395fb9
Merge branch 'master' into outFile
mhegazy Aug 21, 2015
ead37e1
Fix up resolution for JS module imports
RyanCavanaugh Aug 21, 2015
b6642ff
Merge upstream/jsDocSupport
RyanCavanaugh Aug 21, 2015
7f52d50
Make TypeCheckerHost internal
adidahiya Aug 21, 2015
68d6d8c
use Harness.IO instead of sys in harness
vladima Aug 21, 2015
dc2c968
addressed PR feedback: added comment
vladima Aug 21, 2015
4f25efb
simplify module resolution tests
vladima Aug 21, 2015
da009b8
use \r\n as new line in harness
vladima Aug 21, 2015
017355c
Merge pull request #4388 from Microsoft/outFile
mhegazy Aug 21, 2015
8cc7953
use \r\n as default new line in transpile
vladima Aug 21, 2015
2ed9bdb
Merge pull request #4390 from adidahiya/fix-remove-TypeCheckerHost-in…
mhegazy Aug 21, 2015
582b0aa
parse jsdoc param tag even without a param name
zhengbli Aug 21, 2015
060dbd2
Instead of writing text from source file use text property to write t…
sheetalkamat Aug 21, 2015
64fd41d
use buffer in harness only when running outside of the browser
vladima Aug 21, 2015
65f4ac6
Merge pull request #4381 from RyanCavanaugh/fix4125
RyanCavanaugh Aug 21, 2015
ea1512e
Merge pull request #4394 from Microsoft/browserifyFix
vladima Aug 21, 2015
69bc569
Fix issue when the newly added files in tsconfig is not opened
zhengbli Aug 21, 2015
00d4b4c
Correctly identify JSX Expressions as Expression parent nodes
RyanCavanaugh Aug 21, 2015
b6f3889
:rage1: `debugger;`
RyanCavanaugh Aug 21, 2015
27dabe4
Merge remote-tracking branch 'upstream/master' into fix4376_2
RyanCavanaugh Aug 21, 2015
f9c3ade
Update LKG
mhegazy Aug 21, 2015
dec947a
Merge pull request #4380 from RyanCavanaugh/fix4376_2
RyanCavanaugh Aug 21, 2015
c12da5a
Merge pull request #4406 from RyanCavanaugh/fix4404
RyanCavanaugh Aug 21, 2015
fb403da
Move getElementsByClassName from HTMLElement to Element
zhengbli Aug 21, 2015
ecaf16d
Merge pull request #4283 from zhengbli/JsDocIntellisense2
zhengbli Aug 21, 2015
9e6501c
Merge pull request #4405 from zhengbli/fixTsconfigWatcherIssue
zhengbli Aug 21, 2015
15fb496
Merge pull request #4408 from zhengbli/issue4401
zhengbli Aug 21, 2015
1ca28b7
Merge pull request #4402 from Microsoft/metadataTypeName
sheetalkamat Aug 24, 2015
8c7a634
Merge branch 'master' into importDeclarationAndDecorator
sheetalkamat Aug 24, 2015
6c457f6
Tests for #4239
sheetalkamat Aug 24, 2015
979e2bf
Write synthesized node's text property instead of getting text from s…
sheetalkamat Aug 24, 2015
3ca0891
When emitting metadata about type, Use object type if the type cant b…
sheetalkamat Aug 24, 2015
3fdb5e8
Used let instead of var
sheetalkamat Aug 24, 2015
2defe94
Added test for transpilation with emitting of metadata and decorator
sheetalkamat Aug 24, 2015
b8c8dbc
Merge pull request #4386 from Microsoft/importDeclarationAndDecorator
sheetalkamat Aug 24, 2015
ab6fe49
Merge branch 'master' into moduleResolutionStrategies
mhegazy Aug 24, 2015
9a6db93
Merge pull request #4352 from Microsoft/moduleResolutionStrategies
mhegazy Aug 24, 2015
9ed51c6
Fix inconsistent line endings in lib.d.ts
zhengbli Aug 25, 2015
ab9cf95
Merge pull request #4446 from zhengbli/fixLibLineEnding
zhengbli Aug 25, 2015
5df274a
Remove debugger statement
RyanCavanaugh Aug 25, 2015
0c25b05
Merge remote-tracking branch 'upstream/release-1.6' into jsDocSupport
RyanCavanaugh Aug 26, 2015
85bd231
Support top-level module.exports = foo
RyanCavanaugh Aug 26, 2015
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
13 changes: 9 additions & 4 deletions Jakefile.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,10 @@ var harnessSources = harnessCoreSources.concat([
"session.ts",
"versionCache.ts",
"convertToBase64.ts",
"transpile.ts"
"transpile.ts",
"reuseProgramStructure.ts",
"cachingInServerLSHost.ts",
"moduleResolution.ts"
].map(function (f) {
return path.join(unittestsDirectory, f);
})).concat([
Expand All @@ -155,10 +158,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 Expand Up @@ -765,6 +768,8 @@ desc("Updates the sublime plugin's tsserver");
task("update-sublime", ["local", serverFile], function() {
jake.cpR(serverFile, "../TypeScript-Sublime-Plugin/tsserver/");
jake.cpR(serverFile + ".map", "../TypeScript-Sublime-Plugin/tsserver/");
jake.cpR(path.join(builtLocalDirectory, "lib.d.ts"), "../TypeScript-Sublime-Plugin/tsserver/");
jake.cpR(path.join(builtLocalDirectory, "lib.es6.d.ts"), "../TypeScript-Sublime-Plugin/tsserver/");
});

// if the codebase were free of linter errors we could make jake runtests
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

[![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)

[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).
[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).

## Installing

Expand Down
2,665 changes: 2,653 additions & 12 deletions lib/lib.core.d.ts

Large diffs are not rendered by default.

3,140 changes: 1,696 additions & 1,444 deletions lib/lib.core.es6.d.ts

Large diffs are not rendered by default.

475 changes: 411 additions & 64 deletions lib/lib.d.ts

Large diffs are not rendered by default.

2,339 changes: 22 additions & 2,317 deletions lib/lib.dom.d.ts

Large diffs are not rendered by default.

3,220 changes: 1,742 additions & 1,478 deletions lib/lib.es6.d.ts

Large diffs are not rendered by default.

2,452 changes: 127 additions & 2,325 deletions lib/lib.webworker.d.ts

Large diffs are not rendered by default.

8,576 changes: 4,749 additions & 3,827 deletions lib/tsc.js

Large diffs are not rendered by default.

11,544 changes: 6,444 additions & 5,100 deletions lib/tsserver.js

Large diffs are not rendered by default.

Loading