You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.js 154B

12345678910
  1. function noop() {
  2. throw new Error("Macro has not been processed");
  3. }
  4. module.exports = {
  5. define: noop,
  6. assert: noop,
  7. assertRuntimeError: noop
  8. };