This commit is contained in:
darenhsu
2022-07-17 13:16:16 +08:00
parent 84759556ff
commit befd344ab0
28070 changed files with 4008428 additions and 1 deletions
+2
View File
@@ -0,0 +1,2 @@
import { TransformOptions } from './types';
export default function transform(opts: TransformOptions): string;
+2136
View File
File diff suppressed because one or more lines are too long
+10
View File
@@ -0,0 +1,10 @@
/// <reference types="node" />
import 'v8-compile-cache';
import { TransformOptions } from './types';
export declare type JITIOptions = {
transform?: (opts: TransformOptions) => string;
debug?: boolean;
cache?: boolean;
cacheDir?: string;
};
export default function createJITI(_filename?: string, opts?: JITIOptions): NodeRequire;
+2
View File
File diff suppressed because one or more lines are too long
+1
View File
@@ -0,0 +1 @@
/*!*/
+5
View File
@@ -0,0 +1,5 @@
export declare type TransformOptions = {
source: string;
filename?: string;
ts?: Boolean;
};
+2
View File
@@ -0,0 +1,2 @@
export declare function isDir(filename: string): boolean;
export declare function interopDefault(ex: any): any;
+2
View File
File diff suppressed because one or more lines are too long
+1
View File
@@ -0,0 +1 @@
/*!*/