v14.1.1
What's Changed
Fixed
skipAsyncImports,onFile, andonAfterFileoptions were incorrectly forwarded to the walker/parser constructor
Performance
- Pass the pre-parsed AST directly to
walker.walk()whensrcis a string, avoiding a redundant second parse. The issue was introduced in v11.1.0.
Tests
- Fix unescaped literal
.in thethrowsregex for the JSX parse error assertion.
Full Changelog: https://github.com/dependents/detective-typescript/compare/v14.1.0...v14.1.1