twada / power-assert-runtime

monorepo of power-assert runtime side

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

power-assert

Build Status License

Reorganize empower, power-assert-formatter and power-assert-renderers into monorepo structure.

MODULES

DESIGN DECISION

  • Make ECMAScript parser optional at runtime
  • Make each module lightweight and small as possible
  • Avoid unnecessary dependencies
  • Make renderers less dynamic and statically analyzable. No dynamic require.

OUR SUPPORT POLICY

For the Transpiler side, we support Node under maintenance. In other words, we stop supporting old Node version when their maintenance ends.

For the Runtime side, we support Node under maintenance and "modern enough" browsers such as Chrome, Firefox, Safari, Edge etc.

Any other environments are not supported officially (means that we do not test against them on CI service). power-assert is known to work with old browsers, and trying to keep them working though.

AUTHOR

LICENSE

Licensed under the MIT license.

About

monorepo of power-assert runtime side

License:MIT License


Languages

Language:JavaScript 100.0%