Skip to content

Commit 955f0c7

Browse files
ryyppycristianoc
authored andcommitted
Enable v10.0.1 in the playground
1 parent 93e669d commit 955f0c7

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

src/common/CompilerManagerHook.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ function loadScriptPromise(url) {
3232
}
3333

3434
var versions = [
35+
"v10.0.1",
3536
"v10.0.0",
3637
"v9.1.2",
3738
"v9.0.2",

src/common/CompilerManagerHook.res

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,16 @@ module LoadScript = {
3838
module CdnMeta = {
3939
// Make sure versions exist on https://cdn.rescript-lang.org
4040
// [0] = latest
41-
let versions = ["v10.0.0", "v9.1.2", "v9.0.2", "v9.0.1", "v9.0.0", "v8.4.2", "v8.3.0-dev.2"]
41+
let versions = [
42+
"v10.0.1",
43+
"v10.0.0",
44+
"v9.1.2",
45+
"v9.0.2",
46+
"v9.0.1",
47+
"v9.0.0",
48+
"v8.4.2",
49+
"v8.3.0-dev.2",
50+
]
4251

4352
let getCompilerUrl = (version: string): string =>
4453
j`https://cdn.rescript-lang.org/$version/compiler.js`

0 commit comments

Comments
 (0)