Commit f692f19
committed
Fix DENO_V8_FLAGS override and add warning for --js-module-kind + Wasm
- runDeno: append --experimental-wasm-exnref to existing DENO_V8_FLAGS
instead of silently replacing user-defined flags; log when flag is set
- ScalaJsOptions.linkerConfig: warn when Wasm overrides user-specified
--js-module-kind (forced to ESModule by Wasm backend)1 parent 82e5136 commit f692f19
2 files changed
Lines changed: 15 additions & 2 deletions
File tree
- modules
- build/src/main/scala/scala/build/internal
- options/src/main/scala/scala/build/options
Lines changed: 11 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
367 | 367 | | |
368 | 368 | | |
369 | 369 | | |
| 370 | + | |
370 | 371 | | |
371 | | - | |
372 | | - | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
373 | 382 | | |
374 | 383 | | |
375 | 384 | | |
| |||
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
158 | 162 | | |
159 | 163 | | |
160 | 164 | | |
| |||
0 commit comments