Commit Graph

  • 1c24c48073 Add emacs temp files to gitignore Nathan Shively-Sanders 2016-04-20 11:32:07 -07:00
  • 1814569cc5 Test case when --out is specified for compiling module but --module isnt specified Sheetal Nandi 2016-04-20 11:28:04 -07:00
  • 11cd54a7e1 Change the tests for typereference directive tests 11 and 12 to use module gen amd so they can emit correctly Fixes #8182 Sheetal Nandi 2016-04-20 11:25:41 -07:00
  • 76dd2086a4 Report error if user specified --out and we are defaulting to commonjs emit Sheetal Nandi 2016-04-20 11:22:52 -07:00
  • 89873d45cb Remove temperary file (#8221) Yui 2016-04-20 11:01:17 -07:00
  • fba1dfb72b Merge pull request #8201 from Microsoft/jsDocCommentAndEmit Sheetal Nandi 2016-04-20 10:24:18 -07:00
  • 936b006156 Merge pull request #8197 from Microsoft/transforms-skip-emit Nathan Shively-Sanders 2016-04-20 09:47:21 -07:00
  • d0cfe43d88 Merge pull request #8210 from Microsoft/Fix8162 Mohamed Hegazy 2016-04-20 09:27:57 -07:00
  • e9a7d3d98c Removing unused logic Anders Hejlsberg 2016-04-20 09:15:57 -07:00
  • c55de357b7 Address PR comments Nathan Shively-Sanders 2016-04-20 09:04:34 -07:00
  • bab8ef4b10 Accepting new baselines Anders Hejlsberg 2016-04-20 07:09:53 -07:00
  • 33e359ff13 Adding test Anders Hejlsberg 2016-04-20 07:09:43 -07:00
  • ea96dfd364 Support comma operator in type guards Anders Hejlsberg 2016-04-20 06:59:28 -07:00
  • b85f34ba59 Fix #8162 and #8173: Add root symbols to search in find all referecnes Mohamed Hegazy 2016-04-19 19:30:11 -07:00
  • bcdbfd76af [Transforms] fix8155 : Hoist exported enum in system output (#8177) Yui 2016-04-19 18:51:36 -07:00
  • de33689e3e Merge branch 'transforms' into transforms-fixDebugFailure Ron Buckton 2016-04-19 18:17:27 -07:00
  • 0d6ff81d5a Adds transforms for NonNullExpression Ron Buckton 2016-04-19 18:16:46 -07:00
  • 8954599592 Fix debug failure in parser Ron Buckton 2016-04-19 18:07:27 -07:00
  • c45471597d Merge pull request #8207 from Microsoft/transforms-fixVariousSourceMaps Ron Buckton 2016-04-19 18:03:15 -07:00
  • 704f3bf006 Merge pull request #8193 from Microsoft/noErrorOnFailedResourceLookup Mohamed Hegazy 2016-04-19 17:51:51 -07:00
  • b378ce1549 Merge branch 'transforms' into transforms-fixVariousSourceMaps Ron Buckton 2016-04-19 17:47:42 -07:00
  • 53d3e92351 Fixes various source map emit issues Ron Buckton 2016-04-19 17:45:22 -07:00
  • 1ac2539b10 Merge pull request #8200 from Microsoft/no-errors-on-augmentations-in-ambient-context Vladimir Matveev 2016-04-19 17:18:35 -07:00
  • 24f535ed68 Fix missing iterator in NodeList (#8199) Yui 2016-04-19 16:40:07 -07:00
  • 9797c9c512 Mark 'this' parameters in the binder. Nathan Shively-Sanders 2016-04-19 16:18:56 -07:00
  • 6f24144f05 Do not transform the emit of function with rest parameter unless declared in AST Fixes #7749 Sheetal Nandi 2016-04-19 16:02:29 -07:00
  • 659446befb Merge branch 'transforms' into exportTransforms Daniel Rosenwasser 2016-04-19 15:59:50 -07:00
  • 74557b6ffc Addressed CR feedback (which fixed 'tests/cases/conformance/es6/modules/exportsAndImports3-amd.ts'). Daniel Rosenwasser 2016-04-19 15:51:02 -07:00
  • 950571b049 do not validate module names in augmentations defined in ambient context Vladimir Matveev 2016-04-19 14:54:53 -07:00
  • ef4b6613f3 Adding testcase for function with rest param defined in jsDoc comment Test case for #7749 Sheetal Nandi 2016-04-19 15:43:12 -07:00
  • 3a8ebf109f Merge pull request #7954 from zhengbli/supportScriptKindOnServer Zhengbo Li 2016-04-19 15:41:47 -07:00
  • 7761ef7b72 Merge pull request #8187 from Microsoft/maintainCommentsVariableStatement Sheetal Nandi 2016-04-19 15:30:54 -07:00
  • cc58e2d7eb Use string literal type for script kind names zhengbli 2016-04-19 15:17:36 -07:00
  • d960200dac Merge pull request #8195 from Microsoft/fix-formatting-multiline-comments Vladimir Matveev 2016-04-19 14:40:34 -07:00
  • bad577be00 Skip emit of this parameters Nathan Shively-Sanders 2016-04-19 14:35:14 -07:00
  • 576e5f8055 So we are back to polling. zhengbli 2016-04-19 14:25:57 -07:00
  • c53612dfb6 Add missing semicolon Mohamed Hegazy 2016-04-19 14:23:38 -07:00
  • 80df773c77 fix formatting for lines that start with continuation of multiline comments Vladimir Matveev 2016-04-19 14:16:43 -07:00
  • 9cc9a99f4f Fix #8130: Do not fail if the resources for the specified locale does not exisit Mohamed Hegazy 2016-04-19 14:00:14 -07:00
  • fde2ae5e2a Merge pull request #8192 from Microsoft/assignTransforms Daniel Rosenwasser 2016-04-19 13:52:56 -07:00
  • 361c661cd9 Updated appropriate baselines. Daniel Rosenwasser 2016-04-19 13:40:43 -07:00
  • 92068dbe6b Use the '__assign' helper in transforms. Daniel Rosenwasser 2016-04-19 13:37:17 -07:00
  • 0acd860d22 Merge pull request #8172 from YuichiNukiyama/fix8117 Mohamed Hegazy 2016-04-19 13:36:30 -07:00
  • 3933be08f9 Adjusts some source map locations. Updates baselines. Ron Buckton 2016-04-19 12:01:38 -07:00
  • d1f9ffefce Assign the node to expression statement of variable so that it emits comments Fixes #8156 Tests fixed: - decoratorInstantiateModulesInFunctionBodies.ts - downlevelLetConst13.ts - es6ImportNamedImportDts.ts - es6ImportNamedImportWithExport.ts - exportedBlockScopedDeclarations.ts - exportNonInitializedVariablesAMD.ts - exportNonInitializedVariablesCommonJS.ts - exportNonInitializedVariablesSystem.ts - exportNonInitializedVariablesUMD.ts - privacyCannotNameVarTypeDeclFile.ts - privacyCheckAnonymousFunctionParameter.ts - privacyCheckAnonymousFunctionParameter2.ts - privacyImport.ts - privacyTopLevelInternalReferenceImportWithExport.ts - privacyVar.ts Sheetal Nandi 2016-04-19 11:53:29 -07:00
  • 6e812e59a5 Merge pull request #8184 from Microsoft/removeLibFromRWCOutput Mohamed Hegazy 2016-04-19 11:46:46 -07:00
  • 445cb7935e Filter library text from RWC output Mohamed Hegazy 2016-04-19 10:53:13 -07:00
  • edc3ed37ca Merge pull request #8159 from Microsoft/declFileFirstTypeArgumentIsGenericFunctionType Sheetal Nandi 2016-04-19 10:41:06 -07:00
  • c8bf6d821a Variables from different module declarations default to their declared type Anders Hejlsberg 2016-04-19 10:14:02 -07:00
  • d735b7acbf Variables from different source files default to their declared type Anders Hejlsberg 2016-04-19 10:04:17 -07:00
  • 538f449409 Merge pull request #8160 from Microsoft/transforms-april-merge-from-master Nathan Shively-Sanders 2016-04-19 09:52:16 -07:00
  • 6defac792c Update baselines after merge Nathan Shively-Sanders 2016-04-19 09:34:58 -07:00
  • d48f6179f1 fix 8117 Yuichi Nukiyama 2016-04-19 12:50:50 +00:00
  • fe4058ec48 Merge pull request #8149 from Microsoft/servicesVersionTo-0.5 Daniel Rosenwasser 2016-04-18 18:05:38 -07:00
  • d28a4feeba typeof x === "function" type guards include Function interface Anders Hejlsberg 2016-04-18 16:58:22 -07:00
  • ef0d4f3f8c Cleanup and accepting some baselines. Ron Buckton 2016-04-18 16:52:17 -07:00
  • 9defdde02f Accepting new baselines Anders Hejlsberg 2016-04-18 16:39:15 -07:00
  • 87f55fa683 Only evaluate assigned type when declared type is a union type Anders Hejlsberg 2016-04-18 16:37:58 -07:00
  • 19596deb7f remove extra deduplicate zhengbli 2016-04-18 16:20:45 -07:00
  • 685900c2a3 Fix declaration emit when first generic function type in type argument position specified using space Sheetal Nandi 2016-04-18 16:08:52 -07:00
  • 06f54b9124 Adding another test case to handle more generic scenarios Sheetal Nandi 2016-04-18 15:47:03 -07:00
  • feeaa7a9ed Fixes source map emit for namespaces Ron Buckton 2016-04-18 15:46:18 -07:00
  • dc4871a12a Parenthesize the fn or constructor type with type parameter when writing it in type argument Fixes #8105 Sheetal Nandi 2016-04-18 15:44:40 -07:00
  • b5104cbe69 Accepting new baselines Anders Hejlsberg 2016-04-18 15:39:49 -07:00
  • 8cf32b55ad Merge pull request #8158 from Microsoft/updateBaselines2 Mohamed Hegazy 2016-04-18 14:46:44 -07:00
  • c6d8712e28 Update baselines Mohamed Hegazy 2016-04-18 14:44:44 -07:00
  • 538e22a35e Adding tests Anders Hejlsberg 2016-04-18 13:51:51 -07:00
  • b83dc88f9b Improve expression type caching to ensure consistent results Anders Hejlsberg 2016-04-18 13:51:40 -07:00
  • 87b64c5b28 Add the test case for #8105 Sheetal Nandi 2016-04-18 13:48:42 -07:00
  • f8ab1a5ca6 Merge branch 'master' into transforms Nathan Shively-Sanders 2016-04-18 13:27:33 -07:00
  • 4e106d7aa5 References decorated classes in static functions using rename entity (#8150) Yui 2016-04-18 13:25:56 -07:00
  • 834a5eb176 Merge pull request #8115 from Microsoft/transforms-fix8076 Mohamed Hegazy 2016-04-18 13:25:48 -07:00
  • b0d62b2361 Merge pull request #8151 from Microsoft/projectTests Mohamed Hegazy 2016-04-18 13:25:25 -07:00
  • b8bff78fa2 Merge pull request #8153 from Microsoft/transforms_updatebaselines Mohamed Hegazy 2016-04-18 13:24:50 -07:00
  • 3c3e081f31 Fix source maps for rest params, class properties, parameter properties, and accessors. Ron Buckton 2016-04-18 13:23:53 -07:00
  • 3e2fff2150 Array.prototype.filter.not.forcing.boolean (#7779) Nima Zahedi 2016-04-18 21:46:52 +02:00
  • bd76112f8c Merge pull request #7950 from Microsoft/sourceMapUpdatesForClasses Ron Buckton 2016-04-18 12:43:13 -07:00
  • 97aa608a27 Update baselines: remove parenthesis around comma expression in for loop headers with destructuring assignments Kanchalai Tanglertsampan 2016-04-18 12:42:53 -07:00
  • 645ab2fd57 Accept project test baselines when --out is specified with commonjs as the output is not generated for module bundle Sheetal Nandi 2016-04-18 12:11:06 -07:00
  • 0a2a8cce69 Merge pull request #8125 from Microsoft/fixDisplayForStringyMembers Daniel Rosenwasser 2016-04-18 10:33:38 -07:00
  • d5a27a196e Bump TS services version to 0.5. Daniel Rosenwasser 2016-04-18 10:12:40 -07:00
  • 25d7229cbb O -> Of Daniel Rosenwasser 2016-04-18 10:08:48 -07:00
  • 2595f0451c Removing unused properties Anders Hejlsberg 2016-04-17 13:48:41 -07:00
  • ac1d2187ce Accepted symbol baselines. Daniel Rosenwasser 2016-04-16 19:23:13 -07:00
  • a07e25a0a8 Added another fourslash test. Daniel Rosenwasser 2016-04-16 19:18:03 -07:00
  • c05fac72fb Use an element access when displaying literal members. Daniel Rosenwasser 2016-04-16 12:58:12 -07:00
  • 10889a042c Accepting new baselines Anders Hejlsberg 2016-04-16 15:13:48 -07:00
  • 9aea708953 Adding tests Anders Hejlsberg 2016-04-16 15:13:31 -07:00
  • 921efec6b8 Improved handing of evolving types in iteration statements Anders Hejlsberg 2016-04-16 15:11:34 -07:00
  • 5814261d6c Added tests for quick-info on string-named enum members. Daniel Rosenwasser 2016-04-16 12:57:26 -07:00
  • a6649b46d0 Merge pull request #8111 from Microsoft/fix_8098 Sheetal Nandi 2016-04-16 12:31:20 -07:00
  • 13fb37e324 Merge branch 'transforms' into sourceMapUpdatesForClasses Ron Buckton 2016-04-16 12:11:12 -07:00
  • 9cb431d62b Accepts new baselines to fix #8076 Ron Buckton 2016-04-15 18:49:01 -07:00
  • 6225a5aa40 Addesses a number of comment/sourcemap related issues Ron Buckton 2016-04-15 18:39:30 -07:00
  • 3dd340179c Correct export assignments for when the variable declaration has an export modifier. Daniel Rosenwasser 2016-04-15 16:42:54 -07:00
  • c997669788 Merge pull request #8028 from Microsoft/fixLocationOfSuperCall Vladimir Matveev 2016-04-15 15:26:16 -07:00
  • 487be62493 use existing 'isSuperCallExpression' function Vladimir Matveev 2016-04-15 15:25:11 -07:00
  • 79a3e77dd8 Merge pull request #8104 from Microsoft/newEntitiesInGlobalAugmentations Vladimir Matveev 2016-04-15 15:09:22 -07:00
  • 0cfe24ea47 Merge pull request #8051 from Microsoft/cannotExportName Daniel Rosenwasser 2016-04-15 14:31:36 -07:00
  • d2a7288579 Merge branch 'master' into sourceMapUpdatesForClasses Ron Buckton 2016-04-15 12:17:24 -07:00