houdini-react 0.0.0-20240329013706 → 0.0.0-20240329062150
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -77863,7 +77863,12 @@ function deepMerge2(filepath, ...targets) {
|
|
|
77863
77863
|
}
|
|
77864
77864
|
function parseJS(str, config) {
|
|
77865
77865
|
const defaultConfig = {
|
|
77866
|
-
plugins: [
|
|
77866
|
+
plugins: [
|
|
77867
|
+
"typescript",
|
|
77868
|
+
"importAssertions",
|
|
77869
|
+
"decorators-legacy",
|
|
77870
|
+
"explicitResourceManagement"
|
|
77871
|
+
],
|
|
77867
77872
|
sourceType: "module"
|
|
77868
77873
|
};
|
|
77869
77874
|
return (0, import_parser.parse)(str || "", config ? deepMerge2("", defaultConfig, config) : defaultConfig).program;
|
|
@@ -77853,7 +77853,12 @@ function deepMerge2(filepath, ...targets) {
|
|
|
77853
77853
|
}
|
|
77854
77854
|
function parseJS(str, config) {
|
|
77855
77855
|
const defaultConfig = {
|
|
77856
|
-
plugins: [
|
|
77856
|
+
plugins: [
|
|
77857
|
+
"typescript",
|
|
77858
|
+
"importAssertions",
|
|
77859
|
+
"decorators-legacy",
|
|
77860
|
+
"explicitResourceManagement"
|
|
77861
|
+
],
|
|
77857
77862
|
sourceType: "module"
|
|
77858
77863
|
};
|
|
77859
77864
|
return (0, import_parser.parse)(str || "", config ? deepMerge2("", defaultConfig, config) : defaultConfig).program;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "houdini-react",
|
|
3
|
-
"version": "0.0.0-
|
|
3
|
+
"version": "0.0.0-20240329062150",
|
|
4
4
|
"description": "The React plugin for houdini",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"typescript",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"recast": "^0.23.1",
|
|
44
44
|
"rollup": "^3.7.4",
|
|
45
45
|
"use-deep-compare-effect": "^1.8.1",
|
|
46
|
-
"houdini": "^0.0.0-
|
|
46
|
+
"houdini": "^0.0.0-20240329062150"
|
|
47
47
|
},
|
|
48
48
|
"files": [
|
|
49
49
|
"build"
|