From b3fe2315daac1fe57329a952a929e8733fd04cd1 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Sun, 24 Sep 2023 13:08:35 +0300 Subject: [PATCH] squash! --- Target/Index.d.ts | 3 +++ Target/Index.js | 1 + Target/Option/Index.d.ts | 6 ++++++ Target/Option/Index.js | 1 + 4 files changed, 11 insertions(+) create mode 100644 Target/Index.d.ts create mode 100644 Target/Index.js create mode 100644 Target/Option/Index.d.ts create mode 100644 Target/Option/Index.js diff --git a/Target/Index.d.ts b/Target/Index.d.ts new file mode 100644 index 0000000..40ab139 --- /dev/null +++ b/Target/Index.d.ts @@ -0,0 +1,3 @@ +import type { AstroIntegration } from "astro"; +declare const _default: (Options?: Option) => AstroIntegration; +export default _default; diff --git a/Target/Index.js b/Target/Index.js new file mode 100644 index 0000000..9f2d19a --- /dev/null +++ b/Target/Index.js @@ -0,0 +1 @@ +import a from"./Option/Index.js";import{Merge as n}from"files-pipe";var f=(o={})=>{for(const t in o)Object.prototype.hasOwnProperty.call(o,t)&&o[t]===!0&&(o[t]=a[t]);const e=n(a,o),r=new Set;if(typeof e.path<"u"&&(e.path instanceof Array||e.path instanceof Set))for(const t of e.path)r.add(t);return{name:"astro-convert",hooks:{"astro:build:done":async({dir:t})=>{r.size||r.add(t)}}}};export{f as default}; diff --git a/Target/Option/Index.d.ts b/Target/Option/Index.d.ts new file mode 100644 index 0000000..8072260 --- /dev/null +++ b/Target/Option/Index.d.ts @@ -0,0 +1,6 @@ +import type { Option as _Option } from "files-pipe"; +export default interface Option extends _Option { + [key: string]: any; +} +declare const _default: any; +export default _default; diff --git a/Target/Option/Index.js b/Target/Option/Index.js new file mode 100644 index 0000000..771cc6f --- /dev/null +++ b/Target/Option/Index.js @@ -0,0 +1 @@ +import{Default as e,Merge as t}from"files-pipe";var p=t(e,{pipe:{}});export{p as default};