File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
[ ![ github release] ( https://img.shields.io/github/v/release/flex-development/estree-util-unassert.svg?include_prereleases&sort=semver )] ( https://github.com/flex-development/estree-util-unassert/releases/latest )
4
4
[ ![ npm] ( https://img.shields.io/npm/v/@flex-development/estree-util-unassert.svg )] ( https://npmjs.com/package/@flex-development/estree-util-unassert )
5
- [ ![ codecov] ( https://codecov.io/gh/flex-development/estree-util-unassert/graph/badge.svg?token= )] ( https://codecov.io/gh/flex-development/estree-util-unassert )
5
+ [ ![ codecov] ( https://codecov.io/gh/flex-development/estree-util-unassert/graph/badge.svg?token=qbrCLnCoJp )] ( https://codecov.io/gh/flex-development/estree-util-unassert )
6
6
[ ![ module type: esm] ( https://img.shields.io/badge/module%20type-esm-brightgreen )] ( https://github.com/voxpelli/badges-cjs-esm )
7
7
[ ![ license] ( https://img.shields.io/github/license/flex-development/estree-util-unassert.svg )] ( LICENSE.md )
8
8
[ ![ conventional commits] ( https://img.shields.io/badge/-conventional%20commits-fe5196?logo=conventional-commits&logoColor=ffffff )] ( https://conventionalcommits.org/ )
9
9
[ ![ typescript] ( https://img.shields.io/badge/-typescript-3178c6?logo=typescript&logoColor=ffffff )] ( https://typescriptlang.org/ )
10
10
[ ![ vitest] ( https://img.shields.io/badge/-vitest-6e9f18?style=flat&logo=vitest&logoColor=ffffff )] ( https://vitest.dev/ )
11
11
[ ![ yarn] ( https://img.shields.io/badge/-yarn-2c8ebb?style=flat&logo=yarn&logoColor=ffffff )] ( https://yarnpkg.com/ )
12
12
13
- [ estree] [ estree ] (and [ esast] [ esast ] ) utility to remove assertions
13
+ [ estree] [ estree ] (and [ esast] [ esast ] ) utility to remove [ assertions] [ assertion ]
14
14
15
15
## Contents
16
16
24
24
25
25
## What is this?
26
26
27
- ** TODO ** : what is this?
27
+ This package is a utility that replaces and removes assertions in JavaScript syntax trees.
28
28
29
29
## When should I use this?
30
30
@@ -77,6 +77,7 @@ This package is fully typed with [TypeScript][typescript].
77
77
78
78
See [ ` CONTRIBUTING.md ` ] ( CONTRIBUTING.md ) .
79
79
80
+ [ assertion ] : https://en.wikipedia.org/wiki/Assertion_(software_development)
80
81
[ esast ] : https://github.com/syntax-tree/esast
81
82
[ esm ] : https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
82
83
[ esmsh ] : https://esm.sh/
You can’t perform that action at this time.
0 commit comments