File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 4
4
#### Features
5
5
6
6
* [ Replace default exported ` unassert ` with named exported ` unassertAst ` ] ( https://github.com/unassert-js/unassert/pull/27 )
7
- * [ Variable Tracking: remove assertion calls based on their imported variable names] ( https://github.com/unassert-js/unassert/pull/34 )
8
7
* [ Migrate codebase to ESM and provide CJS/ESM dual package] ( https://github.com/unassert-js/unassert/pull/29 )
8
+ * [ Variable Tracking: remove assertion calls based on their imported variable names] ( https://github.com/unassert-js/unassert/pull/34 )
9
+ * [ Replace AST matcher with simpler and robust logic] ( https://github.com/unassert-js/unassert/pull/25 )
9
10
* [ Support strict assertion mode newly exposed as 'node: assert /strict'] ( https://github.com/unassert-js/unassert/pull/31 )
10
11
* [ Support destructured assignment of strict property] ( https://github.com/unassert-js/unassert/pull/32 )
11
12
* [ Support safe removal of loop invariants in for-of statement] ( https://github.com/unassert-js/unassert/pull/35 )
You can’t perform that action at this time.
0 commit comments