Commit 7899c1e
committed
Add logging for implicit Wasm behaviors; rebase on upstream main
- Log when --experimental-wasm-exnref is injected in runJs (Node.js < 25)
- Log when Wasm mode enables ES module output in Run.scala
- Improve comment in Wasm.scala directive to reference AmbiguousPlatformError
for --wasm + --platform native conflict detection1 parent 4799827 commit 7899c1e
3 files changed
Lines changed: 7 additions & 1 deletion
File tree
- modules
- build/src/main/scala/scala/build/internal
- cli/src/main/scala/scala/cli/commands/run
- directives/src/main/scala/scala/build/preprocessing/directives
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
283 | 283 | | |
284 | 284 | | |
285 | 285 | | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
286 | 290 | | |
287 | 291 | | |
288 | 292 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
480 | 480 | | |
481 | 481 | | |
482 | 482 | | |
| 483 | + | |
483 | 484 | | |
484 | 485 | | |
485 | 486 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
| 41 | + | |
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
| |||
0 commit comments