Orta Therox
|
73a206b47f
|
Update the README links
|
2019-10-22 13:43:52 -04:00 |
|
Orta Therox
|
0a0833b376
|
Improve the launch template
|
2019-10-19 08:44:28 -04:00 |
|
Orta Therox
|
85010fa6fe
|
Make sure that global module re-exports are short-cutted to be added to completions
|
2019-10-17 12:33:01 -04:00 |
|
Orta Therox
|
c40ddb183e
|
Does not add a duplicate completion when offering an export which was re-declared as a global - fixes #32675
|
2019-10-16 17:02:35 -04:00 |
|
Orta Therox
|
4c4a683d03
|
Merge branch 'small_ts' of https://github.com/orta/TypeScript into small_ts
|
2019-09-30 08:41:56 -04:00 |
|
Orta Therox
|
c64af5e505
|
Remove the post-publish script
|
2019-09-30 08:29:16 -04:00 |
|
Orta Therox
|
392af2bea8
|
Merge branch 'master' of https://github.com/microsoft/TypeScript into small_ts
|
2019-09-26 13:55:12 -04:00 |
|
Orta Therox
|
92b3266a93
|
Rename the smaller build to '@typescript/language-services' and have a separate build step for creating and publishing vs configuring the build
|
2019-09-26 13:34:27 -04:00 |
|
Orta Therox
|
b544901d5e
|
Merge master
|
2019-09-25 14:46:36 -04:00 |
|
Orta Therox
|
1866cfa5fe
|
Update the baselines
|
2019-09-25 14:37:00 -04:00 |
|
Orta Therox
|
4c9986f26c
|
Merge master
|
2019-09-25 12:59:07 -04:00 |
|
Orta Therox
|
31c08b6191
|
More work on generating a small typescript build
|
2019-09-24 17:20:28 -04:00 |
|
Orta Therox
|
63feabb920
|
Improve the gitignore / npm ignore
|
2019-09-24 14:12:57 -04:00 |
|
Orta Therox
|
3fe7aafb5b
|
Add a command for stripping the dependency down
|
2019-09-24 14:03:52 -04:00 |
|
Orta Therox
|
0da541528e
|
Remove errors from the gulpfile
|
2019-09-23 14:16:30 -04:00 |
|
Orta Therox
|
26c816f932
|
When a packed version of TypeScript ios requested, also send a request to create a build of monaco for the playground
|
2019-09-20 15:20:10 -04:00 |
|
Orta Therox
|
5294e92d27
|
Use switch instead of instatating an array and when looking inside a module
|
2019-08-09 13:49:38 -04:00 |
|
Orta Therox
|
71fa26aecb
|
Adds a debug command to the scanner
|
2019-08-08 14:08:37 -04:00 |
|
Orta Therox
|
77cdca2971
|
Adds another test around parsing jsdoc
|
2019-08-06 15:45:28 -04:00 |
|
Orta Therox
|
487e2ffe2a
|
Merge master
|
2019-08-06 15:34:06 -04:00 |
|
Orta Therox
|
f8b7a05777
|
Handle the variadic args for inline console.logs
|
2019-08-06 14:09:37 -04:00 |
|
Orta Therox
|
f04c7ed833
|
Supress console.log & others inside the TS Server runtime so that language service plugins don't accidentally use them and kill the server - fixes #31209
|
2019-08-01 17:36:09 -04:00 |
|
Orta Therox
|
c337f046fb
|
Ensure that the comma is removed when all named imports are removed via moveToFile - fixes #31195
|
2019-08-01 15:01:52 -04:00 |
|
Orta Therox
|
777d504580
|
Fix a typo in the error message around language service plugins
|
2019-08-01 12:12:26 -04:00 |
|
Orta Therox
|
44b13ee475
|
Don't exclusively check for just JS but scope down the check to not include the expando'd objects
|
2019-07-31 16:57:37 -04:00 |
|
Orta Therox
|
8dd57061e1
|
Ensure that when import/export are used natively in the JS runtime that the check for alias symbol is re-applied - re comment in #26912
|
2019-07-30 18:18:55 -04:00 |
|
Orta Therox
|
946a14f3f3
|
Allow expando additions to an imported object in JavaScript - fixes #31312
|
2019-07-30 15:42:37 -04:00 |
|
Orta Therox
|
30aad9db8d
|
Support more terminators for parsing jsdoc filepaths
|
2019-07-29 09:46:42 -04:00 |
|
Orta Therox
|
b902a71e5f
|
Handle namepaths inside JSDoc type expressions a bit better - fixes #31298
|
2019-07-25 19:38:48 -04:00 |
|
Orta Therox
|
0c4422e472
|
Adds baseline updates
|
2019-07-18 11:08:39 -04:00 |
|
Orta Therox
|
282e72419b
|
Set the ModuleKind value for ESNext to be 99 so it doesn't change between releases (and yet another module system?!)
|
2019-07-17 22:56:28 -04:00 |
|
Orta Therox
|
5f6cdf17ea
|
Set the ScriptTarget of ESNext to be 99 so it doesn't change between releases
|
2019-07-17 18:27:29 -04:00 |
|
Orta Therox
|
a24e4b0d2c
|
Undo accidental push to master
|
2019-07-17 18:24:35 -04:00 |
|
Orta Therox
|
7f071d2a1b
|
Set the ScriptTarget of ESNext to be 99 so it doesn't change between releases
|
2019-07-17 18:21:53 -04:00 |
|
Orta Therox
|
d3f3c8e113
|
Make it easier to read multi-line exceptions
|
2019-07-16 12:00:22 -04:00 |
|
Orta Therox
|
1d78218053
|
Handle feedback from #32359
|
2019-07-15 10:49:08 -04:00 |
|
Orta Therox
|
59d5585814
|
Don't indent properties if an object literal follows directly from another object on the same line
|
2019-07-12 15:24:07 -04:00 |
|
Orta Therox
|
dfc97db323
|
Don't add extra indentation for objects inside function parameters
|
2019-07-11 14:26:03 -04:00 |
|
Orta Therox
|
e55f97ec28
|
Updates the baselines for the typo fixes
|
2019-07-08 14:43:06 -04:00 |
|
Orta Therox
|
9d263b40bf
|
Adds a yarnrc which makes sure that the lockfile isn't generated for people using Yarn
|
2019-06-12 11:20:20 -07:00 |
|