From c6e89670c96d1866403c667cf3e915dfae20988c Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Sat, 23 Sep 2023 17:54:50 +0300 Subject: [PATCH] squash! --- Source/Option/Index.ts | 2 +- Target/Index.d.ts | 4 ---- Target/Index.js | 1 - Target/Option/Index.d.ts | 22 ---------------------- Target/Option/Index.js | 1 - 5 files changed, 1 insertion(+), 29 deletions(-) delete mode 100644 Target/Index.d.ts delete mode 100644 Target/Index.js delete mode 100644 Target/Option/Index.d.ts delete mode 100644 Target/Option/Index.js diff --git a/Source/Option/Index.ts b/Source/Option/Index.ts index a437d18..73a5205 100644 --- a/Source/Option/Index.ts +++ b/Source/Option/Index.ts @@ -2,7 +2,7 @@ import type { Option as _Option } from "files-pipe"; import { Default, Merge } from "files-pipe"; -export interface Option extends _Option { +export default interface Option extends _Option { // rome-ignore lint/suspicious/noExplicitAny: [key: string]: any; } diff --git a/Target/Index.d.ts b/Target/Index.d.ts deleted file mode 100644 index 5d9d5c9..0000000 --- a/Target/Index.d.ts +++ /dev/null @@ -1,4 +0,0 @@ -import type { Option } from "./Option/Index.js"; -import type { AstroIntegration } from "astro"; -declare const _default: (Options?: Option) => AstroIntegration; -export default _default; diff --git a/Target/Index.js b/Target/Index.js deleted file mode 100644 index df64e0f..0000000 --- a/Target/Index.js +++ /dev/null @@ -1 +0,0 @@ -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-dead-links",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 deleted file mode 100644 index f58cbdb..0000000 --- a/Target/Option/Index.d.ts +++ /dev/null @@ -1,22 +0,0 @@ -import type { Option as _Option } from "files-pipe"; -export interface Option extends _Option { - [key: string]: any; -} -declare const _default: Omit<{} & { - Cache: { - Search: string; - Folder: string; - }; - Path: string; - Action: Omit<{} & { - Read: (On: import("files-pipe").File) => Promise; - Wrote: (On: import("files-pipe").File) => Promise; - Passed: (On: import("files-pipe").File) => Promise; - Failed: (On: import("files-pipe").File) => Promise; - Accomplished: (On: import("files-pipe").File) => Promise; - Fulfilled: (Plan: import("files-pipe/Target/Interface/Plan").Type) => Promise; - Changed: (Plan: import("files-pipe/Target/Interface/Plan").Type) => Promise; - }, "__proto__">; - Logger: 2; -}, "__proto__">; -export default _default; diff --git a/Target/Option/Index.js b/Target/Option/Index.js deleted file mode 100644 index cb27a95..0000000 --- a/Target/Option/Index.js +++ /dev/null @@ -1 +0,0 @@ -import{Default as t,Merge as e}from"files-pipe";var o=e(t,{Action:{}});export{o as default};