Skip to content

Commit d9f150e

Browse files
committedOct 20, 2024
Capitalize runtime filenames
1 parent b3ed5c8 commit d9f150e

File tree

631 files changed

+1497
-1488
lines changed

Some content is hidden

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

631 files changed

+1497
-1488
lines changed
 

‎compiler/core/js_name_of_module_id.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ let get_runtime_module_path
5959
module_system in
6060
let js_file =
6161
Ext_namespace.js_name_of_modulename dep_module_id.id.name
62-
Little Literals.suffix_js in
62+
Upper Literals.suffix_js in
6363
match current_info_query with
6464
| Package_not_found -> assert false
6565
| Package_script ->

‎lib/es6/array.js ‎lib/es6/Array.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11

22

3-
import * as List from "./list.js";
4-
import * as Primitive_array from "./primitive_array.js";
5-
import * as Primitive_exceptions from "./primitive_exceptions.js";
3+
import * as List from "./List.js";
4+
import * as Primitive_array from "./Primitive_array.js";
5+
import * as Primitive_exceptions from "./Primitive_exceptions.js";
66

77
let init = ((length, f) => Array.from({ length }, f));
88

@@ -358,7 +358,7 @@ function sort(cmp, a) {
358358
throw {
359359
RE_EXN_ID: "Assert_failure",
360360
_1: [
361-
"array.res",
361+
"Array.res",
362362
294,
363363
4
364364
],

0 commit comments

Comments
 (0)