Ron Buckton
16cfcc4aae
Merge branch 'master' into vfs
2018-01-31 11:08:16 -08:00
Ron Buckton
7f4ac292b9
Clean up build steps
2018-01-30 12:51:28 -08:00
Ron Buckton
4d8d51452c
Migrate core.ts
2018-01-30 11:57:47 -08:00
TravCav
a9fc00188d
fixes tslint warning ( #21469 )
2018-01-29 22:36:14 -08:00
Ron Buckton
87de5ffb5c
Merge branch 'master' into vfs
2018-01-22 02:25:22 -08:00
Ron Buckton
ee415576b6
More consistent POSIX-like virtual file system.
2018-01-19 21:58:46 -08:00
Ron Buckton
18a2fc82f7
Accept tsserverlibrary.d.ts and fix gulpfile
2018-01-17 11:06:09 -08:00
Mohamed Hegazy
c632e44350
Merge branch 'master' into issue20410
2018-01-08 13:28:59 -08:00
Wesley Wigham
84e3681b79
Support timeouts in the parallel runner ( #20631 )
...
* Support timeouts in the parallel runner
* Apply PR feedback: unify code paths, use string as sentinel
2018-01-08 12:28:04 -08:00
benbraou
b36d614b56
bug(esnext): add definition for promise.finally ( #20511 )
...
Fixes #20411
2018-01-04 15:31:59 -08:00
Ron Buckton
fb469e70cb
Update build for node 6 to allow private package
2017-12-20 12:39:19 -08:00
Ron Buckton
c87b7252b6
Work around private packages in Node 6
2017-12-19 17:13:39 -08:00
Ron Buckton
e426257d8c
Revert more baselines, add jake task for typemock
2017-12-19 13:40:32 -08:00
Ron Buckton
279b348440
Accept baselines
2017-12-18 12:32:13 -08:00
Ron Buckton
7944f5082b
Merge branch 'master' into vfs
2017-12-18 12:12:51 -08:00
Oussama Ben Brahim
8c2eeb215f
bug(esnext): add definitions for flatten and flatMap
...
Fixes #20410
2017-12-16 19:53:08 +01:00
benbraou
49a48ffd4d
fix(es2018): add a target and an initial lib ( #20385 )
...
* run Jake LKG before es2018 addition
Fixes #20342
* fix(es2018): add a target and an initial lib
Fixes #20342
2017-12-02 11:16:59 -08:00
Ron Buckton
41567b2261
Migrate tscWatchMode to vfs
2017-11-21 19:47:13 -08:00
Andy
bd2e97597d
Enable 'no-empty' tslint rule ( #19769 )
...
* Enable 'no-empty' tslint rule
* Fix bug
2017-11-07 09:22:28 -08:00
Andy
40efd1b3bd
Apply 'object-literal-key-quotes' tslint rule ( #19737 )
...
* Apply 'object-literal-key-quotes' tslint rule
* Convert to "consistent-as-needed"
2017-11-06 18:13:20 -08:00
Eugene Timokhov
5b9905d5a4
Added empty constructors to TypedArrays from es2017 ( #19680 )
2017-11-06 13:00:05 -08:00
Wesley Wigham
c016f5b9b0
Split runner selection from test selection ( #19729 )
...
* Split runner selection from test selection
* Continue to support old behavior
2017-11-06 11:24:17 -08:00
Andy
0a7b7e07ee
Apply 'variable-name' tslint rule ( #19743 )
2017-11-06 09:23:47 -08:00
Andy
cd9dbe694f
Enable 'only-arrow-functions' lint rule ( #19717 )
2017-11-03 15:08:50 -07:00
Andy
f67a9ba96e
Apply 'interface-name' lint rule ( #19695 )
2017-11-02 17:20:18 -07:00
Wesley Wigham
239a039bf2
Remove duplicate type ( #19593 )
...
* Remove duplicate type
* Remove extraneouse es2015 sources from gulpfile
* Revert 6f1cdf3
2017-10-31 10:26:59 -07:00
Wesley Wigham
3f406bd3ec
Use light test flag by default ( #19362 )
...
* Use `light` test flag by default
* Different boolean formulation
2017-10-19 17:15:54 -07:00
Andy
1f282f19e0
Fix "noStringLiteral" lint errors ( #19310 )
2017-10-19 08:15:48 -07:00
Mohamed Hegazy
5fa8db55b2
Fix https://github.com/Microsoft/TypeScript/issues/19270 : ensure output name is a valid locale name ( #19308 )
...
* Fix https://github.com/Microsoft/TypeScript/issues/19270 : ensure output name is a valid locale name
* Use const instead of var
* Add comment
* Fix typo
* Split the concat logic for generatedLCGFile
2017-10-18 15:46:09 -07:00
Andy
d384a6adb6
Fix location of generateLocalizedDiagnosticMessages.js ( #18923 )
2017-10-03 16:38:47 -07:00
Andy
d4cbdc4985
Fix gulp lint ( #18921 )
2017-10-03 13:28:20 -07:00
Wesley Wigham
5c7a3d050d
Keep comments in production tsserverlibrary builds ( #18913 )
2017-10-03 11:18:22 -07:00
Wesley Wigham
7f7d0c6c7b
Baseline public API ( #18897 )
...
* Add unit test which tracks public API changes
* Accept strict function types updates
* 100% Linefeeds, no carriage returns
* How were these missing?
* That would be why they were there
* Extract and comment
* Accept comment changes
2017-10-02 17:37:40 -07:00
Mohamed Hegazy
a8b7f7d1e5
Include localized diagnostics ( #18702 )
...
* Add lcl files
* Add loclalization script
* Add localization build targets
* use async exists, and add assert
* Generate lcg file
* Add localize task to gulpFile
* Only run loclaize if the generated files neededs update. Also run localize as part of local
* Fix lint errors
* Linter love
* Respond to code review comments
2017-10-02 17:16:08 -07:00
Wesley Wigham
6ffee104ca
Split rwc input files ( #18772 )
...
* Handle translation between new and old log format styles
* Iteration
* Strip all backcompat
* Remove new parenthesis
* Handle directories in the test perf heuristic measurement
* Optional catch bindings!
2017-09-26 15:55:21 -07:00
Wesley Wigham
1821735136
Add custom formatter which has clickable links, reduce error duplication in gulp output ( #18613 )
2017-09-21 08:36:50 -07:00
Wesley Wigham
d1c4754b37
Better-scheduled parallel tests ( #18462 )
...
* Out with the old...
* Brave new world
* Throttle console output
* Batches test messages on large inputs initially
* Move parallel runner code into seperate files
2017-09-14 15:42:06 -07:00
Andy
2b4b629f9b
Remove largeSource argument to convertMap.fromSource ( #18098 )
2017-08-30 10:02:30 -07:00
Wesley Wigham
8d44e48dd0
Fix instrumenter target + deprecation warning ( #17973 )
2017-08-22 15:39:10 -07:00
Ryan Cavanaugh
43b8ce664c
Merge
2017-08-22 14:31:49 -07:00
Wesley Wigham
2c2df9eec2
Fix runtests-browser in gulp, including RWC, remove into-stream ( #17540 )
2017-08-01 11:14:39 -07:00
Ryan Cavanaugh
253cde4907
Fix tests
2017-07-27 16:59:31 -07:00
Ryan Cavanaugh
f2a801e49c
Add gulpfile support
2017-07-27 16:22:10 -07:00
Ryan Cavanaugh
5272ec6309
Types Map WIP
2017-07-27 16:07:50 -07:00
Daniel Rosenwasser
1002974c92
Make the 'publish-nightly' target run tests in parallel.
2017-07-25 10:50:46 -07:00
Andy
e7dc2a67ca
Enable "object-literal-shorthand" lint rule ( #16987 )
2017-07-07 07:26:58 -07:00
Wesley Wigham
dc81b456e2
gulp-typescript does handles config extension correctly now ( #16992 )
2017-07-06 15:58:22 -07:00
Wesley Wigham
2a4b9c70e7
Use correct source root for tests ( #16982 )
...
I noticed my error messages while testing were names like `"E:\Github\compiler\binder.ts"` - with this change, they originate from the correct location (are are thus clickable links in the console). The previous path may have been required as a workaround for some old version of the tools we use, but is apparently no longer needed.
2017-07-06 15:56:59 -07:00
Sheetal Nandi
1f167786ad
Merge branch 'master' into completionWithMeaning
2017-06-13 11:16:32 -07:00
Ron Buckton
05b40da6c1
Use --inspect-brk for test debugging
2017-06-08 12:40:51 -07:00