Yui
cfc20a956a
[Transforms] Merging Master to Transforms on 06/21 ( #9294 )
...
* Initial support for globs in tsconfig.json
* Added caching, more tests
* Added stubs to ChakraHost interface for readDirectoryNames/readFileNames
* Fixed typos in comments
* Changed name of 'reduce' method added to FileSet
* Heavily revised implementation that relies on an updated 'readDirectory' API.
* more tests
* Minor update to shims.ts for forthcoming VS support for globs.
* Detailed comments for regular expressions and renamed some files.
* Comment cleanup
* Fixed new linter warnings
* Add upper limit for the program size, fix readDirectory for the symlink files
* Add comments
* CR feedback / Change upper limit / Add disableSizeLimit compiler option
* online and offline CR feedback
* Don't count current opened client file if it's TS file
* Speed up file searching
* Make language service optional for a project
* Fix failed tests
* Fix project updateing issue after editing config file
* Fixing linter and test errors
* Bringing back excludes error and fixing faulty test
* Fixing lint errors
* Passing regular expressions to native hosts
* Fix merging issues and multiple project scenario
* Refactoring
* add test and spit commandLineParser changes to another PR
* Fix #8523
* check the declaration and use order if both are not in module file
* Type guards using discriminant properties of string literal types
* Fix #9098 : report missing function impelementation errors for merged classes and namespaces
* Narrow type in case/default sections in switch on discriminant property
* No implicit returns following exhaustive switch statements
* Narrow non-union types to ensure consistent results
* Add tests
* No Need to store dot token when parsing property access expression
* Added tests.
* Accepted baselines.
* Check tuple types when getting the type node's type.
* Accepted baselines.
* Fix #9173 : clear out lib and types before creating a program in transpileModule
* Added tests.
* Accepted baselines.
* Always check type assertion types.
* Clear out unused compiler options when transpiling
* Accepted baselines.
* improve error message for extending interface
* accept baselines
* Use helper functions to simplify range tests
* Remove String, Number, and Boolean from TypeFlags.Falsy
* Add regression test
* Accept new baselines
* Allow property declarations in .js files
* Remove old test
* Do not use Object.assing in test
* Fix comment
* Refactor code to make if statements cheaper
* ignore casing when converting a source file path to relative path
* add tests & add branches for module interface
* Using baselines for transpile unittests (#9195 )
* Conver to Transpile unittest to use baselines instead
* Add baselines
* Fix linting error
* use resolveEntityName to find interface
* add new tests for extends interface
* address code style
* Refactor navigation bar
* routine dom update
* Updating readDirectory for tsserverProjectSystem unit tests
* Array#map -> ts.map.
* Responding to PR feedback
* Add conditional index signature for Canvas2DContextAttributes (https://github.com/Microsoft/TypeScript/issues/9244 )
* Add libcheck tests
* Add missing worker types
* Accept webworker baselines
* Classify `this` in parameter position as a keyword
* Adding more matchFiles test cases
* Use implicit boolean casts; it doesn't hurt performance
* Use getCanonicalFileName
* export interface used by other exported functions
* Fix from merging with master
* Update tests and baselines from merging with master
* Remove using dotToken as it is no longer needed
* Update baselines from removing dotToken
* Address PR: Add NodeEmitFlags to no indent when emit
* Address PR; and refactor setting NodeEmitFlags for createMemberAccessForPropertyName
* Update baselines
2016-07-11 12:41:12 -07:00
..
2016-02-22 10:31:31 -08:00
2016-02-22 10:31:31 -08:00
2016-01-14 16:28:07 -08:00
2016-01-14 16:28:07 -08:00
2016-04-26 13:01:14 -07:00
2016-04-25 10:40:14 -07:00
2016-04-25 10:40:14 -07:00
2016-04-25 10:40:14 -07:00
2016-04-25 10:40:14 -07:00
2016-04-25 10:40:14 -07:00
2016-04-18 12:46:52 -07:00
2015-12-18 22:35:08 +00:00
2016-03-29 11:51:04 -07:00
2016-06-14 11:36:57 -07:00
2016-01-14 17:51:34 -08:00
2016-05-03 16:13:33 -07:00
2016-01-29 16:27:34 -08:00
2016-01-29 16:27:34 -08:00
2016-01-29 16:27:34 -08:00
2016-01-29 16:27:34 -08:00
2016-01-29 16:27:34 -08:00
2016-01-29 16:27:34 -08:00
2016-01-29 16:27:34 -08:00
2016-01-29 16:27:34 -08:00
2016-01-29 16:27:34 -08:00
2016-01-29 16:27:34 -08:00
2016-01-29 16:27:34 -08:00
2016-02-03 23:48:24 -08:00
2016-02-03 23:48:24 -08:00
2016-02-03 23:48:24 -08:00
2016-02-03 23:48:24 -08:00
2016-02-03 23:48:24 -08:00
2016-02-03 23:48:24 -08:00
2016-05-02 13:31:35 -07:00
2016-04-11 12:20:00 -07:00
2016-04-11 12:20:00 -07:00
2016-04-11 12:20:21 -07:00
2016-04-11 12:20:21 -07:00
2016-04-11 12:20:00 -07:00
2016-04-11 12:20:00 -07:00
2016-04-11 14:09:27 -07:00
2016-04-11 14:09:27 -07:00
2016-04-11 14:09:27 -07:00
2016-04-11 14:09:27 -07:00
2016-03-09 11:03:40 -08:00
2016-01-06 10:52:43 -08:00
2016-01-06 10:52:43 -08:00
2016-01-06 10:52:43 -08:00
2016-01-06 10:52:43 -08:00
2016-01-06 10:52:43 -08:00
2016-01-06 10:52:43 -08:00
2016-01-14 23:20:21 -08:00
2016-01-14 23:20:21 -08:00
2016-03-10 09:59:09 -08:00
2016-05-06 12:01:38 -07:00
2016-05-06 12:01:38 -07:00
2015-12-10 16:19:02 -08:00
2015-12-13 18:32:46 -08:00
2016-01-14 17:51:34 -08:00
2016-07-11 12:41:12 -07:00
2016-07-11 12:41:12 -07:00
2016-07-11 12:41:12 -07:00
2016-06-14 11:36:57 -07:00
2016-03-29 22:53:30 +03:00
2016-03-09 13:08:09 -08:00
2016-04-26 20:09:26 -07:00
2016-06-14 15:00:40 -07:00
2016-03-12 19:20:18 +01:00
2016-03-12 19:20:18 +01:00
2016-03-12 19:20:18 +01:00
2016-03-12 19:20:18 +01:00
2016-02-04 15:43:43 -08:00
2016-02-28 08:57:45 -08:00
2016-05-04 15:43:30 -07:00
2016-04-29 13:57:41 -07:00
2016-05-11 13:03:47 -07:00
2016-06-03 11:02:35 -07:00
2016-06-14 11:36:57 -07:00
2016-02-25 13:14:34 -08:00
2016-03-16 13:45:38 -07:00
2016-03-16 13:45:38 -07:00
2016-03-03 22:35:30 -08:00
2016-03-03 22:35:30 -08:00
2016-03-04 14:21:31 -08:00
2016-03-03 21:47:11 -08:00
2016-03-03 15:42:47 -08:00
2016-03-03 15:42:47 -08:00
2016-03-03 23:01:46 -08:00
2016-01-14 17:36:08 -08:00
2016-01-14 17:36:08 -08:00
2016-04-04 13:34:05 -07:00
2016-04-04 13:34:05 -07:00
2015-12-10 14:09:18 -08:00
2016-04-18 15:47:03 -07:00
2016-04-18 13:48:42 -07:00
2015-12-21 21:43:51 -08:00
2016-01-29 13:28:27 -08:00
2016-01-29 13:28:27 -08:00
2016-06-14 15:00:40 -07:00
2016-01-27 15:34:53 -08:00
2016-04-25 21:24:42 -07:00
2016-05-21 10:41:25 -07:00
2016-03-16 16:40:35 -07:00
2016-03-16 16:40:35 -07:00
2016-03-16 16:40:35 -07:00
2016-03-16 16:40:35 -07:00
2016-03-16 16:40:35 -07:00
2016-03-16 16:40:35 -07:00
2016-03-16 16:40:35 -07:00
2016-03-16 16:40:35 -07:00
2016-06-14 11:36:57 -07:00
2016-01-31 12:10:33 -08:00
2016-05-17 13:42:15 -07:00
2016-05-24 09:58:56 -07:00
2016-05-24 09:58:56 -07:00
2016-05-24 09:58:56 -07:00
2016-01-28 14:18:23 -08:00
2016-06-14 15:00:40 -07:00
2016-02-08 10:52:01 -08:00
2016-02-08 10:52:01 -08:00
2016-02-08 10:52:01 -08:00
2016-02-08 10:52:01 -08:00
2016-02-08 10:52:01 -08:00
2016-02-08 10:52:01 -08:00
2015-12-16 12:11:24 -08:00
2016-03-25 12:39:43 -07:00
2016-04-06 23:49:14 -07:00
2016-02-23 13:07:46 -08:00
2016-02-23 13:07:46 -08:00
2016-02-23 19:59:16 -08:00
2016-02-23 19:59:16 -08:00
2016-04-12 09:56:51 -07:00
2016-06-14 11:36:57 -07:00
2016-06-14 11:36:57 -07:00
2016-06-14 11:36:57 -07:00
2016-06-14 11:36:57 -07:00
2016-06-14 11:36:57 -07:00
2016-06-14 11:36:57 -07:00
2016-06-14 11:36:57 -07:00
2016-06-14 11:36:57 -07:00
2016-06-14 11:36:57 -07:00
2016-06-14 11:36:57 -07:00
2016-06-14 11:36:57 -07:00
2016-06-14 11:36:57 -07:00
2016-05-19 12:36:04 -07:00
2016-02-25 20:48:15 -08:00
2016-02-25 20:48:15 -08:00
2016-03-09 19:13:14 -08:00
2016-05-09 15:40:03 -07:00
2016-02-25 20:48:15 -08:00
2016-02-17 10:19:20 -08:00
2016-05-17 09:33:55 -07:00
2016-03-01 15:58:59 -08:00
2016-03-01 15:58:59 -08:00
2016-03-18 10:29:01 -07:00
2016-05-06 12:01:38 -07:00
2015-12-08 15:12:40 -08:00
2015-12-08 15:12:40 -08:00
2015-12-08 15:12:40 -08:00
2016-01-15 23:39:29 -05:00
2016-05-20 10:20:02 -07:00
2016-01-13 13:39:12 -08:00
2016-05-07 16:40:52 -07:00
2016-02-10 06:56:25 -08:00
2016-02-12 15:40:47 -08:00
2016-06-14 18:23:31 -07:00
2016-06-14 18:23:31 -07:00
2016-06-14 18:23:31 -07:00
2016-06-14 18:23:31 -07:00
2016-06-14 18:23:31 -07:00
2016-06-14 18:23:31 -07:00
2016-06-14 18:23:31 -07:00
2016-06-14 18:23:31 -07:00
2016-06-14 18:23:31 -07:00
2016-05-25 11:37:10 -07:00
2016-03-21 15:15:41 -07:00
2016-06-14 11:36:57 -07:00
2016-05-20 10:59:05 -07:00
2016-05-25 11:17:03 -07:00
2016-02-24 16:21:36 -08:00
2016-05-03 15:53:17 -07:00
2016-02-12 19:35:05 -08:00
2016-04-20 11:48:28 -07:00
2016-05-21 12:59:09 -07:00
2016-02-07 13:11:26 -08:00
2016-02-03 21:43:31 -08:00
2016-02-03 21:43:31 -08:00
2016-02-03 21:43:31 -08:00
2016-02-03 21:43:31 -08:00
2016-01-30 19:58:29 -08:00
2016-01-30 19:58:29 -08:00
2016-03-18 22:26:52 -07:00
2016-03-18 22:26:52 -07:00
2016-06-17 16:40:26 -07:00
2016-06-17 16:40:26 -07:00
2015-12-08 10:11:29 -08:00
2016-04-04 22:02:12 -07:00
2016-03-28 14:48:56 -07:00
2016-04-04 22:02:12 -07:00
2016-03-28 14:48:56 -07:00
2016-04-04 22:02:12 -07:00
2016-03-28 14:48:56 -07:00
2016-03-28 14:48:56 -07:00
2016-04-04 22:02:12 -07:00
2016-04-05 11:08:26 -07:00
2016-04-04 22:02:12 -07:00
2016-03-08 17:16:19 -08:00
2016-03-08 17:16:19 -08:00
2015-12-22 13:56:22 -08:00
2015-12-22 13:56:22 -08:00
2015-12-22 13:56:22 -08:00
2016-01-14 10:56:49 -08:00
2015-12-22 13:56:22 -08:00
2015-12-22 13:56:22 -08:00
2015-12-22 13:56:22 -08:00
2015-12-22 13:56:22 -08:00
2015-12-28 12:03:54 -08:00
2015-12-28 12:03:54 -08:00
2015-12-28 12:03:54 -08:00
2015-12-28 12:03:54 -08:00
2015-12-28 12:03:54 -08:00
2015-12-28 12:03:54 -08:00
2015-12-28 12:03:54 -08:00
2015-12-28 12:03:54 -08:00
2015-12-28 12:03:54 -08:00
2015-12-28 12:03:54 -08:00
2015-12-28 12:03:54 -08:00
2016-01-14 16:07:26 -08:00
2016-01-14 16:07:26 -08:00
2016-01-14 16:07:26 -08:00
2016-01-14 16:07:26 -08:00
2016-01-14 16:07:26 -08:00
2016-01-14 16:07:26 -08:00
2015-12-22 13:56:22 -08:00
2015-12-22 13:56:22 -08:00
2015-12-22 13:56:22 -08:00
2015-12-22 13:56:22 -08:00
2015-12-28 12:03:54 -08:00
2016-04-19 15:50:31 -07:00
2016-04-19 15:50:31 -07:00
2015-12-22 13:56:22 -08:00
2015-12-22 13:56:22 -08:00
2016-01-14 16:07:26 -08:00
2016-01-14 16:07:26 -08:00
2016-01-14 16:07:26 -08:00
2015-12-22 13:56:22 -08:00
2016-02-11 14:09:12 -08:00
2016-05-05 13:38:09 -07:00
2016-04-29 16:40:07 -07:00
2016-01-20 15:23:46 -08:00
2016-01-20 15:23:46 -08:00
2016-01-20 15:23:46 -08:00
2016-01-20 15:23:46 -08:00
2016-01-20 15:23:46 -08:00
2016-01-20 15:23:46 -08:00
2016-01-20 15:23:46 -08:00
2016-01-20 15:23:46 -08:00
2016-01-20 15:23:46 -08:00
2016-01-20 15:23:46 -08:00
2016-01-20 15:23:46 -08:00
2016-01-20 15:23:46 -08:00
2016-01-20 15:23:46 -08:00
2016-01-20 15:23:46 -08:00
2016-01-20 15:23:46 -08:00
2016-01-20 15:23:46 -08:00
2016-04-15 11:31:26 -07:00
2016-04-11 15:06:09 -07:00
2016-04-08 12:22:07 -07:00
2016-04-08 12:22:07 -07:00
2016-03-13 15:31:55 -07:00
2016-03-09 11:23:55 -08:00
2016-03-09 11:23:55 -08:00
2016-03-03 12:18:23 -08:00
2016-02-25 13:41:03 -08:00
2016-02-25 13:41:03 -08:00
2016-02-25 13:41:03 -08:00
2016-03-30 13:31:10 -07:00
2016-04-29 16:42:51 -07:00
2016-02-05 16:30:01 -08:00
2016-02-05 16:30:01 -08:00
2016-02-05 16:30:01 -08:00
2016-02-05 16:30:01 -08:00
2016-02-05 16:30:01 -08:00
2016-02-19 11:33:32 -08:00
2016-05-25 11:37:10 -07:00
2016-05-25 10:18:49 -07:00
2016-05-25 11:37:10 -07:00
2016-05-24 20:09:15 -07:00
2016-05-26 13:00:38 -07:00
2016-05-26 13:00:38 -07:00
2016-04-20 11:28:04 -07:00
2016-05-17 17:14:51 -07:00
2015-12-28 15:59:29 -05:00
2015-12-08 17:13:16 -08:00
2016-05-09 08:50:06 -07:00
2016-05-09 08:50:06 -07:00
2016-04-01 12:41:45 -07:00
2016-04-01 12:41:45 -07:00
2016-04-01 12:41:45 -07:00
2016-04-01 12:41:45 -07:00
2016-04-01 12:41:45 -07:00
2016-04-01 12:41:45 -07:00
2016-04-01 12:41:45 -07:00
2016-04-01 12:41:45 -07:00
2016-04-01 12:41:45 -07:00
2016-04-01 12:41:45 -07:00
2016-04-01 12:41:45 -07:00
2016-04-01 12:41:45 -07:00
2016-04-01 12:41:45 -07:00
2016-04-01 12:41:45 -07:00
2016-04-13 21:16:39 -07:00
2016-04-13 21:16:39 -07:00
2015-12-18 11:21:31 -08:00
2016-05-24 20:09:15 -07:00
2016-02-03 22:48:33 +00:00
2016-05-27 15:38:59 -07:00
2016-01-07 14:33:47 -08:00
2016-01-07 15:00:50 -08:00
2016-01-07 15:01:00 -08:00
2016-01-07 14:33:47 -08:00
2016-01-28 13:29:20 -08:00
2016-05-12 07:07:38 -07:00
2016-01-25 11:46:23 -08:00
2016-01-11 14:48:57 -08:00
2016-01-11 14:48:57 -08:00
2016-01-11 14:48:57 -08:00
2016-01-11 14:48:57 -08:00
2016-01-21 13:35:58 -08:00
2016-01-21 13:35:58 -08:00
2016-02-12 16:30:19 -08:00
2016-03-09 18:43:21 +01:00
2016-03-09 18:43:21 +01:00
2016-03-09 18:43:21 +01:00
2016-06-14 15:00:40 -07:00
2016-06-14 15:00:40 -07:00
2016-04-19 12:50:50 +00:00
2015-12-09 12:39:40 -08:00
2015-12-09 12:39:23 -08:00
2015-12-11 14:42:25 -08:00
2015-12-11 14:42:25 -08:00
2015-12-09 12:39:44 -08:00
2015-12-09 12:39:18 -08:00
2015-12-11 14:42:25 -08:00
2015-12-11 14:42:25 -08:00
2015-12-09 12:39:35 -08:00
2015-12-09 12:39:14 -08:00
2015-12-11 14:18:31 -08:00
2015-12-11 14:18:31 -08:00
2015-12-09 12:39:53 -08:00
2015-12-09 12:39:05 -08:00
2015-12-11 14:18:31 -08:00
2015-12-11 14:18:31 -08:00
2015-12-09 12:38:35 -08:00
2015-12-11 13:54:49 -08:00
2015-12-09 12:38:31 -08:00
2015-12-11 13:54:49 -08:00
2015-12-09 12:39:01 -08:00
2015-12-09 12:38:56 -08:00
2015-12-11 13:54:49 -08:00
2015-12-11 13:54:49 -08:00
2015-12-10 14:44:46 -08:00
2015-12-09 12:38:13 -08:00
2015-12-09 12:38:48 -08:00
2015-12-09 12:39:27 -08:00
2016-02-01 16:51:38 -08:00
2016-02-01 16:51:38 -08:00
2016-02-01 16:51:38 -08:00
2016-02-01 16:51:38 -08:00
2015-12-09 12:38:39 -08:00
2015-12-11 10:59:46 -08:00
2015-12-11 11:00:55 -08:00
2015-12-11 10:59:46 -08:00
2015-12-11 10:44:16 -08:00
2015-12-09 12:38:22 -08:00
2015-12-11 10:44:16 -08:00
2016-02-01 16:51:33 -08:00
2016-02-01 16:51:33 -08:00
2016-02-01 16:51:38 -08:00
2016-02-01 16:51:38 -08:00
2016-03-09 11:37:40 -08:00
2016-06-17 16:40:26 -07:00
2016-05-21 11:17:47 -07:00
2015-12-11 17:16:28 -08:00
2015-12-11 17:16:28 -08:00
2015-12-11 17:16:28 -08:00
2015-12-11 17:16:28 -08:00
2016-03-16 21:56:53 -07:00
2016-01-26 10:16:46 -08:00
2015-12-10 14:08:50 -08:00
2016-01-05 11:40:45 -05:00
2016-01-05 11:40:45 -05:00
2015-12-10 14:09:18 -08:00
2016-01-24 13:44:22 -08:00
2015-12-10 13:54:58 -08:00
2016-05-23 15:11:03 -07:00
2016-06-14 15:00:40 -07:00
2016-06-14 15:00:40 -07:00
2016-06-14 15:00:40 -07:00
2016-06-14 15:00:40 -07:00
2016-06-14 15:00:40 -07:00
2016-06-14 15:00:40 -07:00
2016-06-14 15:00:40 -07:00
2016-06-14 15:00:40 -07:00
2016-06-14 15:00:40 -07:00
2016-06-14 15:00:40 -07:00
2016-06-14 15:00:40 -07:00
2016-06-14 15:00:40 -07:00
2016-06-14 15:00:40 -07:00
2016-04-07 00:56:18 -07:00
2016-07-11 12:41:12 -07:00
2016-07-11 12:41:12 -07:00