Skip to content

Latest commit

 

History

History
61 lines (40 loc) · 2.9 KB

README.md

File metadata and controls

61 lines (40 loc) · 2.9 KB

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.