Commit 8611b7a
authored
Distinguish 6.0 and main toolchains by
The main toolchain still says it's 6.0, so we can' distinguish them by `#if compiler`.
The feature is baseline in the main branch but not in the 6.0, so we can use it for now.hasFeature(Extern)
1 parent 9f4e95e commit 8611b7a
File tree
3 files changed
+3
-3
lines changed- Sources/JavaScriptEventLoop
- Tests/JavaScriptEventLoopTests
3 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
0 commit comments