Skip to content

Commit 8ac8131

Browse files
docs: add README badges (#5)
1 parent 5988daa commit 8ac8131

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ This module loosely implements the API of Acorn parser's [walk module], which is
88

99
In my tests, babel-walk's ancestor walker (the most complex walker provided by this module) is about 8 times faster than babel-traverse, if the visitors are cached and the same AST is used for all runs. It is about 16 times faster if a fresh AST is used every run.
1010

11-
[![Dependency Status](https://img.shields.io/david/pugjs/babel-walk.svg)](https://david-dm.org/pugjs/babel-walk)
12-
[![NPM version](https://img.shields.io/npm/v/babel-walk.svg)](https://www.npmjs.com/package/babel-walk)
11+
[![Build Status](https://img.shields.io/github/workflow/status/pugjs/babel-walk/Publish%20Canary/master?style=for-the-badge)](https://github.com/pugjs/babel-walk/actions?query=workflow%3A%22Publish+Canary%22)
12+
[![Rolling Versions](https://img.shields.io/badge/Rolling%20Versions-Enabled-brightgreen?style=for-the-badge)](https://rollingversions.com/pugjs/babel-walk)
13+
[![NPM version](https://img.shields.io/npm/v/babel-walk?style=for-the-badge)](https://www.npmjs.com/package/babel-walk)
1314

1415
[babel]: https://babeljs.io/
1516
[babel-traverse]: https://github.com/thejameskyle/babel-handbook/blob/master/translations/en/plugin-handbook.md#toc-babel-traverse

0 commit comments

Comments
 (0)