Changeset 0c6b92a for imaps-frontend/node_modules/tslib/tslib.d.ts
- Timestamp:
- 12/12/24 17:06:06 (5 weeks ago)
- Branches:
- main
- Parents:
- d565449
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/tslib/tslib.d.ts
rd565449 r0c6b92a 452 452 */ 453 453 export declare function __disposeResources(env: { stack: { value?: unknown, dispose?: Function, async: boolean }[]; error: unknown; hasError: boolean; }): any; 454 455 /** 456 * Transforms a relative import specifier ending in a non-declaration TypeScript file extension to its JavaScript file extension counterpart. 457 * @param path The import specifier. 458 * @param preserveJsx Causes '*.tsx' to transform to '*.jsx' instead of '*.js'. Should be true when `--jsx` is set to `preserve`. 459 */ 460 export declare function __rewriteRelativeImportExtension(path: string, preserveJsx?: boolean): string;
Note:
See TracChangeset
for help on using the changeset viewer.