@fimbul/wotan
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 types