Skip to content

Commit f1be437

Browse files
authored
Update to new compiler (#1002)
1 parent 819a3c2 commit f1be437

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

package-lock.json

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/p4/News.svelte

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
<!--
21
<script>
32
import Section from './Section.svelte';
43
const color = '#b117f8';
@@ -16,6 +15,14 @@
1615

1716
<Section accent={color}>
1817
<div lang="en">
18+
<p>
19+
<span class="badge">New!</span>
20+
</p>
21+
<p>
22+
We've updated the packager to use the <a href="https://docs.turbowarp.org/new-compiler">new compiler</a> to make projects run even faster.
23+
</p>
24+
<p>
25+
If your project relies on extensions that require the old compiler, a version of the packager using the old compiler will be available on <a href="https://packager-legacy.turbowarp.org/">packager-legacy.turbowarp.org</a> indefinitely.
26+
</p>
1927
</div>
2028
</Section>
21-
-->

0 commit comments

Comments
 (0)