Skip to content

Commit d924f63

Browse files
authoredOct 20, 2024
Capitalize runtime filenames (#7110)
* Capitalize runtime filenames * CHANGELOG
1 parent b3ed5c8 commit d924f63

File tree

632 files changed

+1498
-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.

632 files changed

+1498
-1488
lines changed
 

‎CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
- Disable -bs-cross-module-opt for tests. https://github.com/rescript-lang/rescript-compiler/pull/7071
6060
- Move `ounit_tests` into the `tests` folder. https://github.com/rescript-lang/rescript-compiler/pull/7096
6161
- Move `syntax_tests` into the `tests` folder. https://github.com/rescript-lang/rescript-compiler/pull/7090 https://github.com/rescript-lang/rescript-compiler/pull/7097
62+
- Capitalize runtime filenames. https://github.com/rescript-lang/rescript-compiler/pull/7110
6263

6364
# 12.0.0-alpha.3
6465

‎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 ->

0 commit comments

Comments
 (0)