Skip to content
This repository was archived by the owner on Oct 23, 2024. It is now read-only.

Commit ef24d9f

Browse files
committed
No header
1 parent 59b0b67 commit ef24d9f

File tree

182 files changed

+148
-182
lines changed

Some content is hidden

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

182 files changed

+148
-182
lines changed

belt/rescript.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,10 @@
55
"subdirs": true
66
},
77
"bs-dependencies": ["stdlib-mini"],
8-
"bsc-flags": ["-nostdlib", "-nopervasives", "-open Stdlib_mini"]
8+
"bsc-flags": [
9+
"-nostdlib",
10+
"-nopervasives",
11+
"-bs-no-version-header",
12+
"-open Stdlib_mini"
13+
]
914
}

belt/src/belt.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by ReScript, PLEASE EDIT WITH CARE
1+
22

33

44
var Id;

belt/src/belt_Array.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by ReScript, PLEASE EDIT WITH CARE
1+
22

33
import * as Caml from "rescript/lib/es6/caml.js";
44
import * as Caml_int32 from "rescript/lib/es6/caml_int32.js";

belt/src/belt_Float.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by ReScript, PLEASE EDIT WITH CARE
1+
22

33

44
function fromString(i) {

belt/src/belt_HashMap.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by ReScript, PLEASE EDIT WITH CARE
1+
22

33
import * as Caml_option from "rescript/lib/es6/caml_option.js";
44
import * as Belt_internalBuckets from "./belt_internalBuckets.js";

belt/src/belt_HashMapInt.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by ReScript, PLEASE EDIT WITH CARE
1+
22

33
import * as Caml_option from "rescript/lib/es6/caml_option.js";
44
import * as Caml_hash_primitive from "rescript/lib/es6/caml_hash_primitive.js";

belt/src/belt_HashMapString.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by ReScript, PLEASE EDIT WITH CARE
1+
22

33
import * as Caml_option from "rescript/lib/es6/caml_option.js";
44
import * as Caml_hash_primitive from "rescript/lib/es6/caml_hash_primitive.js";

belt/src/belt_HashSet.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by ReScript, PLEASE EDIT WITH CARE
1+
22

33
import * as Belt_internalSetBuckets from "./belt_internalSetBuckets.js";
44
import * as Belt_internalBucketsType from "./belt_internalBucketsType.js";

belt/src/belt_HashSetInt.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by ReScript, PLEASE EDIT WITH CARE
1+
22

33
import * as Caml_hash_primitive from "rescript/lib/es6/caml_hash_primitive.js";
44
import * as Belt_internalSetBuckets from "./belt_internalSetBuckets.js";

belt/src/belt_HashSetString.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Generated by ReScript, PLEASE EDIT WITH CARE
1+
22

33
import * as Caml_hash_primitive from "rescript/lib/es6/caml_hash_primitive.js";
44
import * as Belt_internalSetBuckets from "./belt_internalSetBuckets.js";

0 commit comments

Comments
 (0)