Commit Graph

  • 62df49f327 support tsconfig full path SaschaNaz 2015-09-20 17:22:50 +09:00
  • 602e845809 Merge remote-tracking branch 'Microsoft/master' SaschaNaz 2015-09-20 15:06:36 +09:00
  • 92f5f59a07 Merge pull request #4875 from jbondc/utilities-typos Daniel Rosenwasser 2015-09-19 10:04:41 -07:00
  • 921adc89e8 Utilities typos + missing reference jbondc 2015-09-19 11:43:15 -04:00
  • e4f0ebbb3e Fixed links to spec in the README. Daniel Rosenwasser 2015-09-19 00:53:15 -07:00
  • 21d03690c0 Basic parsing for the UnaryExpression: IncrementExpression[?Yield]**UnaryExpression[?Yield] Yui T 2015-09-18 18:38:59 -07:00
  • 76ef7b40de Initial operator. Need to fix the grammar for unaryExpression Yui T 2015-09-18 18:31:52 -07:00
  • 04ed89230e Add tests for exponentiation Yui T 2015-09-18 17:44:19 -07:00
  • c28efb7572 Merge pull request #4845 from Microsoft/updateDTRWC Daniel Rosenwasser 2015-09-18 14:39:53 -07:00
  • 5a2a7021fa Fix jake task, style/const in script. Daniel Rosenwasser 2015-09-18 13:13:26 -07:00
  • f88f029fdf Merge pull request #4862 from Microsoft/contextuallyTypeMethodDeclarations Daniel Rosenwasser 2015-09-18 12:34:40 -07:00
  • 254af55204 Added missing predicate for contextual types of parameters. Daniel Rosenwasser 2015-09-18 12:19:29 -07:00
  • 2aa97bd1b9 Use custom type guard. Daniel Rosenwasser 2015-09-18 10:58:17 -07:00
  • 76da69c6c6 Added failing fourslash test. Daniel Rosenwasser 2015-09-18 10:56:40 -07:00
  • 3fa6b6de3a Accepted baselines, issue not apparent in compiler tests. Daniel Rosenwasser 2015-09-17 10:59:19 -07:00
  • 400b353de2 Merge branch 'master' into tscJsFiles Sheetal Nandi 2015-09-18 10:50:30 -07:00
  • 04b0aa269f s/var/let Wesley Wigham 2015-09-18 10:29:54 -07:00
  • 55218d64a5 Fix capitalization of minimumintegerDigits Punya Biswal 2015-09-18 08:42:42 -04:00
  • ccba427a27 whitespace! Wesley Wigham 2015-09-17 21:08:35 -07:00
  • 8a46de4d5c Rework lint to use tslint-as-a-lib Wesley Wigham 2015-09-17 21:04:33 -07:00
  • fe5bca8712 Next-line rule was too strict Wesley Wigham 2015-09-17 19:11:44 -07:00
  • 37ee17d40d es3 -> es5. Daniel Rosenwasser 2015-09-17 17:56:39 -07:00
  • 925f0843d9 Add a jake task, .gitignore entry, and add tsd as a dev dependency. Daniel Rosenwasser 2015-09-17 17:55:07 -07:00
  • bf989aa565 Final touches on the script. Daniel Rosenwasser 2015-09-17 17:26:10 -07:00
  • cd390fd83b Merge branch 'master' of https://github.com/Microsoft/TypeScript Mohamed Hegazy 2015-09-17 17:16:00 -07:00
  • e813963040 Merge pull request #4458 from weswigham/tslint-rules Wesley Wigham 2015-09-17 17:05:42 -07:00
  • 23af2a7163 Improved command line interaction for 'importDefinitelyTypedTests' script. Daniel Rosenwasser 2015-09-17 16:37:03 -07:00
  • 22eef28cbd forEach -> for-of, and other changes. Daniel Rosenwasser 2015-09-17 14:17:23 -07:00
  • 1e0b9cab45 accept baselines Mohamed Hegazy 2015-08-31 16:12:45 -07:00
  • 98db640a2c Fix documentation Mohamed Hegazy 2015-08-31 15:17:02 -07:00
  • 6969986bf0 Use intersection types in Object.assing defintion Mohamed Hegazy 2015-08-31 14:54:01 -07:00
  • 2793bc2acd Feedback from PR, remove unused identifiers Wesley Wigham 2015-09-17 14:29:52 -07:00
  • e200dadd9a Merge pull request #4829 from weswigham/default-aliasing-bug Wesley Wigham 2015-09-17 13:49:17 -07:00
  • 8d6cb5fbb5 Feedback from PR Wesley Wigham 2015-09-17 13:26:04 -07:00
  • f2b901a3c7 reverts 60a120f, reexposes es6 option Wesley Wigham 2015-09-17 13:14:31 -07:00
  • f3062c59fd style nits Wesley Wigham 2015-09-17 13:03:47 -07:00
  • 1ab10adbdc Added tests. Daniel Rosenwasser 2015-09-17 00:53:17 -07:00
  • 8bb6313b22 Use explicit types, var -> let/const, misspellings, style. Daniel Rosenwasser 2015-09-16 17:42:32 -07:00
  • a47b7b8f17 Added 'tsconfig.json' for 'importDefinitelyTypedTests' script. Daniel Rosenwasser 2015-09-16 17:35:18 -07:00
  • 9696e57772 Added tsd.json file with 'node.d.ts'. Daniel Rosenwasser 2015-09-16 17:34:31 -07:00
  • 5dfca610f9 When targeting ES3 emit default alias as indexer Wesley Wigham 2015-09-16 17:33:49 -07:00
  • 1500f5cd02 Moved importDefinitelyTypedTests.ts to its own folder. Daniel Rosenwasser 2015-09-16 17:28:30 -07:00
  • a2d7b09488 failing test Wesley Wigham 2015-09-16 15:47:52 -07:00
  • 60e15b267d Report error when emitting declarations if the reference is to .js file Sheetal Nandi 2015-09-16 15:11:11 -07:00
  • e32c920cc2 Corrected scenario names in the test cases Sheetal Nandi 2015-09-16 14:02:20 -07:00
  • fce9f32bd4 When tsconfig file doesnt contain file names, consume .js files of directory only if specified in the options Sheetal Nandi 2015-09-16 13:57:51 -07:00
  • 152400ddbb Use more accurate variable name. typePredicateOverloadCompat Daniel Rosenwasser 2015-09-16 13:45:58 -07:00
  • 68c65cd29e Test case when one of the input file is output file name Sheetal Nandi 2015-09-16 13:22:10 -07:00
  • 2860435a2e Do not emit javascript files Sheetal Nandi 2015-09-16 13:18:29 -07:00
  • 14b608241d Tests when the .ts and .js files are mixed in compilation with tscconfig file doesnt specifying any names Sheetal Nandi 2015-09-16 12:52:33 -07:00
  • 69321a031d merge with master Vladimir Matveev 2015-09-16 12:50:07 -07:00
  • dbb2772ed8 Tests when the .ts and .js files are mixed in compilation with tscconfig file specifying them Sheetal Nandi 2015-09-16 12:47:45 -07:00
  • 682c14cc7f addressed PR feedback Vladimir Matveev 2015-09-16 12:43:52 -07:00
  • 0f73c1618c When folder contains .d.ts as well as .js of same name and tsconfig doesnt contain any name Sheetal Nandi 2015-09-16 12:41:44 -07:00
  • 70d3de4668 When same named .d.ts and .js files are present and tscconfig contains .d.ts file Sheetal Nandi 2015-09-16 12:38:11 -07:00
  • 9daf635e5e Verify and fix scenario when .js and .ts files with same name are present and tsconfig doesnt specify any filenames Sheetal Nandi 2015-09-16 11:50:12 -07:00
  • 1c5a595d3f Merge branch 'master' into transformPerf Ron Buckton 2015-09-16 11:36:29 -07:00
  • bc48c7c9f0 Merge branch 'master' into tscJsFiles Sheetal Nandi 2015-09-16 11:38:11 -07:00
  • 75a5c2229c Fix import/export assignment checks to look at module kind rather than language version Wesley Wigham 2015-09-16 11:24:41 -07:00
  • 8aeff929a1 Add tests when same named .ts and .js file exist with tsconfig file specifying .ts file Sheetal Nandi 2015-09-16 11:21:13 -07:00
  • 60a120f22a remove es6 as option from command line Wesley Wigham 2015-09-16 11:08:03 -07:00
  • c9170b81a8 Merge pull request #4815 from basarat/patch-1 Daniel Rosenwasser 2015-09-15 20:42:19 -07:00
  • fc438eff22 Merge pull request #4774 from Microsoft/iocaptureFixes Mohamed Hegazy 2015-09-15 17:57:58 -07:00
  • 32048ca5ac fix types : export the base as children are exported Basarat Ali Syed 2015-09-16 10:57:54 +10:00
  • 5b5d876cc2 more code review comments Mohamed Hegazy 2015-09-15 17:47:50 -07:00
  • a93ab613fe Merge branch 'master' into iocaptureFixes Mohamed Hegazy 2015-09-15 17:41:34 -07:00
  • 23bec86810 Accepted baselines. Daniel Rosenwasser 2015-09-15 16:45:51 -07:00
  • 61594d893e Amend signature relation for when two signatures both return predicate types. Daniel Rosenwasser 2015-09-15 16:40:33 -07:00
  • b7c399cbbc Accepted baselines. Daniel Rosenwasser 2015-09-15 16:35:11 -07:00
  • b10733bb51 Added tests specifically for assignment compatibility between types with call signatures returning type predicate types. Daniel Rosenwasser 2015-09-15 16:16:19 -07:00
  • 8da3bd2ffd Project testcase to run tsconfig file Sheetal Nandi 2015-09-15 15:53:44 -07:00
  • c71a0acdff Pair of new tests for the new flag Wesley Wigham 2015-09-15 15:45:23 -07:00
  • 48ba708e5e Add es6 module kind, stop using script version to infer it Wesley Wigham 2015-09-15 15:36:37 -07:00
  • 4fedd77c33 Update LKG. Daniel Rosenwasser 2015-09-15 15:18:59 -07:00
  • ad8bcfabdc handeles -> handles Daniel Rosenwasser 2015-09-15 15:18:24 -07:00
  • 45ecce4710 Merge pull request #4809 from Microsoft/mergeFromRelease1.6 Daniel Rosenwasser 2015-09-15 15:16:44 -07:00
  • 00dcb57e3b Bump version back to 1.7.0. Daniel Rosenwasser 2015-09-15 15:08:48 -07:00
  • 9aeb0f8566 merge with master Vladimir Matveev 2015-09-15 13:39:19 -07:00
  • 38b605ea7d Merge branch 'release-1.6' Daniel Rosenwasser 2015-09-15 13:36:08 -07:00
  • bccd1762f2 Merge pull request #4383 from Microsoft/cleanHarnessOptionLoading Mohamed Hegazy 2015-09-15 13:16:12 -07:00
  • c735a98523 Respond to code review comments Mohamed Hegazy 2015-09-15 12:47:11 -07:00
  • c1e536f255 code review comments Mohamed Hegazy 2015-09-15 12:33:45 -07:00
  • ce8641f261 Merge branch 'master' into iocaptureFixes Mohamed Hegazy 2015-09-15 12:15:53 -07:00
  • 48d0e6d197 Update tests to use "removeComments" instead of "comments" Mohamed Hegazy 2015-09-15 12:08:55 -07:00
  • 4c1089f781 Merge branch 'master' into cleanHarnessOptionLoading Mohamed Hegazy 2015-09-15 12:08:37 -07:00
  • d491a301e5 Breaking changes from node resolution changes. ambient module declarations do not take precedance any longer. Mohamed Hegazy 2015-09-15 11:44:12 -07:00
  • c63dfbd4c7 Update node resolution tests Mohamed Hegazy 2015-09-15 11:43:28 -07:00
  • 57a3d2b5e9 Accepted baselines. Daniel Rosenwasser 2015-09-15 11:11:57 -07:00
  • 6b1c91b520 Added tests. Daniel Rosenwasser 2015-09-11 19:15:43 -07:00
  • beb1aa3d0a addressed PR feedback Vladimir Matveev 2015-09-15 10:36:55 -07:00
  • 867f554a9d Partial cleanup to remove "transform" namespace. Ron Buckton 2015-09-14 18:41:58 -07:00
  • ee5881ef9c Merge branch 'master' into cleanHarnessOptionLoading Mohamed Hegazy 2015-09-14 16:53:08 -07:00
  • f6fcd5c54a Added offset information when visiting an array of nodes. Ron Buckton 2015-09-14 15:48:26 -07:00
  • 89718cf5a5 Merge pull request #4758 from Microsoft/updateErrorText Vladimir Matveev 2015-09-14 15:40:11 -07:00
  • 60f295f27a Cleanup of options of project runner Sheetal Nandi 2015-09-14 15:33:49 -07:00
  • 8cb5f78af3 Removed duplicate entries in transformNodeWorker for es6 Ron Buckton 2015-09-14 14:58:30 -07:00
  • 35aa774315 Merge pull request #4794 from Microsoft/emptyModuleName Vladimir Matveev 2015-09-14 14:53:19 -07:00
  • 5636655cf4 report error if module name is empty Vladimir Matveev 2015-09-14 14:33:35 -07:00
  • b62ef0d452 initial revision of reachability checks in binder Vladimir Matveev 2015-09-03 10:49:39 -07:00
  • 36fad618f6 Fixed issue with transform flag computation in binder, and emitTokenText when the position is synthesized. Ron Buckton 2015-09-14 13:34:42 -07:00