You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`filename`| The filename to parse. *Required* unless `filecontent` is passed |
88
-
|`filecontent`| The file content to parse. *Required* unless `filename` is passed |
89
-
|`encoding`| The file encoding. Default is `'utf8'`|
90
-
|`features`| The component features to parse and extract.<br/>Default features: `['name', 'description', 'slots', 'props', 'data', 'computed', 'events', 'methods']`|
91
-
|`loaders`| Use this option to define [custom loaders](https://gitlab.com/vuedoc/parser/blob/main/README.md#language-processing) for specific languages |
92
-
|`ignoredVisibilities`| List of ignored visibilities. Default: `['protected', 'private']`|
|`jsx`| Set to `true` to enable JSX parsing. Default `false`|
95
-
|`resolvers`| Array of entries to use to resolve imports sources. See definition file [types/ImportResolver.d.ts](https://gitlab.com/vuedoc/parser/blob/main/types/ImportResolver.d.ts)|
96
-
|`plugins`| An array of plugins to activate. See [Using Plugins](#using-plugins) section|
|`filename`| The filename to parse. *Required* unless `filecontent` is passed |
88
+
|`filecontent`| The file content to parse. *Required* unless `filename` is passed |
89
+
|`encoding`| The file encoding. Default is `'utf8'`|
90
+
|`features`| The component features to parse and extract.<br/>Default features: `['name', 'description', 'slots', 'props', 'data', 'computed', 'events', 'methods']`|
91
+
|`loaders`| Use this option to define [custom loaders](https://gitlab.com/vuedoc/parser/blob/main/README.md#language-processing) for specific languages |
92
+
|`ignoredVisibilities`| List of ignored visibilities. Default: `['protected', 'private']`|
|`resolver`| A resolver object used to resolve imports statements. See definition file [types/ImportResolver.d.ts](https://gitlab.com/vuedoc/parser/blob/main/types/ImportResolver.d.ts)|
95
+
|`plugins`| An array of plugins to activate. See [Using Plugins](#using-plugins) section |
96
+
|`jsx`| Set to `true` to enable JSX parsing. Default `false`|
97
97
98
98
Found [TypeScript definition here](https://gitlab.com/vuedoc/parser/blob/main/types/index.d.ts).
0 commit comments