require-dax

Transparently require() dax from node

Usage no npm install needed!

<script type="module">
  import requireDax from 'https://cdn.skypack.dev/require-dax';
</script>

README

node-cjsx

Transparently require() cjsx from node

Usage

require('node-cjsx').transform()

node-cjsx is activated for files with either .cjsx or .coffee extension.

Installation

npm install node-cjsx

Thanks

This package is inspired by node-jsx and use coffee-react-transform to handle cjsx transformation to CoffeeScript. Thanks to the authors for their great work.