Skip to content

Commit

Permalink
docs: add README badges (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
ForbesLindesay authored May 25, 2020
1 parent 5988daa commit 8ac8131
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ This module loosely implements the API of Acorn parser's [walk module], which is

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.

[![Dependency Status](https://img.shields.io/david/pugjs/babel-walk.svg)](https://david-dm.org/pugjs/babel-walk)
[![NPM version](https://img.shields.io/npm/v/babel-walk.svg)](https://www.npmjs.com/package/babel-walk)
[![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)
[![Rolling Versions](https://img.shields.io/badge/Rolling%20Versions-Enabled-brightgreen?style=for-the-badge)](https://rollingversions.com/pugjs/babel-walk)
[![NPM version](https://img.shields.io/npm/v/babel-walk?style=for-the-badge)](https://www.npmjs.com/package/babel-walk)

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

0 comments on commit 8ac8131

Please sign in to comment.