zhengbli
|
fbb73b76c7
|
cr feedback
|
2015-09-28 15:52:09 -07:00 |
|
zhengbli
|
7da4e4477e
|
Add tests
|
2015-09-27 20:03:37 -07:00 |
|
Daniel Rosenwasser
|
0ab9536f73
|
Merge pull request #4978 from Microsoft/expandDocTemplateCoverage
Expand JSDoc template generation locations (to 'master')
|
2015-09-25 15:28:28 -07:00 |
|
Daniel Rosenwasser
|
43a6eb8171
|
Switched parameter name to array binding pattern.
|
2015-09-25 11:43:29 -07:00 |
|
Vladimir Matveev
|
b866781609
|
Merge pull request #4946 from Microsoft/constInitializersInEnums
align behavior of constant expressions in initializers of ambient enu…
|
2015-09-24 21:49:35 -07:00 |
|
Daniel Rosenwasser
|
08e2b0a159
|
Added tests for dotted namespace declarations, object literal methods.
|
2015-09-24 17:09:16 -07:00 |
|
Daniel Rosenwasser
|
7f4f461a84
|
Amended tests.
|
2015-09-24 16:30:40 -07:00 |
|
Anders Hejlsberg
|
bcea3594a3
|
Merge pull request #4956 from Microsoft/bindingElementContextualTyping
Fix parameter destructuring issues
|
2015-09-24 15:55:37 -07:00 |
|
Anders Hejlsberg
|
80e3b72816
|
Adding repro from #4818 to test
|
2015-09-24 15:46:00 -07:00 |
|
Daniel Rosenwasser
|
b2821c5321
|
Added tests for JSDoc comment templates on other declarations/statements.
|
2015-09-24 15:00:51 -07:00 |
|
Anders Hejlsberg
|
eb73565429
|
Adding tests
|
2015-09-24 13:52:19 -07:00 |
|
Wesley Wigham
|
dd660dca39
|
Merge pull request #4811 from weswigham/es6-module-type
Support modules when targeting ES6 and an ES6 ModuleKind
|
2015-09-24 12:09:58 -07:00 |
|
Vladimir Matveev
|
fa3d9f3997
|
align behavior of constant expressions in initializers of ambient enum members with spec
|
2015-09-23 21:30:27 -07:00 |
|
Vladimir Matveev
|
c56b4165ec
|
disambiguate: 'implements' starts heritage clause vs 'implements' is a class name
|
2015-09-21 22:22:25 -07:00 |
|
Wesley Wigham
|
8ff551ce08
|
merge with master
|
2015-09-21 17:38:56 -07:00 |
|
Daniel Rosenwasser
|
b265467ce7
|
Accepted baselines.
|
2015-09-20 12:26:28 -07:00 |
|
Daniel Rosenwasser
|
f88f029fdf
|
Merge pull request #4862 from Microsoft/contextuallyTypeMethodDeclarations
Contextually type method declaration parameters in object literals
|
2015-09-18 12:34:40 -07:00 |
|
Daniel Rosenwasser
|
76da69c6c6
|
Added failing fourslash test.
|
2015-09-18 12:22:48 -07:00 |
|
Daniel Rosenwasser
|
3fa6b6de3a
|
Accepted baselines, issue not apparent in compiler tests.
|
2015-09-18 12:22:09 -07:00 |
|
Mohamed Hegazy
|
1e0b9cab45
|
accept baselines
|
2015-09-17 16:14:58 -07:00 |
|
Wesley Wigham
|
f2b901a3c7
|
reverts 60a120f, reexposes es6 option
|
2015-09-17 13:14:31 -07:00 |
|
Daniel Rosenwasser
|
1ab10adbdc
|
Added tests.
|
2015-09-17 00:53:17 -07:00 |
|
Wesley Wigham
|
a2d7b09488
|
failing test
|
2015-09-16 15:47:52 -07:00 |
|
Wesley Wigham
|
75a5c2229c
|
Fix import/export assignment checks to look at module kind rather than language version
|
2015-09-16 11:24:41 -07:00 |
|
Wesley Wigham
|
60a120f22a
|
remove es6 as option from command line
|
2015-09-16 11:08:03 -07:00 |
|
Wesley Wigham
|
c71a0acdff
|
Pair of new tests for the new flag
|
2015-09-15 15:45:23 -07:00 |
|
Wesley Wigham
|
48ba708e5e
|
Add es6 module kind, stop using script version to infer it
|
2015-09-15 15:36:37 -07:00 |
|
Daniel Rosenwasser
|
ad8bcfabdc
|
handeles -> handles
|
2015-09-15 15:18:24 -07:00 |
|
Daniel Rosenwasser
|
45ecce4710
|
Merge pull request #4809 from Microsoft/mergeFromRelease1.6
Merge from release-1.6
|
2015-09-15 15:16:44 -07:00 |
|
Daniel Rosenwasser
|
38b605ea7d
|
Merge branch 'release-1.6'
Conflicts:
src/compiler/diagnosticInformationMap.generated.ts
src/compiler/diagnosticMessages.json
src/compiler/program.ts
tests/baselines/reference/emptyObjectBindingPatternParameter04.symbols
tests/baselines/reference/emptyObjectBindingPatternParameter04.types
tests/baselines/reference/nodeResolution5.errors.txt
tests/baselines/reference/nodeResolution7.errors.txt
|
2015-09-15 13:36:08 -07:00 |
|
Mohamed Hegazy
|
48d0e6d197
|
Update tests to use "removeComments" instead of "comments"
|
2015-09-15 12:08:55 -07:00 |
|
Mohamed Hegazy
|
4c1089f781
|
Merge branch 'master' into cleanHarnessOptionLoading
Conflicts:
tests/cases/compiler/pinnedComments1.ts
|
2015-09-15 12:08:37 -07:00 |
|
Mohamed Hegazy
|
d491a301e5
|
Breaking changes from node resolution changes. ambient module declarations do not take precedance any longer.
|
2015-09-15 11:44:12 -07:00 |
|
Mohamed Hegazy
|
c63dfbd4c7
|
Update node resolution tests
|
2015-09-15 11:43:28 -07:00 |
|
Mohamed Hegazy
|
ee5881ef9c
|
Merge branch 'master' into cleanHarnessOptionLoading
Conflicts:
src/harness/harness.ts
|
2015-09-14 16:53:08 -07:00 |
|
Vladimir Matveev
|
89718cf5a5
|
Merge pull request #4758 from Microsoft/updateErrorText
update error message text when external typings file in node package is not module
|
2015-09-14 15:40:11 -07:00 |
|
Vladimir Matveev
|
5636655cf4
|
report error if module name is empty
|
2015-09-14 14:33:35 -07:00 |
|
Vladimir Matveev
|
d37eaa8d70
|
update error message text
|
2015-09-12 12:46:18 -07:00 |
|
Vladimir Matveev
|
5b764205fe
|
Merge pull request #4750 from Microsoft/Port-4749
Port PR 4749 into release-1.6
|
2015-09-11 10:21:20 -07:00 |
|
Vladimir Matveev
|
90273f995d
|
Merge pull request #4749 from Microsoft/systemExportOnlyValues
Emit export specifiers in system modules only if export has a value side
|
2015-09-11 10:21:11 -07:00 |
|
Vladimir Matveev
|
026632bca8
|
Merge pull request #4738 from Microsoft/properExternalModules
Check if imported file is a proper external module for imported node typings
|
2015-09-11 10:20:42 -07:00 |
|
Vladimir Matveev
|
0e5196180e
|
emit export specifiers in system modules only if export has a value side
|
2015-09-11 09:38:51 -07:00 |
|
Vladimir Matveev
|
c72469a66f
|
emit export specifiers in system modules only if export has a value side
|
2015-09-11 09:36:17 -07:00 |
|
Anders Hejlsberg
|
dcb9e1c7a5
|
Merge pull request #4598 from Microsoft/destructuringInitializers
Improved checking of destructuring with literal initializers
|
2015-09-11 09:12:45 -07:00 |
|
Vladimir Matveev
|
a880be1f75
|
resolve merge conflicts, update tests
|
2015-09-10 21:53:49 -07:00 |
|
Vladimir Matveev
|
98f31635f8
|
Check if imported file is a proper external module
|
2015-09-10 21:46:03 -07:00 |
|
Vladimir Matveev
|
4b5c2fe31c
|
reattach file diagnostics for modified files when reusing program structure
|
2015-09-10 21:29:52 -07:00 |
|
Mohamed Hegazy
|
09309d8b6c
|
Merge pull request #4695 from Microsoft/definitionsAsExternalModule
Change typescript.d.ts to be an external module instead of an ambient external module declaration
|
2015-09-10 17:07:58 -07:00 |
|
Anders Hejlsberg
|
262f122d99
|
Adding "." to error message
|
2015-09-10 17:03:13 -07:00 |
|
Vladimir Matveev
|
87e1569d1f
|
resolve merge conflicts, update tests
|
2015-09-10 17:00:29 -07:00 |
|