Commit Graph
2918 Commits
Author SHA1 Message Date
Daniel Rosenwasser cb48c04187 Added failing tests for when RHS is a destructuring. 2015-06-25 12:18:06 -04:00
Daniel Rosenwasser f848087db0 Added failing tests. 2015-06-25 12:04:57 -04:00
Daniel Rosenwasser 816cfe3ec6 Merge pull request #3615 from Microsoft/completionsInObjectPatterns
Enable completions in object binding patterns
2015-06-24 22:53:53 -04:00
Mohamed Hegazy b754cc1c73 Merge branch 'jbondc-minor-3' 2015-06-24 15:02:41 -07:00
Mohamed Hegazy 14f7dd02d7 Revert changes to the parser and augment check to the emitter to handel '1..toString' case 2015-06-24 15:02:20 -07:00
Daniel Rosenwasser 84ff2f8d47 Merge pull request #3617 from DickvdBrink/format-protected
Format after protected modifer
2015-06-24 17:39:07 -04:00
Dick van den Brink 822199f40a Added test for formatting on protected modifier 2015-06-24 23:26:22 +02:00
Daniel Rosenwasser 02e01d7afc Added tests. 2015-06-24 17:13:47 -04:00
Daniel Rosenwasser 3d8650cd0a Merge pull request #3601 from Microsoft/emptyBindingPatternParam
Emit valid code when a parameter's binding pattern has no elements
2015-06-24 16:50:27 -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
Mohamed Hegazy 01f6366c95 Merge branch 'SaschaNaz-blockFormParameterIndentation' 2015-06-24 11:55:48 -07:00
Mohamed Hegazy 20b4b7f45d Merge pull request #3611 from tinganho/goToDefinitionTypePredicate
Go to definition for type predicate
2015-06-24 10:12:44 -07:00
Ron Buckton 4645a5b645 Merge pull request #3249 from Microsoft/resolveDecoratorAsCall
Migrated decorator checks to call resolution
2015-06-24 09:58:24 -07:00
Daniel Rosenwasser 713a70d794 Renamed tests. 2015-06-24 12:39:10 -04:00
Daniel Rosenwasser d3c59f4cc2 Added more tests. 2015-06-24 12:33:49 -04:00
Daniel Rosenwasser c6498d79e5 Changed ordering of verifications. 2015-06-24 11:29:05 -04:00
jbondc 8ae53a4310 Accept baselines (missing files). 2015-06-24 11:21:48 -04:00
jbondc 71dc7a5947 Accept baselines 2015-06-24 11:08:54 -04: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
Tingan Ho 485e319057 Accept baselines 2015-06-24 10:48:22 +08:00
Tingan Ho 2aceeea064 Fixes goto definitions for type predicates 2015-06-24 10:37:23 +08:00
Mohamed Hegazy 72aeb3c208 Merge pull request #3547 from Microsoft/updateMapDeclaration
Add a non-generic construct signature to Map, Set, and WeakMap
2015-06-23 17:38:49 -07:00
Anders Hejlsberg c5567490c6 Merge pull request #3568 from Microsoft/classExpressions
Class expressions
2015-06-23 17:21:35 -07:00
Anders Hejlsberg 6928bfae12 Adding extra test per CR 2015-06-23 17:00:11 -07:00
Mohamed Hegazy f5f4af2825 Merge branch 'blockFormParameterIndentation' of https://github.com/SaschaNaz/TypeScript into SaschaNaz-blockFormParameterIndentation 2015-06-23 16:48:31 -07:00
Daniel Rosenwasser 30ec5f9276 Add test case for when in the middle/at the end of the word. 2015-06-23 16:08:19 -07:00
Ron Buckton 071ef34e49 Merged branch 'master' into resolveDecoratorAsCall 2015-06-23 15:26:34 -07:00
Daniel Rosenwasser d2fe1c0a61 Added tests. 2015-06-23 15:13:11 -07:00
Daniel Rosenwasser 740fd9c908 Updated baselines. 2015-06-23 15:05:56 -07:00
Vladimir Matveev 8e2b204ace do not try to classify missing nodes 2015-06-23 11:25:33 -07:00
Daniel Rosenwasser b159944f0a Accepted baselines. 2015-06-22 17:50:15 -07:00
Daniel Rosenwasser ebf486f711 Added tests where parameters have initializers. 2015-06-22 17:40:13 -07:00
Daniel Rosenwasser 1dd5a99557 Accepted baselines. 2015-06-22 17:33:29 -07:00
Daniel Rosenwasser 51246fe893 Tabs -> Spaces 2015-06-22 17:31:52 -07:00
Daniel Rosenwasser b986514f4b Accepted baselines. 2015-06-22 16:45:12 -07:00
Daniel Rosenwasser 82f7f7d8e2 Accepted baselines. 2015-06-22 15:22:12 -07:00
Daniel Rosenwasser c1d2f60d3a Added tests. 2015-06-22 15:07:49 -07:00
jbondc 138970f35f Fixes #2632 (invoking methods on numbers) 2015-06-22 10:04:08 -04:00
Jason Freeman f2044a9011 Merge branch 'master' of https://github.com/Microsoft/TypeScript 2015-06-18 16:03:41 -07:00
Anders Hejlsberg f578ee8e05 Adding a few tests 2015-06-18 15:07:49 -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
CyrusNajmabadi ae17c61dc2 Merge pull request #3565 from Microsoft/incrementalParserReuse
Fix incremental parsing issue.
2015-06-18 14:50:37 -07:00
Anders Hejlsberg 413f278424 Generate names of form class_N for anonymous classes 2015-06-18 14:17:13 -07:00
Cyrus Najmabadi 38a54bc0b9 Fix incremental parsing issue.
We were moving a method-declaration called "constructor" into a class.  This is incorrect
as that same code should be parsed as a constructor-declaration now that it is in the
class context.
2015-06-18 14:16:00 -07:00
Jason Freeman 3cb44fbd7d Merge pull request #3555 from tinganho/typepredicateBug
Fixes type predicate crash bug
2015-06-18 14:09:16 -07:00
Anders Hejlsberg b518dc1e5b Accepting new baselines 2015-06-18 13:56:21 -07:00
CyrusNajmabadi dd671ed431 Merge pull request #3530 from Microsoft/lessScanningDuringClassification
Scan less during classification.
2015-06-18 11:19:22 -07:00
Mohamed Hegazy b743d05a56 Merge pull request #3559 from weswigham/fix-perftsc
Fix capitalization in perftsc.ts
2015-06-18 10:38:08 -07:00
Wesley Wigham 22f704c0a3 Fix capitalization 2015-06-18 10:14:13 -07:00
Tingan Ho 84bb38415f Accepts baselines 2015-06-18 23:23:47 +08:00