fix(types): missing unambiguous sourceType (#8610)
This commit is contained in:
parent
fc91b94a86
commit
07fae82a8a
@ -6,7 +6,7 @@ import type { PluginList } from "./plugin-utils";
|
|||||||
// the parser process. These options are recognized:
|
// the parser process. These options are recognized:
|
||||||
|
|
||||||
export type Options = {
|
export type Options = {
|
||||||
sourceType: "script" | "module",
|
sourceType: "script" | "module" | "unambiguous",
|
||||||
sourceFilename?: string,
|
sourceFilename?: string,
|
||||||
startLine: number,
|
startLine: number,
|
||||||
allowAwaitOutsideFunction: boolean,
|
allowAwaitOutsideFunction: boolean,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user