Ron Buckton
|
f16edf95f9
|
Merge pull request #10875 from Microsoft/fix10857
Fix missing asteriskToken for target=es6/module=amd.
|
2016-09-12 16:23:53 -07:00 |
|
Ron Buckton
|
0451cc36f2
|
Merge pull request #10874 from Microsoft/fix10855
Support export default for target=ES5/module=ES6.
|
2016-09-12 16:23:24 -07:00 |
|
rbuckton
|
c7bb95bb29
|
Fix missing asteriskToken for target=es6/module=amd.
Fixes #10857.
|
2016-09-12 14:22:25 -07:00 |
|
rbuckton
|
3f266fb728
|
Support export default for target=ES5/module=ES6.
Fixes #10855
|
2016-09-12 13:58:55 -07:00 |
|
rbuckton
|
cfe60face1
|
Fix issue with helper emit.
Fixes #10800
|
2016-09-12 12:40:26 -07:00 |
|
Mohamed Hegazy
|
1fce34be71
|
Merge pull request #10839 from Microsoft/fixNarrowingWithTypeParameter
Fix narrowing with constrained type parameter
|
2016-09-12 11:25:21 -07:00 |
|
Mohamed Hegazy
|
8fa39f3763
|
Merge pull request #10834 from krizalys/fix-10833
Added a STRATEGY placeholder for the --moduleResolution option
|
2016-09-12 11:21:00 -07:00 |
|
Andy Hanson
|
e0fd0e8861
|
Merge branch 'master' into walk_symbol
|
2016-09-12 06:25:58 -07:00 |
|
Anders Hejlsberg
|
2344a80e6f
|
Handle const binding elements with initializers correctly
|
2016-09-11 10:19:52 -07:00 |
|
Anders Hejlsberg
|
aeb899aecf
|
Merge branch 'master' into literalTypesAlways
|
2016-09-11 10:05:38 -07:00 |
|
Anders Hejlsberg
|
0f90d880b4
|
Preserve type parameter types in narrowing
|
2016-09-10 07:13:57 -07:00 |
|
Christophe Vidal
|
2bb2b092d4
|
Added a STRATEGY placeholder for the --moduleResolution option
|
2016-09-10 09:37:51 +07:00 |
|
Andy Hanson
|
435338be1b
|
Merge branch 'master' into walk_symbol
|
2016-09-09 12:45:50 -07:00 |
|
Andy Hanson
|
b2db2295ee
|
Document endOfChain
|
2016-09-09 12:45:21 -07:00 |
|
Anders Hejlsberg
|
8b1acf642d
|
Merge pull request #10577 from Microsoft/fixBooleanLiteralTypes
Fix boolean literal types
|
2016-09-09 10:58:48 -07:00 |
|
Anders Hejlsberg
|
6e72858dbc
|
Assume outer variables are always initialized in control flow analysis
|
2016-09-09 10:05:06 -07:00 |
|
Andy
|
b5d2707f72
|
Merge pull request #10789 from Microsoft/re_export_shorthand
A shorthand ambient module should be considered as possibly exporting a value
|
2016-09-09 06:24:49 -07:00 |
|
Ron Buckton
|
c048f7cd6f
|
Fix deferred export of array binding pattern
|
2016-09-08 17:46:24 -07:00 |
|
Andy Hanson
|
ae65a41e2a
|
A shorthand ambient module should be considered as possibly exporting a value.
|
2016-09-08 14:05:04 -07:00 |
|
Mohamed Hegazy
|
05882ffa7f
|
Merge branch 'useBaselinesForQuickInfoTests' into literalTypesAlways
|
2016-09-08 13:28:21 -07:00 |
|
Andy Hanson
|
a8eb4a20df
|
Also decode entities when emitting attributes. Also, lexer should not process string escapes in jsx attributes.
|
2016-09-08 07:57:06 -07:00 |
|
Andy Hanson
|
eea03801e0
|
When emitting react code, replace HTML numeric entities with their encoded characters
|
2016-09-08 07:57:06 -07:00 |
|
Nathan Shively-Sanders
|
874846a534
|
Merge pull request #10749 from fabiancook/master
Allow Infinity and NaN to be used as an Enum property identifier
|
2016-09-07 15:50:18 -07:00 |
|
Fabian Cook
|
5714440fff
|
Correct strings based on linting rules
|
2016-09-08 09:52:07 +12:00 |
|
Fabian Cook
|
98ac4e4c51
|
Allow -Infinity as an enum property name
|
2016-09-08 09:21:34 +12:00 |
|
Richard Knoll
|
1e2abc8cb6
|
Merge pull request #10674 from Microsoft/glob_outdir_bug
#10585 Do not exclude outDir if exclude is given
|
2016-09-07 11:38:36 -07:00 |
|
Mohamed Hegazy
|
56c37ec9d9
|
Merge branch 'master' into literalTypesAlways
|
2016-09-07 11:29:03 -07:00 |
|
Mohamed Hegazy
|
5c72a32c64
|
Expose getCombinedNodeFlags and getCombinedModifierFlags
|
2016-09-07 10:52:22 -07:00 |
|
Mohamed Hegazy
|
b5f790bc5a
|
Export type ModifiersArray
|
2016-09-07 10:51:58 -07:00 |
|
Anders Hejlsberg
|
6f06d0631d
|
Simplify tracking of top-level type inferences
|
2016-09-07 09:30:44 -07:00 |
|
Fabian Cook
|
088da9ea9d
|
Allow Infinity and NaN to be used as an Enum property identifier
|
2016-09-08 01:53:53 +12:00 |
|
Anders Hejlsberg
|
31a94fc0ee
|
Cleaning up InferenceContext
|
2016-09-07 06:39:32 -07:00 |
|
Anders Hejlsberg
|
b9fa0af54c
|
Fixing the fix
|
2016-09-06 18:44:20 -07:00 |
|
Anders Hejlsberg
|
ad1c9b91e5
|
Fix merge issue
|
2016-09-06 18:26:09 -07:00 |
|
Anders Hejlsberg
|
b33e49972f
|
Merge branch 'master' into literalTypesAlways
# Conflicts:
# tests/baselines/reference/awaitBinaryExpression1_es6.types
# tests/baselines/reference/awaitBinaryExpression2_es6.types
# tests/baselines/reference/awaitBinaryExpression3_es6.types
# tests/baselines/reference/awaitBinaryExpression4_es6.types
# tests/baselines/reference/awaitBinaryExpression5_es6.types
# tests/baselines/reference/awaitCallExpression1_es6.types
# tests/baselines/reference/awaitCallExpression2_es6.types
# tests/baselines/reference/awaitCallExpression3_es6.types
# tests/baselines/reference/awaitCallExpression4_es6.types
# tests/baselines/reference/awaitCallExpression5_es6.types
# tests/baselines/reference/awaitCallExpression6_es6.types
# tests/baselines/reference/awaitCallExpression7_es6.types
# tests/baselines/reference/awaitCallExpression8_es6.types
# tests/baselines/reference/classExpressionWithStaticProperties1.types
# tests/baselines/reference/classExpressionWithStaticProperties2.types
|
2016-09-06 18:06:37 -07:00 |
|
Richard Knoll
|
b4a6e02ca0
|
Merge remote-tracking branch 'origin/master' into glob_outdir_bug
|
2016-09-06 17:37:51 -07:00 |
|
Anders Hejlsberg
|
ff3b627ca6
|
Less widening of literal types in type inference
|
2016-09-06 17:25:02 -07:00 |
|
Kanchalai Tanglertsampan
|
4685646281
|
Merge branch 'master' of https://github.com/microsoft/TypeScript
|
2016-09-06 17:14:36 -07:00 |
|
Richard Knoll
|
8f0c7ef6c7
|
Pass the right host to getEffectiveTyperoots
|
2016-09-06 12:46:27 -07:00 |
|
Kanchalai Tanglertsampan
|
e1be0bcd4c
|
Merge branch 'master' into mergeMaster_09/01
|
2016-09-06 11:26:21 -07:00 |
|
Richard Knoll
|
a26d3108c2
|
Merge remote-tracking branch 'origin/master' into import_completions_pr
|
2016-09-06 11:04:39 -07:00 |
|
Andy
|
4a643e5356
|
Merge pull request #10689 from Microsoft/node_modules_at_types
Default type roots when host.directoryExists is not implemented shoul…
|
2016-09-06 06:42:48 -07:00 |
|
Andy
|
d4cad48c66
|
Merge pull request #10684 from Microsoft/multi_map_remove
Add `multiMapRemove` helper
|
2016-09-06 06:27:34 -07:00 |
|
Anders Hejlsberg
|
3a1f8fc1f9
|
Introduce resolvingSignature to ensure caching works for anySignature
|
2016-09-04 07:50:32 -07:00 |
|
Andy Hanson
|
2d60a20b6f
|
Default type roots when host.directoryExists is not implemented should be node_modules/@types, not just node_modules
|
2016-09-02 13:29:51 -07:00 |
|
Andy
|
85a13b88ea
|
Merge pull request #10670 from Microsoft/node_modules_parent
Search for `node_modules` in parent directories when getting type roots.
|
2016-09-02 13:24:36 -07:00 |
|
Anders Hejlsberg
|
694705f168
|
Removing old comment
|
2016-09-02 10:36:32 -07:00 |
|
Anders Hejlsberg
|
4b9b90a2b4
|
Perform return type widening checks after union type is formed
|
2016-09-02 10:30:02 -07:00 |
|
Anders Hejlsberg
|
b10f79b106
|
Keep literal return types only when contextually typed by type containing literal types
|
2016-09-02 10:15:08 -07:00 |
|
Anders Hejlsberg
|
6ae71cb7ed
|
Readonly properties in classes are considered immutable locations
|
2016-09-02 09:48:55 -07:00 |
|