@better-t-stack/template-generator 3.27.1 → 3.27.3
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/core/template-reader.d.mts +16 -1
- package/dist/core/template-reader.d.mts.map +1 -1
- package/dist/core/template-reader.mjs +3 -4
- package/dist/fs-writer.d.mts +3 -3
- package/dist/fs-writer.d.mts.map +1 -1
- package/dist/fs-writer.mjs +2 -3
- package/dist/fs-writer.mjs.map +1 -1
- package/dist/index.d.mts +8 -8
- package/dist/index.d.mts.map +1 -1
- package/dist/index.mjs +18 -79
- package/dist/index.mjs.map +1 -1
- package/dist/{is-binary-path-BN88l03c.mjs → is-binary-path-maAgJE_Q.mjs} +6 -14
- package/dist/is-binary-path-maAgJE_Q.mjs.map +1 -0
- package/dist/{template-reader-DOXCnctl.mjs → template-reader-C8MBRmk-.mjs} +532 -351
- package/dist/template-reader-C8MBRmk-.mjs.map +1 -0
- package/dist/{types-zSU486rU.d.mts → types-CzW_c7t0.d.mts} +3 -3
- package/dist/types-CzW_c7t0.d.mts.map +1 -0
- package/package.json +12 -12
- package/dist/is-binary-path-BN88l03c.mjs.map +0 -1
- package/dist/template-reader-DOXCnctl.mjs.map +0 -1
- package/dist/types-zSU486rU.d.mts.map +0 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import path from "node:path";
|
|
2
|
-
|
|
3
|
-
//#region ../../node_modules/.bun/binary-
|
|
4
|
-
|
|
2
|
+
//#endregion
|
|
3
|
+
//#region ../../node_modules/.bun/is-binary-path@3.0.0/node_modules/is-binary-path/index.js
|
|
4
|
+
const extensions = new Set([
|
|
5
5
|
"3dm",
|
|
6
6
|
"3ds",
|
|
7
7
|
"3g2",
|
|
@@ -264,19 +264,11 @@ var binary_extensions_default$1 = [
|
|
|
264
264
|
"z",
|
|
265
265
|
"zip",
|
|
266
266
|
"zipx"
|
|
267
|
-
];
|
|
268
|
-
|
|
269
|
-
//#endregion
|
|
270
|
-
//#region ../../node_modules/.bun/binary-extensions@3.1.0/node_modules/binary-extensions/index.js
|
|
271
|
-
var binary_extensions_default = binary_extensions_default$1;
|
|
272
|
-
|
|
273
|
-
//#endregion
|
|
274
|
-
//#region ../../node_modules/.bun/is-binary-path@3.0.0/node_modules/is-binary-path/index.js
|
|
275
|
-
const extensions = new Set(binary_extensions_default);
|
|
267
|
+
]);
|
|
276
268
|
function isBinaryPath(filePath) {
|
|
277
269
|
return extensions.has(path.extname(filePath).slice(1).toLowerCase());
|
|
278
270
|
}
|
|
279
|
-
|
|
280
271
|
//#endregion
|
|
281
272
|
export { isBinaryPath as t };
|
|
282
|
-
|
|
273
|
+
|
|
274
|
+
//# sourceMappingURL=is-binary-path-maAgJE_Q.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"is-binary-path-maAgJE_Q.mjs","names":["binaryExtensions","binaryExtensions"],"sources":["../../../node_modules/.bun/binary-extensions@3.1.0/node_modules/binary-extensions/binary-extensions.json","../../../node_modules/.bun/binary-extensions@3.1.0/node_modules/binary-extensions/index.js","../../../node_modules/.bun/is-binary-path@3.0.0/node_modules/is-binary-path/index.js"],"sourcesContent":["","import binaryExtensions from './binary-extensions.json' with {type: 'json'};\n\nexport default binaryExtensions;\n","import path from 'node:path';\nimport binaryExtensions from 'binary-extensions';\n\nconst extensions = new Set(binaryExtensions);\n\nexport default function isBinaryPath(filePath) {\n\treturn extensions.has(path.extname(filePath).slice(1).toLowerCase());\n}\n"],"x_google_ignoreList":[0,1,2],"mappings":";;;AEGA,MAAM,aAAa,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAqB;AAE5C,SAAwB,aAAa,UAAU;AAC9C,QAAO,WAAW,IAAI,KAAK,QAAQ,SAAS,CAAC,MAAM,EAAE,CAAC,aAAa,CAAC"}
|