Skip to content

Commit 675afe3

Browse files
committed
feat: expose RemoteNode & RemoteNodeList (#7)
1 parent f8ab70e commit 675afe3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

_packages/api/src/api.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import type {
77
} from "@typescript/ast";
88
import { Client } from "./client.ts";
99
import type { FileSystem } from "./fs.ts";
10-
import { RemoteSourceFile } from "./node.ts";
10+
import { RemoteSourceFile, RemoteNode, RemoteNodeList } from "./node.ts";
1111
import { ObjectRegistry } from "./objectRegistry.ts";
1212
import type {
1313
ConfigResponse,
@@ -16,7 +16,7 @@ import type {
1616
TypeResponse,
1717
} from "./proto.ts";
1818

19-
export { SymbolFlags, TypeFlags, RemoteSourceFile, type Node };
19+
export { SymbolFlags, TypeFlags, RemoteSourceFile, RemoteNode, RemoteNodeList, type Node };
2020

2121
export interface APIOptions {
2222
tsserverPath: string;

0 commit comments

Comments
 (0)