File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ The `context` object has the following properties:
135
135
* ` languageOptions ` : (` object ` ) more details for each property [ here] ( ../use/configure/language-options )
136
136
* ` sourceType ` : (` 'script' | 'module' | 'commonjs' ` ) The mode for the current file.
137
137
* ` ecmaVersion ` : (` number ` ) The ECMA version used to parse the current file.
138
- * ` parser ` : (` object ` | ` string ` ): Either the parser used to parse the current file for flat config or its name for legacy config .
138
+ * ` parser ` : (` object ` ): The parser used to parse the current file.
139
139
* ` parserOptions ` : (` object ` ) The parser options configured for this file.
140
140
* ` globals ` : (` object ` ) The specified globals.
141
141
* ` parserPath ` : (` string ` , ** Removed** Use ` context.languageOptions.parser ` instead.) The name of the ` parser ` from the configuration.
You can’t perform that action at this time.
0 commit comments