What’s New

detective-typescript v14.1.1

v14.1.1
What's Changed
Fixed
  • skipAsyncImports, onFile, and onAfterFile options were incorrectly forwarded to the walker/parser constructor
Performance
  • Pass the pre-parsed AST directly to walker.walk() when src is a string, avoiding a redundant second parse. The issue was introduced in v11.1.0.
Tests
  • Fix unescaped literal . in the throws regex for the JSX parse error assertion.

Full Changelog: https://github.com/dependents/detective-typescript/compare/v14.1.0...v14.1.1

View original