Skip to content

putout v35.17.0

Choose a tag to compare

@coderaiser coderaiser released this 28 Apr 20:10
· 6017 commits to master since this release

Added support of quick-lint-js 🎉

Just landed support of fastest JavaScript bugs finder.

Now when Babel cannot parse source code, 🐊Putout tries again with @putout/quick-lint, so now error messages will be much more user friendly.
Here is how it looks like for code:

function x() {
    await m();
}

Before

image

After

image

That's all for today 🦏.

🐞 fix

  • a87e7e0 @putout/plugin-nodejs: add-node-predynamic: Identifier
  • ca542fb @putout/eslint: no config found: Flat Config error -> RC error

🔥 feature

  • 9f76b2a putout: @putout/quick-lint v1.0.0
  • 8ad6cd6 @putout/eslint: add ability to hande no FlatConfig found error
  • 949e898 @putout/plugin-nodejs: add-node-prefix: simplify
  • 1551e9f @putout/plugin-nodejs: add-node-prefix: dynamic import
  • 08acf95 @putout/plugin-nodejs: add-node-prefix: add require
  • 6744c61 @putout/plugin-nodejs: add-node-prefix: report