@fimbul/mimir
Advanced tools
Changelog
v0.16.0
Features:
async-function-assignability
BigInt
types and literalsno-duplicate-case
: correctly handles BigInt and (bitwise) negation thereofno-invalid-assertion
: adds an additional check for asserting BigIntsno-useless-predicage
: allows comparing typeof v === "bigint"
no-duplicate-spread-property
: handle spreading of type variables introduced in typescript@3.2Bugfixes:
no-duplicate-case
: only use type information if strictNullChecks
is enabled to avoid false positives..
and .
in glob patterns and file namesno-duplicate-spread-property
: works with intersection typesChangelog
v0.15.0
Features:
wotan test
now validates test configurations--fix
now merges replacements of a single fix instead of throwing an errorno-useless-spread
: added check for JSX spread attributesBugfixes:
no-useless-initializer
: removed unreliable fix for object destructuringno-useless-initializer
: fixed false positive in destructuring when property is a type parameter or conditional type