@kubb/ast 5.0.0-alpha.33 → 5.0.0-alpha.35
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.cjs +1 -1
- package/dist/index.d.ts +3029 -2
- package/package.json +1 -12
- package/src/index.ts +1 -0
- package/dist/types.cjs +0 -0
- package/dist/types.d.ts +0 -2
- package/dist/types.js +0 -1
- package/dist/visitor-CJMIoAE3.d.ts +0 -3032
package/dist/index.cjs
CHANGED
|
@@ -23,7 +23,7 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
23
23
|
//#endregion
|
|
24
24
|
let node_crypto = require("node:crypto");
|
|
25
25
|
let node_path = require("node:path");
|
|
26
|
-
node_path = __toESM(node_path);
|
|
26
|
+
node_path = __toESM(node_path, 1);
|
|
27
27
|
//#region src/constants.ts
|
|
28
28
|
const visitorDepths = {
|
|
29
29
|
shallow: "shallow",
|