Skip to content

Commit 637850f

Browse files
committed
move runtime codes
1 parent 8e0509f commit 637850f

File tree

279 files changed

+29
-6
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

279 files changed

+29
-6
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"name": "@rescript/runtime",
3+
"version": "12.0.0-alpha.13",
4+
"description": "ReScript runtime modules",
5+
"type": "module",
6+
"repository": {
7+
"type": "git",
8+
"url": "git+https://github.com/rescript-lang/rescript.git"
9+
},
10+
"publishConfig": {
11+
"access": "public"
12+
},
13+
"files": [
14+
"lib"
15+
],
16+
"devDependencies": {
17+
"rescript": "workspace:^"
18+
},
19+
"preferUnplugged": true
20+
}

runtime/rescript.json renamed to packages/@rescript/runtime/rescript.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "rescript-runtime",
2+
"name": "@rescript/runtime",
33
"sources": [
44
{
55
"dir": "."

runtime/package.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

yarn.lock

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -446,6 +446,14 @@ __metadata:
446446
languageName: unknown
447447
linkType: soft
448448

449+
"@rescript/runtime@workspace:packages/@rescript/runtime":
450+
version: 0.0.0-use.local
451+
resolution: "@rescript/runtime@workspace:packages/@rescript/runtime"
452+
dependencies:
453+
rescript: "workspace:^"
454+
languageName: unknown
455+
linkType: soft
456+
449457
"@rescript/std@workspace:packages/std":
450458
version: 0.0.0-use.local
451459
resolution: "@rescript/std@workspace:packages/std"

0 commit comments

Comments
 (0)