Implement f# pipeline in parser (#9450)
This commit is contained in:
committed by
Nicolò Ribaudo
parent
0a98814329
commit
6b8a37c413
@@ -77,6 +77,10 @@ export default class State {
|
||||
maxTopicIndex: null,
|
||||
};
|
||||
|
||||
// For the F# plugin
|
||||
soloAwait: boolean = false;
|
||||
inFSharpPipelineDirectBody: boolean = false;
|
||||
|
||||
// Check whether we are in a (nested) class or not.
|
||||
classLevel: number = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user