Skip to content

Commit

Permalink
memo-parser cautionary note
Browse files Browse the repository at this point in the history
  • Loading branch information
benmosher authored Apr 12, 2018
1 parent cfd4377 commit d5d8b35
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions memo-parser/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# eslint-plugin-import/memo-parser


## NOTE!

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.

**Not recommended for use at this time!**


This parser is just a memoizing wrapper around some actual parser.

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

0 comments on commit d5d8b35

Please sign in to comment.