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";

belt/src/belt_Id.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 MakeComparableU(M) {

belt/src/belt_Int.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_List.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_Array from "./belt_Array.js";
44
import * as Caml_option from "rescript/lib/es6/caml_option.js";

belt/src/belt_Map.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_MapDict from "./belt_MapDict.js";
44

belt/src/belt_MapDict.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_internalAVLtree from "./belt_internalAVLtree.js";

belt/src/belt_MapInt.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_internalMapInt from "./belt_internalMapInt.js";

belt/src/belt_MapString.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_internalAVLtree from "./belt_internalAVLtree.js";

belt/src/belt_MutableMap.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_internalAVLtree from "./belt_internalAVLtree.js";

belt/src/belt_MutableMapInt.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_internalMapInt from "./belt_internalMapInt.js";

belt/src/belt_MutableMapString.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_internalAVLtree from "./belt_internalAVLtree.js";

belt/src/belt_MutableQueue.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

belt/src/belt_MutableSet.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_SortArray from "./belt_SortArray.js";
44
import * as Belt_internalAVLset from "./belt_internalAVLset.js";

belt/src/belt_MutableSetInt.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_SortArrayInt from "./belt_SortArrayInt.js";
44
import * as Belt_internalAVLset from "./belt_internalAVLset.js";

belt/src/belt_MutableSetString.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_internalAVLset from "./belt_internalAVLset.js";
44
import * as Belt_SortArrayString from "./belt_SortArrayString.js";

belt/src/belt_MutableStack.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

belt/src/belt_Option.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

belt/src/belt_Range.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 forEachU(s, f, action) {

belt/src/belt_Result.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 getExn(x) {

belt/src/belt_Set.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_SetDict from "./belt_SetDict.js";
44

belt/src/belt_SetDict.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_internalAVLset from "./belt_internalAVLset.js";
44

belt/src/belt_SetInt.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_internalAVLset from "./belt_internalAVLset.js";
44
import * as Belt_internalSetInt from "./belt_internalSetInt.js";

belt/src/belt_SetString.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_internalAVLset from "./belt_internalAVLset.js";
44
import * as Belt_internalSetString from "./belt_internalSetString.js";

belt/src/belt_SortArray.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_Array from "./belt_Array.js";
44

belt/src/belt_SortArrayInt.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_Array from "./belt_Array.js";
44

belt/src/belt_SortArrayString.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_Array from "./belt_Array.js";
44

belt/src/belt_internalAVLset.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_SortArray from "./belt_SortArray.js";

belt/src/belt_internalAVLtree.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_SortArray from "./belt_SortArray.js";

belt/src/belt_internalBuckets.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_Array from "./belt_Array.js";
44
import * as Caml_option from "rescript/lib/es6/caml_option.js";

belt/src/belt_internalBucketsType.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 power_2_above(_x, n) {

belt/src/belt_internalMapInt.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_option from "rescript/lib/es6/caml_option.js";

belt/src/belt_internalMapString.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_option from "rescript/lib/es6/caml_option.js";

belt/src/belt_internalSetBuckets.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_Array from "./belt_Array.js";
44

belt/src/belt_internalSetInt.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_SortArrayInt from "./belt_SortArrayInt.js";
44
import * as Belt_internalAVLset from "./belt_internalAVLset.js";

belt/src/belt_internalSetString.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_internalAVLset from "./belt_internalAVLset.js";
44
import * as Belt_SortArrayString from "./belt_SortArrayString.js";

core/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
}

core/src/Core__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_option from "rescript/lib/es6/caml_option.js";
44

core/src/Core__ArrayBuffer.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
// Generated by ReScript, PLEASE EDIT WITH CARE
21
/* This output is empty. Its source's type definitions, externals and/or unused code got optimized away. */

core/src/Core__AsyncIterator.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
async function forEach(iterator, f) {

core/src/Core__BigInt.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 toInt(t) {

core/src/Core__Console.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
// Generated by ReScript, PLEASE EDIT WITH CARE
21
/* This output is empty. Its source's type definitions, externals and/or unused code got optimized away. */

core/src/Core__DataView.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
// Generated by ReScript, PLEASE EDIT WITH CARE
21
/* This output is empty. Its source's type definitions, externals and/or unused code got optimized away. */

core/src/Core__Date.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 Core__Float from "./Core__Float.js";
44

core/src/Core__Dict.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 $$delete$1(dict, string) {

core/src/Core__Error.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 $$EvalError = {};

core/src/Core__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
var Constants = {};

core/src/Core__Global.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
// Generated by ReScript, PLEASE EDIT WITH CARE
21
/* This output is empty. Its source's type definitions, externals and/or unused code got optimized away. */

core/src/Core__Int.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 Core__Array from "./Core__Array.js";
44

core/src/Core__Intl.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 Common;

core/src/Core__Iterator.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 forEach(iterator, f) {

core/src/Core__JSON.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 classify(value) {

core/src/Core__List.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 Core__Array from "./Core__Array.js";

core/src/Core__Map.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
// Generated by ReScript, PLEASE EDIT WITH CARE
21
/* This output is empty. Its source's type definitions, externals and/or unused code got optimized away. */

core/src/Core__Math.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 Constants = {};

core/src/Core__Null.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 Core__Option from "./Core__Option.js";

core/src/Core__Nullable.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 Core__Option from "./Core__Option.js";

core/src/Core__Object.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
// Generated by ReScript, PLEASE EDIT WITH CARE
21
/* This output is empty. Its source's type definitions, externals and/or unused code got optimized away. */

core/src/Core__Option.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 Core__Error from "./Core__Error.js";

0 commit comments

Comments
 (0)