What’s New

detective-typescript

Developer Tools

detective-typescript release notes.

Latest v15.0.1 · by detective-typescriptWebsitedependents/detective-typescript

Changelog

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

v14.1.0

What's Changed
  • Allow typescript ^6.0.2 as a peer dependency (#83)
  • Update @typescript-eslint/typescript-estree to ^8.58.2
  • Bump lodash (#82), lodash-es (#81), flatted (#79), brace-expansion (#78), minimatch (#76), webpack (#75), js-yaml (#72)
  • Bump actions/setup-node from 4 to 6 (#70), github/codeql-action from 3 to 4 (#71), actions/checkout from 4 to 6 (#73)

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

v11.2.0

What's Changed
New Contributors

Full Changelog: https://github.com/dependents/detective-typescript/compare/v11.1.0...v11.2.0