File tree Expand file tree Collapse file tree 4 files changed +89
-120
lines changed Expand file tree Collapse file tree 4 files changed +89
-120
lines changed Original file line number Diff line number Diff line change 44
55``` ts
66
7+ /// <reference types = " node" />
8+
79import { BaseError } from ' make-error' ;
810import type * as _ts from ' typescript' ;
911
@@ -24,6 +26,7 @@ export interface CreateOptions {
2426 // @deprecated
2527 dir? : string ;
2628 emit? : boolean ;
29+ esm? : boolean ;
2730 experimentalReplAwait? : boolean ;
2831 // (undocumented)
2932 fileExists? : (path : string ) => boolean ;
@@ -32,6 +35,7 @@ export interface CreateOptions {
3235 ignoreDiagnostics? : Array <number | string >;
3336 logError? : boolean ;
3437 moduleTypes? : ModuleTypes ;
38+ preferTsExts? : boolean ;
3539 pretty? : boolean ;
3640 project? : string ;
3741 projectSearchDir? : string ;
@@ -164,7 +168,6 @@ export const REGISTER_INSTANCE: unique symbol;
164168// @public
165169export interface RegisterOptions extends CreateOptions {
166170 experimentalResolverFeatures? : boolean ;
167- preferTsExts? : boolean ;
168171}
169172
170173// @public (undocumented)
@@ -345,7 +348,6 @@ export interface TypeInfo {
345348// @public
346349export const VERSION: any ;
347350
348-
349351// (No @packageDocumentation comment for this package)
350352
351353```
Original file line number Diff line number Diff line change 110110 },
111111 "homepage" : " https://typestrong.org/ts-node" ,
112112 "devDependencies" : {
113- "@microsoft/api-extractor" : " ^7.15.2 " ,
113+ "@microsoft/api-extractor" : " ^7.19.4 " ,
114114 "@swc/core" : " >=1.2.50" ,
115115 "@swc/wasm" : " >=1.2.50" ,
116116 "@types/chai" : " ^4.0.4" ,
You can’t perform that action at this time.
0 commit comments