226 Commits

Author SHA1 Message Date
Ron Buckton
7f0a02ff02 Migrated more MapLikes to Maps 2016-08-15 15:03:55 -07:00
Anders Hejlsberg
65e1293b2e Optimize performance of maps 2016-08-10 16:47:06 -07:00
Wesley Wigham
2a26beb9d8 Add performance framework from transforms branch (#9536)
* Port performance tools from transforms branch

* Use friendlier names, add compiler option to print all recorded measures

* Always print total time

* + -> .getTime
2016-07-19 15:10:29 -07:00
Ryan Cavanaugh
3d3ae29bad Merge pull request #9798 from RyanCavanaugh/fix_9785
Provide complete path of tsconfig.json file
2016-07-18 14:35:08 -07:00
Ryan Cavanaugh
22cac1aa49 Provide the complete path to tsconfig file. Fixes #9785 2016-07-18 13:29:38 -07:00
Vladimir Matveev
859bd1b823 Merge pull request #9750 from Microsoft/fixFormatDiagnostics
use sys based host for formatting diagnostics
2016-07-15 12:33:53 -07:00
falsandtru
4954f810ac Fix a command example in help messages (#9747) 2016-07-15 11:52:39 -07:00
Vladimir Matveev
2da6846557 use sys based host for formatting diagnostics 2016-07-14 23:02:56 -07:00
Wesley Wigham
5484e754e4 Remove extra semicolon 2016-07-13 12:40:37 -07:00
Alex Eagle
34e81f2805 Add formatDiagnostics utility 2016-07-13 11:15:09 -07:00
zhengbli
cff98d5294 Move the dir watcher to parseConfigFile 2016-04-27 14:40:59 -07:00
zhengbli
0d32570c02 add dirWatcher for "watch" option in tsconfig.json 2016-04-26 15:32:57 -07:00
Mohamed Hegazy
c53612dfb6 Add missing semicolon 2016-04-19 14:23:38 -07:00
Mohamed Hegazy
9cc9a99f4f Fix #8130: Do not fail if the resources for the specified locale does not exisit 2016-04-19 14:00:14 -07:00
Paul van Brenk
8d08be8a62 use temp variable for current dir.
prevents calls to the host for every file.
2016-04-07 16:06:29 -07:00
Paul van Brenk
40b22b2fca Ensure the listed files have absolute paths. 2016-04-07 15:31:02 -07:00
Paul van Brenk
340051f4f5 Whitespace fix 2016-04-06 13:34:18 -07:00
Paul van Brenk
5363b2d7ad Add option to list the emitted as part of the compiler output.
This is useful for incremental build scenarios.
2016-04-06 13:25:29 -07:00
Zhengbo Li
900281033e Not use toPath in tsc when dealing with file watching 2016-04-05 12:19:36 -07:00
Mohamed Hegazy
523529cc55 Use isWatchSet to test for options.watch 2016-04-04 14:51:16 -07:00
Kanchalai Tanglertsampan
327a51b775 Address PR: Put --lip options into one line 2016-03-30 10:48:08 -07:00
Kanchalai Tanglertsampan
b9cd882ae7 Address PR: use getDefaultLibLocation to get directory 2016-03-30 10:26:39 -07:00
Kanchalai Tanglertsampan
3fef5ba458 Implement --lib flag in the compiler and harness 2016-03-28 14:20:29 -07:00
Mohamed Hegazy
30a6a33259 Fix #7362: check for --watchFile in tsconfig.json as well as on the commandline 2016-03-03 10:18:33 -08:00
Ryan Cavanaugh
69f1f53e62 Fix WS linter errors 2016-02-23 12:57:45 -08:00
Mohamed Hegazy
54ae2709d3 Consolidate watch checks in one place 2016-02-23 11:10:56 -08:00
Mohamed Hegazy
555edcddb5 Merge branch 'patch-1' of https://github.com/mihailik/TypeScript into mihailik-patch-1 2016-02-23 10:56:19 -08:00
Tingan Ho
785e55db8d Fixes outDir exclude 2016-02-20 10:25:16 +08:00
Tingan Ho
46cc470332 Fixes exclude options 2016-02-19 08:25:23 +08:00
mihailik
8aaf923260 Firefox has Object.prototype.watch 2016-02-18 21:43:10 +00:00
Mohamed Hegazy
353998a6bd Rever change to EmitOutput.diagnostics 2016-02-18 12:06:17 -08:00
Mohamed Hegazy
eed65a0334 Port #7106 to master 2016-02-16 22:01:28 -08:00
Bill Ticehurst
02df49994b Merge pull request #7034 from Microsoft/portCommonJSDefault
Port CommonJs as default module type, and adds default exclude values
2016-02-12 10:34:19 -08:00
Bill Ticehurst
cc76f0f7f0 Fixed watcher for rename operations, and for allowJs in config file
(cherry picked from commit 745f32bbee791cfef0862fe95a18aa66274d095a)
2016-02-12 08:59:16 -08:00
Bill Ticehurst
bb28424b45 Removed errors for missing module specifier
(cherry picked from commit f2e7f9f50f58ebe35d31e04c8f82fb37ae9dbcef)
2016-02-11 14:07:32 -08:00
Josh Soref
284b26f49f spelling fixes for src/compiler
* after
* aggressive
* appear
* asterisks
* candidate
* conflict
* directory
* dollar
* ellipsis
* exports
* failures
* folder
* followed
* highlight
* inferred
* location
* occurred
* output
* propagated
* push
* rather
* remaining
* search
* stabilized
* substitution
* successful
* even though
* will
* with
2016-02-11 16:56:45 +00:00
Vladimir Matveev
cb3e93f75b Merge remote-tracking branch 'origin/master' into pathMappingModuleResolution 2016-01-24 19:57:13 -08:00
Zhengbo Li
d64b603e4b revert breaking changes 2016-01-20 16:53:15 -08:00
Vladimir Matveev
9d828e3916 Merge remote-tracking branch 'origin/master' into pathMappingModuleResolution 2016-01-20 15:32:19 -08:00
zhengbli
b5ed7f3eda Add support for jsconfig.json in language service 2016-01-19 16:30:52 -08:00
Zhengbo Li
dbfe862dbd not casting relative filenames in 'tsc watch' to Path 2016-01-14 00:34:43 -08:00
Vladimir Matveev
cccdd44c3d merge with master 2015-11-24 16:02:42 -08:00
SaschaNaz
880db386a4 removing filename requirement 2015-11-24 23:39:12 +09:00
Vladimir Matveev
6bed1ba53a merge with master 2015-11-19 21:11:57 -08:00
SaschaNaz
e5587fbae0 Merge remote-tracking branch 'refs/remotes/Microsoft/master' into tsconfigpath
Conflicts:
	src/compiler/diagnosticMessages.json
2015-11-20 11:30:31 +09:00
Sheetal Nandi
883b8d9347 Merge pull request #5471 from Microsoft/jsFileCompilation
Compilation of Js Files
2015-11-19 16:30:40 -08:00
Yui T
adc6d11292 Merge branch 'master' into useprintVersion
Conflicts:
	src/compiler/tsc.ts
2015-11-19 13:06:29 -08:00
Vladimir Matveev
d2fd6437d7 initial implementation of path mapping based module resolution 2015-11-18 21:46:45 -08:00
SaschaNaz
8ca6b31faa const 2015-11-18 18:09:31 +09:00
SaschaNaz
c29501f18c Merge remote-tracking branch 'refs/remotes/Microsoft/master' into tsconfigpath 2015-11-18 17:37:31 +09:00