Skip to content

Commit 056bada

Browse files
hyperpolymathclaude
andcommitted
chore: update compiled ReScript .res.mjs output files
Minor changes to Tea framework compiled outputs from ReScript recompilation. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent a271de4 commit 056bada

11 files changed

Lines changed: 25 additions & 25 deletions

File tree

rescript-ecosystem/cadre-router/src/tea/Tea_Guards.res.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Generated by ReScript, PLEASE EDIT WITH CARE
22

33
import * as Tea_Url from "./Tea_Url.res.mjs";
4-
import * as Belt_Array from "rescript/lib/es6/belt_Array.js";
4+
import * as Belt_Array from "/node_modules/@rescript/runtime/lib/es6/Belt_Array.js";
55
import * as Tea_Navigation from "./Tea_Navigation.res.mjs";
66

77
var emptyConfig_guards = [];

rescript-ecosystem/cadre-router/src/tea/Tea_QueryParams.res.mjs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
// Generated by ReScript, PLEASE EDIT WITH CARE
22

3-
import * as Js_dict from "rescript/lib/es6/js_dict.js";
4-
import * as Core__Int from "@rescript/core/src/Core__Int.res.mjs";
5-
import * as Belt_Array from "rescript/lib/es6/belt_Array.js";
6-
import * as Core__Float from "@rescript/core/src/Core__Float.res.mjs";
7-
import * as Core__Option from "@rescript/core/src/Core__Option.res.mjs";
3+
import * as Js_dict from "/node_modules/@rescript/runtime/lib/es6/Js_dict.js";
4+
import * as Core__Int from "/node_modules/@rescript/core/src/Core__Int.res.mjs";
5+
import * as Belt_Array from "/node_modules/@rescript/runtime/lib/es6/Belt_Array.js";
6+
import * as Core__Float from "/node_modules/@rescript/core/src/Core__Float.res.mjs";
7+
import * as Core__Option from "/node_modules/@rescript/core/src/Core__Option.res.mjs";
88

99
function parse(queryString) {
1010
var dict = {};

rescript-ecosystem/cadre-router/src/tea/Tea_Url.res.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Generated by ReScript, PLEASE EDIT WITH CARE
22

3-
import * as Core__Option from "@rescript/core/src/Core__Option.res.mjs";
3+
import * as Core__Option from "/node_modules/@rescript/core/src/Core__Option.res.mjs";
44

55
function parse(url) {
66
var match = url.split("#");

rescript-ecosystem/packages/web/tea/src/Tea_App.res.mjs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
// Generated by ReScript, PLEASE EDIT WITH CARE
22

3-
import * as React from "react";
3+
import * as React from "/vendor/esm/react.mjs";
44
import * as Tea_Cmd from "./Tea_Cmd.res.mjs";
55
import * as Tea_Sub from "./Tea_Sub.res.mjs";
6-
import * as Belt_Array from "rescript/lib/es6/belt_Array.js";
7-
import * as Belt_SetString from "rescript/lib/es6/belt_SetString.js";
6+
import * as Belt_Array from "/node_modules/@rescript/runtime/lib/es6/Belt_Array.js";
7+
import * as Belt_SetString from "/node_modules/@rescript/runtime/lib/es6/Belt_SetString.js";
88

99
function diff(oldSubs, newSubs, dispatch, cleanups) {
1010
var oldInternals = Tea_Sub.toInternals(oldSubs);

rescript-ecosystem/packages/web/tea/src/Tea_Cmd.res.mjs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// Generated by ReScript, PLEASE EDIT WITH CARE
22

3-
import * as Belt_Array from "rescript/lib/es6/belt_Array.js";
4-
import * as Core__Promise from "@rescript/core/src/Core__Promise.res.mjs";
5-
import * as Caml_js_exceptions from "rescript/lib/es6/caml_js_exceptions.js";
3+
import * as Belt_Array from "/node_modules/@rescript/runtime/lib/es6/Belt_Array.js";
4+
import * as Core__Promise from "/node_modules/@rescript/core/src/Core__Promise.res.mjs";
5+
import * as Caml_js_exceptions from "/node_modules/@rescript/runtime/lib/es6/Primitive_exceptions.js";
66

77
function batch(cmds) {
88
var filtered = Belt_Array.keep(cmds, (function (cmd) {

rescript-ecosystem/packages/web/tea/src/Tea_Html.res.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Generated by ReScript, PLEASE EDIT WITH CARE
22

3-
import * as React from "react";
3+
import * as React from "/vendor/esm/react.mjs";
44

55
function className(name) {
66
return {

rescript-ecosystem/packages/web/tea/src/Tea_Http.res.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
import * as Tea_Cmd from "./Tea_Cmd.res.mjs";
44
import * as Tea_Json from "./Tea_Json.res.mjs";
5-
import * as Belt_Array from "rescript/lib/es6/belt_Array.js";
6-
import * as Core__Promise from "@rescript/core/src/Core__Promise.res.mjs";
5+
import * as Belt_Array from "/node_modules/@rescript/runtime/lib/es6/Belt_Array.js";
6+
import * as Core__Promise from "/node_modules/@rescript/core/src/Core__Promise.res.mjs";
77

88
var getHeaders = (function(response) {
99
const headers = {};

rescript-ecosystem/packages/web/tea/src/Tea_Json.res.mjs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// Generated by ReScript, PLEASE EDIT WITH CARE
22

3-
import * as Js_json from "rescript/lib/es6/js_json.js";
4-
import * as Belt_Array from "rescript/lib/es6/belt_Array.js";
5-
import * as Caml_option from "rescript/lib/es6/caml_option.js";
3+
import * as Js_json from "/node_modules/@rescript/runtime/lib/es6/Js_json.js";
4+
import * as Belt_Array from "/node_modules/@rescript/runtime/lib/es6/Belt_Array.js";
5+
import * as Caml_option from "/node_modules/@rescript/runtime/lib/es6/Primitive_option.js";
66

77
function errorToStringHelper(_error, _path) {
88
while(true) {

rescript-ecosystem/packages/web/tea/src/Tea_Layout.res.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Generated by ReScript, PLEASE EDIT WITH CARE
22

3-
import * as Belt_Array from "rescript/lib/es6/belt_Array.js";
4-
import * as Belt_Option from "rescript/lib/es6/belt_Option.js";
3+
import * as Belt_Array from "/node_modules/@rescript/runtime/lib/es6/Belt_Array.js";
4+
import * as Belt_Option from "/node_modules/@rescript/runtime/lib/es6/Belt_Option.js";
55

66
function lengthToString(length) {
77
if (typeof length !== "object") {

rescript-ecosystem/packages/web/tea/src/Tea_Sub.res.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Generated by ReScript, PLEASE EDIT WITH CARE
22

3-
import * as Belt_Array from "rescript/lib/es6/belt_Array.js";
3+
import * as Belt_Array from "/node_modules/@rescript/runtime/lib/es6/Belt_Array.js";
44

55
function batch(subs) {
66
var filtered = Belt_Array.keep(subs, (function (sub) {

0 commit comments

Comments
 (0)