Skip to content
This repository was archived by the owner on Jul 15, 2021. It is now read-only.

Commit 9ecda8b

Browse files
committed
Add SingleNodeTransform to browser shim. Refs #27
1 parent 9324521 commit 9ecda8b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

lib/streaming-shim.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/streaming-shim.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,9 @@ export class SqliteParserTransform {
44
throw new Error('SqliteParserTransform is not available in this environment');
55
}
66
}
7+
8+
export class SingleNodeTransform {
9+
constructor(options) {
10+
throw new Error('SingleNodeTransform is not available in this environment');
11+
}
12+
}

0 commit comments

Comments
 (0)