@fimbul/wotan
Advanced tools
Changelog
v0.14.0
Features:
tsconfig.json
containing references
files
array if there are references
-r
or --references
CLI option to recursively lint all references
. This works similar to tsc --build
but doesn't build a dependency graph. Instead it processes the projects depth-first in their specified order.-p
or --project
multiple timesBugfixes:
typecheck
: correctly report declaration errors with "composite": true
Changelog
v0.13.0
:warning: Breaking Changes:
Features:
no-restricted-property-access
no-useless-strict
no-useless-declare
: declare
keyword is useless on export
ed declarations in declaration filesBugfixes:
no-duplicate-spread-property
: correctly handles computed namesno-duplicate-spread-property
: exclude class getters and setters like it's already done for class methodsno-duplicate-spread-property
: no error on getter and setter pairno-invalid-assertion
: handle intersection typesprefer-for-of
: don't suggest for-of
if implementation of iteration protocol contains private
or protected
members--version
--project
without typed rules