@huoshan12345/jqueryx 0.0.2
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/LICENSE.TXT +21 -0
- package/README.md +390 -0
- package/dist/extensions/index.d.ts +16 -0
- package/dist/extensions/index.d.ts.map +1 -0
- package/dist/extensions/jquery.attr.d.ts +30 -0
- package/dist/extensions/jquery.attr.d.ts.map +1 -0
- package/dist/extensions/jquery.collection.d.ts +22 -0
- package/dist/extensions/jquery.collection.d.ts.map +1 -0
- package/dist/extensions/jquery.css.d.ts +42 -0
- package/dist/extensions/jquery.css.d.ts.map +1 -0
- package/dist/extensions/jquery.enumeration.d.ts +12 -0
- package/dist/extensions/jquery.enumeration.d.ts.map +1 -0
- package/dist/extensions/jquery.events.d.ts +36 -0
- package/dist/extensions/jquery.events.d.ts.map +1 -0
- package/dist/extensions/jquery.factory.d.ts +20 -0
- package/dist/extensions/jquery.factory.d.ts.map +1 -0
- package/dist/extensions/jquery.init.d.ts +2 -0
- package/dist/extensions/jquery.init.d.ts.map +1 -0
- package/dist/extensions/jquery.observe.d.ts +13 -0
- package/dist/extensions/jquery.observe.d.ts.map +1 -0
- package/dist/extensions/jquery.replace.d.ts +15 -0
- package/dist/extensions/jquery.replace.d.ts.map +1 -0
- package/dist/extensions/jquery.scroll.d.ts +8 -0
- package/dist/extensions/jquery.scroll.d.ts.map +1 -0
- package/dist/extensions/jquery.text-nodes.d.ts +17 -0
- package/dist/extensions/jquery.text-nodes.d.ts.map +1 -0
- package/dist/extensions/jquery.text.d.ts +27 -0
- package/dist/extensions/jquery.text.d.ts.map +1 -0
- package/dist/extensions/jquery.traversal.d.ts +20 -0
- package/dist/extensions/jquery.traversal.d.ts.map +1 -0
- package/dist/extensions/jquery.urls.d.ts +9 -0
- package/dist/extensions/jquery.urls.d.ts.map +1 -0
- package/dist/extensions/jquery.wait.d.ts +12 -0
- package/dist/extensions/jquery.wait.d.ts.map +1 -0
- package/dist/index.d.ts +5 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +524 -0
- package/dist/types/lib.d.ts +65 -0
- package/dist/types/lib.d.ts.map +1 -0
- package/package.json +63 -0
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import type { Nullishable, OneOrMany } from 'builtinx';
|
|
2
|
+
declare global {
|
|
3
|
+
interface JQueryStatic {
|
|
4
|
+
/** Returns an empty collection for null or undefined. */
|
|
5
|
+
from(value: null | undefined): JQuery;
|
|
6
|
+
/** Returns a collection from the shared jQuery instance unchanged, including its identity. */
|
|
7
|
+
from<T extends Node>(collection: JQuery<T>): JQuery<T>;
|
|
8
|
+
/** Wraps Nodes or flattens an array-like group of Nodes/collections using jQuery.add ordering and deduplication. */
|
|
9
|
+
from<T extends Node = HTMLElement>(elements: Nullishable<OneOrMany<T | JQuery<T>>>): JQuery<T>;
|
|
10
|
+
/** Resolves selectors/HTML with jQuery, flattening array-like groups. Unsupported inputs or members throw TypeError. */
|
|
11
|
+
from<T extends Node = HTMLElement>(selector: Nullishable<OneOrMany<string | JQuery<T>>>): JQuery<T>;
|
|
12
|
+
/** Recognizes collections from the shared jQuery instance; does not validate their contents. */
|
|
13
|
+
isJQuery(value: unknown): value is JQuery<unknown>;
|
|
14
|
+
/** Recognizes native Elements across realms, including documents without a window. */
|
|
15
|
+
isElement(value: unknown): value is Element;
|
|
16
|
+
/** Recognizes native Nodes across realms, including Text, Comment, Document and DocumentFragment. */
|
|
17
|
+
isNode(value: unknown): value is Node;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
//# sourceMappingURL=jquery.factory.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"jquery.factory.d.ts","sourceRoot":"","sources":["../../src/extensions/jquery.factory.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AAEvD,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,YAAY;QACpB,yDAAyD;QACzD,IAAI,CAAC,KAAK,EAAE,IAAI,GAAG,SAAS,GAAG,MAAM,CAAC;QACtC,8FAA8F;QAC9F,IAAI,CAAC,CAAC,SAAS,IAAI,EAAE,UAAU,EAAE,MAAM,CAAC,CAAC,CAAC,GAAG,MAAM,CAAC,CAAC,CAAC,CAAC;QACvD,oHAAoH;QACpH,IAAI,CAAC,CAAC,SAAS,IAAI,GAAG,WAAW,EAAE,QAAQ,EAAE,WAAW,CAAC,SAAS,CAAC,CAAC,GAAG,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG,MAAM,CAAC,CAAC,CAAC,CAAC;QAC/F,wHAAwH;QACxH,IAAI,CAAC,CAAC,SAAS,IAAI,GAAG,WAAW,EAAE,QAAQ,EAAE,WAAW,CAAC,SAAS,CAAC,MAAM,GAAG,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG,MAAM,CAAC,CAAC,CAAC,CAAC;QACpG,gGAAgG;QAChG,QAAQ,CAAC,KAAK,EAAE,OAAO,GAAG,KAAK,IAAI,MAAM,CAAC,OAAO,CAAC,CAAC;QACnD,sFAAsF;QACtF,SAAS,CAAC,KAAK,EAAE,OAAO,GAAG,KAAK,IAAI,OAAO,CAAC;QAC5C,qGAAqG;QACrG,MAAM,CAAC,KAAK,EAAE,OAAO,GAAG,KAAK,IAAI,IAAI,CAAC;KACvC;CACF"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"jquery.init.d.ts","sourceRoot":"","sources":["../../src/extensions/jquery.init.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { JQueryMutationCallback, JQueryObservation } from '../types/lib.js';
|
|
2
|
+
import { type MutationObserverOptionsInit } from 'builtinx';
|
|
3
|
+
declare global {
|
|
4
|
+
interface JQuery<TElement = HTMLElement> {
|
|
5
|
+
/**
|
|
6
|
+
* Observes every node, returning a subscription that disconnects the entire group.
|
|
7
|
+
* Startup callbacks follow builtinx options and can run before this method returns.
|
|
8
|
+
* If registration fails, all observers created by this call are disconnected.
|
|
9
|
+
*/
|
|
10
|
+
observe(this: this & JQuery<Node>, callback: JQueryMutationCallback<TElement>, options?: MutationObserverOptionsInit): JQueryObservation;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
//# sourceMappingURL=jquery.observe.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"jquery.observe.d.ts","sourceRoot":"","sources":["../../src/extensions/jquery.observe.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,sBAAsB,EAAE,iBAAiB,EAAE,MAAM,iBAAiB,CAAC;AACjF,OAAO,EAA2B,KAAK,2BAA2B,EAA6B,MAAM,UAAU,CAAC;AAEhH,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,MAAM,CAAC,QAAQ,GAAG,WAAW;QACrC;;;;WAIG;QACH,OAAO,CACL,IAAI,EAAE,IAAI,GAAG,MAAM,CAAC,IAAI,CAAC,EACzB,QAAQ,EAAE,sBAAsB,CAAC,QAAQ,CAAC,EAC1C,OAAO,CAAC,EAAE,2BAA2B,GACpC,iBAAiB,CAAC;KACtB;CACF"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
declare global {
|
|
2
|
+
interface JQuery<TElement = HTMLElement> {
|
|
3
|
+
/**
|
|
4
|
+
* Replaces each distinct outermost selected element, returning replacements in callback order.
|
|
5
|
+
* Selection is fixed before callbacks: selected descendants are skipped even if their ancestor is kept.
|
|
6
|
+
* Callbacks follow the original collection order and receive the first original index of each root.
|
|
7
|
+
* Return the current element to keep it, or an empty collection to delete it.
|
|
8
|
+
* Reused replacement nodes are cloned with jQuery events and data.
|
|
9
|
+
* Earlier replacements remain if a later callback fails.
|
|
10
|
+
*/
|
|
11
|
+
replaceBy<TReplacement extends Element>(this: this & JQuery<Element>, replacement: (node: JQuery<TElement>, index: number) => JQuery<TReplacement>): JQuery<TReplacement>;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
export {};
|
|
15
|
+
//# sourceMappingURL=jquery.replace.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"jquery.replace.d.ts","sourceRoot":"","sources":["../../src/extensions/jquery.replace.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,MAAM,CAAC,QAAQ,GAAG,WAAW;QACrC;;;;;;;WAOG;QACH,SAAS,CAAC,YAAY,SAAS,OAAO,EACpC,IAAI,EAAE,IAAI,GAAG,MAAM,CAAC,OAAO,CAAC,EAC5B,WAAW,EAAE,CAAC,IAAI,EAAE,MAAM,CAAC,QAAQ,CAAC,EAAE,KAAK,EAAE,MAAM,KAAK,MAAM,CAAC,YAAY,CAAC,GAC3E,MAAM,CAAC,YAAY,CAAC,CAAC;KACzB;CACF"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
declare global {
|
|
2
|
+
interface JQueryStatic {
|
|
3
|
+
/** Scrolls the first match into view using its native scrolling containers. Empty matches do nothing. */
|
|
4
|
+
scrollToNode(element: string | Element | JQuery<Element>, options?: ScrollIntoViewOptions): void;
|
|
5
|
+
}
|
|
6
|
+
}
|
|
7
|
+
export {};
|
|
8
|
+
//# sourceMappingURL=jquery.scroll.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"jquery.scroll.d.ts","sourceRoot":"","sources":["../../src/extensions/jquery.scroll.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,YAAY;QACpB,yGAAyG;QACzG,YAAY,CAAC,OAAO,EAAE,MAAM,GAAG,OAAO,GAAG,MAAM,CAAC,OAAO,CAAC,EAAE,OAAO,CAAC,EAAE,qBAAqB,GAAG,IAAI,CAAC;KAClG;CACF"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
declare global {
|
|
2
|
+
interface JQuery<TElement = HTMLElement> {
|
|
3
|
+
/**
|
|
4
|
+
* Collects unique Text nodes in document order using subtree pruning.
|
|
5
|
+
* Includes Text roots and template contents, but does not enter iframe documents.
|
|
6
|
+
* To traverse an iframe document, supply that document as a root explicitly.
|
|
7
|
+
* @param traverseSelector Only traverse matching elements, including roots;
|
|
8
|
+
* non-matching elements prune their entire subtree. Omit to traverse all elements.
|
|
9
|
+
* Text, Document and DocumentFragment roots are not matched against this selector.
|
|
10
|
+
* @param excludeSelectors Excludes matching elements and their entire subtrees,
|
|
11
|
+
* including roots. Accepts jQuery selectors; defaults to []. The array is never modified.
|
|
12
|
+
*/
|
|
13
|
+
textNodes(this: this & JQuery<Node>, traverseSelector?: string, excludeSelectors?: readonly string[]): JQuery<Text>;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
export {};
|
|
17
|
+
//# sourceMappingURL=jquery.text-nodes.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"jquery.text-nodes.d.ts","sourceRoot":"","sources":["../../src/extensions/jquery.text-nodes.ts"],"names":[],"mappings":"AAEA,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,MAAM,CAAC,QAAQ,GAAG,WAAW;QACrC;;;;;;;;;WASG;QACH,SAAS,CACP,IAAI,EAAE,IAAI,GAAG,MAAM,CAAC,IAAI,CAAC,EACzB,gBAAgB,CAAC,EAAE,MAAM,EACzB,gBAAgB,CAAC,EAAE,SAAS,MAAM,EAAE,GACnC,MAAM,CAAC,IAAI,CAAC,CAAC;KACjB;CACF"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
declare global {
|
|
2
|
+
interface JQuery<TElement = HTMLElement> {
|
|
3
|
+
/** Reads descendant Text nodes, including template contents. */
|
|
4
|
+
textContent(this: this & JQuery<Node>): string;
|
|
5
|
+
/**
|
|
6
|
+
* Merges each root's descendant text into its first Text node, preserving non-text nodes.
|
|
7
|
+
* Inserts text at the start of an element or fragment that has no Text nodes.
|
|
8
|
+
* HTML template roots store the inserted text in their content fragment.
|
|
9
|
+
*/
|
|
10
|
+
textContent(this: this & JQuery<Node>, value: string): this;
|
|
11
|
+
/** Concatenates direct child Text content across roots; Text roots contribute their own value. Empty returns "". */
|
|
12
|
+
ownText(this: this & JQuery<Node>): string;
|
|
13
|
+
/**
|
|
14
|
+
* Sets direct text on Element and DocumentFragment roots, preserving other children.
|
|
15
|
+
* Updates Text roots directly and skips all other node types.
|
|
16
|
+
*/
|
|
17
|
+
ownText(this: this & JQuery<Node>, value: string): this;
|
|
18
|
+
/** Removes sibling BRs and newline-only Text nodes immediately following descendant BRs; returns this. */
|
|
19
|
+
collapseBrs(this: this & JQuery<Element>): this;
|
|
20
|
+
/** True when nonempty and every root is Text containing only whitespace and at least one newline. */
|
|
21
|
+
isNewLineTextNode(this: this & JQuery<Node>): boolean;
|
|
22
|
+
/** Removes each root's leading BRs and newline-only Text nodes, stopping at any other child; returns this. */
|
|
23
|
+
trimLeadingBrs(this: this & JQuery<Element>): this;
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
export {};
|
|
27
|
+
//# sourceMappingURL=jquery.text.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"jquery.text.d.ts","sourceRoot":"","sources":["../../src/extensions/jquery.text.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,MAAM,CAAC,QAAQ,GAAG,WAAW;QACrC,gEAAgE;QAChE,WAAW,CAAC,IAAI,EAAE,IAAI,GAAG,MAAM,CAAC,IAAI,CAAC,GAAG,MAAM,CAAC;QAC/C;;;;WAIG;QACH,WAAW,CAAC,IAAI,EAAE,IAAI,GAAG,MAAM,CAAC,IAAI,CAAC,EAAE,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;QAC5D,oHAAoH;QACpH,OAAO,CAAC,IAAI,EAAE,IAAI,GAAG,MAAM,CAAC,IAAI,CAAC,GAAG,MAAM,CAAC;QAC3C;;;WAGG;QACH,OAAO,CAAC,IAAI,EAAE,IAAI,GAAG,MAAM,CAAC,IAAI,CAAC,EAAE,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;QACxD,0GAA0G;QAC1G,WAAW,CAAC,IAAI,EAAE,IAAI,GAAG,MAAM,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC;QAChD,qGAAqG;QACrG,iBAAiB,CAAC,IAAI,EAAE,IAAI,GAAG,MAAM,CAAC,IAAI,CAAC,GAAG,OAAO,CAAC;QACtD,8GAA8G;QAC9G,cAAc,CAAC,IAAI,EAAE,IAAI,GAAG,MAAM,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC;KACpD;CACF"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
declare global {
|
|
2
|
+
interface JQuery<TElement = HTMLElement> {
|
|
3
|
+
/**
|
|
4
|
+
* Finds a matching ancestor for each element and combines results with jQuery.add.
|
|
5
|
+
* @param selector A jQuery selector to match against ancestors.
|
|
6
|
+
* @param outermost Selects the farthest match instead of the nearest; defaults to false.
|
|
7
|
+
* @param includeSelf Considers each selected element before its parents; defaults to false.
|
|
8
|
+
* @returns Matching ancestors, deduplicated and sorted by jQuery; empty when none match.
|
|
9
|
+
*/
|
|
10
|
+
ancestor(this: this & JQuery<Element>, selector: string, outermost?: boolean, includeSelf?: boolean): JQuery<Element>;
|
|
11
|
+
/** Finds descendants; if empty and checkIframesIfEmpty (default true), searches direct iframe documents in this subtree. */
|
|
12
|
+
search(this: this & JQuery<Node>, selector: string, checkIframesIfEmpty?: boolean): JQuery;
|
|
13
|
+
}
|
|
14
|
+
interface JQueryStatic {
|
|
15
|
+
/** Queries $(selector); if empty and checkIframesIfEmpty (default true), searches direct iframe documents. Not recursive. */
|
|
16
|
+
search(selector: string, checkIframesIfEmpty?: boolean): JQuery;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
export {};
|
|
20
|
+
//# sourceMappingURL=jquery.traversal.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"jquery.traversal.d.ts","sourceRoot":"","sources":["../../src/extensions/jquery.traversal.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,MAAM,CAAC,QAAQ,GAAG,WAAW;QACrC;;;;;;WAMG;QACH,QAAQ,CACN,IAAI,EAAE,IAAI,GAAG,MAAM,CAAC,OAAO,CAAC,EAC5B,QAAQ,EAAE,MAAM,EAChB,SAAS,CAAC,EAAE,OAAO,EACnB,WAAW,CAAC,EAAE,OAAO,GACpB,MAAM,CAAC,OAAO,CAAC,CAAC;QACnB,4HAA4H;QAC5H,MAAM,CAAC,IAAI,EAAE,IAAI,GAAG,MAAM,CAAC,IAAI,CAAC,EAAE,QAAQ,EAAE,MAAM,EAAE,mBAAmB,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC;KAC5F;IAED,UAAU,YAAY;QACpB,6HAA6H;QAC7H,MAAM,CAAC,QAAQ,EAAE,MAAM,EAAE,mBAAmB,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC;KACjE;CACF"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { MatchPattern } from 'builtinx';
|
|
2
|
+
import type { RefineUrlsOptions } from '../types/lib.js';
|
|
3
|
+
declare global {
|
|
4
|
+
interface JQuery<TElement = HTMLElement> {
|
|
5
|
+
/** Rewrites matching URLs. Image fallback links require an explicit option. */
|
|
6
|
+
refineUrls(this: this & JQuery<Element>, hosts: MatchPattern[], baseUrl: URL, options?: RefineUrlsOptions | ((path: string) => string)): this;
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
//# sourceMappingURL=jquery.urls.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"jquery.urls.d.ts","sourceRoot":"","sources":["../../src/extensions/jquery.urls.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAC7C,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,iBAAiB,CAAC;AAEzD,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,MAAM,CAAC,QAAQ,GAAG,WAAW;QACrC,+EAA+E;QAC/E,UAAU,CACR,IAAI,EAAE,IAAI,GAAG,MAAM,CAAC,OAAO,CAAC,EAC5B,KAAK,EAAE,YAAY,EAAE,EACrB,OAAO,EAAE,GAAG,EACZ,OAAO,CAAC,EAAE,iBAAiB,GAAG,CAAC,CAAC,IAAI,EAAE,MAAM,KAAK,MAAM,CAAC,GACvD,IAAI,CAAC;KACT;CACF"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { WaitForNodesOptions } from '../types/lib.js';
|
|
2
|
+
declare global {
|
|
3
|
+
interface JQueryStatic {
|
|
4
|
+
/**
|
|
5
|
+
* Queries the current document immediately, then polls for a standard CSS selector.
|
|
6
|
+
* Returns the matches found at completion. Transient matches between polls may be missed.
|
|
7
|
+
* Rejects on invalid input, timeout, or cancellation and always releases resources.
|
|
8
|
+
*/
|
|
9
|
+
waitForNodes<TMatch extends Element = HTMLElement>(selector: string, options?: WaitForNodesOptions): Promise<JQuery<TMatch>>;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=jquery.wait.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"jquery.wait.d.ts","sourceRoot":"","sources":["../../src/extensions/jquery.wait.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,iBAAiB,CAAC;AAE3D,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,YAAY;QACpB;;;;WAIG;QACH,YAAY,CAAC,MAAM,SAAS,OAAO,GAAG,WAAW,EAC/C,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,mBAAmB,GAC5B,OAAO,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC,CAAC;KAC5B;CACF"}
|
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,QAAQ,CAAC;AAChB,OAAO,cAAc,CAAC;AACtB,OAAO,uBAAuB,CAAC;AAC/B,cAAc,gBAAgB,CAAC"}
|