Skip to content

Commit aa19440

Browse files
committed
update api-extractor report for 10.3.0
1 parent 3ca5df8 commit aa19440

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

api-extractor/ts-node.api.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ import type * as _ts from 'typescript';
1010
// @public
1111
export function create(rawOptions?: CreateOptions): Service;
1212

13+
// Warning: (ae-forgotten-export) The symbol "createEsmHooks" needs to be exported by the entry point index.d.ts
14+
//
15+
// @public (undocumented)
16+
export const createEsmHooks: typeof createEsmHooks_2;
17+
1318
// @public
1419
export interface CreateOptions {
1520
compiler?: string;
@@ -79,6 +84,9 @@ export type Register = Service;
7984
// @public
8085
export function register(opts?: RegisterOptions): Service;
8186

87+
// @public
88+
export function register(service: Service): Service;
89+
8290
// @public
8391
export const REGISTER_INSTANCE: unique symbol;
8492

@@ -213,7 +221,7 @@ export interface TSCommon {
213221
}
214222

215223
// @public
216-
export interface TsConfigOptions extends Omit<RegisterOptions, 'transformers' | 'readFile' | 'fileExists' | 'skipProject' | 'project' | 'dir' | 'cwd' | 'projectSearchDir' | 'experimentalEsmLoader' | 'optionBasePaths'> {
224+
export interface TsConfigOptions extends Omit<RegisterOptions, 'transformers' | 'readFile' | 'fileExists' | 'skipProject' | 'project' | 'dir' | 'cwd' | 'projectSearchDir' | 'optionBasePaths'> {
217225
}
218226

219227
// @public

0 commit comments

Comments
 (0)