@batijs/build 0.0.625 → 0.0.627
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.
- package/dist/index.js +4 -0
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -146,6 +146,8 @@ async function executeOperationTransform(op, { meta, previousOperationSameDestin
|
|
|
146
146
|
//#endregion
|
|
147
147
|
//#region src/relations.ts
|
|
148
148
|
var RelationFile = class RelationFile {
|
|
149
|
+
pathAbsolute;
|
|
150
|
+
includeIfImported;
|
|
149
151
|
static allPathAbsolute = /* @__PURE__ */ new Map();
|
|
150
152
|
static allIncludeIfImported = [];
|
|
151
153
|
constructor(pathAbsolute, includeIfImported) {
|
|
@@ -156,6 +158,8 @@ var RelationFile = class RelationFile {
|
|
|
156
158
|
}
|
|
157
159
|
};
|
|
158
160
|
var RelationImport = class RelationImport {
|
|
161
|
+
source;
|
|
162
|
+
importTarget;
|
|
159
163
|
static allImports = [];
|
|
160
164
|
constructor(source, importTarget) {
|
|
161
165
|
this.source = source;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@batijs/build",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.627",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"keywords": [],
|
|
@@ -11,11 +11,11 @@
|
|
|
11
11
|
"@batijs/core": "",
|
|
12
12
|
"@batijs/features": "",
|
|
13
13
|
"@types/node": "^20.19.37",
|
|
14
|
-
"tsdown": "^0.
|
|
15
|
-
"@batijs/compile": "0.0.
|
|
14
|
+
"tsdown": "^0.22.0",
|
|
15
|
+
"@batijs/compile": "0.0.627"
|
|
16
16
|
},
|
|
17
17
|
"peerDependencies": {
|
|
18
|
-
"@batijs/core": "0.0.
|
|
18
|
+
"@batijs/core": "0.0.627"
|
|
19
19
|
},
|
|
20
20
|
"main": "./dist/index.js",
|
|
21
21
|
"module": "./dist/index.js",
|