Commit 684018e
[dart2wasm] Fix js-string builtin detection
The `detectJsStringBuiltins` should've negated the validation (i.e.
validation will fail if `js-string` builtins is enabled as enabling the
builtins causes stricter validation of imports)
Closes #59697
Change-Id: I5bcfdcf34e9fad89a84090c5f20284a7aae9e209
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/400280
Reviewed-by: Slava Egorov <[email protected]>
Commit-Queue: Martin Kustermann <[email protected]>1 parent 1d684cd commit 684018e
1 file changed
+2
-14
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | 6 | | |
17 | 7 | | |
18 | 8 | | |
19 | 9 | | |
20 | 10 | | |
21 | 11 | | |
22 | 12 | | |
23 | | - | |
24 | | - | |
| 13 | + | |
25 | 14 | | |
26 | 15 | | |
27 | 16 | | |
28 | 17 | | |
29 | 18 | | |
30 | 19 | | |
31 | 20 | | |
32 | | - | |
33 | | - | |
| 21 | + | |
34 | 22 | | |
35 | 23 | | |
36 | 24 | | |
| |||
0 commit comments