Skip to content

Commit 4f4812a

Browse files
authored
Merge pull request #4643 from rescript-lang/renaming
Rename BuckleScript to ReScript
2 parents c416fbc + b81ba35 commit 4f4812a

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

jscomp/common/bs_version.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
2525
let version = "8.2.0"
2626
let header =
27-
"// Generated by BUCKLESCRIPT, PLEASE EDIT WITH CARE"
27+
"// Generated by ReScript, PLEASE EDIT WITH CARE"
2828
let package_name = "bs-platform"
2929

jscomp/main/js_main.ml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -393,8 +393,8 @@ let buckle_script_flags : (string * Bsc_args.spec * string) array =
393393
"-bs-eval", string_call (fun s -> eval s ~suffix:Literals.suffix_ml),
394394
"*internal* (experimental) set the string to be evaluated in OCaml syntax";
395395

396-
"-e", string_call (fun s -> eval s ~suffix:Literals.suffix_re),
397-
"(experimental) set the string to be evaluated in ReasonML syntax";
396+
"-e", string_call (fun s -> eval s ~suffix:Literals.suffix_res),
397+
"(experimental) set the string to be evaluated in ReScript syntax";
398398

399399
"-bs-cmi-only", set Js_config.cmi_only,
400400
"*internal* Stop after generating cmi file";

lib/4.06.1/bsb.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ end = struct
5757
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
5858
let version = "8.2.0"
5959
let header =
60-
"// Generated by BUCKLESCRIPT, PLEASE EDIT WITH CARE"
60+
"// Generated by ReScript, PLEASE EDIT WITH CARE"
6161
let package_name = "bs-platform"
6262

6363
end

lib/4.06.1/unstable/bsb_native.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ end = struct
5757
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
5858
let version = "8.2.0"
5959
let header =
60-
"// Generated by BUCKLESCRIPT, PLEASE EDIT WITH CARE"
60+
"// Generated by ReScript, PLEASE EDIT WITH CARE"
6161
let package_name = "bs-platform"
6262

6363
end

lib/4.06.1/unstable/js_compiler.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18058,7 +18058,7 @@ end = struct
1805818058
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
1805918059
let version = "8.2.0"
1806018060
let header =
18061-
"// Generated by BUCKLESCRIPT, PLEASE EDIT WITH CARE"
18061+
"// Generated by ReScript, PLEASE EDIT WITH CARE"
1806218062
let package_name = "bs-platform"
1806318063

1806418064
end

lib/4.06.1/unstable/js_refmt_compiler.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18058,7 +18058,7 @@ end = struct
1805818058
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
1805918059
let version = "8.2.0"
1806018060
let header =
18061-
"// Generated by BUCKLESCRIPT, PLEASE EDIT WITH CARE"
18061+
"// Generated by ReScript, PLEASE EDIT WITH CARE"
1806218062
let package_name = "bs-platform"
1806318063

1806418064
end

lib/4.06.1/whole_compiler.ml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -304545,7 +304545,7 @@ end = struct
304545304545
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
304546304546
let version = "8.2.0"
304547304547
let header =
304548-
"// Generated by BUCKLESCRIPT, PLEASE EDIT WITH CARE"
304548+
"// Generated by ReScript, PLEASE EDIT WITH CARE"
304549304549
let package_name = "bs-platform"
304550304550

304551304551
end
@@ -437281,8 +437281,8 @@ let buckle_script_flags : (string * Bsc_args.spec * string) array =
437281437281
"-bs-eval", string_call (fun s -> eval s ~suffix:Literals.suffix_ml),
437282437282
"*internal* (experimental) set the string to be evaluated in OCaml syntax";
437283437283

437284-
"-e", string_call (fun s -> eval s ~suffix:Literals.suffix_re),
437285-
"(experimental) set the string to be evaluated in ReasonML syntax";
437284+
"-e", string_call (fun s -> eval s ~suffix:Literals.suffix_res),
437285+
"(experimental) set the string to be evaluated in ReScript syntax";
437286437286

437287437287
"-bs-cmi-only", set Js_config.cmi_only,
437288437288
"*internal* Stop after generating cmi file";

0 commit comments

Comments
 (0)