File tree 4 files changed +134
-116
lines changed
packages/angular_devkit/build_angular
4 files changed +134
-116
lines changed Original file line number Diff line number Diff line change 141
141
"cross-env" : " ^7.0.3" ,
142
142
"css-loader" : " 6.7.1" ,
143
143
"debug" : " ^4.1.1" ,
144
- "esbuild" : " 0.14.51 " ,
145
- "esbuild-wasm" : " 0.14.51 " ,
144
+ "esbuild" : " 0.14.53 " ,
145
+ "esbuild-wasm" : " 0.14.53 " ,
146
146
"eslint" : " 8.21.0" ,
147
147
"eslint-config-prettier" : " 8.5.0" ,
148
148
"eslint-plugin-header" : " 3.1.1" ,
196
196
"regenerator-runtime" : " 0.13.9" ,
197
197
"resolve-url-loader" : " 5.0.0" ,
198
198
"rxjs" : " 6.6.7" ,
199
- "sass" : " 1.54.0 " ,
199
+ "sass" : " 1.54.1 " ,
200
200
"sass-loader" : " 13.0.2" ,
201
201
"sauce-connect-proxy" : " https://saucelabs.com/downloads/sc-4.7.1-linux.tar.gz" ,
202
202
"semver" : " 7.3.7" ,
Original file line number Diff line number Diff line change 29
29
"copy-webpack-plugin" : " 11.0.0" ,
30
30
"critters" : " 0.0.16" ,
31
31
"css-loader" : " 6.7.1" ,
32
- "esbuild-wasm" : " 0.14.51 " ,
32
+ "esbuild-wasm" : " 0.14.53 " ,
33
33
"glob" : " 8.0.3" ,
34
34
"https-proxy-agent" : " 5.0.1" ,
35
35
"inquirer" : " 8.2.4" ,
52
52
"regenerator-runtime" : " 0.13.9" ,
53
53
"resolve-url-loader" : " 5.0.0" ,
54
54
"rxjs" : " 6.6.7" ,
55
- "sass" : " 1.54.0 " ,
55
+ "sass" : " 1.54.1 " ,
56
56
"sass-loader" : " 13.0.2" ,
57
57
"semver" : " 7.3.7" ,
58
58
"source-map-loader" : " 4.0.0" ,
70
70
"webpack-subresource-integrity" : " 5.1.0"
71
71
},
72
72
"optionalDependencies" : {
73
- "esbuild" : " 0.14.51 "
73
+ "esbuild" : " 0.14.53 "
74
74
},
75
75
"peerDependencies" : {
76
76
"@angular/compiler-cli" : " ^14.0.0 || ^14.0.0-next || ^14.1.0-next" ,
Original file line number Diff line number Diff line change @@ -104,7 +104,10 @@ export class EsbuildExecutor
104
104
this . alwaysUseWasm = true ;
105
105
}
106
106
107
- async transform ( input : string , options ?: TransformOptions ) : Promise < TransformResult > {
107
+ async transform (
108
+ input : string | Uint8Array ,
109
+ options ?: TransformOptions ,
110
+ ) : Promise < TransformResult > {
108
111
await this . ensureEsbuild ( ) ;
109
112
110
113
return this . esbuildTransform ( input , options ) ;
You can’t perform that action at this time.
0 commit comments