babel-plugin-espower icon indicating copy to clipboard operation
babel-plugin-espower copied to clipboard

Babel plugin for power-assert

Results 9 babel-plugin-espower issues
Sort by recently updated
recently updated
newest added

The primary goal of this is removal of core-js dependency decreasing install size from 16mb to 7.7mb. I did the visitorKeys sync in a separate commit to show that the...

Bumps [json5](https://github.com/json5/json5) from 2.1.0 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...

dependencies

``` warning @ava/babel > babel-plugin-espower > espurify > [email protected]: core-js@

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.3.7 to 4.16.6. Changelog Sourced from browserslist's changelog. 4.16.6 Fixed npm-shrinkwrap.json support in --update-db (by Geoff Newman). 4.16.5 Fixed unsafe RegExp (by Yeting Li). 4.16.4 Fixed unsafe...

dependencies

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

This is the first babel plugin I've seen that simply uses a `Program` entrypoint then uses `estraverse` all over (https://github.com/power-assert-js/babel-plugin-espower/blob/4932320d9eecffca0dc38dc7fc2684ffffca1c6c/lib/babel-assertion-visitor.js) rather than use the visitors provided by Babel itself. This...

See https://github.com/avajs/ava/issues/1031 The issue arises because users don't necessarily want to use `t` as their variable name. Instead of just allowing patterns, it seems possible to allow a more complex...

Experimental implementation of power-assert v2 transpiler side.