File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 210
210
"stylelint" : " ^14.5.0" ,
211
211
"terser" : " ^5.10.0" ,
212
212
"ts-node" : " ^10.4.0" ,
213
- "tsec" : " 0.2.1 " ,
213
+ "tsec" : " 0.2.2 " ,
214
214
"tsickle" : " 0.39.1" ,
215
215
"tslint" : " ^6.1.3" ,
216
216
"tsutils" : " ^3.21.0" ,
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ const chalk = require('chalk');
14
14
* Version of the post install patch. Needs to be incremented when
15
15
* existing patches or edits have been modified.
16
16
*/
17
- const PATCH_VERSION = 15 ;
17
+ const PATCH_VERSION = 16 ;
18
18
19
19
/** Path to the project directory. */
20
20
const projectDir = path . join ( __dirname , '../..' ) ;
@@ -55,9 +55,6 @@ function applyPatches() {
55
55
// Switches the devmode output for Angular Bazel to ES2020 target and module.
56
56
applyPatch ( path . join ( __dirname , './devmode-es2020-bazel.patch' ) ) ;
57
57
58
- // Workaround until https://github.com/google/tsec/pull/25 is available.
59
- searchAndReplace ( '@bazel/typescript' , '@bazel/concatjs' , 'node_modules/tsec/index.bzl' ) ;
60
-
61
58
// More info in https://github.com/angular/angular/pull/33786
62
59
shelljs . rm ( '-rf' , [
63
60
'node_modules/rxjs/add/' ,
You can’t perform that action at this time.
0 commit comments