fix(types): missing unambiguous sourceType (#8610)

This commit is contained in:
Sven Sauleau 2018-09-04 17:03:48 +02:00 committed by Brian Ng
parent fc91b94a86
commit 07fae82a8a

View File

@ -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,