correctness
- cache correctness: should properly re-load changed files even in a long lived process (like a webpack dev server)
- fixed issue where inferring JSX parsing from
ecmaFeatures.jsx
was broken when ESLint froze thecontext
andsettings
. My own fault... not very hygienic to mutate shared state in the first place.