Skip to content

Commit ec4f8f6

Browse files
committed
rename to jsxPPXReactSupport to fix ci
1 parent 981b507 commit ec4f8f6

File tree

11 files changed

+30
-38
lines changed

11 files changed

+30
-38
lines changed

jscomp/main/builtin_cmi_datasets.ml

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

jscomp/main/builtin_cmj_datasets.ml

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

jscomp/others/reactPPX4Support.res renamed to jscomp/others/jsxPPXReactSupport.res

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ let createElementWithKey = (~key=?, component, props) =>
4545
createElement(component, addKeyProp(~key?, props))
4646

4747
let createElementVariadicWithKey = (~key=?, component, props, elements) =>
48-
createElementVariadic(component, addKeyProp(~key?, props), elements)
48+
createElementVariadic(component, addKeyProp(~key?, props), elements)

jscomp/others/release.ninja

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ o others/jsx.cmi others/jsx.cmj : cc others/jsx.res | others/belt_internals.cmi
6868
o others/jsxDOM.cmi others/jsxDOM.cmj : cc others/jsxDOM.res | others/belt_internals.cmi others/js.cmi others/jsx.cmj others/jsxDOMStyle.cmj others/jsxEvent.cmj $bsc
6969
o others/jsxDOMStyle.cmi others/jsxDOMStyle.cmj : cc others/jsxDOMStyle.ml | others/belt_internals.cmi others/js.cmi $bsc
7070
o others/jsxEvent.cmi others/jsxEvent.cmj : cc others/jsxEvent.ml | others/belt_internals.cmi others/js.cmi $bsc
71-
o others/reactPPX4Support.cmi others/reactPPX4Support.cmj : cc others/reactPPX4Support.res | others/belt_internals.cmi others/js.cmi others/jsx.cmj $bsc
72-
o js_pkg : phony others/js_OO.cmi others/js_OO.cmj others/js_array.cmi others/js_array.cmj others/js_array2.cmi others/js_array2.cmj others/js_bigint.cmi others/js_bigint.cmj others/js_cast.cmi others/js_cast.cmj others/js_console.cmi others/js_console.cmj others/js_date.cmi others/js_date.cmj others/js_dict.cmi others/js_dict.cmj others/js_exn.cmi others/js_exn.cmj others/js_float.cmi others/js_float.cmj others/js_global.cmi others/js_global.cmj others/js_int.cmi others/js_int.cmj others/js_json.cmi others/js_json.cmj others/js_list.cmi others/js_list.cmj others/js_map.cmi others/js_map.cmj others/js_mapperRt.cmi others/js_mapperRt.cmj others/js_math.cmi others/js_math.cmj others/js_null.cmi others/js_null.cmj others/js_null_undefined.cmi others/js_null_undefined.cmj others/js_obj.cmi others/js_obj.cmj others/js_option.cmi others/js_option.cmj others/js_promise.cmi others/js_promise.cmj others/js_promise2.cmi others/js_promise2.cmj others/js_re.cmi others/js_re.cmj others/js_result.cmi others/js_result.cmj others/js_set.cmi others/js_set.cmj others/js_string.cmi others/js_string.cmj others/js_string2.cmi others/js_string2.cmj others/js_typed_array.cmi others/js_typed_array.cmj others/js_typed_array2.cmi others/js_typed_array2.cmj others/js_types.cmi others/js_types.cmj others/js_undefined.cmi others/js_undefined.cmj others/js_vector.cmi others/js_vector.cmj others/js_weakmap.cmi others/js_weakmap.cmj others/js_weakset.cmi others/js_weakset.cmj others/jsx.cmi others/jsx.cmj others/jsxDOM.cmi others/jsxDOM.cmj others/jsxDOMStyle.cmi others/jsxDOMStyle.cmj others/jsxEvent.cmi others/jsxEvent.cmj others/reactPPX4Support.cmi others/reactPPX4Support.cmj
71+
o others/jsxPPXReactSupport.cmi others/jsxPPXReactSupport.cmj : cc others/jsxPPXReactSupport.res | others/belt_internals.cmi others/js.cmi others/jsx.cmj $bsc
72+
o js_pkg : phony others/js_OO.cmi others/js_OO.cmj others/js_array.cmi others/js_array.cmj others/js_array2.cmi others/js_array2.cmj others/js_bigint.cmi others/js_bigint.cmj others/js_cast.cmi others/js_cast.cmj others/js_console.cmi others/js_console.cmj others/js_date.cmi others/js_date.cmj others/js_dict.cmi others/js_dict.cmj others/js_exn.cmi others/js_exn.cmj others/js_float.cmi others/js_float.cmj others/js_global.cmi others/js_global.cmj others/js_int.cmi others/js_int.cmj others/js_json.cmi others/js_json.cmj others/js_list.cmi others/js_list.cmj others/js_map.cmi others/js_map.cmj others/js_mapperRt.cmi others/js_mapperRt.cmj others/js_math.cmi others/js_math.cmj others/js_null.cmi others/js_null.cmj others/js_null_undefined.cmi others/js_null_undefined.cmj others/js_obj.cmi others/js_obj.cmj others/js_option.cmi others/js_option.cmj others/js_promise.cmi others/js_promise.cmj others/js_promise2.cmi others/js_promise2.cmj others/js_re.cmi others/js_re.cmj others/js_result.cmi others/js_result.cmj others/js_set.cmi others/js_set.cmj others/js_string.cmi others/js_string.cmj others/js_string2.cmi others/js_string2.cmj others/js_typed_array.cmi others/js_typed_array.cmj others/js_typed_array2.cmi others/js_typed_array2.cmj others/js_types.cmi others/js_types.cmj others/js_undefined.cmi others/js_undefined.cmj others/js_vector.cmi others/js_vector.cmj others/js_weakmap.cmi others/js_weakmap.cmj others/js_weakset.cmi others/js_weakset.cmj others/jsx.cmi others/jsx.cmj others/jsxDOM.cmi others/jsxDOM.cmj others/jsxDOMStyle.cmi others/jsxDOMStyle.cmj others/jsxEvent.cmi others/jsxEvent.cmj others/jsxPPXReactSupport.cmi others/jsxPPXReactSupport.cmj
7373
o others/belt_Array.cmj : cc_cmi others/belt_Array.ml | others/belt.cmi others/belt_Array.cmi others/belt_internals.cmi others/js.cmi others/js.cmj others/js_math.cmj $bsc js_pkg
7474
o others/belt_Array.cmi : cc others/belt_Array.mli | others/belt.cmi others/belt_internals.cmi others/js.cmi others/js.cmj $bsc js_pkg
7575
o others/belt_Float.cmj : cc_cmi others/belt_Float.ml | others/belt.cmi others/belt_Float.cmi others/belt_internals.cmi others/js.cmi $bsc js_pkg

lib/4.06.1/unstable/js_compiler.ml

Lines changed: 6 additions & 6 deletions
Large diffs are not rendered by default.

lib/4.06.1/unstable/js_playground_compiler.ml

Lines changed: 6 additions & 6 deletions
Large diffs are not rendered by default.

lib/4.06.1/whole_compiler.ml

Lines changed: 6 additions & 6 deletions
Large diffs are not rendered by default.
File renamed without changes.
File renamed without changes.

packages/artifacts.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,6 @@ lib/es6/pervasives.js
180180
lib/es6/printexc.js
181181
lib/es6/queue.js
182182
lib/es6/random.js
183-
lib/es6/reactPPX4Support.js
184183
lib/es6/set.js
185184
lib/es6/setLabels.js
186185
lib/es6/sort.js
@@ -343,7 +342,6 @@ lib/js/pervasives.js
343342
lib/js/printexc.js
344343
lib/js/queue.js
345344
lib/js/random.js
346-
lib/js/reactPPX4Support.js
347345
lib/js/set.js
348346
lib/js/setLabels.js
349347
lib/js/sort.js
@@ -896,9 +894,6 @@ lib/ocaml/random.cmt
896894
lib/ocaml/random.cmti
897895
lib/ocaml/random.ml
898896
lib/ocaml/random.mli
899-
lib/ocaml/reactPPX4Support.cmi
900-
lib/ocaml/reactPPX4Support.cmt
901-
lib/ocaml/reactPPX4Support.res
902897
lib/ocaml/set.cmi
903898
lib/ocaml/set.cmt
904899
lib/ocaml/set.cmti

scripts/ninja.js

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1041,8 +1041,7 @@ ${ninjaQuickBuidList([
10411041
var othersDirFiles = fs.readdirSync(othersDir, "ascii");
10421042
var jsPrefixSourceFiles = othersDirFiles.filter(
10431043
x =>
1044-
(x.startsWith("js") ||
1045-
x.startsWith("reactPPX4Support")) &&
1044+
x.startsWith("js") &&
10461045
(x.endsWith(".ml") ||
10471046
x.endsWith(".mli") ||
10481047
x.endsWith(".res") ||
@@ -1054,13 +1053,11 @@ ${ninjaQuickBuidList([
10541053
);
10551054
var othersFiles = othersDirFiles.filter(
10561055
x =>
1057-
!(x.startsWith("js") ||
1058-
x.startsWith("reactPPX4Support")) &&
1056+
!x.startsWith("js") &&
10591057
x !== "belt.ml" &&
10601058
x !== "belt_internals.mli" &&
10611059
x !== "node.ml" &&
1062-
(x.endsWith(".ml") ||
1063-
x.endsWith(".mli")) &&
1060+
(x.endsWith(".ml") || x.endsWith(".mli")) &&
10641061
!x.includes("#") &&
10651062
!x.includes(".cppo") // we have node ..
10661063
);

0 commit comments

Comments
 (0)