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
docs: warn about the typescript parser being a singleton
The TypeScript parser uses a singleton internally, which means that
repeated `parserOptions` will be ignored, using only the first one. This
can lead to unexpected behaviour if there are multiple possible
configurations.
This closes#422.
Ref: #422
Signed-off-by: JP-Ellis <[email protected]>
0 commit comments