Commit Graph

565 Commits

Author SHA1 Message Date
Ryan Cavanaugh
e34d8cdccb Test support for TSX files 2015-06-18 14:02:22 -07:00
CyrusNajmabadi
dd671ed431 Merge pull request #3530 from Microsoft/lessScanningDuringClassification
Scan less during classification.
2015-06-18 11:19:22 -07:00
Mohamed Hegazy
7361d68d25 Merge pull request #3542 from weswigham/jake-lssl
Add build target for packaging tsserver as a library
2015-06-17 23:54:04 -07:00
Anders Hejlsberg
26fd879843 Merge branch 'master' into extendsExpressions 2015-06-17 14:12:47 -07:00
Anders Hejlsberg
d71af8a3fb Addressing CR feedback 2015-06-17 13:28:39 -07:00
Wesley Wigham
7390fe0eab Feedback form pr #3513 2015-06-17 13:21:43 -07:00
Cyrus Najmabadi
3bb7be96fa Scan less during classification. 2015-06-16 16:07:24 -07:00
Arthur Ozga
1d5dcf0d0c changes that are non-breaking 2015-06-16 15:39:34 -07:00
Arthur Ozga
aed48ecb99 changed to '==' to '===', '!=' to '!==' 2015-06-16 14:56:31 -07:00
Anders Hejlsberg
2c57776f91 Merge branch 'master' into extendsExpressions
Conflicts:
	src/compiler/checker.ts
	tests/baselines/reference/strictModeReservedWordInClassDeclaration.errors.txt
2015-06-16 12:04:04 -07:00
Anders Hejlsberg
e305de1403 Workaround to match previous type writer output 2015-06-16 06:54:10 -07:00
Wesley Wigham
ab1512fb13 Export server & session without any node specifics 2015-06-15 13:37:18 -07:00
Daniel Rosenwasser
5054596884 Just explicitly use Harness.lightMode. 2015-06-14 20:02:20 -07:00
Daniel Rosenwasser
dc6a9bdbee Style. 2015-06-14 19:56:48 -07:00
Daniel Rosenwasser
cfdccf40c8 Never mess with the file list in tests. 2015-06-12 17:33:29 -07:00
Daniel Rosenwasser
1f4812f9dd Merge branch 'testPerf2' into testPerf
Conflicts:
	src/compiler/program.ts
	src/compiler/types.ts
	src/harness/harness.ts
2015-06-12 16:39:03 -07:00
Daniel Rosenwasser
e1c1da578c Merge branch 'master' into testPerf2
Conflicts:
	Jakefile.js
	src/compiler/program.ts
	src/compiler/types.ts
	src/harness/harness.ts
	src/harness/projectsRunner.ts
	src/harness/runner.ts
2015-06-12 16:16:09 -07:00
Daniel Rosenwasser
fb1421991f Remove unused 'assertInvariants' parameter. 2015-06-12 15:28:54 -07:00
Daniel Rosenwasser
40081d6e98 Clarify 'emitAll'. 2015-06-12 15:28:39 -07:00
Daniel Rosenwasser
b790873438 Remove unused 'assertInvariants' parameter. 2015-06-10 15:03:27 -07:00
Daniel Rosenwasser
df081c8904 Clarify 'emitAll'. 2015-06-10 12:52:06 -07:00
Daniel Rosenwasser
50c4290da6 Merge branch 'master' into testPerf
Conflicts:
	Jakefile.js
	src/compiler/program.ts
	src/compiler/types.ts
	src/harness/harness.ts
	src/harness/projectsRunner.ts
	src/harness/runner.ts
2015-06-08 14:45:38 -07:00
Cyrus Najmabadi
a9e2089818 PR feedback. 2015-06-04 12:24:07 -07:00
Cyrus Najmabadi
2bf19e80c3 Speed up tests by not type-checking lib.d.ts unless the test asks for that. 2015-06-04 01:03:02 -07:00
Daniel Rosenwasser
a3e87c92ee Reverted back to using the 'assertInvariants' parameter. 2015-06-03 17:55:55 -07:00
Daniel Rosenwasser
c3aa971e5d Removed comment. 2015-06-03 17:20:50 -07:00
Daniel Rosenwasser
fb3042cdb5 Merge branch 'master' into testPerf
Conflicts:
	src/harness/harness.ts
	tests/baselines/reference/noDefaultLib.errors.txt
	tests/baselines/reference/typeCheckTypeArgument.errors.txt
2015-06-03 16:57:46 -07:00
Cyrus Najmabadi
b5077bf372 Remove HarnessDiagnostics. Just use the normal ts Diagnostic instead. 2015-06-03 16:28:14 -07:00
Daniel Rosenwasser
ca884d434f Merge branch 'master' into testPerf
Conflicts:
	src/harness/harness.ts
2015-06-03 14:56:08 -07:00
Zhengbo Li
ea2c9e876f Merge pull request #3307 from zhengbli/ms_master
Add APIs to provide project info for a given file
2015-06-02 16:31:39 -07:00
Zhengbo Li
70675162dc Add tests for projectinfo command 2015-06-01 17:45:28 -07:00
Ron Buckton
f96cf338d9 Merge branch 'release-1.5' into master 2015-06-01 17:40:35 -07:00
Ron Buckton
62ba36908b Added experimentalDecorators flag 2015-06-01 15:01:24 -07:00
Cyrus Najmabadi
302a0da7e7 Add tests for jsdoccomments. 2015-05-28 11:49:11 -07:00
Cyrus Najmabadi
9aab98419b Parsing support for jsDocComments. 2015-05-28 10:14:18 -07:00
Mohamed Hegazy
1da04ba8f4 Change flag --singleCompilation to --isolatedModules 2015-05-18 21:49:41 -07:00
Daniel Rosenwasser
31ea4ba666 Merge branch 'master' into testPerf 2015-05-15 14:44:22 -07:00
Jason Freeman
28c9ff1d84 Merge pull request #3175 from Microsoft/release-1.5
Merge release-1.5 into master
2015-05-15 00:07:24 -07:00
Yui T
afc0847e8b Address code review 2015-05-14 15:06:30 -07:00
Jason Freeman
8922a09039 Only call getTypeOfSymbol recursively if it's a value 2015-05-13 17:45:09 -07:00
Yui T
3bd96e328a use CRLF by default 2015-05-13 13:47:56 -07:00
Jason Freeman
80f33dd3ea Make boolean compiler options in harness true only if they say 'true' 2015-05-08 15:03:44 -07:00
Jason Freeman
b6979d80dc Make boolean compiler options in harness true only if they say 'true' 2015-05-08 13:43:13 -07:00
Daniel Rosenwasser
98a8b5c1aa Clean up 'collateOutputs'. 2015-05-06 16:40:56 -07:00
Daniel Rosenwasser
89fa211d9e The caller can now specify whether to observe light mode in 'createSourceFileAndAssertInvariants'. 2015-05-06 16:37:00 -07:00
Daniel Rosenwasser
fa50177c5d Clean up unused files in the harness. 2015-05-06 16:27:21 -07:00
Daniel Rosenwasser
e26b953ce0 Removed runnerServer.ts 2015-05-06 14:34:44 -07:00
Tingan Ho
0c2ae8fc53 Fixes iojs environment check issue 2015-05-06 10:12:37 +08:00
Daniel Rosenwasser
e2445c6a41 Remove 'assertInvariants', only do invariant-checking outside of light mode. 2015-05-05 18:19:15 -07:00
Daniel Rosenwasser
d2857751b2 Always include 'lib.d.ts' last in tests unless '@noLib' is specified. 2015-05-05 17:27:31 -07:00