Skip to content

Commit 920164c

Browse files
committed
move runtime codes
1 parent 3f6234a commit 920164c

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
@@ -440,6 +440,14 @@ __metadata:
440440
languageName: node
441441
linkType: hard
442442

443+
"@rescript/runtime@workspace:packages/@rescript/runtime":
444+
version: 0.0.0-use.local
445+
resolution: "@rescript/runtime@workspace:packages/@rescript/runtime"
446+
dependencies:
447+
rescript: "workspace:^"
448+
languageName: unknown
449+
linkType: soft
450+
443451
"@rescript/std@workspace:packages/std":
444452
version: 0.0.0-use.local
445453
resolution: "@rescript/std@workspace:packages/std"

0 commit comments

Comments
 (0)