files-pipe
Advanced tools
Comparing version 2.1.7 to 2.1.8
{ | ||
"name": "files-pipe", | ||
"version": "2.1.7", | ||
"version": "2.1.8", | ||
"private": false, | ||
"description": "🧪 Files processing with JavaScript.", | ||
"description": "Files processing with JavaScript. 🧪", | ||
"keywords": [ | ||
@@ -33,3 +33,3 @@ "pipeline", | ||
"dependencies": { | ||
"@types/node": "20.11.16", | ||
"@types/node": "20.11.17", | ||
"deepmerge-ts": "5.1.0", | ||
@@ -39,3 +39,3 @@ "fast-glob": "3.3.2" | ||
"devDependencies": { | ||
"typescript-esbuild": "0.3.7" | ||
"typescript-esbuild": "0.3.9" | ||
}, | ||
@@ -42,0 +42,0 @@ "publishConfig": { |
@@ -1,1 +0,1 @@ | ||
class o{In=async(...[t])=>{for(const[a,s]of await(await import("../Function/In.js")).default(t,this.Plan.Paths))this.Plan.Paths.set(a,s);return this};By=async(...[t])=>(this.Plan.Results=await(await import("../Function/By.js")).default(t,this.Plan.Paths,this.Plan.Results),this);Not=async(...[t])=>(this.Plan.Results=await(await import("../Function/Not.js")).default(t,this.Plan.Results),this);Pipe=async(...[t])=>(this.Plan=await(await import("../Function/Pipe.js")).default(this.Plan,e(r,t??{})),this);Plan={Cache:i,Files:0,Logger:n,Info:{},Paths:new Map,Results:new Map,On:{Buffer:"",After:0,Before:0,Input:"",Output:""}};constructor(t,a){this.Plan.Cache=typeof t=="object"?e(this.Plan.Cache,t):this.Plan.Cache,this.Plan.Logger=typeof a=="number"?a:this.Plan.Logger}}const{default:{Cache:i,Logger:n,Action:r}}=await import("../Variable/Option.js"),{default:e}=await import("../Function/Merge.js");export{r as Action,i as Cache,n as Logger,e as Merge,o as default}; | ||
class o{In=async(...[t])=>{for(const[a,s]of await(await import("../Function/In.js")).default(t,this.Plan.Paths))this.Plan.Paths.set(a,s);return this};By=async(...[t])=>(this.Plan.Results=await(await import("../Function/By.js")).default(t,this.Plan.Paths,this.Plan.Results),this);Not=async(...[t])=>(this.Plan.Results=(await import("../Function/Not.js")).default(t,this.Plan.Results),this);Pipe=async(...[t])=>(this.Plan=await(await import("../Function/Pipe.js")).default(this.Plan,e(r,t??{})),this);Plan={Cache:n,Files:0,Logger:i,Info:{},Paths:new Map,Results:new Map,On:{Buffer:"",After:0,Before:0,Input:"",Output:""}};constructor(t,a){this.Plan.Cache=typeof t=="object"?e(this.Plan.Cache,t):this.Plan.Cache,this.Plan.Logger=typeof a=="number"?a:this.Plan.Logger}}const{default:{Cache:n,Logger:i,Action:r}}=await import("../Variable/Option.js"),{default:e}=await import("../Function/Merge.js");export{r as Action,n as Cache,i as Logger,e as Merge,o as default}; |
@@ -1,1 +0,1 @@ | ||
var r=async(...[o,s])=>{if(typeof o<"u")if(Array.isArray(o)||o instanceof Set)for(const e of o)f.add(e);else f.add(o);for(const e of f)for(const t of s)switch(!0){case typeof e=="string":{(t[0].match(e)||t[1].match(e))&&s.delete(t[0]);break}case typeof e=="function":(e(t[0])||e(t[1]))&&s.delete(t[0])}return s};const f=new Set;export{f as Filters,r as default}; | ||
var s=(...[o,f])=>{if(typeof o<"u")if(Array.isArray(o)||o instanceof Set)for(const e of o)r.add(e);else r.add(o);for(const e of r)for(const t of f)switch(!0){case typeof e=="string":{(t[0].match(e)||t[1].match(e))&&f.delete(t[0]);break}case typeof e=="function":(e(t[0])||e(t[1]))&&f.delete(t[0])}return f};const r=new Set;export{r as Filters,s as default}; |
@@ -19,5 +19,5 @@ /** | ||
*/ | ||
(Pattern: Option["Exclude"], Results: Plan["Results"]): Promise<Plan["Results"]>; | ||
(Pattern: Option["Exclude"], Results: Plan["Results"]): Plan["Results"]; | ||
} | ||
import type Option from "./Option.js"; | ||
import type Plan from "./Plan.js"; |
26095
+ Added@types/node@20.11.17(transitive)
- Removed@types/node@20.11.16(transitive)
Updated@types/node@20.11.17