To make this code above work, you'll have to add some dependencies on ~/.atom/chlorine
- they are used mostly for the custom tags here:
In file ~/.atom/chlorine/nomno.js
module.exports = require('nomnoml');
In file ~/.atom/chlorine/hpcc-js.js
const hpcc = require('@hpcc-js/wasm')
hpcc.wasmFolder(__dirname + "/node_modules/@hpcc-js/wasm/dist")
module.exports = hpcc