Vladimir Matveev
|
3661b66be4
|
add extra argument to 'isRequireCall' to check if argument is string literal
|
2016-01-28 14:18:23 -08:00 |
|
Vladimir Matveev
|
f23c35f04d
|
Merge pull request #5728 from Microsoft/pathMappingModuleResolution
Path mapping module resolution
|
2016-01-27 11:38:33 -08:00 |
|
Anders Hejlsberg
|
98603f9f49
|
Merge pull request #6532 from Microsoft/readonlyMembers
Readonly properties and index signatures
|
2016-01-27 10:50:26 -08:00 |
|
Vladimir Matveev
|
adacad326a
|
addressed PR feedback
|
2016-01-26 21:38:12 -08:00 |
|
Mohamed Hegazy
|
add91052bb
|
Update version
|
2016-01-25 17:08:15 -08:00 |
|
Vladimir Matveev
|
8a8ed0a871
|
update implementation based on the results of design meeting
|
2016-01-25 11:49:26 -08:00 |
|
Vladimir Matveev
|
9d828e3916
|
Merge remote-tracking branch 'origin/master' into pathMappingModuleResolution
|
2016-01-20 15:32:19 -08:00 |
|
Anders Hejlsberg
|
a499607845
|
Merge branch 'master' into readonlyMembers
Conflicts:
src/compiler/parser.ts
src/compiler/types.ts
|
2016-01-18 21:03:15 -08:00 |
|
Daniel Rosenwasser
|
26fdf891e9
|
Fix lint errors.
|
2016-01-16 14:05:46 -08:00 |
|
Vladimir Matveev
|
3aa92f5611
|
addressed PR feedback
|
2016-01-14 10:56:49 -08:00 |
|
Anders Hejlsberg
|
b46efc9b55
|
Allow modifies on type members + introduce "readonly" modifier
|
2016-01-13 18:34:38 -08:00 |
|
vladima
|
39ad0774ae
|
merge with origin/master
|
2016-01-11 22:49:19 -08:00 |
|
vladima
|
0e1c6e3c9a
|
fix linter issues
|
2016-01-11 22:34:38 -08:00 |
|
vladima
|
7cef1efb4e
|
merge with origin/master
|
2016-01-11 22:12:03 -08:00 |
|
Mohamed Hegazy
|
ec70105c9d
|
Add check for reactNamespace value
|
2016-01-07 15:00:50 -08:00 |
|
Vladimir Matveev
|
3d4e2203b8
|
merge with origin/master
|
2016-01-06 14:16:56 -08:00 |
|
Vladimir Matveev
|
36af815bba
|
add optional 'directoryExists' method to hosts to reduce amount of disk probings that are known to fail
|
2016-01-06 12:37:52 -08:00 |
|
Vladimir Matveev
|
39a50fa8a3
|
merge with origin/master
|
2016-01-04 12:07:26 -08:00 |
|
Vladimir Matveev
|
7f2ebf928a
|
use 'declare global' to define augmentations for the global scope
|
2015-12-28 12:03:54 -08:00 |
|
Nathan Shively-Sanders
|
abf9961528
|
Merge branch 'master' into lint-nested-++
|
2015-12-22 16:12:07 -08:00 |
|
Nathan Shively-Sanders
|
401a393519
|
Fix ++/-- lint
|
2015-12-22 15:45:00 -08:00 |
|
Vladimir Matveev
|
4a963a26c3
|
initial revision of external module augmentations
|
2015-12-22 13:56:22 -08:00 |
|
Vladimir Matveev
|
a399208d73
|
Merge remote-tracking branch 'origin/master' into pathMappingModuleResolution
|
2015-12-22 11:06:18 -08:00 |
|
vladima
|
39605fe5f8
|
report pre-emit diagnostics that blocked emit
|
2015-12-21 21:43:51 -08:00 |
|
vladima
|
6a63c0d52c
|
Merge remote-tracking branch 'origin/master' into pathMappingModuleResolution
|
2015-12-08 21:41:29 -08:00 |
|
yaoyao
|
e95ae4f100
|
Improve 'Cannot compile modules unless the '--module' flag is provided.' message
|
2015-12-08 08:56:41 +08:00 |
|
Vladimir Matveev
|
2dbf621e97
|
merge with origin/master, add trace message with type of 'typings' field is not 'string'
|
2015-12-07 11:40:35 -08:00 |
|
Tim Perry
|
384ee18c7b
|
Gracefully handle errors where 'typings' is not a string (fixes #4828)
|
2015-12-07 18:25:25 +01:00 |
|
vladima
|
0130c23028
|
Merge remote-tracking branch 'origin/master' into pathMappingModuleResolution
|
2015-12-03 22:49:55 -08:00 |
|
Sheetal Nandi
|
5772dade97
|
Add test case for reporting file preprocessing error in javascript file
|
2015-11-30 13:59:03 -08:00 |
|
Sheetal Nandi
|
6b42712eb2
|
Report bind diagnostics, program diagnostics and file pre processing diagnostics in javascript file
Handles #5785
|
2015-11-30 13:26:00 -08:00 |
|
Vladimir Matveev
|
4e3cba1f7c
|
Merge remote-tracking branch 'origin/master' into pathMappingModuleResolution
|
2015-11-25 21:23:45 -08:00 |
|
Vladimir Matveev
|
62370a0d08
|
addressed PR feedback
|
2015-11-25 16:41:09 -08:00 |
|
Vladimir Matveev
|
25cc97bb75
|
addressed PR feedback
|
2015-11-24 16:41:41 -08:00 |
|
Wesley Wigham
|
b11786866b
|
Merge branch 'master' into use-common-directory-for-out
|
2015-11-20 13:32:12 -08:00 |
|
Vladimir Matveev
|
6844285782
|
verbose module resolution
|
2015-11-19 21:33:33 -08:00 |
|
Vladimir Matveev
|
6bed1ba53a
|
merge with master
|
2015-11-19 21:11:57 -08:00 |
|
Vladimir Matveev
|
d2fd6437d7
|
initial implementation of path mapping based module resolution
|
2015-11-18 21:46:45 -08:00 |
|
Wesley Wigham
|
08045dfd31
|
Refactor getCommonSourceDirectory into a closure function
|
2015-11-18 17:10:22 -08:00 |
|
Wesley Wigham
|
c0f185943c
|
remove comment
|
2015-11-18 14:10:53 -08:00 |
|
Wesley Wigham
|
a44ebbbc7e
|
only make common dir on call
|
2015-11-18 13:19:56 -08:00 |
|
Wesley Wigham
|
c7a3bee916
|
Merge branch 'master' into use-common-directory-for-out
|
2015-11-18 13:10:23 -08:00 |
|
Sheetal Nandi
|
a19307d533
|
Merge branch 'master' into jsFileCompilation
|
2015-11-18 11:26:58 -08:00 |
|
Sheetal Nandi
|
5ac6eb2d79
|
PR feedback
|
2015-11-18 10:48:03 -08:00 |
|
Wesley Wigham
|
a989595044
|
use getCanonicalFileName on path fragments as in other utility methods
|
2015-11-17 11:24:17 -08:00 |
|
Wesley Wigham
|
3fd9eb5637
|
Merge branch 'master' into compute-common-source-dir
|
2015-11-17 10:11:37 -08:00 |
|
Sheetal Nandi
|
073b69aaf5
|
Merge branch 'master' into jsFileCompilation
|
2015-11-16 12:04:42 -08:00 |
|
Sheetal Nandi
|
1ee5022350
|
Change the api for node name resolver to take compiler options instead of supportedExtensions
|
2015-11-16 11:49:26 -08:00 |
|
Vladimir Matveev
|
078ed3f485
|
use normalized absolute file names when doing consistency check
|
2015-11-16 09:49:58 -08:00 |
|
Wesley Wigham
|
39ebe81b89
|
Merge branch 'master' into compute-common-source-dir
|
2015-11-13 17:56:04 -08:00 |
|