Matt Bierner
3fcb671444
Use es2017 as target for build scripts ( #60707 )
...
Upgrades our build scripts to target ES2017 since they are run on modern versions of node
This allows us to remove shims for es6 features such as `Object.assign`, and also remove a few extra typings packages
2018-10-12 11:24:15 -07:00
Matt Bierner
cb81c2c241
Build using ts 3.0 ( #57906 )
...
* Build VS Code using TS 3.0
Fixes #57151
2018-09-04 15:25:39 -07:00
Joao
a6fca8270d
missing compilation
2017-09-04 11:02:50 +02:00
Johannes Rieken
30ce2998fd
teach lint rules new dynamic import statements
2017-07-14 10:08:11 +02:00
Benjamin Pasero
dabf32b1b7
tslint import warning: link to our wiki from warning
2017-06-20 16:08:02 +02:00
Alex Dima
f6e52ec293
Add support for old-style require statements in linters
2017-06-16 12:31:53 +02:00
Alex Dima
19dff43f67
Add the possibility for restrictions to be an OR array
2017-06-16 12:31:53 +02:00
Joao Moreno
74fab50d5d
consolidate build package.json
2017-05-16 08:56:21 +02:00
Johannes Rieken
f737b01757
update monaco.d.ts generation, recompile build-folder
2017-04-26 17:59:30 +02:00
Joao Moreno
a85a6a22de
👷 update build files
2017-03-21 11:28:10 +01:00
Benjamin Pasero
61efd8fb23
build build/lib folder with latest
2017-03-06 16:32:23 +01:00
Matt Bierner
22fdff9baf
Use @types for a few d.ts files in src ( #20157 )
2017-02-07 17:12:47 -08:00
Joao Moreno
1c38df7823
fixes #18363
2017-01-11 11:55:58 +01:00
Erich Gamma
3625052492
update to tslint 4.0
2017-01-11 09:00:57 +01:00
Joao Moreno
6a07f2d94a
add tslint duplicateImportsRule
2016-11-11 17:02:08 +01:00
Johannes Rieken
fe219220de
add rule for bad node_module imports, #15293
2016-11-10 15:22:45 +01:00