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
Copy file name to clipboardExpand all lines: packages/parser/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ The following additional configuration options are available by specifying them
42
42
43
43
-**`ecmaFeatures.jsx`** - default `false`. Enable parsing JSX when `true`. More details can be found [here](https://www.typescriptlang.org/docs/handbook/jsx.html).
44
44
45
-
NOTE: this setting does not effect known file types (.js, .jsx, .ts, .tsx, .json) because the typescript compiler has its own internal handling for known file extensions. The exact behaviour is as follows:
45
+
NOTE: this setting does not affect known file types (.js, .jsx, .ts, .tsx, .json) because the typescript compiler has its own internal handling for known file extensions. The exact behaviour is as follows:
46
46
47
47
- if `parserOptions.project` is _not_ provided:
48
48
-`.js`, `.jsx`, `.tsx` files are parsed as if this is true.
0 commit comments