File tree 4 files changed +89
-120
lines changed
4 files changed +89
-120
lines changed Original file line number Diff line number Diff line change 4
4
5
5
``` ts
6
6
7
+ /// <reference types = " node" />
8
+
7
9
import { BaseError } from ' make-error' ;
8
10
import type * as _ts from ' typescript' ;
9
11
@@ -24,6 +26,7 @@ export interface CreateOptions {
24
26
// @deprecated
25
27
dir? : string ;
26
28
emit? : boolean ;
29
+ esm? : boolean ;
27
30
experimentalReplAwait? : boolean ;
28
31
// (undocumented)
29
32
fileExists? : (path : string ) => boolean ;
@@ -32,6 +35,7 @@ export interface CreateOptions {
32
35
ignoreDiagnostics? : Array <number | string >;
33
36
logError? : boolean ;
34
37
moduleTypes? : ModuleTypes ;
38
+ preferTsExts? : boolean ;
35
39
pretty? : boolean ;
36
40
project? : string ;
37
41
projectSearchDir? : string ;
@@ -164,7 +168,6 @@ export const REGISTER_INSTANCE: unique symbol;
164
168
// @public
165
169
export interface RegisterOptions extends CreateOptions {
166
170
experimentalResolverFeatures? : boolean ;
167
- preferTsExts? : boolean ;
168
171
}
169
172
170
173
// @public (undocumented)
@@ -345,7 +348,6 @@ export interface TypeInfo {
345
348
// @public
346
349
export const VERSION: any ;
347
350
348
-
349
351
// (No @packageDocumentation comment for this package)
350
352
351
353
```
Original file line number Diff line number Diff line change 110
110
},
111
111
"homepage" : " https://typestrong.org/ts-node" ,
112
112
"devDependencies" : {
113
- "@microsoft/api-extractor" : " ^7.15.2 " ,
113
+ "@microsoft/api-extractor" : " ^7.19.4 " ,
114
114
"@swc/core" : " >=1.2.50" ,
115
115
"@swc/wasm" : " >=1.2.50" ,
116
116
"@types/chai" : " ^4.0.4" ,
You can’t perform that action at this time.
0 commit comments