Commit graph

664 commits

Author SHA1 Message Date
Jason Freeman
8529de64d7 Add tests 2015-07-22 13:58:43 -07:00
Ryan Cavanaugh
8fcca92e4e Merge pull request #3955 from RyanCavanaugh/fix3928
Correctly identify identifiers inside JSX exprs as expression identifiers
2015-07-22 10:27:55 -07:00
Vladimir Matveev
4259417821 hoist top level import equals declarations in System modules 2015-07-21 15:56:30 -07:00
Ryan Cavanaugh
d86fd85bd5 Correctly identify identifiers inside JSX exprs as expression identifiers 2015-07-21 11:35:05 -07:00
Anders Hejlsberg
4e85864b2d Merge pull request #3823 from Microsoft/strictObjectLiterals
Strict object literal assignment checking
2015-07-21 11:29:10 -07:00
Vladimir Matveev
45affe4122 Merge pull request #3944 from Microsoft/constEnumModules
treat modules that are merged with values as non-const-enum
2015-07-21 10:51:14 -07:00
Jason Freeman
4e0acc9fc1 Merge pull request #3586 from vvakame/addEsModule
improve  module loading interoperability for babel
2015-07-20 23:52:38 -07:00
Vladimir Matveev
43347c79ec treat modules that are merged with values as non-const-enum 2015-07-20 21:49:15 -07:00
Anders Hejlsberg
2913cb023b Merge branch 'master' into strictObjectLiterals
Conflicts:
	tests/baselines/reference/typeGuardFunction.types
2015-07-19 11:45:25 -07:00
kimamula
9c9e39e7a3 Add includes method to String interface, and remove contains 2015-07-18 18:50:41 +09:00
Jason Freeman
c3879bc0d4 Merge branch 'master' of https://github.com/Microsoft/TypeScript into fixingTypeParameters 2015-07-15 15:22:15 -07:00
Daniel Rosenwasser
d17f13a5eb Merge pull request #3818 from Microsoft/exportSpecifierCompletions
Support completions in exports with module specifiers.
2015-07-15 14:23:20 -07:00
Jason Freeman
e0f9825978 Merge branch 'master' of https://github.com/Microsoft/TypeScript into fixingTypeParameters 2015-07-14 15:07:59 -07:00
Anders Hejlsberg
2eca3d59da Fixing bug in test 2015-07-13 11:17:26 -07:00
vvakame
86d106aff0 PR feedback 2015-07-11 20:55:27 +09:00
vvakame
75466e6321 Merge branch 'master' into addEsModule 2015-07-11 18:10:13 +09:00
Jason Freeman
72ef479ddd Add tests 2015-07-10 18:17:30 -07:00
Daniel Rosenwasser
e5b8f87927 Merge branch 'master' into exportSpecifierCompletions
Conflicts:
	src/services/services.ts
2015-07-10 17:30:20 -07:00
Daniel Rosenwasser
7a0b224ba5 Added tests. 2015-07-10 16:20:12 -07:00
Jason Freeman
d57e8d17c0 Merge branch 'master' of https://github.com/Microsoft/TypeScript into fixingTypeParameters
Conflicts:
	src/compiler/checker.ts
2015-07-10 15:26:51 -07:00
Tingan Ho
28976a0e34 Adds type predicate signature display and addresses CR feedback 2015-07-09 12:10:39 +08:00
Tingan Ho
951084fc85 Fixes emit of type predicated in delcaration files 2015-07-09 12:08:14 +08:00
Jason Freeman
263c54edd4 Add tests for type parameter fixing 2015-07-08 16:17:03 -07:00
Jason Freeman
f126767eb3 Merge pull request #3724 from Microsoft/apparentTypeOfContextualType
Always get the apparent type when retrieving a contextual type
2015-07-06 10:18:21 -07:00
Jason Freeman
35db9f68f4 Add tests 2015-07-02 16:13:47 -07:00
Jason Freeman
652995181e Add tests for inferential typing 2015-07-02 15:21:43 -07:00
Arthur Ozga
4878cce73f merged with master 2015-07-02 10:10:17 -07:00
Arthur Ozga
1608845f33 merged with master 2015-07-01 13:51:27 -07:00
vvakame
e9d590f634 PR feedback 2015-06-27 02:40:05 +09:00
Mohamed Hegazy
f9de30c728 Fix assert with declaration emit for export specifier for a global 2015-06-25 17:38:11 -07:00
Arthur Ozga
a7ec1c4874 merged master 2015-06-25 13:25:44 -07:00
Daniel Rosenwasser
ec2d5f3a0d Renamed test. 2015-06-25 13:38:42 -04:00
Daniel Rosenwasser
c04bc692d4 Fixed coment. 2015-06-25 13:21:58 -04:00
Mohamed Hegazy
464f65533e Merge branch 'minor-3' of https://github.com/jbondc/TypeScript into jbondc-minor-3 2015-06-24 12:59:06 -07:00
jbondc
da1bc6bac8 Don't report an error for 1.toString(), just emit a space for JS compat. 2015-06-24 10:56:23 -04:00
Ron Buckton
071ef34e49 Merged branch 'master' into resolveDecoratorAsCall 2015-06-23 15:26:34 -07:00
Arthur Ozga
1068890fcd Moved tests to classAbstractKeyword folder 2015-06-23 10:33:41 -07:00
jbondc
138970f35f Fixes #2632 (invoking methods on numbers) 2015-06-22 10:04:08 -04:00
vvakame
54a4e9e57d improve module loading interoperability for babel 2015-06-21 16:15:21 +09:00
Arthur Ozga
b7f4ee5478 Merge branch 'master' into abstract-classes2 2015-06-19 15:46:26 -07:00
Jason Freeman
111fdcb499 Merge branch 'release-1.5'
Conflicts:
	src/compiler/emitter.ts
	src/compiler/parser.ts
	src/compiler/program.ts
	src/services/services.ts
	tests/cases/unittests/transpile.ts
2015-06-18 15:06:03 -07:00
Mohamed Hegazy
54ed3c475e Add a unit test 2015-06-17 21:20:20 -07:00
Arthur Ozga
19b0c519fc merged master 2015-06-17 15:07:49 -07:00
Jason Freeman
ab61bf2a6d Merge pull request #3532 from Microsoft/exportSpecifierScoping
Make resolveName ignore export specifiers without calling getSymbol
2015-06-17 15:05:34 -07:00
Jason Freeman
41e39735e8 Make resolveName ignore export specifiers without calling getSymbol 2015-06-16 17:06:00 -07:00
Arthur Ozga
506349f9c5 Fix merge conflicts with master 2015-06-15 16:48:09 -07:00
Jason Freeman
54edbaeea7 Parse class member with a missing identifier in the presence of a modifier 2015-06-15 16:28:29 -07:00
Anders Hejlsberg
c20f6820b7 Adding SyntaxKind.BindingElement case 2015-06-15 06:48:48 -07:00
Mohamed Hegazy
60e855e252 Merge pull request #3492 from Microsoft/useTypePredicatesInLib
Define Array.isArray using a type predicate
2015-06-12 17:39:31 -07:00
Jason Freeman
72783bcae3 Merge pull request #3452 from Microsoft/deeplyNestedTypeArgumentInference
Type argument inference fix for infinitely recursive anonymous types
2015-06-12 14:11:14 -07:00