@fimbul/wotan
Advanced tools
Changelog
v0.21.1
Bugfixes:
wotan
: properly handle backslashes in Windows paths to not report "is not included in any of the projects"Changelog
v0.21.0
:warning: Breaking Changes:
Rule.supports
can now return a string respresenting the reason for not supporting the fileLinter#lintAndFix
now requires a ProgramFactory
instead of Program
Linter#lintAndFix
UpdateFileCallback
is now expected to only return a SourceFile
no-inferred-empty-object
was renamed to no-uninferred-type-parameter
Features:
--project --references
tsconfig.json
files are cached for all project references--project --fix
no-uninferred-type-parameter
properly handles new default constraint unknown
no-uninferred-type-parameter
now detects uninferred type parameters in JS code falling back to any
no-uninferred-type-parameter
correctly handles higher order function typesno-useless-initializer
checks array destructuringBugfixes: