Commit Graph

  • 955c9f1ff2 Update baselines Mohamed Hegazy 2015-04-07 13:09:43 -07:00
  • 87a02ebb00 Fix find all refs and goto def for decorators Mohamed Hegazy 2015-04-07 12:37:05 -07:00
  • 4ff87b71a4 Fixes #2601, incorrect resolution of this/super Ron Buckton 2015-04-07 11:42:08 -07:00
  • 863f0b6180 Merge pull request #2643 from Microsoft/checkForOmittedExpression Mohamed Hegazy 2015-04-06 16:42:51 -07:00
  • 238a33daa0 Rename test case Mohamed Hegazy 2015-04-06 16:24:55 -07:00
  • 189f07ae7f Merge pull request #2642 from Microsoft/getExportsForModuleNullCheck Mohamed Hegazy 2015-04-06 16:16:08 -07:00
  • cf86d3e912 Merge pull request #2640 from Microsoft/systemDependentLineEndings Mohamed Hegazy 2015-04-06 15:41:14 -07:00
  • d71632aa38 Check for omitted expressions when checking const and let declaration names Mohamed Hegazy 2015-04-06 15:32:22 -07:00
  • 3ca76ca53b Add null check when querying for exports from a module Mohamed Hegazy 2015-04-06 14:54:22 -07:00
  • de01f5da89 Addressing PR comments and adding unit tests (removing extra new lines and debugging statements) Ahmad Farid 2015-04-06 14:50:08 -07:00
  • 049b8fb2d0 Addressing PR comments and adding unit tests Ahmad Farid 2015-04-06 14:42:43 -07:00
  • ffae189e89 Merge branch 'master' into unrewrite Daniel Rosenwasser 2015-04-06 14:19:28 -07:00
  • 78a79140b3 Get sighelp for arbitrary functions working in .js files. Cyrus Najmabadi 2015-04-06 14:10:04 -07:00
  • ccb562385d Use sys.newLine in transpile when possibel Mohamed Hegazy 2015-04-06 14:05:44 -07:00
  • c53b0a5016 Merge pull request #2599 from Microsoft/APISamples Mohamed Hegazy 2015-04-06 13:51:07 -07:00
  • 1d5d10a111 add comment Mohamed Hegazy 2015-04-06 13:38:37 -07:00
  • 29fe9f560f Merge branch 'master' into APISamples Mohamed Hegazy 2015-04-06 13:38:16 -07:00
  • e195d89fad Merge pull request #2589 from Microsoft/decorators_types Ron Buckton 2015-04-06 12:50:18 -07:00
  • e1204a9cc2 Merge pull request #2635 from Microsoft/fixParameterDecoratorTyping Ron Buckton 2015-04-06 12:45:14 -07:00
  • 1bab2339a3 Updated baselines Ron Buckton 2015-04-06 11:13:02 -07:00
  • 1a1813363e Merge branch 'master' into decorators_types Ron Buckton 2015-04-06 11:06:38 -07:00
  • 9dfb724536 Fix for #2249 Ron Buckton 2015-04-06 10:52:31 -07:00
  • 98c56ae9a8 PR feedback Ron Buckton 2015-04-06 10:42:58 -07:00
  • 7fcbb8c9a0 adding unit tests fot block comments outlining Ahmad Farid 2015-04-03 19:21:27 -07:00
  • 5e7343f573 Merge pull request #2596 from Microsoft/parseClassInStrictMode Yui 2015-04-03 18:58:13 -07:00
  • 09d037fb6f Address code review Yui T 2015-04-03 17:59:40 -07:00
  • 4824e966b2 Update baseline Yui T 2015-04-03 17:35:42 -07:00
  • 742f65c80b Merge branch 'master' into parseClassInStrictMode Yui T 2015-04-03 17:23:02 -07:00
  • 766d34d0dc Rename variables to be consistent. Cyrus Najmabadi 2015-04-03 16:55:54 -07:00
  • 1178e84a68 Don't cache the typechecker at the LS level. Just get it when needed from the program. Cyrus Najmabadi 2015-04-03 16:50:32 -07:00
  • 4cdc97094f Produce a map of named declarations instead of a flat list. Cyrus Najmabadi 2015-04-03 16:17:05 -07:00
  • 854d5496b4 updating tests Ahmad Farid 2015-04-03 15:28:23 -07:00
  • a4b8276ff1 updating tests Ahmad Farid 2015-04-03 14:56:19 -07:00
  • 2e41e45e64 updating tests Ahmad Farid 2015-04-03 14:55:39 -07:00
  • 8a49ce7c9f updating test 2 Ahmad Farid 2015-04-03 14:39:44 -07:00
  • d1c7f9927f updating test 1 Ahmad Farid 2015-04-03 14:26:26 -07:00
  • 5543d5456c removing extra reference header Ahmad Farid 2015-04-03 14:11:18 -07:00
  • d56f2f62a8 Merge pull request #2603 from Microsoft/staticClassProps CyrusNajmabadi 2015-04-03 14:03:54 -07:00
  • 8537232d32 Add decorator test for a decorator on a class expression. Cyrus Najmabadi 2015-04-03 13:04:56 -07:00
  • 254322dc8d Merge branch 'master' of https://github.com/ahmad-farid/TypeScript Ahmad Farid 2015-04-03 11:29:04 -07:00
  • be26d417a3 Add additional tests. Cyrus Najmabadi 2015-04-02 17:50:11 -07:00
  • 7562a34ae8 Add support for emitting static properties in class expressions in ES6. Cyrus Najmabadi 2015-04-02 17:23:25 -07:00
  • aef37f1e41 Address code review: have more explicit error Yui T 2015-04-02 17:42:24 -07:00
  • 105936f198 Break out acquisition of class properties vs. emitting them. Cyrus Najmabadi 2015-04-02 17:02:26 -07:00
  • d94c7bf978 Merge branch 'master' of https://github.com/Microsoft/TypeScript into outlineComments Ahmad Farid 2015-04-02 16:55:03 -07:00
  • facbe843d1 Merge branch 'master' into APISamples Mohamed Hegazy 2015-04-02 16:45:44 -07:00
  • 86f4040abb Remove typescript.d.ts from baslines of APISample tests Mohamed Hegazy 2015-04-02 16:39:10 -07:00
  • 65cbd91667 Merge pull request #2597 from Microsoft/spelling Paul van Brenk 2015-04-02 16:31:09 -07:00
  • 64fbf94940 outlinging comments v0.2 Ahmad Farid 2015-04-02 16:23:22 -07:00
  • 8ceebaa985 Update APISample tests for 1.5-alpha release Mohamed Hegazy 2015-04-02 15:45:52 -07:00
  • 548e33c663 Merge branch 'master' into spelling Paul van Brenk 2015-04-02 15:37:37 -07:00
  • 0bf65e4c67 Fix annoying spellin errors. Paul van Brenk 2015-04-02 15:36:45 -07:00
  • 45412f69c0 Merge pull request #2571 from Microsoft/JSLS CyrusNajmabadi 2015-04-02 15:33:05 -07:00
  • 9a590dbbe5 PR feedback Ron Buckton 2015-04-02 15:22:53 -07:00
  • 5ecfafd32b PR feedback. Cyrus Najmabadi 2015-04-02 15:14:41 -07:00
  • 0f079632b9 PR feedback. Cyrus Najmabadi 2015-04-02 14:58:43 -07:00
  • 27f349ca7d outlining Comments v0.1 4/2 Ahmad Farid 2015-04-02 14:38:22 -07:00
  • 6f250703ff Merge branch 'master' into JSLS Cyrus Najmabadi 2015-04-02 14:22:16 -07:00
  • 35d8536c75 Merge pull request #2588 from Microsoft/classExpr CyrusNajmabadi 2015-04-02 14:13:25 -07:00
  • d048d7d3d2 Fix tests. Cyrus Najmabadi 2015-04-02 13:59:53 -07:00
  • 696e6a30fc Update test and baseliens from parsing classLikeDeclaration in strict mode Yui T 2015-04-01 18:28:43 -07:00
  • 64427a9df1 Remove checking for scriptTarget before setting parsing context for classLikeDeclaration Yui T 2015-04-01 18:28:13 -07:00
  • 2eddf310dc Fix error spans for classes. Cyrus Najmabadi 2015-04-01 18:56:57 -07:00
  • feabcd044b Merge pull request #2522 from Microsoft/visitWorkaround CyrusNajmabadi 2015-04-02 13:30:43 -07:00
  • f15ff32d5c Fix for #2561 Ron Buckton 2015-04-02 12:05:56 -07:00
  • d9078e9eaa Updated baseline Ron Buckton 2015-04-02 11:32:26 -07:00
  • 9e4c9f923f Merge pull request #2570 from Microsoft/versionCacheUnitTest Mohamed Hegazy 2015-04-02 09:27:44 -07:00
  • 74e6b6eccc Add an exit message for the server. steveluc 2015-04-02 00:13:06 -07:00
  • 5c440384ba Added __param helper for parameter decorators and cleaned up __decorate and __metadata Ron Buckton 2015-04-01 17:58:28 -07:00
  • 189482e730 Produce a name for anonymous class expressions when we perform downlevel emit. unknown 2015-04-01 17:28:59 -07:00
  • ba8be9eef4 Support classes without names in our AST. Report any issues with this at 'check' time. unknown 2015-04-01 17:20:20 -07:00
  • 22a87fb9ca Class declarations should be block scoped. unknown 2015-04-01 16:24:51 -07:00
  • a1ab10a42a Update CONTRIBUTING.md ahmad-farid 2015-04-01 16:16:04 -07:00
  • c804f5b035 Fix for checking type nodes with separate compilation, removed duplicate functions due to merge conflict Ron Buckton 2015-04-01 14:00:20 -07:00
  • 98afb9254d Cleanup emit for type metadata for #2577 Ron Buckton 2015-04-01 13:56:23 -07:00
  • 8a7fa55251 Fix merge conflict Ron Buckton 2015-04-01 13:52:20 -07:00
  • 490dfef41b Merge pull request #2485 from Microsoft/transitiveExports Daniel Rosenwasser 2015-04-01 13:50:29 -07:00
  • c5f49deb56 Minor emit cleanup Ron Buckton 2015-03-25 18:12:57 -07:00
  • ce5910edd3 Updated baselines Ron Buckton 2015-03-17 17:09:39 -07:00
  • f556d46804 Minor emit cleanup Ron Buckton 2015-03-25 18:12:57 -07:00
  • 2b78424fd4 Updated baselines Ron Buckton 2015-03-17 17:09:39 -07:00
  • 9aa3af83bc Type serialization for decorators Ron Buckton 2015-03-17 14:57:21 -07:00
  • 3290814b71 Update test. Daniel Rosenwasser 2015-04-01 12:31:39 -07:00
  • 17b790b479 Merge branch 'master' into transitiveExports Daniel Rosenwasser 2015-04-01 12:00:50 -07:00
  • b18dd53242 Update LKG v1.5.0-alpha Mohamed Hegazy 2015-04-01 09:36:07 -07:00
  • 9c4734901c Update version Mohamed Hegazy 2015-04-01 09:30:13 -07:00
  • 8bf61c7be1 Update LKG Mohamed Hegazy 2015-04-01 09:26:30 -07:00
  • e4a1c15fb3 Merge pull request #2553 from Microsoft/exportDefaultReference Mohamed Hegazy 2015-04-01 08:31:44 -07:00
  • 27f5a28d01 mend Mohamed Hegazy 2015-03-31 21:49:31 -07:00
  • 90e2aa6938 Merge branch 'master' into versionCacheUnitTest Mohamed Hegazy 2015-03-31 21:37:15 -07:00
  • f75c1dd7b6 Merge branch 'master' into exportDefaultReference Mohamed Hegazy 2015-03-31 21:35:21 -07:00
  • 0c5d736251 Respond to code review remarks Mohamed Hegazy 2015-03-31 21:17:24 -07:00
  • 4f78695740 Respond to code review comments Mohamed Hegazy 2015-03-31 20:42:45 -07:00
  • 0afa4597a7 Merge pull request #2563 from Microsoft/exposeConfigFileHelpers Mohamed Hegazy 2015-03-31 20:39:47 -07:00
  • 4577959246 Merge pull request #2557 from Microsoft/exportEqualsDtsFix Mohamed Hegazy 2015-03-31 20:39:15 -07:00
  • ab4d003d0a Merge branch 'master' into transitiveExports Daniel Rosenwasser 2015-03-31 19:07:46 -07:00
  • d06f3aa224 Update test. Cyrus Najmabadi 2015-03-31 19:07:45 -07:00
  • 3430903440 Merge branch 'master' into JSLS Cyrus Najmabadi 2015-03-31 18:57:56 -07:00
  • e34848d872 Merge pull request #2573 from Microsoft/classExpressionTests CyrusNajmabadi 2015-03-31 18:57:42 -07:00
  • 54e1928b2a Moved arrow function to function declaration. Daniel Rosenwasser 2015-03-31 18:34:43 -07:00