Skip to content

Commit d5d8b35

Browse files
authoredApr 12, 2018
memo-parser cautionary note
1 parent cfd4377 commit d5d8b35

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
 

‎memo-parser/README.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# eslint-plugin-import/memo-parser
22

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+
311
This parser is just a memoizing wrapper around some actual parser.
412

513
To configure, just add your _actual_ parser to the `parserOptions`, like so:

0 commit comments

Comments
 (0)
Please sign in to comment.