Skip to content

correctness

Compare
Choose a tag to compare
@benmosher benmosher released this 25 Nov 22:03
· 1876 commits to main since this release
  • 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 the context and settings. My own fault... not very hygienic to mutate shared state in the first place.