Skip to content

Commit

Permalink
update api-extractor report
Browse files Browse the repository at this point in the history
- also fixes missing @internal
  • Loading branch information
cspotcode committed Mar 6, 2022
1 parent e842c11 commit 29a15bc
Show file tree
Hide file tree
Showing 4 changed files with 89 additions and 120 deletions.
6 changes: 4 additions & 2 deletions api-extractor/ts-node.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
```ts

/// <reference types="node" />

import { BaseError } from 'make-error';
import type * as _ts from 'typescript';

Expand All @@ -24,6 +26,7 @@ export interface CreateOptions {
// @deprecated
dir?: string;
emit?: boolean;
esm?: boolean;
experimentalReplAwait?: boolean;
// (undocumented)
fileExists?: (path: string) => boolean;
Expand All @@ -32,6 +35,7 @@ export interface CreateOptions {
ignoreDiagnostics?: Array<number | string>;
logError?: boolean;
moduleTypes?: ModuleTypes;
preferTsExts?: boolean;
pretty?: boolean;
project?: string;
projectSearchDir?: string;
Expand Down Expand Up @@ -164,7 +168,6 @@ export const REGISTER_INSTANCE: unique symbol;
// @public
export interface RegisterOptions extends CreateOptions {
experimentalResolverFeatures?: boolean;
preferTsExts?: boolean;
}

// @public (undocumented)
Expand Down Expand Up @@ -345,7 +348,6 @@ export interface TypeInfo {
// @public
export const VERSION: any;


// (No @packageDocumentation comment for this package)

```
199 changes: 82 additions & 117 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
},
"homepage": "https://typestrong.org/ts-node",
"devDependencies": {
"@microsoft/api-extractor": "^7.15.2",
"@microsoft/api-extractor": "^7.19.4",
"@swc/core": ">=1.2.50",
"@swc/wasm": ">=1.2.50",
"@types/chai": "^4.0.4",
Expand Down

0 comments on commit 29a15bc

Please sign in to comment.