@batijs/core 0.0.465 → 0.0.466
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/lib-NAFETZUN.js +450 -0
- package/dist/src-C44KL7DE.js +9 -0
- package/dist/src-CE4VNZ74.js +1127 -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
|
@@ -1150,7 +1150,7 @@ ${j} return (`),yield _.insertTextAfter(W,`);
|
|
|
1150
1150
|
|
|
1151
1151
|
`+a.message+`
|
|
1152
1152
|
`+Array(a.message.length+1).join("=")+`
|
|
1153
|
-
`+J$r(t,n)):a}}var Bxt=ea("fs"),Lxt=ea("path"),vps=/^\uFEFF/;function Fxt(t,e,n){var i=Lxt.resolve(n?e:Lxt.dirname(e),t),a=Lxt.extname(t);return a||(i+=".sqrl"),i}function Sps(t,e){var n,i,a=e.views,c=/^[A-Za-z]+:\\|^\//.exec(t);if(c&&c.length)n=Fxt(t.replace(/^\/*/,""),e.root||"/",!0);else if(e.filename&&(i=Fxt(t,e.filename),Bxt.existsSync(i)&&(n=i)),n||Array.isArray(a)&&a.some(function(p){return i=Fxt(t,p,!0),Bxt.existsSync(i)})&&(n=i),!n)throw rS('Could not find the include file "'+t+'"');return n}function Q$r(t){return Bxt.readFileSync(t).toString().replace(vps,"")}function Eps(t,e){var n=b7e(e),i=Q$r(t);try{var a=qxt(i,n);return n.storage.templates.define(n.filename,a),a}catch{throw rS("Loading file: "+t+" failed")}}function xps(t){var e=t.filename;if(t.cache){var n=t.storage.templates.get(e);return n||Eps(e,t)}return qxt(Q$r(e),t)}function Z$r(t,e){var n=b7e({filename:Sps(t,e)},e);return xps(n)}function Cps(t,e,n){if(e&&e.length>0)throw rS("Helper 'includeFile' doesn't accept blocks");return Z$r(t.params[0],n)(t.params[1],n)}function Aps(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 Z$r(t.params[0],n)(i,n)}function Mxt(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=qxt(t,e),e.cache&&e.name&&e.storage.templates.define(e.name,n),n)}function eKr(t,e,n,i){var a=b7e(n||{});if(a.async){var c;if(i)try{Mxt(t,a)(e,a,i)}catch(p){return i(p)}else{if(typeof Y$r=="function")return new Y$r(function(p,f){try{c=Mxt(t,a)(e,a),p(c)}catch(_){f(_)}});throw rS("Please provide a callback function, this env doesn't support Promises")}}else return Mxt(t,a)(e,a)}Uxt.define("includeFile",Cps);Uxt.define("extendsFile",Aps);var Vxt=["/*{","}*/"];function tKr(t,e){return eKr(t,e,{tags:Vxt})}function Dps(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(Vxt[0])}}async function wps(t,e,n){let{eslint:i,squirelly:a}=Dps(t,n.filepath),c=t,p,f=!1;if(a&&(c=tKr(c,e),f=!0),i){let _=z$r(c,n.filepath,e);c=_.code,p=_.context,f=!0}return{code:f?await jit(c,n):c,context:p}}import{randomBytes as Ujs}from"crypto";var zxt={name:"@batijs/core",version:"0.0.
|
|
1153
|
+
`+J$r(t,n)):a}}var Bxt=ea("fs"),Lxt=ea("path"),vps=/^\uFEFF/;function Fxt(t,e,n){var i=Lxt.resolve(n?e:Lxt.dirname(e),t),a=Lxt.extname(t);return a||(i+=".sqrl"),i}function Sps(t,e){var n,i,a=e.views,c=/^[A-Za-z]+:\\|^\//.exec(t);if(c&&c.length)n=Fxt(t.replace(/^\/*/,""),e.root||"/",!0);else if(e.filename&&(i=Fxt(t,e.filename),Bxt.existsSync(i)&&(n=i)),n||Array.isArray(a)&&a.some(function(p){return i=Fxt(t,p,!0),Bxt.existsSync(i)})&&(n=i),!n)throw rS('Could not find the include file "'+t+'"');return n}function Q$r(t){return Bxt.readFileSync(t).toString().replace(vps,"")}function Eps(t,e){var n=b7e(e),i=Q$r(t);try{var a=qxt(i,n);return n.storage.templates.define(n.filename,a),a}catch{throw rS("Loading file: "+t+" failed")}}function xps(t){var e=t.filename;if(t.cache){var n=t.storage.templates.get(e);return n||Eps(e,t)}return qxt(Q$r(e),t)}function Z$r(t,e){var n=b7e({filename:Sps(t,e)},e);return xps(n)}function Cps(t,e,n){if(e&&e.length>0)throw rS("Helper 'includeFile' doesn't accept blocks");return Z$r(t.params[0],n)(t.params[1],n)}function Aps(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 Z$r(t.params[0],n)(i,n)}function Mxt(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=qxt(t,e),e.cache&&e.name&&e.storage.templates.define(e.name,n),n)}function eKr(t,e,n,i){var a=b7e(n||{});if(a.async){var c;if(i)try{Mxt(t,a)(e,a,i)}catch(p){return i(p)}else{if(typeof Y$r=="function")return new Y$r(function(p,f){try{c=Mxt(t,a)(e,a),p(c)}catch(_){f(_)}});throw rS("Please provide a callback function, this env doesn't support Promises")}}else return Mxt(t,a)(e,a)}Uxt.define("includeFile",Cps);Uxt.define("extendsFile",Aps);var Vxt=["/*{","}*/"];function tKr(t,e){return eKr(t,e,{tags:Vxt})}function Dps(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(Vxt[0])}}async function wps(t,e,n){let{eslint:i,squirelly:a}=Dps(t,n.filepath),c=t,p,f=!1;if(a&&(c=tKr(c,e),f=!0),i){let _=z$r(c,n.filepath,e);c=_.code,p=_.context,f=!0}return{code:f?await jit(c,n):c,context:p}}import{randomBytes as Ujs}from"crypto";var zxt={name:"@batijs/core",version:"0.0.466",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.9","@types/which":"^3.0.4","@typescript-eslint/parser":"^8.39.1","@typescript-eslint/utils":"^8.39.1","attributes-parser":"^2.2.3",colorette:"^2.0.20",esbuild:"^0.25.9",eslint:"^9.33.0","eslint-plugin-solid":"^0.14.5","eslint-rule-composer":"^0.3.0",espree:"^10.4.0",magicast:"^0.3.5","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.4",typescript:"^5.9.2","unplugin-purge-polyfills":"^0.1.0",vitest:"^3.2.4","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 kps(){if(process.env.npm_config_user_agent)return Nps(process.env.npm_config_user_agent)}function Nps(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 Yjs(){switch(kps()?.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 Wjs(){let t=zxt.version.split("."),e=t[0],n=t[1],i=t.slice(2).join(".");return{version:zxt.version,semver:[e,n,i]}}function $js(t,e,n,i){t??="",t.endsWith(`
|
|
1154
1154
|
|
|
1155
1155
|
`)||(t.endsWith(`
|
|
1156
1156
|
`)?t=`${t}
|