Add typings for recordAndTuple parser plugin (#12326)
This commit is contained in:
parent
089c200c8b
commit
d7e32d8c3d
@ -142,6 +142,7 @@ export type ParserPlugin =
|
||||
export type ParserPluginWithOptions =
|
||||
| ["decorators", DecoratorsPluginOptions]
|
||||
| ["pipelineOperator", PipelineOperatorPluginOptions]
|
||||
| ["recordAndTuple", RecordAndTuplePluginOptions]
|
||||
| ["flow", FlowPluginOptions];
|
||||
|
||||
export interface DecoratorsPluginOptions {
|
||||
@ -149,7 +150,11 @@ export interface DecoratorsPluginOptions {
|
||||
}
|
||||
|
||||
export interface PipelineOperatorPluginOptions {
|
||||
proposal: "minimal" | "smart";
|
||||
proposal: "fsharp" | "minimal" | "smart";
|
||||
}
|
||||
|
||||
export interface RecordAndTuplePluginOptions {
|
||||
syntaxType: "bar" | "hash";
|
||||
}
|
||||
|
||||
export interface FlowPluginOptions {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user