Commit Graph

7227 Commits

Author SHA1 Message Date
Ron Buckton 38c24798e4 Added performance metrics for transform and flags for types 2015-08-10 10:44:48 -07:00
Ron Buckton e984fb80b6 Set current source file as the first node in VisitorContext 2015-08-07 16:14:36 -07:00
Ron Buckton 558fc40303 Progress on downlevel transformations 2015-08-07 09:39:18 -07:00
Ron Buckton 92a7bb0462 Merge branch 'noParentNodesInEmitter' into prototypeTransformClass 2015-07-24 11:28:24 -07:00
Ron Buckton 7d97d28221 Additional comments around 'getAncestorOrSelf' callbacks 2015-07-24 11:03:35 -07:00
Ron Buckton 0b01cb85f3 Merge branch 'master' into noParentNodesInEmitter 2015-07-23 18:31:47 -07:00
Ron Buckton 3e6214939c Added stack behavior verification and ensured proper stack behavior for all emit functions 2015-07-23 18:07:31 -07:00
Vladimir Matveev e1fa3c5515 Merge pull request #3982 from Microsoft/sourceMapsInTranspile
add transpileModule function that can return emitted source map
2015-07-23 17:25:30 -07:00
Daniel Rosenwasser c5c7e25c8f Added period. 2015-07-23 16:28:37 -07:00
Daniel Rosenwasser a9fa8edcaa Merge pull request #4009 from weswigham/patch-3
Add `jake lint` to README
2015-07-23 16:27:40 -07:00
Wesley Wigham 7cd7ae7c15 Update README.md 2015-07-23 16:07:30 -07:00
Wesley Wigham a16920b577 Update README.md 2015-07-23 16:06:46 -07:00
Wesley Wigham ab713827a5 Add jake lint to README 2015-07-23 15:57:58 -07:00
Daniel Rosenwasser 68f84afe64 Merge pull request #4005 from weswigham/fix-jake-lint
Fix jake lint with newest tslint
2015-07-23 15:15:46 -07:00
Wesley Wigham a759687a12 Adds space 2015-07-23 13:59:41 -07:00
Daniel Rosenwasser 3805500e84 Merge pull request #3967 from weswigham/issues/3813
Tests for the Session API
2015-07-23 13:58:07 -07:00
Wesley Wigham f040386eff Fix jake lint with newest tslint 2015-07-23 13:42:25 -07:00
Daniel Rosenwasser b47cd0e9a4 Merge pull request #3875 from Microsoft/nightly
Create a 'publish-nightly' task in our Jakefile
2015-07-23 13:41:09 -07:00
Arthur Ozga 20306551ec Merge pull request #3974 from Microsoft/addReferencesForFourslashInTestDir
Add references for fourslash in test dir
2015-07-23 13:40:41 -07:00
Jason Freeman d3d3333da6 Merge pull request #3990 from Microsoft/getBaseTypes
Add getBaseTypes on TypeObject in services
2015-07-23 13:06:19 -07:00
Daniel Rosenwasser b443cfecc9 Semicolons. 2015-07-23 12:53:41 -07:00
Wesley Wigham ef0a289c77 Remove exit test 2015-07-23 12:50:24 -07:00
Wesley Wigham 90bbb7fb3c More linting from PR 2015-07-23 12:33:34 -07:00
Daniel Rosenwasser d1fe21dda9 Publish to TypeScript itself, create a task to preview changes. 2015-07-23 12:32:17 -07:00
Wesley Wigham 5fb5b244fb Feedback from PR, lint fixes 2015-07-23 11:14:19 -07:00
Arthur Ozga c42b9f84fe fixed a typo 2015-07-23 10:53:57 -07:00
Mohamed Hegazy 84a6ee1fb9 Merge pull request #3913 from ShyykoSerhiy/fix-3859
Fixed "False error when using directive prologues inside constructor with initialized properties."
2015-07-23 00:09:05 -07:00
Mohamed Hegazy 98d7474151 Update AUTHORS.md for release 1.6 2015-07-22 17:19:42 -07:00
Mohamed Hegazy 55b2eca48e Add AUTHORS.md 2015-07-22 16:48:03 -07:00
Jason Freeman d6998da761 Add getBaseTypes on TypeObject in services 2015-07-22 15:27:25 -07:00
Vladimir Matveev 500cadac5c add transpileModule function that can return emitted source map 2015-07-22 11:58:27 -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
Arthur Ozga 2f7a597dca Qualification 2015-07-21 18:27:01 -07:00
Arthur Ozga 851d361a7d Move message after guide 2015-07-21 18:08:41 -07:00
Vladimir Matveev 32bec3b3e7 Merge pull request #3966 from Microsoft/importAliasesInSystem
hoist top level import equals declarations in System modules
2015-07-21 17:42:43 -07:00
Wesley Wigham 8884f3b4f6 Fix tslint issues 2015-07-21 16:26:03 -07:00
Arthur Ozga d7e6fba4d3 fixed some warts 2015-07-21 16:20:17 -07:00
Wesley Wigham 8e93a49c7b Narrow exported session API, Unit tests for session API 2015-07-21 16:05:03 -07:00
Vladimir Matveev 4259417821 hoist top level import equals declarations in System modules 2015-07-21 15:56:30 -07:00
Arthur Ozga 6f00275b04 Merge pull request #3965 from Microsoft/abstractRunnerBase
make RunnerBase abstract
2015-07-21 15:48:57 -07:00
Arthur Ozga b244d0d263 fixed a reference in a test 2015-07-21 15:31:30 -07:00
Arthur Ozga 09caacd4cf Move declarations to top of tests\cases\fourslash.ts 2015-07-21 15:29:12 -07:00
Arthur Ozga 831bc389c2 make RunnerBase abstract 2015-07-21 14:59:39 -07:00
Ryan Cavanaugh 4ac078be0e Remove debugger statement 2015-07-21 12:32:24 -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
Anders Hejlsberg 5f7bc51a10 Accepting new baselines 2015-07-21 11:20:29 -07:00
Anders Hejlsberg 57f1a99322 Adding comma in error message 2015-07-21 11:20:20 -07:00
Vladimir Matveev d057f56d8c Merge pull request #3945 from Microsoft/bulkReexportInSystem
System: use batching when doing star exports
2015-07-21 10:52:38 -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