Commit Graph

  • 06bbe70dfb Merge branch 'transforms' into sourceMapUpdatesForClasses Ron Buckton 2016-04-15 12:10:46 -07:00
  • 96deb553d5 Script side implementation for Brace Completion. (#7587) Paul van Brenk 2016-04-15 11:38:42 -07:00
  • 6f3f690a8d revert back fix for implicit exports of imports Vladimir Matveev 2016-04-15 11:31:26 -07:00
  • 6c7414b098 Fix baseline as it appears in the master branch Fixes #8098 Sheetal Nandi 2016-04-15 10:35:21 -07:00
  • 0f323ea74a allow top level 'import x = identifier | qname' in module augmentations Vladimir Matveev 2016-04-14 17:57:17 -07:00
  • 78177cfc2c permit global augmentations to introduce new names Vladimir Matveev 2016-04-14 17:16:53 -07:00
  • 0dddcf4b84 code clean up zhengbli 2016-04-14 16:51:22 -07:00
  • 0409c242af Merge branch 'transforms' into exportTransforms Daniel Rosenwasser 2016-04-14 13:31:21 -07:00
  • 1c06342ddb Merge pull request #8095 from Microsoft/transformArrowComments Sheetal Nandi 2016-04-14 13:19:24 -07:00
  • bce1a06c08 Added an assertion to ensure export assignments for expression statements are only emitted for decorated clases. Daniel Rosenwasser 2016-04-14 12:31:12 -07:00
  • 482dfb61be Fixed emit for decorated classes that eventually get exported. Daniel Rosenwasser 2016-04-14 12:08:53 -07:00
  • e13a07e3bd Emit 'exports.foo' assignments for bindings that are exported in specifiers. Daniel Rosenwasser 2016-04-13 17:31:53 -07:00
  • 19a9f7f82d Merge pull request #8096 from Microsoft/Fix8066 Mohamed Hegazy 2016-04-14 12:07:33 -07:00
  • 8c8eaaa2a2 Check for class expressions when finding related symbols in base types Mohamed Hegazy 2016-04-14 11:48:35 -07:00
  • 10616560da Fix the incorrectly assigned arrow expression trailing comments Fixes #8041 Sheetal Nandi 2016-04-14 11:32:33 -07:00
  • c735c3673e Merge branch 'transforms' into sourceMapUpdatesForClasses Ron Buckton 2016-04-14 11:28:23 -07:00
  • cefe39c56b Merge pull request #8092 from Microsoft/transforms-unescape-destructured-identifiers Nathan Shively-Sanders 2016-04-14 11:26:23 -07:00
  • 0b890901df Add calls to unescapeIdentifier for destructured identifiers Nathan Shively-Sanders 2016-04-14 10:57:26 -07:00
  • f13753d366 Merge pull request #8069 from Microsoft/transforms-capture-this-in-computed-property-names-in-arrow-functions Nathan Shively-Sanders 2016-04-14 09:52:20 -07:00
  • 0d5bf0ee32 Improve comment explaining ContainsLexicalThisInComputedPropertyName Nathan Shively-Sanders 2016-04-14 09:51:21 -07:00
  • d56ac44a27 [Transforms] fix _this = this capture emitted before "use strict" directives in AMD module output (#7953) Yui 2016-04-14 09:41:12 -07:00
  • c21ff6421c [Transforms] fix8038 and 8047 (#8071) Yui 2016-04-14 09:30:19 -07:00
  • 2c95ea966c [Transforms] fix Not correctly emitting local name for exported class (#8048) Yui 2016-04-14 09:27:08 -07:00
  • 86d7425adc Merge pull request #8070 from Microsoft/transforms-lowercase-mocha-tap Nathan Shively-Sanders 2016-04-14 08:58:09 -07:00
  • 81ebab4c39 Merge pull request #8080 from Microsoft/pathsValidation Vladimir Matveev 2016-04-13 21:52:46 -07:00
  • 54862a27e2 fix typo in message Vladimir Matveev 2016-04-13 21:36:36 -07:00
  • e7a4dd4cf5 added validation of paths option Vladimir Matveev 2016-04-13 21:16:39 -07:00
  • a3d74ad550 Merge branch 'master' of https://github.com/Microsoft/TypeScript into typedefForJsdoc zhengbli 2016-04-13 16:57:35 -07:00
  • 2945f64e3b Add tests for renaming and incremental parsing. Changed how the AST was hydrated with jsdocComment nodes. zhengbli 2016-04-08 20:19:39 -07:00
  • e5e8c6b0b9 Add explanatory comment when adding ContainsLexicalThisInComputedPropertyName Nathan Shively-Sanders 2016-04-13 16:14:29 -07:00
  • 7bb3a5a514 Fix case of mocha TAP -> tap Nathan Shively-Sanders 2016-04-13 16:03:53 -07:00
  • 8fa44c3b06 Capture this in computed property names in arrow functions Nathan Shively-Sanders 2016-04-13 15:49:02 -07:00
  • 02c8315aed Merge pull request #8064 from Microsoft/trailingModuleComments Sheetal Nandi 2016-04-13 15:47:17 -07:00
  • 41c1a5b497 Merge pull request #7945 from Microsoft/renameAndFindRef Sheetal Nandi 2016-04-13 15:46:43 -07:00
  • aff6698223 Merge pull request #8044 from Microsoft/elideNoValueExports Vladimir Matveev 2016-04-13 15:34:58 -07:00
  • 3de310af06 emit 'export *' for es6 only if module exports some value Vladimir Matveev 2016-04-13 15:14:35 -07:00
  • c492fc6369 Update the entry point to return property symbol of destructuring assignment Sheetal Nandi 2016-04-13 14:50:41 -07:00
  • f4066e57da [Transforms] updatebaseline (#8067) Yui 2016-04-13 14:41:56 -07:00
  • 9c545c63c2 switch to use addPrologueDirectives function Vladimir Matveev 2016-04-13 14:29:37 -07:00
  • da72357562 Merge pull request #8068 from Microsoft/transform-function-and-import-conflict Nathan Shively-Sanders 2016-04-13 14:18:13 -07:00
  • 5458826106 Merge pull request #8035 from Microsoft/defaultClassName Sheetal Nandi 2016-04-13 14:16:11 -07:00
  • 2e47f22fcc Set the end position of variable statement as -1 so the trailing comments are not emitted Sheetal Nandi 2016-04-13 14:14:00 -07:00
  • 936ee66f7d Merge remote-tracking branch 'origin/transforms' into fixLocationOfSuperCall Vladimir Matveev 2016-04-13 14:03:36 -07:00
  • 012d1118a5 Merge pull request #8034 from Microsoft/enumsComputedPropertyNames Vladimir Matveev 2016-04-13 14:01:24 -07:00
  • 5ea65855b0 Revert changes from 5e308b9 Sheetal Nandi 2016-04-13 14:01:09 -07:00
  • a721a223da Set LocalName flag for exported local then skip it Nathan Shively-Sanders 2016-04-13 11:31:09 -07:00
  • 6cea256813 Merge pull request #8049 from Microsoft/moduleNameInOutput Mohamed Hegazy 2016-04-13 13:20:23 -07:00
  • 5f66c8766e Merge branch 'transforms' into moduleNameInOutput Mohamed Hegazy 2016-04-13 13:20:08 -07:00
  • 9d73220c2e Merge pull request #8065 from Microsoft/removeCommas Mohamed Hegazy 2016-04-13 13:06:04 -07:00
  • 47e9ee57c8 Remove commas from nodeEdgeTraversalMap manually for now Mohamed Hegazy 2016-04-13 12:45:05 -07:00
  • 34ad57a972 Merge pull request #8027 from Microsoft/transforms-skip-es6-imports-inside-namespace Nathan Shively-Sanders 2016-04-13 12:37:35 -07:00
  • cf859be9da Review comments Mohamed Hegazy 2016-04-13 12:13:26 -07:00
  • 27adb8c363 Fix the trailing comments for enum declaration Fixes #8045 Sheetal Nandi 2016-04-13 12:05:21 -07:00
  • 7b07d3ce27 Fix the trailing comment emit for module declaration Fixes #8045 Sheetal Nandi 2016-04-13 11:59:29 -07:00
  • bdb76400f3 Return undefined instead of createNotEmittedStatement Nathan Shively-Sanders 2016-04-13 11:38:21 -07:00
  • f1ec827a3f Merge pull request #7977 from Microsoft/transforms-fix7868 Ron Buckton 2016-04-13 10:54:22 -07:00
  • 9899cda6d3 PR Feedback, also removes cloneEntityName. Ron Buckton 2016-04-13 10:43:01 -07:00
  • a96c584529 Commend rewording per PR feedback Sheetal Nandi 2016-04-13 10:16:41 -07:00
  • 1ed987152f Fix typo Anders Hejlsberg 2016-04-13 09:30:16 -07:00
  • b689c07820 Improving error reporting as suggested in code review Anders Hejlsberg 2016-04-13 06:48:55 -07:00
  • 5b0b09ca62 Merge pull request #8056 from weswigham/remove-custom-no-null-rule Daniel Rosenwasser 2016-04-13 00:28:24 -07:00
  • 37a0e8f502 Remove custom no-null rule, use tslint builtin no null rule Wesley Wigham 2016-04-13 02:09:14 -04:00
  • 446494060d PR feedback Ron Buckton 2016-04-12 18:40:39 -07:00
  • a25c70b47d Accepted baselines. Daniel Rosenwasser 2016-04-12 17:09:15 -07:00
  • 0417592ccb Include exported name in error message. Daniel Rosenwasser 2016-04-12 16:52:57 -07:00
  • bc29c55882 Accept baselines Mohamed Hegazy 2016-04-12 16:33:06 -07:00
  • 00a4aab88d Accept baselines: better comment output Mohamed Hegazy 2016-04-12 16:32:24 -07:00
  • b9c311cffe Accept baselines: extra parens Mohamed Hegazy 2016-04-12 16:31:05 -07:00
  • 6a39c30bbc Accept baselines: output formatting changes Mohamed Hegazy 2016-04-12 16:28:51 -07:00
  • b3878a8ec2 Accept baselines: using dots consistenlly for numeric literals Mohamed Hegazy 2016-04-12 16:27:14 -07:00
  • 05dc168e25 Accept baseline: Static properties after export Mohamed Hegazy 2016-04-12 16:26:48 -07:00
  • 7077003731 Accept baselines: syntactically invalid input Mohamed Hegazy 2016-04-12 16:25:19 -07:00
  • 7c3df5acc7 Accept baseline: use strict in an empty module Mohamed Hegazy 2016-04-12 16:21:51 -07:00
  • 3f3a61ba26 Use double quotes consistently for module names Mohamed Hegazy 2016-04-12 16:21:27 -07:00
  • 9547d0de0d Move helpers to factory.ts Mohamed Hegazy 2016-04-12 16:14:35 -07:00
  • 329a9fbab1 Merge pull request #8040 from Microsoft/transforms-es6ImportWithoutClause Sheetal Nandi 2016-04-12 15:20:56 -07:00
  • 80fab7c5a4 elide exports with no value side Vladimir Matveev 2016-04-12 15:19:05 -07:00
  • 109e0e279d Merge pull request #8033 from bowdenk7/jakeChange Ryan Cavanaugh 2016-04-12 15:15:06 -07:00
  • ab49eb9fef Merge pull request #7970 from Microsoft/fix-transforms-empty-destructuring-assignment Nathan Shively-Sanders 2016-04-12 14:59:31 -07:00
  • 349ced2d40 Do not emit "from" if import clause is missing in import declaration Sheetal Nandi 2016-04-12 14:39:50 -07:00
  • 873574fa65 Merge pull request #8019 from Microsoft/typeRefsDts Vladimir Matveev 2016-04-12 14:20:27 -07:00
  • 286d9079eb don't generate temp variables for computed property names in enums Vladimir Matveev 2016-04-12 14:18:58 -07:00
  • 219f1b0166 Fix the name when synthesized node is clone of auto generate identifier kind This fixes variable declaration created for default exported class without name Fixes #7875 Sheetal Nandi 2016-04-12 14:15:41 -07:00
  • 472ab7c8aa Accepting new baselines Anders Hejlsberg 2016-04-12 13:40:28 -07:00
  • cd88f1ea32 Adding regression test Anders Hejlsberg 2016-04-12 13:40:21 -07:00
  • 586ac55fb4 Fix finishFlow function and rename to finishFlowLabel Anders Hejlsberg 2016-04-12 13:39:54 -07:00
  • e33203a3b0 Reorder host in jakefile so TYPESCRIPT_HOST is checked before localhost Bowden Kelly 2016-04-12 13:19:04 -07:00
  • 5cd5976650 Emit module names when --out is specified for system and amd modules Mohamed Hegazy 2016-04-12 11:45:53 -07:00
  • 5e308b9b9a Fix the AV when accessing edge on IE debugger Sheetal Nandi 2016-04-12 10:52:00 -07:00
  • e6670811b0 Remove parentheses and accept baselines Nathan Shively-Sanders 2016-04-12 10:46:27 -07:00
  • 2578409b7d Merge branch 'transforms' into fix-transforms-empty-destructuring-assignment Nathan Shively-Sanders 2016-04-12 10:15:07 -07:00
  • 7d30e7a3c8 addressed PR feedback: added more tests Vladimir Matveev 2016-04-12 10:01:05 -07:00
  • 83334fac18 fix emit for super calls that has preceding prologue directives Vladimir Matveev 2016-04-12 09:58:57 -07:00
  • 221c0f3656 Update es5 module internal imports test and related baselines Nathan Shively-Sanders 2016-04-12 09:56:51 -07:00
  • df62fa0ccb Merge branch 'master' into controlFlowTypes Anders Hejlsberg 2016-04-12 09:37:34 -07:00
  • 7c7a1c000c A few cosmetic changes Anders Hejlsberg 2016-04-12 09:36:53 -07:00
  • 2cb7401a56 Do not emit ES6 import/export inside namespaces Nathan Shively-Sanders 2016-04-11 14:27:18 -07:00
  • 376c493e67 include type reference directives in .d.ts. files Vladimir Matveev 2016-04-11 21:36:07 -07:00
  • 958a6a41ad Some restructuring according to PR feedback Sheetal Nandi 2016-04-11 16:53:49 -07:00
  • dd49c28116 Merge pull request #8014 from Microsoft/strictBlockScopeFunction Sheetal Nandi 2016-04-11 16:48:35 -07:00