fix test errors

This commit is contained in:
Huáng Jùnliàng
2022-01-14 20:41:36 -05:00
committed by Nicolò Ribaudo
parent e9f56f3c2a
commit 351f1585b7
2 changed files with 2 additions and 1 deletions

View File

@@ -38,6 +38,7 @@ interface Options {
name: string;
feature: number;
loose?: boolean;
inherits?: () => Options;
// same as PluginObject.manipulateOptions
manipulateOptions: (options: unknown, parserOpts: ParserOptions) => void;
// TODO(flow->ts): change to babel api