@ait-co/devtools 0.1.109 → 0.1.110
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/README.en.md +13 -31
- package/README.md +13 -31
- package/dist/in-app/auto.d.ts.map +1 -1
- package/dist/in-app/auto.js +40 -3
- package/dist/in-app/auto.js.map +1 -1
- package/dist/in-app/index.d.ts.map +1 -1
- package/dist/in-app/index.js +39 -2
- package/dist/in-app/index.js.map +1 -1
- package/dist/mcp/cli.d.ts +4 -16
- package/dist/mcp/cli.d.ts.map +1 -1
- package/dist/mcp/cli.js +623 -678
- package/dist/mcp/cli.js.map +1 -1
- package/dist/mcp/server.d.ts.map +1 -1
- package/dist/mcp/server.js +47 -59
- package/dist/mcp/server.js.map +1 -1
- package/dist/mock/index.d.ts.map +1 -1
- package/dist/mock/index.js +21 -2
- package/dist/mock/index.js.map +1 -1
- package/dist/panel/index.js +47 -32
- package/dist/panel/index.js.map +1 -1
- package/dist/{pool-CuVMzWGB.d.ts → pool-Bf6rQci4.d.ts} +206 -44
- package/dist/pool-Bf6rQci4.d.ts.map +1 -0
- package/dist/{qr-http-server-D4EAA7Il.js → qr-http-server-BJJt3ush.js} +8 -17
- package/dist/qr-http-server-BJJt3ush.js.map +1 -0
- package/dist/{qr-http-server-A9vld8r7.cjs → qr-http-server-BVS-HZjU.cjs} +8 -17
- package/dist/qr-http-server-BVS-HZjU.cjs.map +1 -0
- package/dist/{qr-http-server-Dj3Z0NHi.cjs → qr-http-server-C1T4RNbq.cjs} +8 -17
- package/dist/qr-http-server-C1T4RNbq.cjs.map +1 -0
- package/dist/{qr-http-server-HzdCLU8s.js → qr-http-server-Cs93vEPH.js} +8 -17
- package/dist/qr-http-server-Cs93vEPH.js.map +1 -0
- package/dist/test-runner/config.d.ts +1 -1
- package/dist/test-runner/pool.d.ts +1 -1
- package/dist/{tunnel-BjJROkcj.js → tunnel-Cpn3mA4u.js} +3 -3
- package/dist/tunnel-Cpn3mA4u.js.map +1 -0
- package/dist/{tunnel-d_G9AIFn.cjs → tunnel-Dj8Kf2QS.cjs} +3 -3
- package/dist/tunnel-Dj8Kf2QS.cjs.map +1 -0
- package/dist/unplugin/index.cjs +1 -1
- package/dist/unplugin/index.d.cts +196 -34
- package/dist/unplugin/index.d.cts.map +1 -1
- package/dist/unplugin/index.d.ts +196 -34
- package/dist/unplugin/index.d.ts.map +1 -1
- package/dist/unplugin/index.js +1 -1
- package/dist/unplugin/tunnel.cjs +2 -2
- package/dist/unplugin/tunnel.cjs.map +1 -1
- package/dist/unplugin/tunnel.d.cts +1 -1
- package/dist/unplugin/tunnel.d.ts +1 -1
- package/dist/unplugin/tunnel.js +2 -2
- package/dist/unplugin/tunnel.js.map +1 -1
- package/package.json +14 -14
- package/dist/pool-CuVMzWGB.d.ts.map +0 -1
- package/dist/qr-http-server-A9vld8r7.cjs.map +0 -1
- package/dist/qr-http-server-D4EAA7Il.js.map +0 -1
- package/dist/qr-http-server-Dj3Z0NHi.cjs.map +0 -1
- package/dist/qr-http-server-HzdCLU8s.js.map +0 -1
- package/dist/tunnel-BjJROkcj.js.map +0 -1
- package/dist/tunnel-d_G9AIFn.cjs.map +0 -1
|
@@ -24,7 +24,7 @@ import * as jsdomTypes from "jsdom";
|
|
|
24
24
|
import * as happyDomTypes from "happy-dom";
|
|
25
25
|
import { Console as Console$1 } from "node:console";
|
|
26
26
|
|
|
27
|
-
//#region node_modules/.pnpm/vite@8.0.
|
|
27
|
+
//#region node_modules/.pnpm/vite@8.0.16_@types+node@25.6.0_esbuild@0.28.1_jiti@2.6.1_terser@5.46.1_tsx@4.22.4_yaml@2.8.3/node_modules/vite/types/hmrPayload.d.ts
|
|
28
28
|
type HotPayload = ConnectedPayload | PingPayload | UpdatePayload | FullReloadPayload | CustomPayload | ErrorPayload | PrunePayload;
|
|
29
29
|
interface ConnectedPayload {
|
|
30
30
|
type: 'connected';
|
|
@@ -89,7 +89,7 @@ interface ErrorPayload {
|
|
|
89
89
|
};
|
|
90
90
|
}
|
|
91
91
|
//#endregion
|
|
92
|
-
//#region node_modules/.pnpm/vite@8.0.
|
|
92
|
+
//#region node_modules/.pnpm/vite@8.0.16_@types+node@25.6.0_esbuild@0.28.1_jiti@2.6.1_terser@5.46.1_tsx@4.22.4_yaml@2.8.3/node_modules/vite/dist/node/chunks/moduleRunnerTransport.d.ts
|
|
93
93
|
//#region src/shared/invokeMethods.d.ts
|
|
94
94
|
interface FetchFunctionOptions {
|
|
95
95
|
cached?: boolean;
|
|
@@ -142,7 +142,7 @@ interface ViteFetchResult {
|
|
|
142
142
|
invalidate: boolean;
|
|
143
143
|
}
|
|
144
144
|
//#endregion
|
|
145
|
-
//#region node_modules/.pnpm/vite@8.0.
|
|
145
|
+
//#region node_modules/.pnpm/vite@8.0.16_@types+node@25.6.0_esbuild@0.28.1_jiti@2.6.1_terser@5.46.1_tsx@4.22.4_yaml@2.8.3/node_modules/vite/types/customEvent.d.ts
|
|
146
146
|
interface CustomEventMap {
|
|
147
147
|
// client events
|
|
148
148
|
'vite:beforeUpdate': UpdatePayload;
|
|
@@ -158,6 +158,7 @@ interface CustomEventMap {
|
|
|
158
158
|
/** @internal */
|
|
159
159
|
'vite:module-loaded': {
|
|
160
160
|
modules: string[];
|
|
161
|
+
clientId: string;
|
|
161
162
|
}; // server events
|
|
162
163
|
'vite:client:connect': undefined;
|
|
163
164
|
'vite:client:disconnect': undefined;
|
|
@@ -203,7 +204,7 @@ type ForwardConsolePayload = {
|
|
|
203
204
|
*/
|
|
204
205
|
type InferCustomEventPayload<T extends string> = T extends keyof CustomEventMap ? CustomEventMap[T] : any;
|
|
205
206
|
//#endregion
|
|
206
|
-
//#region node_modules/.pnpm/rolldown@1.0.
|
|
207
|
+
//#region node_modules/.pnpm/rolldown@1.0.3/node_modules/rolldown/dist/shared/logging-BSNejiLS.d.mts
|
|
207
208
|
//#region src/log/logging.d.ts
|
|
208
209
|
/** @inline */
|
|
209
210
|
type LogLevel$1 = "info" | "debug" | "warn";
|
|
@@ -253,7 +254,7 @@ interface RolldownError extends RolldownLog {
|
|
|
253
254
|
}
|
|
254
255
|
type LogOrStringHandler = (level: LogLevelWithError, log: RolldownLogWithString) => void; //#endregion
|
|
255
256
|
//#endregion
|
|
256
|
-
//#region node_modules/.pnpm/@oxc-project+types@0.
|
|
257
|
+
//#region node_modules/.pnpm/@oxc-project+types@0.133.0/node_modules/@oxc-project/types/types.d.ts
|
|
257
258
|
// Auto-generated code, DO NOT EDIT DIRECTLY!
|
|
258
259
|
// To edit this generated file you have to edit `tasks/ast_tools/src/generators/typescript.rs`.
|
|
259
260
|
interface Program extends Span {
|
|
@@ -1552,7 +1553,7 @@ type UnaryOperator = "+" | "-" | "!" | "~" | "typeof" | "void" | "delete";
|
|
|
1552
1553
|
type UpdateOperator = "++" | "--";
|
|
1553
1554
|
type Node$2 = Program | IdentifierName | IdentifierReference | BindingIdentifier | LabelIdentifier | ThisExpression | ArrayExpression | ObjectExpression | ObjectProperty | TemplateLiteral | TaggedTemplateExpression | TemplateElement | ComputedMemberExpression | StaticMemberExpression | PrivateFieldExpression | CallExpression | NewExpression | MetaProperty | SpreadElement | UpdateExpression | UnaryExpression | BinaryExpression | PrivateInExpression | LogicalExpression | ConditionalExpression | AssignmentExpression | ArrayAssignmentTarget | ObjectAssignmentTarget | AssignmentTargetRest | AssignmentTargetWithDefault | AssignmentTargetPropertyIdentifier | AssignmentTargetPropertyProperty | SequenceExpression | Super | AwaitExpression | ChainExpression | ParenthesizedExpression | Directive | Hashbang | BlockStatement | VariableDeclaration | VariableDeclarator | EmptyStatement | ExpressionStatement | IfStatement | DoWhileStatement | WhileStatement | ForStatement | ForInStatement | ForOfStatement | ContinueStatement | BreakStatement | ReturnStatement | WithStatement | SwitchStatement | SwitchCase | LabeledStatement | ThrowStatement | TryStatement | CatchClause | DebuggerStatement | AssignmentPattern | ObjectPattern | BindingProperty | ArrayPattern | BindingRestElement | Function$1 | FunctionBody | ArrowFunctionExpression | YieldExpression | Class | ClassBody | MethodDefinition | PropertyDefinition | PrivateIdentifier | StaticBlock | AccessorProperty | ImportExpression | ImportDeclaration | ImportSpecifier | ImportDefaultSpecifier | ImportNamespaceSpecifier | ImportAttribute | ExportNamedDeclaration | ExportDefaultDeclaration | ExportAllDeclaration | ExportSpecifier | V8IntrinsicExpression | BooleanLiteral | NullLiteral | NumericLiteral | StringLiteral | BigIntLiteral | RegExpLiteral | JSXElement | JSXOpeningElement | JSXClosingElement | JSXFragment | JSXOpeningFragment | JSXClosingFragment | JSXNamespacedName | JSXMemberExpression | JSXExpressionContainer | JSXEmptyExpression | JSXAttribute | JSXSpreadAttribute | JSXIdentifier | JSXSpreadChild | JSXText | TSThisParameter | TSEnumDeclaration | TSEnumBody | TSEnumMember | TSTypeAnnotation | TSLiteralType | TSConditionalType | TSUnionType | TSIntersectionType | TSParenthesizedType | TSTypeOperator | TSArrayType | TSIndexedAccessType | TSTupleType | TSNamedTupleMember | TSOptionalType | TSRestType | TSAnyKeyword | TSStringKeyword | TSBooleanKeyword | TSNumberKeyword | TSNeverKeyword | TSIntrinsicKeyword | TSUnknownKeyword | TSNullKeyword | TSUndefinedKeyword | TSVoidKeyword | TSSymbolKeyword | TSThisType | TSObjectKeyword | TSBigIntKeyword | TSTypeReference | TSQualifiedName | TSTypeParameterInstantiation | TSTypeParameter | TSTypeParameterDeclaration | TSTypeAliasDeclaration | TSClassImplements | TSInterfaceDeclaration | TSInterfaceBody | TSPropertySignature | TSIndexSignature | TSCallSignatureDeclaration | TSMethodSignature | TSConstructSignatureDeclaration | TSIndexSignatureName | TSInterfaceHeritage | TSTypePredicate | TSModuleDeclaration | TSGlobalDeclaration | TSModuleBlock | TSTypeLiteral | TSInferType | TSTypeQuery | TSImportType | TSImportTypeQualifiedName | TSFunctionType | TSConstructorType | TSMappedType | TSTemplateLiteralType | TSAsExpression | TSSatisfiesExpression | TSTypeAssertion | TSImportEqualsDeclaration | TSExternalModuleReference | TSNonNullExpression | Decorator | TSExportAssignment | TSNamespaceExportDeclaration | TSInstantiationExpression | JSDocNullableType | JSDocNonNullableType | JSDocUnknownType | ParamPattern;
|
|
1554
1555
|
//#endregion
|
|
1555
|
-
//#region node_modules/.pnpm/rolldown@1.0.
|
|
1556
|
+
//#region node_modules/.pnpm/rolldown@1.0.3/node_modules/rolldown/dist/shared/binding-BaCZTfMx.d.mts
|
|
1556
1557
|
interface CodegenOptions {
|
|
1557
1558
|
/**
|
|
1558
1559
|
* Remove whitespace.
|
|
@@ -1560,6 +1561,20 @@ interface CodegenOptions {
|
|
|
1560
1561
|
* @default true
|
|
1561
1562
|
*/
|
|
1562
1563
|
removeWhitespace?: boolean;
|
|
1564
|
+
/**
|
|
1565
|
+
* How to handle legal comments (comments containing `@license`, `@preserve`, or starting with `//!`/`/*!`).
|
|
1566
|
+
*
|
|
1567
|
+
* * `"none"` - Do not preserve any legal comments.
|
|
1568
|
+
* * `"inline"` - Preserve all legal comments inline.
|
|
1569
|
+
* * `"eof"` - Move all legal comments to the end of the file.
|
|
1570
|
+
* * `"external"` - Extract legal comments without linking.
|
|
1571
|
+
* * `{ linked: "path/to/legal.txt" }` - Extract legal comments and add a link comment to the given path.
|
|
1572
|
+
*
|
|
1573
|
+
* @default "none" (when minifying)
|
|
1574
|
+
*/
|
|
1575
|
+
legalComments?: 'none' | 'inline' | 'eof' | 'external' | {
|
|
1576
|
+
linked: string;
|
|
1577
|
+
};
|
|
1563
1578
|
}
|
|
1564
1579
|
interface CompressOptions$1 {
|
|
1565
1580
|
/**
|
|
@@ -1704,6 +1719,15 @@ interface TreeShakeOptions {
|
|
|
1704
1719
|
* @default 'always'
|
|
1705
1720
|
*/
|
|
1706
1721
|
propertyReadSideEffects?: boolean | 'always';
|
|
1722
|
+
/**
|
|
1723
|
+
* Whether property write accesses (assignments to member expressions) have side effects.
|
|
1724
|
+
*
|
|
1725
|
+
* When false, assignments like `obj.prop = value` are considered side-effect-free
|
|
1726
|
+
* (assuming the object and value expressions themselves are side-effect-free).
|
|
1727
|
+
*
|
|
1728
|
+
* @default true
|
|
1729
|
+
*/
|
|
1730
|
+
propertyWriteSideEffects?: boolean;
|
|
1707
1731
|
/**
|
|
1708
1732
|
* Whether accessing a global variable has side effects.
|
|
1709
1733
|
*
|
|
@@ -1842,6 +1866,18 @@ interface DecoratorOptions {
|
|
|
1842
1866
|
* @default false
|
|
1843
1867
|
*/
|
|
1844
1868
|
emitDecoratorMetadata?: boolean;
|
|
1869
|
+
/**
|
|
1870
|
+
* Aligns nullable-union `design:type` emission with `--strictNullChecks`.
|
|
1871
|
+
*
|
|
1872
|
+
* When `true` (default), `T | null` and `T | undefined` emit `Object`, matching tsc strict.
|
|
1873
|
+
* When `false`, `null` and `undefined` are elided from the union so the underlying
|
|
1874
|
+
* primitive constructor is emitted, matching tsc with `--strictNullChecks=false`
|
|
1875
|
+
* and `babel-plugin-transform-typescript-metadata`.
|
|
1876
|
+
*
|
|
1877
|
+
* @see https://www.typescriptlang.org/tsconfig/#strictNullChecks
|
|
1878
|
+
* @default true
|
|
1879
|
+
*/
|
|
1880
|
+
strictNullChecks?: boolean;
|
|
1845
1881
|
}
|
|
1846
1882
|
type HelperMode =
|
|
1847
1883
|
/**
|
|
@@ -2189,6 +2225,24 @@ interface TypeScriptOptions {
|
|
|
2189
2225
|
* Defaults to `false`.
|
|
2190
2226
|
*/
|
|
2191
2227
|
removeClassFieldsWithoutInitializer?: boolean;
|
|
2228
|
+
/**
|
|
2229
|
+
* When true, optimize const enums by inlining their values at usage sites
|
|
2230
|
+
* and removing the enum declaration.
|
|
2231
|
+
*
|
|
2232
|
+
* @default false
|
|
2233
|
+
*/
|
|
2234
|
+
optimizeConstEnums?: boolean;
|
|
2235
|
+
/**
|
|
2236
|
+
* When true, optimize regular (non-const) enums by inlining their member
|
|
2237
|
+
* accesses at usage sites when the member value is statically known.
|
|
2238
|
+
*
|
|
2239
|
+
* Non-exported enum declarations are also removed when all members are
|
|
2240
|
+
* evaluable and no references to the enum as a runtime value exist
|
|
2241
|
+
* (e.g., `console.log(Foo)`, `typeof Foo`, or passing the enum as an argument).
|
|
2242
|
+
*
|
|
2243
|
+
* @default false
|
|
2244
|
+
*/
|
|
2245
|
+
optimizeEnums?: boolean;
|
|
2192
2246
|
/**
|
|
2193
2247
|
* Also generate a `.d.ts` declaration file for TypeScript files.
|
|
2194
2248
|
*
|
|
@@ -2567,7 +2621,8 @@ interface ViteImportGlobMeta {
|
|
|
2567
2621
|
isSubImportsPattern?: boolean;
|
|
2568
2622
|
} //#endregion
|
|
2569
2623
|
//#endregion
|
|
2570
|
-
//#region node_modules/.pnpm/@rolldown+pluginutils@1.0.
|
|
2624
|
+
//#region node_modules/.pnpm/@rolldown+pluginutils@1.0.1/node_modules/@rolldown/pluginutils/dist/filter/index.d.mts
|
|
2625
|
+
//#region src/filter/composable-filters.d.ts
|
|
2571
2626
|
type StringOrRegExp$1 = string | RegExp;
|
|
2572
2627
|
type PluginModuleType = 'js' | 'jsx' | 'ts' | 'tsx' | 'json' | 'text' | 'base64' | 'dataurl' | 'binary' | 'empty' | (string & {});
|
|
2573
2628
|
type FilterExpression = And | Or | Not | Id | ImporterId | ModuleType$1 | Code | Query;
|
|
@@ -2629,7 +2684,7 @@ declare class Exclude$1 {
|
|
|
2629
2684
|
constructor(expr: FilterExpression);
|
|
2630
2685
|
}
|
|
2631
2686
|
//#endregion
|
|
2632
|
-
//#region node_modules/.pnpm/rolldown@1.0.
|
|
2687
|
+
//#region node_modules/.pnpm/rolldown@1.0.3/node_modules/rolldown/dist/shared/define-config-3BX_X2Am.d.mts
|
|
2633
2688
|
//#region src/types/misc.d.ts
|
|
2634
2689
|
/** @inline */
|
|
2635
2690
|
type SourcemapPathTransformOption = (relativeSourcePath: string, sourcemapPath: string) => string;
|
|
@@ -2775,8 +2830,21 @@ interface SourceMap$2 {
|
|
|
2775
2830
|
}
|
|
2776
2831
|
/** @category Plugin APIs */
|
|
2777
2832
|
interface RenderedModule {
|
|
2833
|
+
/**
|
|
2834
|
+
* The rendered code of this module.
|
|
2835
|
+
*
|
|
2836
|
+
* The unused variables and functions are removed.
|
|
2837
|
+
*/
|
|
2778
2838
|
readonly code: string | null;
|
|
2839
|
+
/**
|
|
2840
|
+
* The length of the rendered code of this module.
|
|
2841
|
+
*/
|
|
2779
2842
|
renderedLength: number;
|
|
2843
|
+
/**
|
|
2844
|
+
* The list of exported names from this module.
|
|
2845
|
+
*
|
|
2846
|
+
* The names that are not used are not included.
|
|
2847
|
+
*/
|
|
2780
2848
|
renderedExports: string[];
|
|
2781
2849
|
}
|
|
2782
2850
|
/**
|
|
@@ -3469,8 +3537,6 @@ interface OutputOptions {
|
|
|
3469
3537
|
*
|
|
3470
3538
|
* When both `legalComments` and `comments.legal` are set, `comments.legal` takes priority.
|
|
3471
3539
|
*
|
|
3472
|
-
*
|
|
3473
|
-
*
|
|
3474
3540
|
* @default true
|
|
3475
3541
|
*/
|
|
3476
3542
|
comments?: boolean | CommentsOptions;
|
|
@@ -3514,9 +3580,18 @@ interface OutputOptions {
|
|
|
3514
3580
|
*/
|
|
3515
3581
|
preserveModulesRoot?: string;
|
|
3516
3582
|
/**
|
|
3517
|
-
* Whether to
|
|
3583
|
+
* Whether to convert top-level `let` and `const` declarations into `var` declarations.
|
|
3584
|
+
*
|
|
3585
|
+
* Enabling this option can improve runtime performance of the generated code in
|
|
3586
|
+
* certain environments by avoiding Temporal Dead Zone (TDZ) checks. Only declarations
|
|
3587
|
+
* in the module's top-level scope are rewritten — declarations inside nested scopes
|
|
3588
|
+
* (functions, blocks, etc.) are left as-is.
|
|
3518
3589
|
*
|
|
3519
|
-
*
|
|
3590
|
+
* Note:
|
|
3591
|
+
* - Top-level `class X {}` declarations are always emitted as `var X = class {}` so
|
|
3592
|
+
* rolldown can hoist them alongside other top-level bindings; this transform is
|
|
3593
|
+
* independent of `topLevelVar`.
|
|
3594
|
+
* - Top-level `function` declarations are never rewritten.
|
|
3520
3595
|
*
|
|
3521
3596
|
* @default false
|
|
3522
3597
|
*
|
|
@@ -3575,6 +3650,12 @@ interface OutputOptions {
|
|
|
3575
3650
|
*/
|
|
3576
3651
|
strict?: boolean | "auto";
|
|
3577
3652
|
}
|
|
3653
|
+
/**
|
|
3654
|
+
* Built-in module tag names computed by rolldown.
|
|
3655
|
+
*
|
|
3656
|
+
* - `'$initial'` — the module is statically imported by at least one user-defined entry point, or is part of its static dependency chain.
|
|
3657
|
+
*/
|
|
3658
|
+
type BuiltinModuleTag = "$initial";
|
|
3578
3659
|
type CodeSplittingGroup = {
|
|
3579
3660
|
/**
|
|
3580
3661
|
* Name of the group. It will be also used as the name of the chunk and replace the `[name]` placeholder in the {@linkcode OutputOptions.chunkFileNames | output.chunkFileNames} option.
|
|
@@ -3738,6 +3819,21 @@ type CodeSplittingGroup = {
|
|
|
3738
3819
|
* @default 0
|
|
3739
3820
|
*/
|
|
3740
3821
|
entriesAwareMergeThreshold?: number;
|
|
3822
|
+
/**
|
|
3823
|
+
* Filter modules by tags. Only modules that have **all** specified tags
|
|
3824
|
+
* are captured by this group. Combines with `test` and other filters —
|
|
3825
|
+
* a module must match all criteria.
|
|
3826
|
+
*
|
|
3827
|
+
* Built-in tags: `'$initial'` (module is statically imported by a user-defined entry or part of its dependency chain).
|
|
3828
|
+
*
|
|
3829
|
+
* @see {@link https://rolldown.rs/in-depth/manual-code-splitting | Manual Code Splitting}
|
|
3830
|
+
*
|
|
3831
|
+
* @example
|
|
3832
|
+
* ```js
|
|
3833
|
+
* { name: 'initial-deps', tags: ['$initial'], maxSize: 1048576 }
|
|
3834
|
+
* ```
|
|
3835
|
+
*/
|
|
3836
|
+
tags?: BuiltinModuleTag[];
|
|
3741
3837
|
};
|
|
3742
3838
|
/**
|
|
3743
3839
|
* Alias for {@linkcode CodeSplittingGroup}. Use this type for the `codeSplitting.groups` option.
|
|
@@ -3946,6 +4042,15 @@ interface ChecksOptions {
|
|
|
3946
4042
|
* */
|
|
3947
4043
|
missingNameOptionForIifeExport?: boolean;
|
|
3948
4044
|
/**
|
|
4045
|
+
* Whether to emit warnings when a `#__PURE__` / `@__PURE__` annotation has no effect due to its position.
|
|
4046
|
+
*
|
|
4047
|
+
* Annotations placed where they cannot annotate a call expression (e.g. before a non-call expression,
|
|
4048
|
+
* before a statement declaration, or between an identifier and `=` in a variable declarator) are
|
|
4049
|
+
* ignored by the parser. Matches Rollup's `INVALID_ANNOTATION` log code.
|
|
4050
|
+
* @default true
|
|
4051
|
+
* */
|
|
4052
|
+
invalidAnnotation?: boolean;
|
|
4053
|
+
/**
|
|
3949
4054
|
* Whether to emit warnings when the way to export values is ambiguous.
|
|
3950
4055
|
*
|
|
3951
4056
|
* See [`output.exports`](https://rolldown.rs/reference/OutputOptions.exports).
|
|
@@ -4053,6 +4158,17 @@ interface ChecksOptions {
|
|
|
4053
4158
|
* @default true
|
|
4054
4159
|
* */
|
|
4055
4160
|
ineffectiveDynamicImport?: boolean;
|
|
4161
|
+
/**
|
|
4162
|
+
* Whether to emit info logs when a barrel module has a very large number of re-exports (more than 5000).
|
|
4163
|
+
*
|
|
4164
|
+
* Such modules can significantly slow down module resolution. Consider using
|
|
4165
|
+
* [`@rolldown/plugin-transform-imports`](https://github.com/rolldown/plugins/tree/main/packages/transform-imports)
|
|
4166
|
+
* to rewrite barrel imports at the source level so the barrel file is never loaded.
|
|
4167
|
+
*
|
|
4168
|
+
* See [Large barrel modules](https://rolldown.rs/in-depth/lazy-barrel-optimization#large-barrel-modules) for more details.
|
|
4169
|
+
* @default true
|
|
4170
|
+
* */
|
|
4171
|
+
largeBarrelModules?: boolean;
|
|
4056
4172
|
} //#endregion
|
|
4057
4173
|
//#region src/options/transform-options.d.ts
|
|
4058
4174
|
interface TransformOptions$2 extends Omit<TransformOptions$3, "sourceType" | "lang" | "cwd" | "sourcemap" | "define" | "inject" | "jsx"> {
|
|
@@ -4925,7 +5041,7 @@ interface ExistingRawSourceMap {
|
|
|
4925
5041
|
mappings: string;
|
|
4926
5042
|
names?: string[];
|
|
4927
5043
|
sources?: (string | null)[];
|
|
4928
|
-
sourcesContent?: (string | null)[];
|
|
5044
|
+
sourcesContent?: (string | null | undefined)[];
|
|
4929
5045
|
sourceRoot?: string;
|
|
4930
5046
|
version?: number;
|
|
4931
5047
|
x_google_ignoreList?: number[];
|
|
@@ -5454,6 +5570,28 @@ type InputOption = string | string[] | Record<string, string>;
|
|
|
5454
5570
|
type ExternalOptionFunction = (id: string, parentId: string | undefined, isResolved: boolean) => NullValue<boolean>;
|
|
5455
5571
|
/** @inline */
|
|
5456
5572
|
type ExternalOption = StringOrRegExp | StringOrRegExp[] | ExternalOptionFunction;
|
|
5573
|
+
interface ChunkOptimizationOptions {
|
|
5574
|
+
/**
|
|
5575
|
+
* Merge common chunks into existing entry chunks when it is safe.
|
|
5576
|
+
*
|
|
5577
|
+
* This can reduce the number of emitted chunks by moving shared/common modules
|
|
5578
|
+
* into an entry chunk that already depends on them. Rolldown only applies the
|
|
5579
|
+
* merge when it does not create a circular chunk dependency or change strict
|
|
5580
|
+
* entry export signatures. This pass also covers safe empty-facade cleanup.
|
|
5581
|
+
*
|
|
5582
|
+
* @default true
|
|
5583
|
+
*/
|
|
5584
|
+
mergeCommonChunks?: boolean;
|
|
5585
|
+
/**
|
|
5586
|
+
* Avoid emitting redundant chunk loads for dynamic entries.
|
|
5587
|
+
*
|
|
5588
|
+
* This pass can reduce dynamic-entry dependent chunks when the shared modules
|
|
5589
|
+
* are guaranteed to be loaded by every importer of that dynamic entry.
|
|
5590
|
+
*
|
|
5591
|
+
* @default true
|
|
5592
|
+
*/
|
|
5593
|
+
avoidRedundantChunkLoads?: boolean;
|
|
5594
|
+
}
|
|
5457
5595
|
type ModuleTypes = Record<string, "js" | "jsx" | "ts" | "tsx" | "json" | "text" | "base64" | "dataurl" | "binary" | "empty" | "css" | "asset" | "copy">;
|
|
5458
5596
|
interface WatcherFileWatcherOptions {
|
|
5459
5597
|
/**
|
|
@@ -6057,18 +6195,18 @@ interface InputOptions {
|
|
|
6057
6195
|
*/
|
|
6058
6196
|
nativeMagicString?: boolean;
|
|
6059
6197
|
/**
|
|
6060
|
-
* Control
|
|
6061
|
-
* This optimization can reduce the number of generated chunks.
|
|
6198
|
+
* Control chunk optimizations.
|
|
6062
6199
|
*
|
|
6063
|
-
*
|
|
6064
|
-
*
|
|
6200
|
+
* `true` enables both common-chunk merging and redundant dynamic chunk-load avoidance.
|
|
6201
|
+
* `false` disables all chunk optimizations. Use the object form to control
|
|
6202
|
+
* `mergeCommonChunks` and `avoidRedundantChunkLoads` separately.
|
|
6065
6203
|
*
|
|
6066
|
-
*
|
|
6067
|
-
* as
|
|
6204
|
+
* These optimizations are automatically disabled when any module uses top-level await (TLA) or contains TLA dependencies,
|
|
6205
|
+
* as they could affect execution order guarantees.
|
|
6068
6206
|
*
|
|
6069
6207
|
* @default true
|
|
6070
6208
|
*/
|
|
6071
|
-
chunkOptimization?: boolean;
|
|
6209
|
+
chunkOptimization?: boolean | ChunkOptimizationOptions;
|
|
6072
6210
|
/**
|
|
6073
6211
|
* Control whether to enable lazy barrel optimization.
|
|
6074
6212
|
*
|
|
@@ -6123,6 +6261,11 @@ interface InputOptions {
|
|
|
6123
6261
|
makeAbsoluteExternalsRelative?: MakeAbsoluteExternalsRelative;
|
|
6124
6262
|
/**
|
|
6125
6263
|
* Devtools integration options.
|
|
6264
|
+
*
|
|
6265
|
+
* When enabled, Rolldown writes JSON-lines devtools output under
|
|
6266
|
+
* `node_modules/.rolldown/{session_id}/`. Consumers can parse the output with
|
|
6267
|
+
* `@rolldown/debug` after `await bundle.close()` resolves.
|
|
6268
|
+
*
|
|
6126
6269
|
* @experimental
|
|
6127
6270
|
*/
|
|
6128
6271
|
devtools?: {
|
|
@@ -6174,7 +6317,7 @@ interface RolldownOptions extends InputOptions {
|
|
|
6174
6317
|
* @category Config
|
|
6175
6318
|
*/
|
|
6176
6319
|
//#endregion
|
|
6177
|
-
//#region node_modules/.pnpm/rolldown@1.0.
|
|
6320
|
+
//#region node_modules/.pnpm/rolldown@1.0.3/node_modules/rolldown/dist/shared/transform-7xCUVrpL.d.mts
|
|
6178
6321
|
//#endregion
|
|
6179
6322
|
//#region src/utils/transform.d.ts
|
|
6180
6323
|
/**
|
|
@@ -6189,13 +6332,13 @@ interface TransformOptions$1 extends BindingEnhancedTransformOptions {}
|
|
|
6189
6332
|
* @category Utilities
|
|
6190
6333
|
*/
|
|
6191
6334
|
//#endregion
|
|
6192
|
-
//#region node_modules/.pnpm/vite@8.0.
|
|
6335
|
+
//#region node_modules/.pnpm/vite@8.0.16_@types+node@25.6.0_esbuild@0.28.1_jiti@2.6.1_terser@5.46.1_tsx@4.22.4_yaml@2.8.3/node_modules/vite/types/internal/esbuildOptions.d.ts
|
|
6193
6336
|
/* eslint-enable @typescript-eslint/ban-ts-comment */
|
|
6194
6337
|
type EsbuildTarget = string | string[];
|
|
6195
6338
|
type EsbuildTransformOptions = esbuild.TransformOptions;
|
|
6196
6339
|
type DepsOptimizerEsbuildOptions = Omit<esbuild.BuildOptions, 'bundle' | 'entryPoints' | 'external' | 'write' | 'watch' | 'outdir' | 'outfile' | 'outbase' | 'outExtension' | 'metafile'>;
|
|
6197
6340
|
//#endregion
|
|
6198
|
-
//#region node_modules/.pnpm/vite@8.0.
|
|
6341
|
+
//#region node_modules/.pnpm/vite@8.0.16_@types+node@25.6.0_esbuild@0.28.1_jiti@2.6.1_terser@5.46.1_tsx@4.22.4_yaml@2.8.3/node_modules/vite/types/metadata.d.ts
|
|
6199
6342
|
interface AssetMetadata {
|
|
6200
6343
|
importedAssets: Set<string>;
|
|
6201
6344
|
importedCss: Set<string>;
|
|
@@ -6513,16 +6656,16 @@ interface SourceMapOptions$1 {
|
|
|
6513
6656
|
url?: string | 'inline';
|
|
6514
6657
|
}
|
|
6515
6658
|
//#endregion
|
|
6516
|
-
//#region node_modules/.pnpm/vite@8.0.
|
|
6659
|
+
//#region node_modules/.pnpm/vite@8.0.16_@types+node@25.6.0_esbuild@0.28.1_jiti@2.6.1_terser@5.46.1_tsx@4.22.4_yaml@2.8.3/node_modules/vite/types/internal/terserOptions.d.ts
|
|
6517
6660
|
/* eslint-enable @typescript-eslint/ban-ts-comment */
|
|
6518
6661
|
type TerserMinifyOptions = MinifyOptions;
|
|
6519
6662
|
//#endregion
|
|
6520
|
-
//#region node_modules/.pnpm/vite@8.0.
|
|
6663
|
+
//#region node_modules/.pnpm/vite@8.0.16_@types+node@25.6.0_esbuild@0.28.1_jiti@2.6.1_terser@5.46.1_tsx@4.22.4_yaml@2.8.3/node_modules/vite/types/internal/lightningcssOptions.d.ts
|
|
6521
6664
|
/* eslint-enable @typescript-eslint/ban-ts-comment */
|
|
6522
6665
|
type LightningCSSOptions = Omit<Lightningcss.BundleAsyncOptions<Lightningcss.CustomAtRules>, 'filename' | 'resolver' | 'minify' | 'sourceMap' | 'analyzeDependencies' // properties not overridden by Vite, but does not make sense to set by end users
|
|
6523
6666
|
| 'inputSourceMap' | 'projectRoot'>;
|
|
6524
6667
|
//#endregion
|
|
6525
|
-
//#region node_modules/.pnpm/vite@8.0.
|
|
6668
|
+
//#region node_modules/.pnpm/vite@8.0.16_@types+node@25.6.0_esbuild@0.28.1_jiti@2.6.1_terser@5.46.1_tsx@4.22.4_yaml@2.8.3/node_modules/vite/types/internal/cssPreprocessorOptions.d.ts
|
|
6526
6669
|
/* eslint-enable @typescript-eslint/ban-ts-comment */
|
|
6527
6670
|
// https://github.com/type-challenges/type-challenges/issues/29285
|
|
6528
6671
|
type IsAny<T> = boolean extends (T extends never ? true : false) ? true : false;
|
|
@@ -6541,7 +6684,7 @@ declare global {
|
|
|
6541
6684
|
interface HTMLLinkElement {}
|
|
6542
6685
|
}
|
|
6543
6686
|
//#endregion
|
|
6544
|
-
//#region node_modules/.pnpm/vite@8.0.
|
|
6687
|
+
//#region node_modules/.pnpm/vite@8.0.16_@types+node@25.6.0_esbuild@0.28.1_jiti@2.6.1_terser@5.46.1_tsx@4.22.4_yaml@2.8.3/node_modules/vite/types/importGlob.d.ts
|
|
6545
6688
|
/**
|
|
6546
6689
|
* Declare Worker in case DOM is not added to the tsconfig lib causing
|
|
6547
6690
|
* Worker interface is not defined. For developers with DOM lib added,
|
|
@@ -6552,10 +6695,10 @@ declare global {
|
|
|
6552
6695
|
interface Worker {}
|
|
6553
6696
|
}
|
|
6554
6697
|
//#endregion
|
|
6555
|
-
//#region node_modules/.pnpm/vite@8.0.
|
|
6698
|
+
//#region node_modules/.pnpm/vite@8.0.16_@types+node@25.6.0_esbuild@0.28.1_jiti@2.6.1_terser@5.46.1_tsx@4.22.4_yaml@2.8.3/node_modules/vite/dist/node/index.d.ts
|
|
6556
6699
|
//#region \0rolldown/runtime.js
|
|
6557
6700
|
//#endregion
|
|
6558
|
-
//#region ../../node_modules/.pnpm/@vitejs+devtools@0.
|
|
6701
|
+
//#region ../../node_modules/.pnpm/@vitejs+devtools@0.3.1_typescript@6.0.3_vite@packages+vite/node_modules/@vitejs/devtools/dist/cli-commands.d.ts
|
|
6559
6702
|
//#region src/node/cli-commands.d.ts
|
|
6560
6703
|
interface StartOptions {
|
|
6561
6704
|
root?: string;
|
|
@@ -6564,10 +6707,14 @@ interface StartOptions {
|
|
|
6564
6707
|
port?: string | number;
|
|
6565
6708
|
open?: boolean;
|
|
6566
6709
|
} //#endregion
|
|
6567
|
-
//#region ../../node_modules/.pnpm/@vitejs+devtools@0.
|
|
6710
|
+
//#region ../../node_modules/.pnpm/@vitejs+devtools@0.3.1_typescript@6.0.3_vite@packages+vite/node_modules/@vitejs/devtools/dist/config.d.ts
|
|
6568
6711
|
//#region src/node/config.d.ts
|
|
6569
6712
|
interface DevToolsConfig extends Partial<StartOptions> {
|
|
6570
6713
|
enabled: boolean;
|
|
6714
|
+
/**
|
|
6715
|
+
* Vite environments to enable DevTools for. Defaults to all environments.
|
|
6716
|
+
*/
|
|
6717
|
+
environments?: string[];
|
|
6571
6718
|
/**
|
|
6572
6719
|
* Disable client authentication.
|
|
6573
6720
|
*
|
|
@@ -7404,7 +7551,7 @@ interface DepOptimizationConfig {
|
|
|
7404
7551
|
type DepOptimizationOptions = DepOptimizationConfig & {
|
|
7405
7552
|
/**
|
|
7406
7553
|
* By default, Vite will crawl your `index.html` to detect dependencies that
|
|
7407
|
-
* need to be pre-bundled. If `build.
|
|
7554
|
+
* need to be pre-bundled. If `build.rolldownOptions.input` is specified, Vite
|
|
7408
7555
|
* will crawl those entry points instead.
|
|
7409
7556
|
*
|
|
7410
7557
|
* If neither of these fit your needs, you can specify custom entries using
|
|
@@ -9702,6 +9849,17 @@ interface SharedEnvironmentOptions {
|
|
|
9702
9849
|
* Optimize deps config
|
|
9703
9850
|
*/
|
|
9704
9851
|
optimizeDeps?: DepOptimizationOptions;
|
|
9852
|
+
/**
|
|
9853
|
+
* Whether this environment produces a bundled output.
|
|
9854
|
+
*
|
|
9855
|
+
* During `build`, this defaults to `true` for every environment.
|
|
9856
|
+
* During `serve`, this defaults to `true` only for the client environment
|
|
9857
|
+
* when `experimental.bundledDev` is enabled, and `false` otherwise.
|
|
9858
|
+
* Setting this explicitly on an environment always overrides the default.
|
|
9859
|
+
*
|
|
9860
|
+
* @experimental
|
|
9861
|
+
*/
|
|
9862
|
+
isBundled?: boolean;
|
|
9705
9863
|
}
|
|
9706
9864
|
interface EnvironmentOptions$1 extends SharedEnvironmentOptions {
|
|
9707
9865
|
/**
|
|
@@ -9722,6 +9880,7 @@ type ResolvedEnvironmentOptions = {
|
|
|
9722
9880
|
optimizeDeps: DepOptimizationOptions;
|
|
9723
9881
|
dev: ResolvedDevEnvironmentOptions;
|
|
9724
9882
|
build: ResolvedBuildEnvironmentOptions;
|
|
9883
|
+
isBundled: boolean;
|
|
9725
9884
|
plugins: readonly Plugin$1[];
|
|
9726
9885
|
};
|
|
9727
9886
|
type DefaultEnvironmentOptions = Omit<EnvironmentOptions$1, "consumer" | "resolve" | "keepProcessEnv"> & {
|
|
@@ -9946,7 +10105,11 @@ interface ExperimentalOptions {
|
|
|
9946
10105
|
*/
|
|
9947
10106
|
hmrPartialAccept?: boolean;
|
|
9948
10107
|
/**
|
|
9949
|
-
* Enable full bundle mode
|
|
10108
|
+
* Enable full bundle mode during `serve`.
|
|
10109
|
+
*
|
|
10110
|
+
* This seeds the default for the client environment's `isBundled` option.
|
|
10111
|
+
* Other environments default to `false` during `serve`. Any environment
|
|
10112
|
+
* can override its `isBundled` value via `environments[name].isBundled`.
|
|
9950
10113
|
*
|
|
9951
10114
|
* This is highly experimental.
|
|
9952
10115
|
*
|
|
@@ -10006,8 +10169,7 @@ interface ResolvedConfig$1 extends Readonly<Omit<UserConfig$1, "plugins" | "css"
|
|
|
10006
10169
|
publicDir: string;
|
|
10007
10170
|
cacheDir: string;
|
|
10008
10171
|
command: "build" | "serve";
|
|
10009
|
-
mode: string;
|
|
10010
|
-
isBundled: boolean;
|
|
10172
|
+
mode: string;
|
|
10011
10173
|
isWorker: boolean;
|
|
10012
10174
|
isProduction: boolean;
|
|
10013
10175
|
envDir: string | false;
|
|
@@ -10243,7 +10405,7 @@ interface TestError extends SerializedError {
|
|
|
10243
10405
|
expected?: string;
|
|
10244
10406
|
}
|
|
10245
10407
|
//#endregion
|
|
10246
|
-
//#region node_modules/.pnpm/vitest@4.1.9_@types+node@25.6.0_jsdom@29.1.1_vite@8.0.
|
|
10408
|
+
//#region node_modules/.pnpm/vitest@4.1.9_@types+node@25.6.0_jsdom@29.1.1_vite@8.0.16_@types+node@25.6.0_esbuild@0.2_122cf4c135a16adc0a0a242a41d9fd70/node_modules/vitest/dist/chunks/traces.d.D2T_R8rx.d.ts
|
|
10247
10409
|
interface AfterSuiteRunMeta {
|
|
10248
10410
|
coverage?: unknown;
|
|
10249
10411
|
testFiles: string[];
|
|
@@ -10500,7 +10662,7 @@ interface SerializedDiffOptions {
|
|
|
10500
10662
|
truncateAnnotation?: string;
|
|
10501
10663
|
}
|
|
10502
10664
|
//#endregion
|
|
10503
|
-
//#region node_modules/.pnpm/vitest@4.1.9_@types+node@25.6.0_jsdom@29.1.1_vite@8.0.
|
|
10665
|
+
//#region node_modules/.pnpm/vitest@4.1.9_@types+node@25.6.0_jsdom@29.1.1_vite@8.0.16_@types+node@25.6.0_esbuild@0.2_122cf4c135a16adc0a0a242a41d9fd70/node_modules/vitest/dist/chunks/config.d.A1h_Y6Jt.d.ts
|
|
10504
10666
|
/**
|
|
10505
10667
|
* Names of clock methods that may be faked by install.
|
|
10506
10668
|
*/
|
|
@@ -10697,7 +10859,7 @@ interface SerializedRootConfig extends SerializedConfig {
|
|
|
10697
10859
|
}
|
|
10698
10860
|
type BrowserTraceViewMode = "on" | "off" | "on-first-retry" | "on-all-retries" | "retain-on-failure";
|
|
10699
10861
|
//#endregion
|
|
10700
|
-
//#region node_modules/.pnpm/vitest@4.1.9_@types+node@25.6.0_jsdom@29.1.1_vite@8.0.
|
|
10862
|
+
//#region node_modules/.pnpm/vitest@4.1.9_@types+node@25.6.0_jsdom@29.1.1_vite@8.0.16_@types+node@25.6.0_esbuild@0.2_122cf4c135a16adc0a0a242a41d9fd70/node_modules/vitest/dist/chunks/worker.d.ZpHpO4yb.d.ts
|
|
10701
10863
|
interface ContextTestEnvironment {
|
|
10702
10864
|
name: string;
|
|
10703
10865
|
options: Record<string, any> | null;
|
|
@@ -10716,7 +10878,7 @@ interface WorkerExecuteContext {
|
|
|
10716
10878
|
workerId: number;
|
|
10717
10879
|
}
|
|
10718
10880
|
//#endregion
|
|
10719
|
-
//#region node_modules/.pnpm/vitest@4.1.9_@types+node@25.6.0_jsdom@29.1.1_vite@8.0.
|
|
10881
|
+
//#region node_modules/.pnpm/vitest@4.1.9_@types+node@25.6.0_jsdom@29.1.1_vite@8.0.16_@types+node@25.6.0_esbuild@0.2_122cf4c135a16adc0a0a242a41d9fd70/node_modules/vitest/dist/chunks/browser.d.BcoexmFG.d.ts
|
|
10720
10882
|
type SerializedTestSpecification = [project: {
|
|
10721
10883
|
name: string | undefined;
|
|
10722
10884
|
root: string;
|
|
@@ -10857,7 +11019,7 @@ type TaskResult = {
|
|
|
10857
11019
|
* Bench events
|
|
10858
11020
|
*/
|
|
10859
11021
|
//#endregion
|
|
10860
|
-
//#region node_modules/.pnpm/vitest@4.1.9_@types+node@25.6.0_jsdom@29.1.1_vite@8.0.
|
|
11022
|
+
//#region node_modules/.pnpm/vitest@4.1.9_@types+node@25.6.0_jsdom@29.1.1_vite@8.0.16_@types+node@25.6.0_esbuild@0.2_122cf4c135a16adc0a0a242a41d9fd70/node_modules/vitest/dist/chunks/benchmark.d.DAaHLpsq.d.ts
|
|
10861
11023
|
interface BenchmarkResult extends TaskResult {
|
|
10862
11024
|
name: string;
|
|
10863
11025
|
rank: number;
|
|
@@ -10865,7 +11027,7 @@ interface BenchmarkResult extends TaskResult {
|
|
|
10865
11027
|
median: number;
|
|
10866
11028
|
}
|
|
10867
11029
|
//#endregion
|
|
10868
|
-
//#region node_modules/.pnpm/@vitest+mocker@4.1.9_vite@8.0.
|
|
11030
|
+
//#region node_modules/.pnpm/@vitest+mocker@4.1.9_vite@8.0.16_@types+node@25.6.0_esbuild@0.28.1_jiti@2.6.1_terser@5.46.1_tsx@4.22.4_yaml@2.8.3_/node_modules/@vitest/mocker/dist/types.d-BjI5eAwu.d.ts
|
|
10869
11031
|
type MockedModule = AutomockedModule | AutospiedModule | ManualMockedModule | RedirectedModule;
|
|
10870
11032
|
declare class AutomockedModule {
|
|
10871
11033
|
raw: string;
|
|
@@ -10941,7 +11103,7 @@ interface StackTraceParserOptions {
|
|
|
10941
11103
|
frameFilter?: (error: TestError, frame: ParsedStack) => boolean | void;
|
|
10942
11104
|
}
|
|
10943
11105
|
//#endregion
|
|
10944
|
-
//#region node_modules/.pnpm/vitest@4.1.9_@types+node@25.6.0_jsdom@29.1.1_vite@8.0.
|
|
11106
|
+
//#region node_modules/.pnpm/vitest@4.1.9_@types+node@25.6.0_jsdom@29.1.1_vite@8.0.16_@types+node@25.6.0_esbuild@0.2_122cf4c135a16adc0a0a242a41d9fd70/node_modules/vitest/dist/browser.d.ts
|
|
10945
11107
|
interface FsOptions {
|
|
10946
11108
|
encoding?: BufferEncoding;
|
|
10947
11109
|
flag?: string | number;
|
|
@@ -10967,7 +11129,7 @@ declare class SnapshotManager {
|
|
|
10967
11129
|
resolveRawPath(testPath: string, rawPath: string): string;
|
|
10968
11130
|
}
|
|
10969
11131
|
//#endregion
|
|
10970
|
-
//#region node_modules/.pnpm/vitest@4.1.9_@types+node@25.6.0_jsdom@29.1.1_vite@8.0.
|
|
11132
|
+
//#region node_modules/.pnpm/vitest@4.1.9_@types+node@25.6.0_jsdom@29.1.1_vite@8.0.16_@types+node@25.6.0_esbuild@0.2_122cf4c135a16adc0a0a242a41d9fd70/node_modules/vitest/dist/chunks/reporters.d.DtoKVV2s.d.ts
|
|
10971
11133
|
type ChaiConfig = Omit<Partial<typeof chai.config>, "useProxy" | "proxyExcludedKeys" | "deepEqual">;
|
|
10972
11134
|
type HappyDOMOptions = Omit<NonNullable<ConstructorParameters<typeof happyDomTypes.Window>[0]>, "console">;
|
|
10973
11135
|
type JSDOMOptions = ConstructorOptionsOverride & Omit<jsdomTypes.ConstructorOptions, keyof ConstructorOptionsOverride>;
|
|
@@ -14435,7 +14597,7 @@ type TestProjectInlineConfiguration = (UserWorkspaceConfig & {
|
|
|
14435
14597
|
});
|
|
14436
14598
|
type TestProjectConfiguration = string | TestProjectInlineConfiguration | Promise<UserWorkspaceConfig> | UserProjectConfigFn;
|
|
14437
14599
|
//#endregion
|
|
14438
|
-
//#region node_modules/.pnpm/vitest@4.1.9_@types+node@25.6.0_jsdom@29.1.1_vite@8.0.
|
|
14600
|
+
//#region node_modules/.pnpm/vitest@4.1.9_@types+node@25.6.0_jsdom@29.1.1_vite@8.0.16_@types+node@25.6.0_esbuild@0.2_122cf4c135a16adc0a0a242a41d9fd70/node_modules/vitest/dist/chunks/global.d.DVsSRdQ5.d.ts
|
|
14439
14601
|
interface SnapshotMatcher<T> {
|
|
14440
14602
|
<U extends { [P in keyof T]: any }>(snapshot: Partial<U>, hint?: string): void;
|
|
14441
14603
|
(hint?: string): void;
|
|
@@ -14574,4 +14736,4 @@ declare function createRelayPool(opts: RelayPoolOptions): {
|
|
|
14574
14736
|
};
|
|
14575
14737
|
//#endregion
|
|
14576
14738
|
export { type createRelayPool as i, type RelayConnectionFactory as n, type RelayPoolOptions as r, type RELAY_POOL_NAME as t };
|
|
14577
|
-
//# sourceMappingURL=pool-
|
|
14739
|
+
//# sourceMappingURL=pool-Bf6rQci4.d.ts.map
|