Commit Graph

  • 9a6d308203 Simplified parenthesis check for await as yield. Ron Buckton 2015-05-13 11:15:51 -07:00
  • 3d0991d27d Better name for bitmask in ParserContextFlags Ron Buckton 2015-05-13 10:50:40 -07:00
  • 71709be6d2 handle triple slashes in url schema 'file' correctly Vladimir Matveev 2015-05-12 22:59:29 -07:00
  • 57b6f0a846 Merge pull request #3131 from Microsoft/fast_version_check Vladimir Matveev 2015-05-12 21:16:10 -07:00
  • 60bf572c42 Fixes old tests Tingan Ho 2015-05-13 10:59:40 +08:00
  • da494618ae Adds tests Tingan Ho 2015-05-13 10:59:16 +08:00
  • e7fe5d78a3 Adds non emit on non-initialized export Tingan Ho 2015-05-13 10:58:12 +08:00
  • 00ad4d77bf Merge pull request #3137 from Microsoft/copySpreadArray Anders Hejlsberg 2015-05-12 17:19:47 -07:00
  • 8db3b76295 Accepting new baselines Anders Hejlsberg 2015-05-12 16:54:34 -07:00
  • 36290537c3 Optimize spread to not generate x.slice() when x is an array literal Anders Hejlsberg 2015-05-12 16:53:53 -07:00
  • e42a39fada Merge pull request #3135 from Microsoft/noEmitOnErrorDescriptionUpdate Dan Quirk 2015-05-12 16:26:40 -07:00
  • 907249699a Merge pull request #3110 from Microsoft/emitModuleMemberInSystem Vladimir Matveev 2015-05-12 16:22:13 -07:00
  • 1d0bde0476 📝 document autocrlf needs to be off Basarat Ali Syed 2015-05-13 09:17:39 +10:00
  • fe4dd84d19 Accepting new baselines Anders Hejlsberg 2015-05-12 15:51:20 -07:00
  • c4b6e64ca6 Emit [...a] as a.slice() to ensure a is copied Anders Hejlsberg 2015-05-12 15:49:41 -07:00
  • 05f753918c Update help description for noEmitOnError Dan Quirk 2015-05-12 14:31:38 -07:00
  • 300cb8d9f2 Merge pull request #3121 from Microsoft/consistent-sourceMap-naming Daniel Rosenwasser 2015-05-12 11:48:49 -07:00
  • af342382ed add optional 'getProjectVersion' method to perform fast up-to-date checks Vladimir Matveev 2015-05-12 10:57:55 -07:00
  • 0bf2288cce use canonical file name when asking the host if file exists Vladimir Matveev 2015-05-06 16:00:50 -07:00
  • 18c65da36a Merge pull request #3116 from Microsoft/contextualModifier Jason Freeman 2015-05-12 01:14:55 -07:00
  • 7e798e904a Merge branch 'master' of https://github.com/Microsoft/TypeScript into generators Jason Freeman 2015-05-11 17:48:21 -07:00
  • 63d2313244 Clarify error message Jason Freeman 2015-05-11 17:48:12 -07:00
  • cb198aa7f2 Disallow yield expressions inside a class Jason Freeman 2015-05-11 17:40:38 -07:00
  • f8c10ff115 Merge pull request #3117 from Microsoft/normalizedSlashesInFilenames Vladimir Matveev 2015-05-11 16:07:08 -07:00
  • 3480119e4e Merge pull request #3109 from Microsoft/doNotHoistAmbientDeclarations Vladimir Matveev 2015-05-11 15:02:02 -07:00
  • 99b6e26831 Accepted baselines. Daniel Rosenwasser 2015-05-11 15:01:29 -07:00
  • 4cd0127822 sourcemap -> sourceMap Daniel Rosenwasser 2015-05-11 14:52:02 -07:00
  • 714b39a511 addressed PR feedback Vladimir Matveev 2015-05-11 14:17:34 -07:00
  • 947d4a29c2 program should store file names with normalized slashes Vladimir Matveev 2015-05-11 14:01:46 -07:00
  • 670ad05eec Merge branch 'master' of https://github.com/Microsoft/TypeScript into generators Jason Freeman 2015-05-11 13:34:31 -07:00
  • 029fbb0d4f Remove nextTokenCanFollowContextualModifier Jason Freeman 2015-05-11 13:26:23 -07:00
  • b534b5665c correct typos Vladimir Matveev 2015-05-11 00:09:06 -07:00
  • cdbd6c6898 system: fix emit for exports of non-top level entities, fix emit for enums Vladimir Matveev 2015-05-11 00:07:49 -07:00
  • 1a4df9ab7f do not hoist ambient declarations Vladimir Matveev 2015-05-10 22:23:12 -07:00
  • 2ee5beb378 PR feedback Ron Buckton 2015-05-08 22:15:54 -07:00
  • daa77935e3 Additional clean up of diagnostic messages Ron Buckton 2015-05-08 21:40:56 -07:00
  • 39a6cce789 Cleaned up diagnostic messages Ron Buckton 2015-05-08 21:37:43 -07:00
  • 681954bc59 Merge pull request #3048 from Microsoft/duplicateIdentifierBindingElement Yui 2015-05-08 18:17:27 -07:00
  • b70276538b Merge branch 'master' into duplicateIdentifierBindingElement Yui T 2015-05-08 18:05:57 -07:00
  • 38b1bb0bfa Add testcases Yui T 2015-05-08 17:51:46 -07:00
  • 853edde521 Address code review Yui T 2015-05-08 17:51:20 -07:00
  • 2391666435 Updated declaration and symbol baselines Ron Buckton 2015-05-08 17:07:48 -07:00
  • 655f2ec74e Cleanup and PR feedback Ron Buckton 2015-05-08 16:51:35 -07:00
  • 7c6eed727f Accept baselines after merge Jason Freeman 2015-05-08 15:45:16 -07:00
  • 1a14725c32 Fix up two comments Jason Freeman 2015-05-08 15:35:42 -07:00
  • a14ec69316 Merge branch 'master' of https://github.com/Microsoft/TypeScript into generators Jason Freeman 2015-05-08 15:33:18 -07:00
  • e0931d8629 Type check all files when emitting a file under -out Jason Freeman 2015-05-08 13:58:20 -07:00
  • 80f33dd3ea Make boolean compiler options in harness true only if they say 'true' Jason Freeman 2015-05-08 13:43:13 -07:00
  • a8214edcce Merge branch 'harnessCompilerOptions' into release-1.5 Jason Freeman 2015-05-08 14:53:01 -07:00
  • cd72993e25 Merge pull request #3094 from Microsoft/getEmitOutputOut Jason Freeman 2015-05-08 14:51:41 -07:00
  • 65b7f53b20 Merge pull request #3093 from Microsoft/harnessCompilerOptions Jason Freeman 2015-05-08 14:06:52 -07:00
  • 79ec3ec5a3 Merge pull request #3092 from Microsoft/classificationLoop1.5 CyrusNajmabadi 2015-05-08 13:59:49 -07:00
  • 0401553810 Type check all files when emitting a file under -out Jason Freeman 2015-05-08 13:58:20 -07:00
  • b6979d80dc Make boolean compiler options in harness true only if they say 'true' Jason Freeman 2015-05-08 13:43:13 -07:00
  • a8d25c82ac Prevent infinite loop when classifying. Cyrus Najmabadi 2015-05-08 10:54:00 -07:00
  • 5aed73ff72 Merge pull request #3091 from Microsoft/classificationLoop CyrusNajmabadi 2015-05-08 12:54:05 -07:00
  • 286f0150a6 Prevent infinite loop when classifying. Cyrus Najmabadi 2015-05-08 10:54:00 -07:00
  • 0c92cf624e Merge pull request #3088 from Microsoft/fixTSConfigParsing CyrusNajmabadi 2015-05-08 10:10:28 -07:00
  • 4c809eddfb Don't wrap an array of errors in an additional array. Cyrus Najmabadi 2015-05-08 09:55:59 -07:00
  • 4027166d1e Revert "Format on type deletes valid text" Dirk Baeumer 2015-05-08 11:37:49 +02:00
  • 67439b6b1c Format on type deletes valid text Dirk Baeumer 2015-05-08 11:28:40 +02:00
  • bca21ecf48 Updated baselines Ron Buckton 2015-05-07 18:30:38 -07:00
  • 1718ff2915 Merge branch 'master' into asyncFunctions Ron Buckton 2015-05-07 18:06:11 -07:00
  • e1d05150f6 Merge pull request #3071 from Microsoft/removeSubtypesRecursion Jason Freeman 2015-05-07 15:41:55 -07:00
  • 7a92282af3 Merge branch 'release-1.5' of https://github.com/Microsoft/TypeScript into removeSubtypesRecursion Jason Freeman 2015-05-07 15:08:29 -07:00
  • bb7f617e72 PR feedback and another test Jason Freeman 2015-05-07 14:35:58 -07:00
  • 5129d7cf9c Merge pull request #3032 from Microsoft/supportedExtensions Mohamed Hegazy 2015-05-07 14:27:43 -07:00
  • cf8f58253b Merge pull request #3073 from Microsoft/removeDuplicateCaseLabels Mohamed Hegazy 2015-05-07 12:59:10 -07:00
  • ebb5a0d1d0 Merge branch 'master' into release-1.5 Mohamed Hegazy 2015-05-07 12:31:04 -07:00
  • 05892b1993 remove duplicate case labels Mohamed Hegazy 2015-05-07 12:29:47 -07:00
  • b40849b717 Merge pull request #3064 from Microsoft/refactorNarrowTypeByInstanceOf Mohamed Hegazy 2015-05-07 11:39:40 -07:00
  • d8ef7b612a Make removeSubtypes resilient to reentry Jason Freeman 2015-05-07 11:39:28 -07:00
  • ce9f7b431f Merge branch 'master' into supportedExtensions Mohamed Hegazy 2015-05-07 11:28:15 -07:00
  • 69f94cde8e Merge branch 'master' into refactorNarrowTypeByInstanceOf Mohamed Hegazy 2015-05-07 11:27:42 -07:00
  • 4381d1655d Add new line Mohamed Hegazy 2015-05-07 11:27:38 -07:00
  • 80edb2de4a Bug fixes and baselines Ron Buckton 2015-05-07 11:13:45 -07:00
  • dd6c87e302 Merge pull request #3058 from Microsoft/promiseVoidErrorCallback Jason Freeman 2015-05-07 10:33:22 -07:00
  • 7a5804cf45 Update LKG Mohamed Hegazy 2015-05-06 22:44:55 -07:00
  • 805558b7ee Update version Mohamed Hegazy 2015-05-06 22:39:23 -07:00
  • 60b7bbb6c5 Merge branch 'master' into release-1.5 Mohamed Hegazy 2015-05-06 22:36:01 -07:00
  • 3d0daef8eb Merge pull request #3059 from Microsoft/'canonicalFileNamesInHostCache' Vladimir Matveev 2015-05-06 21:01:01 -07:00
  • 42b56cf671 Add a regression test Mohamed Hegazy 2015-05-06 20:25:12 -07:00
  • 8b43b3d18c Update test Mohamed Hegazy 2015-05-06 20:18:32 -07:00
  • ac9b16cff3 refactor narrowTypeByInstanceof Mohamed Hegazy 2015-05-06 20:11:31 -07:00
  • 93e2f91398 Merge pull request #3063 from Microsoft/removeDefineFunctionName Ron Buckton 2015-05-06 17:41:15 -07:00
  • e82e8419c2 Added emit for async functions in ES6 Ron Buckton 2015-05-06 17:33:58 -07:00
  • 6be18f821e Updated LKG Ron Buckton 2015-05-06 17:30:41 -07:00
  • 7acc488757 Removed Object.defineProperty for function name Ron Buckton 2015-05-06 17:23:04 -07:00
  • 98a8b5c1aa Clean up 'collateOutputs'. Daniel Rosenwasser 2015-05-06 16:40:56 -07:00
  • 4bd8e809d6 Modified test, updated baselines. Daniel Rosenwasser 2015-05-06 16:37:59 -07:00
  • 89fa211d9e The caller can now specify whether to observe light mode in 'createSourceFileAndAssertInvariants'. Daniel Rosenwasser 2015-05-06 16:37:00 -07:00
  • fa50177c5d Clean up unused files in the harness. Daniel Rosenwasser 2015-05-06 16:27:21 -07:00
  • a33bb6bb19 use canonical file name when asking the host if file exists Vladimir Matveev 2015-05-06 16:00:50 -07:00
  • 498f315256 Fix typing for Promises so that a void error callback doesn't mess up inference Jason Freeman 2015-05-06 15:53:01 -07:00
  • e26b953ce0 Removed runnerServer.ts Daniel Rosenwasser 2015-05-06 14:34:44 -07:00
  • 14362b0ca5 Merge branch 'vvakame-typeguardsByConstructorSigniture' Mohamed Hegazy 2015-05-06 13:05:41 -07:00
  • 0a28a3ec80 Remove getUnionTypeOfSubtypeConstituents Mohamed Hegazy 2015-05-06 13:05:12 -07:00
  • 5e94ce65ed Merge branch 'typeguardsByConstructorSigniture' of https://github.com/vvakame/TypeScript into vvakame-typeguardsByConstructorSigniture Mohamed Hegazy 2015-05-06 12:44:45 -07:00
  • 170bc5c38e Initial PR feedback Jason Freeman 2015-05-06 12:09:26 -07:00
  • cf4ca1fc3c Merge branch 'master' of https://github.com/Microsoft/TypeScript into generators Jason Freeman 2015-05-06 11:42:26 -07:00