Commit Graph

  • b9c4b026fe Merge pull request #7619 from zhengbli/updateDom20160321 Zhengbo Li 2016-04-07 15:33:43 -07:00
  • 40b22b2fca Ensure the listed files have absolute paths. Paul van Brenk 2016-04-07 15:31:02 -07:00
  • 586404ba09 record temp variable introduced in spread calls Vladimir Matveev 2016-04-07 15:29:44 -07:00
  • 88a8992ce3 CR Feedback Paul van Brenk 2016-04-07 15:29:11 -07:00
  • cbc2452409 Changed getDeclarationName to allow comments if requested Ron Buckton 2016-04-07 14:25:24 -07:00
  • fb0d720da7 refactor cr zhengbli 2016-04-07 14:03:48 -07:00
  • cc0cb5851b elide unused imports in ES6 emit Vladimir Matveev 2016-04-07 12:55:49 -07:00
  • ff0b349782 Merge pull request #7920 from Microsoft/exportWhenClassIsDecorated Daniel Rosenwasser 2016-04-07 12:38:36 -07:00
  • 4446727fa6 Merge pull request #7925 from Microsoft/correctStrictPrologueCheckToTransforms Daniel Rosenwasser 2016-04-07 12:37:42 -07:00
  • 9b6f8d1b7a Merge pull request #7924 from Microsoft/correctStrictPrologueCheck Daniel Rosenwasser 2016-04-07 12:37:33 -07:00
  • 9d2f0b37c0 Emits class name with comments. Ron Buckton 2016-04-07 12:27:44 -07:00
  • 5c6009ceae Merge pull request #7921 from Microsoft/unqualifiedEnumMembers Vladimir Matveev 2016-04-07 11:20:02 -07:00
  • f0a996e6fb Fix rwc (#7895) Yui 2016-04-07 11:17:43 -07:00
  • 6d43c02796 Test cases when var is renamed and used in destructuring Sheetal Nandi 2016-04-07 10:48:21 -07:00
  • 168d106421 Test cases for destructuring declarations in "for" and "for of" loops Sheetal Nandi 2016-04-07 10:47:57 -07:00
  • 3704ad74d1 Merge pull request #6739 from Microsoft/this-function-types Nathan Shively-Sanders 2016-04-07 10:31:01 -07:00
  • 9b8436ca85 Merge pull request #7919 from Microsoft/transforms-fix7878 Ron Buckton 2016-04-07 10:16:53 -07:00
  • 1906c9c655 Merge pull request #7935 from Microsoft/shorthandPropertyInitializer Vladimir Matveev 2016-04-07 10:15:43 -07:00
  • 6076475496 emit missing initializers for shorthand property assignments Vladimir Matveev 2016-04-07 09:56:52 -07:00
  • 843f229f2a Merge pull request #7923 from Microsoft/Fix7922 Mohamed Hegazy 2016-04-07 09:26:49 -07:00
  • 6c735b5cbf Add contextual typing test with this specified Nathan Shively-Sanders 2016-04-07 07:59:46 -07:00
  • cfb9001e18 Accepted baselines. Daniel Rosenwasser 2016-04-07 00:48:11 -07:00
  • 1e18618170 Ensure that the entire contents are simply 'use strict'. Daniel Rosenwasser 2016-04-07 00:47:29 -07:00
  • 3a35aa30da Accepted baselines. Daniel Rosenwasser 2016-04-07 00:42:04 -07:00
  • c57e54eeae Added test. Daniel Rosenwasser 2016-04-07 00:41:40 -07:00
  • 2abc736955 Ensure that the entire contents of the prologue are simply 'use strict'. Daniel Rosenwasser 2016-04-07 00:55:02 -07:00
  • 1d16356cc6 Accepted baselines. Daniel Rosenwasser 2016-04-07 00:48:11 -07:00
  • e9e8837474 Ensure that the entire contents are simply 'use strict'. Daniel Rosenwasser 2016-04-07 00:47:29 -07:00
  • dbaa6e163c Accepted baselines. Daniel Rosenwasser 2016-04-07 00:42:04 -07:00
  • 26e1d8dee0 Added test. Daniel Rosenwasser 2016-04-07 00:41:40 -07:00
  • e592304aee Fix #7922: Only bundle if module==AMD or module==System Mohamed Hegazy 2016-04-07 00:21:25 -07:00
  • 0e0182c1ea emit unqualified enum members as qualified Vladimir Matveev 2016-04-06 23:49:14 -07:00
  • 3e78ff0b3c Sync with TSJS repo Zhengbo Li 2016-04-06 22:17:14 -07:00
  • 1317d23a8a Merge pull request #7902 from Microsoft/blockScopedBindingsInForOf Vladimir Matveev 2016-04-06 21:14:43 -07:00
  • 42351a8a99 Export the respective let binding when a decorated class is exported. Daniel Rosenwasser 2016-04-06 20:34:01 -07:00
  • 9a8f6395e4 Support the case with variable name as @typedef type name Zhengbo Li 2016-04-06 20:22:23 -07:00
  • c9c6e5ab4f Merge pull request #7916 from Microsoft/transforms-fixClassNamesAndAutoParenForCall Ron Buckton 2016-04-06 19:00:06 -07:00
  • 4ead44db9b Revert to old emit for metadata. Also adds baselines support for transpiler tests. Fixes #7878. Ron Buckton 2016-04-06 18:59:54 -07:00
  • 2f73857ed3 Merge pull request #7907 from Microsoft/extraFrom Daniel Rosenwasser 2016-04-06 17:45:30 -07:00
  • 2ef5bcb340 Merge pull request #7917 from Microsoft/acceptBaselines Mohamed Hegazy 2016-04-06 17:44:32 -07:00
  • e439abf236 Merge pull request #7915 from Microsoft/emitImportsAsConst Daniel Rosenwasser 2016-04-06 17:44:19 -07:00
  • 7d438a0897 Merge pull request #7897 from Microsoft/shebangLine Daniel Rosenwasser 2016-04-06 17:44:03 -07:00
  • 20e64d76ae Accept baselines for invalid module +target combination. Closes #7876 Mohamed Hegazy 2016-04-06 17:37:45 -07:00
  • b9c37dcca1 Merge branch 'transforms' into acceptBaselines Mohamed Hegazy 2016-04-06 17:26:50 -07:00
  • 45cd93c9cb Enums with numeric names not emitted as string Mohamed Hegazy 2016-04-06 17:26:07 -07:00
  • 1561fe41a4 accept extra parens Mohamed Hegazy 2016-04-06 17:22:45 -07:00
  • fd23fea47c better output for **= operator Mohamed Hegazy 2016-04-06 17:22:33 -07:00
  • a2876aa8fd Remove empty comma expressions Mohamed Hegazy 2016-04-06 17:22:12 -07:00
  • 469e811fac use dots in all number accesses Mohamed Hegazy 2016-04-06 17:21:35 -07:00
  • af4e44a8d8 export= in ES6 modules, accept latest Mohamed Hegazy 2016-04-06 17:21:09 -07:00
  • 17a062ab62 invalid export in blocks. Mohamed Hegazy 2016-04-06 17:20:41 -07:00
  • 27bd8e71b9 formatting Mohamed Hegazy 2016-04-06 17:20:17 -07:00
  • fe5121652d Do not emit rest param if not the last. Mohamed Hegazy 2016-04-06 17:19:59 -07:00
  • 8c9de1df68 Merge pull request #7906 from Microsoft/blockScopedNamesForClasses Vladimir Matveev 2016-04-06 17:19:52 -07:00
  • 86516470f2 Merge pull request #7899 from Microsoft/nestedBlockScopeBindings Vladimir Matveev 2016-04-06 17:19:37 -07:00
  • 68a9615bd2 invalid output in both cases, picking the latest Mohamed Hegazy 2016-04-06 17:19:34 -07:00
  • b84507292e better output, previouslly block scoped variable was not renamed. Mohamed Hegazy 2016-04-06 17:18:48 -07:00
  • 7c7fd05a3e Formatting system module output Mohamed Hegazy 2016-04-06 17:18:04 -07:00
  • a8de104018 Function declaration with string template, syntactically incorect. Mohamed Hegazy 2016-04-06 17:14:57 -07:00
  • 7e0b3066bc Invalid input, this in static property intializer. output is worng in both cases. Mohamed Hegazy 2016-04-06 17:14:30 -07:00
  • e29f9a5e10 Fixes extra _1 in class names and auto-parentheses for comma expression in call/new. Fixes #7857. Fixes #7858. Ron Buckton 2016-04-06 17:14:04 -07:00
  • 181ab945af emit * in generators downlevel Mohamed Hegazy 2016-04-06 17:13:51 -07:00
  • 99d8a6768f Merge pull request #7910 from Microsoft/transforms-fixLiteralPropertyNames Ron Buckton 2016-04-06 17:11:43 -07:00
  • b6111235dc Emit imports as const declarations. Daniel Rosenwasser 2016-04-06 17:05:06 -07:00
  • 3daeba3b53 Fix literal property names Ron Buckton 2016-04-06 16:33:34 -07:00
  • f0839e6fc2 Merge pull request #7904 from Microsoft/transforms-fixAwaitAsYieldParens Ron Buckton 2016-04-06 16:26:13 -07:00
  • 1138b33c38 Only emit the module specifier on an export if it is present. Daniel Rosenwasser 2016-04-06 16:10:01 -07:00
  • dfdfec9efa treat classes as block scoped entities Vladimir Matveev 2016-04-06 15:54:50 -07:00
  • 4da09b73bc Fixes extra parens around yield downleveled from await Ron Buckton 2016-04-06 15:49:53 -07:00
  • f325a98f0e enable generated names for block-scoped binding in for-of Vladimir Matveev 2016-04-06 15:40:17 -07:00
  • 1c162fa009 fix scope tracking when converting loops Vladimir Matveev 2016-04-06 14:48:26 -07:00
  • 917928b7ee Add a newline after emitting shebangs. Daniel Rosenwasser 2016-04-06 14:27:52 -07:00
  • 01ca100d16 Include the target symbol in search if location is propertyName or the import or export specifier dont specify "as" clause Handles #7708 Sheetal Nandi 2016-04-06 14:24:20 -07:00
  • 46d28f16cc added supports for 'types' compiler option Vladimir Matveev 2016-04-06 13:49:25 -07:00
  • 340051f4f5 Whitespace fix Paul van Brenk 2016-04-06 13:34:18 -07:00
  • 5363b2d7ad Add option to list the emitted as part of the compiler output. Paul van Brenk 2016-04-06 13:25:29 -07:00
  • ace2285ac2 Destructuring of object binding pattern element without property name should reference property Fixes #6312 Sheetal Nandi 2016-04-05 16:16:54 -07:00
  • 39c877a7f9 Merge branch 'transforms-fixObjectLiteralBody' into transforms Ron Buckton 2016-04-06 12:01:59 -07:00
  • 1cc76183f3 Merge branch 'transforms-fixAccessorComments' into transforms Ron Buckton 2016-04-06 12:00:52 -07:00
  • 35a4c42a92 Merge pull request #7842 from Microsoft/transforms-fixJsx2 Ron Buckton 2016-04-06 11:59:32 -07:00
  • 3acff6def6 Merge pull request #7836 from zhengbli/fixFileCasingForTsc Zhengbo Li 2016-04-06 10:51:51 -07:00
  • 8988ea849b Fixes indentation of object literals with computed properties Ron Buckton 2016-04-05 18:24:02 -07:00
  • e3e45c5354 Fixes comment emit for down-level accessor declarations. Ron Buckton 2016-04-05 17:42:49 -07:00
  • 71bd7e7f9d Merge pull request #7834 from Microsoft/transforms-fixSpaceInModifiers Ron Buckton 2016-04-05 16:51:14 -07:00
  • 0b2264cc54 Additional fixes for React emit. Ron Buckton 2016-04-05 16:50:19 -07:00
  • 65fdfd214c Merge pull request #7835 from Microsoft/fix7810 Mohamed Hegazy 2016-04-05 16:46:44 -07:00
  • 23bca4eda6 Support the case with @property and @type Zhengbo Li 2016-04-04 00:44:51 -07:00
  • e2a23fd598 remove compilationRoot parameter, use typesRoot/config file location as a root when computing primary locations Vladimir Matveev 2016-04-05 16:33:11 -07:00
  • 71994dde4f Adress PR: add nullability to signature Kanchalai Tanglertsampan 2016-04-05 14:12:55 -07:00
  • 900281033e Not use toPath in tsc when dealing with file watching Zhengbo Li 2016-04-05 12:19:36 -07:00
  • 221cbcfe29 Accepted valid baselines Ron Buckton 2016-04-05 11:24:59 -07:00
  • 299c4c7351 Fixes missing whitespace in modifiers Ron Buckton 2016-04-05 11:39:02 -07:00
  • 95d4983c6e Add nullability into signature Kanchalai Tanglertsampan 2016-04-05 11:38:12 -07:00
  • ecbbe02c53 addressed PR feedback Vladimir Matveev 2016-04-05 11:28:50 -07:00
  • 988063e9cf Move PropertyKey from es5 to es2015.core Yui 2016-04-05 11:08:26 -07:00
  • 881b70c495 Update baselines Yui 2016-04-05 11:06:49 -07:00
  • 3583e14109 Merge pull request #7832 from Microsoft/transforms-fix-unittests Vladimir Matveev 2016-04-05 11:03:56 -07:00
  • 6b903c7440 Merge pull request #7823 from Microsoft/transforms-fixJsx Ron Buckton 2016-04-05 10:53:27 -07:00
  • f2188432f4 Merge pull request #7822 from Microsoft/transforms-0-255-simple-baselines Ron Buckton 2016-04-05 10:50:50 -07:00
  • 86a51cbe24 update baselines in unittests, fix linter issues Vladimir Matveev 2016-04-05 09:32:09 -07:00