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: memo-parser/README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,13 @@
1
1
# eslint-plugin-import/memo-parser
2
2
3
+
4
+
## NOTE!
5
+
6
+
This used to improve performance, but as of ESLint 5 and v2 of this plugin, it seems to just consume a bunch of memory and slightly increase lint times.
7
+
8
+
**Not recommended for use at this time!**
9
+
10
+
3
11
This parser is just a memoizing wrapper around some actual parser.
4
12
5
13
To configure, just add your _actual_ parser to the `parserOptions`, like so:
0 commit comments