Skip to content

Commit

Permalink
update api-extractor report for 10.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cspotcode committed Oct 11, 2021
1 parent 3ca5df8 commit aa19440
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion api-extractor/ts-node.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ import type * as _ts from 'typescript';
// @public
export function create(rawOptions?: CreateOptions): Service;

// Warning: (ae-forgotten-export) The symbol "createEsmHooks" needs to be exported by the entry point index.d.ts
//
// @public (undocumented)
export const createEsmHooks: typeof createEsmHooks_2;

// @public
export interface CreateOptions {
compiler?: string;
Expand Down Expand Up @@ -79,6 +84,9 @@ export type Register = Service;
// @public
export function register(opts?: RegisterOptions): Service;

// @public
export function register(service: Service): Service;

// @public
export const REGISTER_INSTANCE: unique symbol;

Expand Down Expand Up @@ -213,7 +221,7 @@ export interface TSCommon {
}

// @public
export interface TsConfigOptions extends Omit<RegisterOptions, 'transformers' | 'readFile' | 'fileExists' | 'skipProject' | 'project' | 'dir' | 'cwd' | 'projectSearchDir' | 'experimentalEsmLoader' | 'optionBasePaths'> {
export interface TsConfigOptions extends Omit<RegisterOptions, 'transformers' | 'readFile' | 'fileExists' | 'skipProject' | 'project' | 'dir' | 'cwd' | 'projectSearchDir' | 'optionBasePaths'> {
}

// @public
Expand Down

0 comments on commit aa19440

Please sign in to comment.