|
1 |
| -# ES6 Shim |
| 1 | +# ES6 Shim <sup>[![Version Badge][npm-version-svg]][package-url]</sup> |
2 | 2 | Provides compatibility shims so that legacy JavaScript engines behave as
|
3 | 3 | closely as possible to ECMAScript 6 (Harmony).
|
4 | 4 |
|
5 |
| -[![Build Status][1]][2] [![dependency status][3]][4] [![dev dependency status][5]][6] |
| 5 | +[![github actions][actions-image]][actions-url] |
| 6 | +[![coverage][codecov-image]][codecov-url] |
| 7 | +[![License][license-image]][license-url] |
| 8 | +[![Downloads][downloads-image]][downloads-url] |
6 | 9 |
|
7 |
| -[](https://ci.testling.com/paulmillr/es6-shim) |
| 10 | +[![npm badge][npm-badge-png]][package-url] |
8 | 11 |
|
9 |
| -[](https://saucelabs.com/u/es6-shim) |
| 12 | +<!-- [](https://ci.testling.com/paulmillr/es6-shim) --> |
| 13 | + |
| 14 | +<!-- [](https://saucelabs.com/u/es6-shim) --> |
10 | 15 |
|
11 | 16 | [HTML version of the final ECMAScript 6 spec][spec-html-url]
|
12 | 17 |
|
@@ -261,12 +266,22 @@ Promise.resolve(5).then(function (value) {
|
261 | 266 |
|
262 | 267 | The project was initially based on es6-shim by Axel Rauschmayer.
|
263 | 268 |
|
264 |
| -[1]: https://travis-ci.org/paulmillr/es6-shim.svg |
265 |
| -[2]: https://travis-ci.org/paulmillr/es6-shim |
266 |
| -[3]: https://david-dm.org/paulmillr/es6-shim.svg |
267 |
| -[4]: https://david-dm.org/paulmillr/es6-shim |
268 |
| -[5]: https://david-dm.org/paulmillr/es6-shim/dev-status.svg |
269 |
| -[6]: https://david-dm.org/paulmillr/es6-shim#info=devDependencies |
270 | 269 | [license-url]: https://github.com/paulmillr/es6-shim/blob/master/LICENSE
|
271 | 270 | [spec-html-url]: http://www.ecma-international.org/ecma-262/6.0/
|
272 | 271 | [es5-shim-url]: https://github.com/es-shims/es5-shim
|
| 272 | +
|
| 273 | +[package-url]: https://npmjs.org/package/es6-shim |
| 274 | +[npm-version-svg]: https://versionbadg.es/paulmillr/es6-shim.svg |
| 275 | +[deps-svg]: https://david-dm.org/paulmillr/es6-shim.svg |
| 276 | +[deps-url]: https://david-dm.org/paulmillr/es6-shim |
| 277 | +[dev-deps-svg]: https://david-dm.org/paulmillr/es6-shim/dev-status.svg |
| 278 | +[dev-deps-url]: https://david-dm.org/paulmillr/es6-shim#info=devDependencies |
| 279 | +[npm-badge-png]: https://nodei.co/npm/es6-shim.png?downloads=true&stars=true |
| 280 | +[license-image]: https://img.shields.io/npm/l/es6-shim.svg |
| 281 | +[license-url]: LICENSE |
| 282 | +[downloads-image]: https://img.shields.io/npm/dm/es6-shim.svg |
| 283 | +[downloads-url]: https://npm-stat.com/charts.html?package=es6-shim |
| 284 | +[codecov-image]: https://codecov.io/gh/paulmillr/es6-shim/branch/main/graphs/badge.svg |
| 285 | +[codecov-url]: https://app.codecov.io/gh/paulmillr/es6-shim/ |
| 286 | +[actions-image]: https://img.shields.io/endpoint?url=https://github-actions-badge-u3jn4tfpocch.runkit.sh/paulmillr/es6-shim |
| 287 | +[actions-url]: https://github.com/paulmillr/es6-shim/actions |
0 commit comments