@batijs/core 0.0.503 → 0.0.504
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/chunk-3TAKLMXD.js +56 -0
- package/dist/chunk-JVQRSLU3.js +56 -0
- package/dist/chunk-RBCZH3S6.js +9 -0
- package/dist/index.js +1 -1
- package/dist/jiti-47QGSKUN.js +478 -0
- package/dist/jiti-4VHEHEJ6.js +478 -0
- package/dist/jiti-D5GFFX4C.js +478 -0
- package/dist/jiti-EM3N2G3P.js +483 -0
- package/dist/jiti-GY3WFVF7.js +478 -0
- package/dist/jiti-HOWX5ILP.js +478 -0
- package/dist/jiti-M7FFFMJY.js +478 -0
- package/dist/jiti-PTT4ZTBB.js +31390 -0
- package/dist/jiti-QYPC42DC.js +478 -0
- package/dist/jiti-UD6PBW7S.js +31390 -0
- package/dist/jiti-W5Y5D52V.js +483 -0
- package/dist/lib-NAFETZUN.js +450 -0
- package/dist/src-C44KL7DE.js +9 -0
- package/dist/src-CE4VNZ74.js +1127 -0
- package/dist/src-UAKFXUB2.js +9 -0
- package/dist/src-UC4KONXL.js +9 -0
- package/dist/src-YD6KR7KC.js +1127 -0
- package/dist/src-ZXRHWERC.js +9 -0
- package/package.json +2 -2
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import { createRequire as BATI_core_createRequire } from 'module';
|
|
2
|
+
import { fileURLToPath as BATI_fileURLToPath } from "node:url";
|
|
3
|
+
import { dirname as BATI_dirname } from "node:path";
|
|
4
|
+
const require = BATI_core_createRequire(import.meta.url);
|
|
5
|
+
|
|
6
|
+
const __filename = BATI_fileURLToPath(import.meta.url);
|
|
7
|
+
const __dirname = BATI_dirname(__filename);
|
|
8
|
+
|
|
9
|
+
var __create = Object.create;
|
|
10
|
+
var __defProp = Object.defineProperty;
|
|
11
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
12
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
13
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
14
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
15
|
+
var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require : typeof Proxy !== "undefined" ? new Proxy(x, {
|
|
16
|
+
get: (a, b) => (typeof require !== "undefined" ? require : a)[b]
|
|
17
|
+
}) : x)(function(x) {
|
|
18
|
+
if (typeof require !== "undefined") return require.apply(this, arguments);
|
|
19
|
+
throw Error('Dynamic require of "' + x + '" is not supported');
|
|
20
|
+
});
|
|
21
|
+
var __esm = (fn, res) => function __init() {
|
|
22
|
+
return fn && (res = (0, fn[__getOwnPropNames(fn)[0]])(fn = 0)), res;
|
|
23
|
+
};
|
|
24
|
+
var __commonJS = (cb, mod) => function __require2() {
|
|
25
|
+
return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
|
|
26
|
+
};
|
|
27
|
+
var __export = (target, all) => {
|
|
28
|
+
for (var name in all)
|
|
29
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
30
|
+
};
|
|
31
|
+
var __copyProps = (to, from, except, desc) => {
|
|
32
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
33
|
+
for (let key of __getOwnPropNames(from))
|
|
34
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
35
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
36
|
+
}
|
|
37
|
+
return to;
|
|
38
|
+
};
|
|
39
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
40
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
41
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
42
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
43
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
44
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
45
|
+
mod
|
|
46
|
+
));
|
|
47
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
48
|
+
|
|
49
|
+
export {
|
|
50
|
+
__require,
|
|
51
|
+
__esm,
|
|
52
|
+
__commonJS,
|
|
53
|
+
__export,
|
|
54
|
+
__toESM,
|
|
55
|
+
__toCommonJS
|
|
56
|
+
};
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import { createRequire } from 'module';
|
|
2
|
+
import { fileURLToPath as BATI_fileURLToPath } from "node:url";
|
|
3
|
+
import { dirname as BATI_dirname } from "node:path";
|
|
4
|
+
const require = createRequire(import.meta.url);
|
|
5
|
+
|
|
6
|
+
const __filename = BATI_fileURLToPath(import.meta.url);
|
|
7
|
+
const __dirname = BATI_dirname(__filename);
|
|
8
|
+
|
|
9
|
+
var __create = Object.create;
|
|
10
|
+
var __defProp = Object.defineProperty;
|
|
11
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
12
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
13
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
14
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
15
|
+
var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require : typeof Proxy !== "undefined" ? new Proxy(x, {
|
|
16
|
+
get: (a, b) => (typeof require !== "undefined" ? require : a)[b]
|
|
17
|
+
}) : x)(function(x) {
|
|
18
|
+
if (typeof require !== "undefined") return require.apply(this, arguments);
|
|
19
|
+
throw Error('Dynamic require of "' + x + '" is not supported');
|
|
20
|
+
});
|
|
21
|
+
var __esm = (fn, res) => function __init() {
|
|
22
|
+
return fn && (res = (0, fn[__getOwnPropNames(fn)[0]])(fn = 0)), res;
|
|
23
|
+
};
|
|
24
|
+
var __commonJS = (cb, mod) => function __require2() {
|
|
25
|
+
return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
|
|
26
|
+
};
|
|
27
|
+
var __export = (target, all) => {
|
|
28
|
+
for (var name in all)
|
|
29
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
30
|
+
};
|
|
31
|
+
var __copyProps = (to, from, except, desc) => {
|
|
32
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
33
|
+
for (let key of __getOwnPropNames(from))
|
|
34
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
35
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
36
|
+
}
|
|
37
|
+
return to;
|
|
38
|
+
};
|
|
39
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
40
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
41
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
42
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
43
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
44
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
45
|
+
mod
|
|
46
|
+
));
|
|
47
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
48
|
+
|
|
49
|
+
export {
|
|
50
|
+
__require,
|
|
51
|
+
__esm,
|
|
52
|
+
__commonJS,
|
|
53
|
+
__export,
|
|
54
|
+
__toESM,
|
|
55
|
+
__toCommonJS
|
|
56
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { createRequire } from 'module';
|
|
2
|
+
import { fileURLToPath as BATI_fileURLToPath } from "node:url";
|
|
3
|
+
import { dirname as BATI_dirname } from "node:path";
|
|
4
|
+
const require = createRequire(import.meta.url);
|
|
5
|
+
|
|
6
|
+
const __filename = BATI_fileURLToPath(import.meta.url);
|
|
7
|
+
const __dirname = BATI_dirname(__filename);
|
|
8
|
+
|
|
9
|
+
var h=Object.create;var e=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var j=Object.getOwnPropertyNames;var k=Object.getPrototypeOf,l=Object.prototype.hasOwnProperty;var m=(a=>typeof require<"u"?require:typeof Proxy<"u"?new Proxy(a,{get:(b,c)=>(typeof require<"u"?require:b)[c]}):a)(function(a){if(typeof require<"u")return require.apply(this,arguments);throw Error('Dynamic require of "'+a+'" is not supported')});var n=(a,b)=>()=>(a&&(b=a(a=0)),b);var o=(a,b)=>()=>(b||a((b={exports:{}}).exports,b),b.exports),p=(a,b)=>{for(var c in b)e(a,c,{get:b[c],enumerable:!0})},g=(a,b,c,f)=>{if(b&&typeof b=="object"||typeof b=="function")for(let d of j(b))!l.call(a,d)&&d!==c&&e(a,d,{get:()=>b[d],enumerable:!(f=i(b,d))||f.enumerable});return a};var q=(a,b,c)=>(c=a!=null?h(k(a)):{},g(b||!a||!a.__esModule?e(c,"default",{value:a,enumerable:!0}):c,a)),r=a=>g(e({},"__esModule",{value:!0}),a);export{m as a,n as b,o as c,p as d,q as e,r as f};
|
package/dist/index.js
CHANGED
|
@@ -1145,7 +1145,7 @@ ${j} return (`),yield _.insertTextAfter(z,`);
|
|
|
1145
1145
|
|
|
1146
1146
|
`+a.message+`
|
|
1147
1147
|
`+Array(a.message.length+1).join("=")+`
|
|
1148
|
-
`+D$r(t,n)):a}}var xxt=$s("fs"),bxt=$s("path"),Zps=/^\uFEFF/;function Txt(t,e,n){var i=bxt.resolve(n?e:bxt.dirname(e),t),a=bxt.extname(t);return a||(i+=".sqrl"),i}function efs(t,e){var n,i,a=e.views,c=/^[A-Za-z]+:\\|^\//.exec(t);if(c&&c.length)n=Txt(t.replace(/^\/*/,""),e.root||"/",!0);else if(e.filename&&(i=Txt(t,e.filename),xxt.existsSync(i)&&(n=i)),n||Array.isArray(a)&&a.some(function(p){return i=Txt(t,p,!0),xxt.existsSync(i)})&&(n=i),!n)throw iS('Could not find the include file "'+t+'"');return n}function O$r(t){return xxt.readFileSync(t).toString().replace(Zps,"")}function tfs(t,e){var n=u7e(e),i=O$r(t);try{var a=Axt(i,n);return n.storage.templates.define(n.filename,a),a}catch{throw iS("Loading file: "+t+" failed")}}function rfs(t){var e=t.filename;if(t.cache){var n=t.storage.templates.get(e);return n||tfs(e,t)}return Axt(O$r(e),t)}function L$r(t,e){var n=u7e({filename:efs(t,e)},e);return rfs(n)}function nfs(t,e,n){if(e&&e.length>0)throw iS("Helper 'includeFile' doesn't accept blocks");return L$r(t.params[0],n)(t.params[1],n)}function ifs(t,e,n){var i=t.params[1]||{};i.content=t.exec();for(var a=0;a<e.length;a++){var c=e[a];i[c.name]=c.exec()}return L$r(t.params[0],n)(i,n)}function vxt(t,e){var n;return e.cache&&e.name&&e.storage.templates.get(e.name)?e.storage.templates.get(e.name):(typeof t=="function"?n=t:n=Axt(t,e),e.cache&&e.name&&e.storage.templates.define(e.name,n),n)}function F$r(t,e,n,i){var a=u7e(n||{});if(a.async){var c;if(i)try{vxt(t,a)(e,a,i)}catch(p){return i(p)}else{if(typeof C$r=="function")return new C$r(function(p,f){try{c=vxt(t,a)(e,a),p(c)}catch(_){f(_)}});throw iS("Please provide a callback function, this env doesn't support Promises")}}else return vxt(t,a)(e,a)}Cxt.define("includeFile",nfs);Cxt.define("extendsFile",ifs);var Dxt=["/*{","}*/"];function M$r(t,e){return F$r(t,e,{tags:Dxt})}function sfs(t,e){return{eslint:(t.includes("BATI.has")||t.includes("BATI_TEST")||t.includes("/*# BATI ")||t.includes("@batijs/")||e.endsWith(".ts")||e.endsWith(".tsx"))&&!e.endsWith(".css"),squirelly:t.includes(Dxt[0])}}var afs=/\/\/\s*eslint(?:-disable|-enable|-disable-next-line|-disable-line)?[^\n]*/gim,ofs=/\/\/\s*biome-ignore[^\n]*/gim,lfs=/\/\*+\s*eslint(?:-disable|-enable|-disable-next-line|-disable-line)?[^\n*]*\*+\//gim,cfs=/\/\*+\s*biome-ignore[^\n*]*\*+\//gim,R$r=new RegExp(`${afs.source}|${lfs.source}`,"gim"),j$r=new RegExp(`${ofs.source}|${cfs.source}`,"gim");async function ufs(t,e,n){let{eslint:i,squirelly:a}=sfs(t,n.filepath),c=t,p,f=!1;if(a&&(c=M$r(c,e),f=!0),i){let _=x$r(c,n.filepath,e);c=_.code,p=_.context,f=!0}return!e.BATI.has("eslint")&&R$r.test(c)&&(c=c.replace(R$r,""),f=!0),!e.BATI.has("biome")&&j$r.test(c)&&(c=c.replace(j$r,""),f=!0),{code:f?await Pit(c,n):c,context:p}}import{randomBytes as yBs}from"crypto";var wxt={name:"@batijs/core",version:"0.0.
|
|
1148
|
+
`+D$r(t,n)):a}}var xxt=$s("fs"),bxt=$s("path"),Zps=/^\uFEFF/;function Txt(t,e,n){var i=bxt.resolve(n?e:bxt.dirname(e),t),a=bxt.extname(t);return a||(i+=".sqrl"),i}function efs(t,e){var n,i,a=e.views,c=/^[A-Za-z]+:\\|^\//.exec(t);if(c&&c.length)n=Txt(t.replace(/^\/*/,""),e.root||"/",!0);else if(e.filename&&(i=Txt(t,e.filename),xxt.existsSync(i)&&(n=i)),n||Array.isArray(a)&&a.some(function(p){return i=Txt(t,p,!0),xxt.existsSync(i)})&&(n=i),!n)throw iS('Could not find the include file "'+t+'"');return n}function O$r(t){return xxt.readFileSync(t).toString().replace(Zps,"")}function tfs(t,e){var n=u7e(e),i=O$r(t);try{var a=Axt(i,n);return n.storage.templates.define(n.filename,a),a}catch{throw iS("Loading file: "+t+" failed")}}function rfs(t){var e=t.filename;if(t.cache){var n=t.storage.templates.get(e);return n||tfs(e,t)}return Axt(O$r(e),t)}function L$r(t,e){var n=u7e({filename:efs(t,e)},e);return rfs(n)}function nfs(t,e,n){if(e&&e.length>0)throw iS("Helper 'includeFile' doesn't accept blocks");return L$r(t.params[0],n)(t.params[1],n)}function ifs(t,e,n){var i=t.params[1]||{};i.content=t.exec();for(var a=0;a<e.length;a++){var c=e[a];i[c.name]=c.exec()}return L$r(t.params[0],n)(i,n)}function vxt(t,e){var n;return e.cache&&e.name&&e.storage.templates.get(e.name)?e.storage.templates.get(e.name):(typeof t=="function"?n=t:n=Axt(t,e),e.cache&&e.name&&e.storage.templates.define(e.name,n),n)}function F$r(t,e,n,i){var a=u7e(n||{});if(a.async){var c;if(i)try{vxt(t,a)(e,a,i)}catch(p){return i(p)}else{if(typeof C$r=="function")return new C$r(function(p,f){try{c=vxt(t,a)(e,a),p(c)}catch(_){f(_)}});throw iS("Please provide a callback function, this env doesn't support Promises")}}else return vxt(t,a)(e,a)}Cxt.define("includeFile",nfs);Cxt.define("extendsFile",ifs);var Dxt=["/*{","}*/"];function M$r(t,e){return F$r(t,e,{tags:Dxt})}function sfs(t,e){return{eslint:(t.includes("BATI.has")||t.includes("BATI_TEST")||t.includes("/*# BATI ")||t.includes("@batijs/")||e.endsWith(".ts")||e.endsWith(".tsx"))&&!e.endsWith(".css"),squirelly:t.includes(Dxt[0])}}var afs=/\/\/\s*eslint(?:-disable|-enable|-disable-next-line|-disable-line)?[^\n]*/gim,ofs=/\/\/\s*biome-ignore[^\n]*/gim,lfs=/\/\*+\s*eslint(?:-disable|-enable|-disable-next-line|-disable-line)?[^\n*]*\*+\//gim,cfs=/\/\*+\s*biome-ignore[^\n*]*\*+\//gim,R$r=new RegExp(`${afs.source}|${lfs.source}`,"gim"),j$r=new RegExp(`${ofs.source}|${cfs.source}`,"gim");async function ufs(t,e,n){let{eslint:i,squirelly:a}=sfs(t,n.filepath),c=t,p,f=!1;if(a&&(c=M$r(c,e),f=!0),i){let _=x$r(c,n.filepath,e);c=_.code,p=_.context,f=!0}return!e.BATI.has("eslint")&&R$r.test(c)&&(c=c.replace(R$r,""),f=!0),!e.BATI.has("biome")&&j$r.test(c)&&(c=c.replace(j$r,""),f=!0),{code:f?await Pit(c,n):c,context:p}}import{randomBytes as yBs}from"crypto";var wxt={name:"@batijs/core",version:"0.0.504",description:"",type:"module",types:"./dist/index.d.ts",scripts:{"check-types":"tsc --noEmit",vue:"tsx src/parse/linters/vue.ts",test:"vitest run","test:ci":"vitest run",build:"tsup"},keywords:[],author:"Jo\xEBl Charles <joel.charles91@gmail.com>",repository:"https://github.com/vikejs/bati",license:"MIT",devDependencies:{"@batijs/features":"workspace:*","@types/eslint":"^9.6.1","@types/estree":"^1.0.8","@types/node":"^20.19.21","@types/which":"^3.0.4","@typescript-eslint/parser":"^8.46.3","@typescript-eslint/utils":"^8.46.3","attributes-parser":"^2.2.3",colorette:"^2.0.20",esbuild:"^0.27.0",eslint:"^9.39.1","eslint-plugin-solid":"^0.14.5","eslint-rule-composer":"^0.3.0",espree:"^10.4.0",magicast:"^0.5.1","mdast-builder":"^1.1.1","mdast-util-from-markdown":"^2.0.2","mdast-util-to-markdown":"^2.1.2","mdast-util-to-string":"^4.0.0","mdast-util-toc":"^7.1.0",prettier:"^3.6.2",squirrelly:"^9.1.0",tsup:"^8.5.0",tsx:"^4.20.6",typescript:"^5.9.3","unplugin-purge-polyfills":"^0.1.0",vitest:"^4.0.8","vue-eslint-parser":"^10.2.0",which:"^5.0.0",yaml:"^2.8.1"},exports:{".":"./dist/index.js","./types":{types:"./global.d.ts"}},typesVersions:{"*":{types:["./global.d.ts"]}},files:["dist/"]};function ffs(){if(process.env.npm_config_user_agent)return _fs(process.env.npm_config_user_agent)}function _fs(t){let e=t.split(" ")[0],n=e.lastIndexOf("/"),i=e.substring(0,n);return{name:i==="npminstall"?"cnpm":i,version:e.substring(n+1)}}function SBs(){switch(ffs()?.name){case"pnpm":return"pnpm create vike@latest";case"yarn":return"yarn create vike@latest";case"bun":return"bun create vike@latest";default:return"npm create vike@latest ---"}}function EBs(){let t=wxt.version.split("."),e=t[0],n=t[1],i=t.slice(2).join(".");return{version:wxt.version,semver:[e,n,i]}}function CBs(t,e,n,i){t??="",t.endsWith(`
|
|
1149
1149
|
|
|
1150
1150
|
`)||(t.endsWith(`
|
|
1151
1151
|
`)?t=`${t}
|