SWC plugin for unassert: Encourages programming with assertions by providing tools to compile them away
npm install swc-plugin-unassertswc-plugin-unassert
================================
SWC plugin for unassert: Encourages programming with assertions) by providing tools to compile them away.
[![unassert][unassert-banner]][unassert-url]
[![License][license-image]][license-url]
swc-plugin-unassert removes assertions on build. So you can use assertions to declare preconditions, postconditions, invariants and so on.
INSTALL
---------------------------------------
````
$ npm install --save-dev swc-plugin-unassert
AUTHOR
---------------------------------------
* Takuto Wada
LICENSE
---------------------------------------
Licensed under the MIT license.
[unassert-url]: https://github.com/unassert-js
[unassert-banner]: https://raw.githubusercontent.com/unassert-js/unassert-js-logo/master/banner/banner-official-fullcolor.png
[license-url]: https://twada.mit-license.org/
[license-image]: https://img.shields.io/badge/license-MIT-brightgreen.svg