r3-v2/node_modules/mamacro/index.js

11 lines
154 B
JavaScript

function noop() {
throw new Error("Macro has not been processed");
}
module.exports = {
define: noop,
assert: noop,
assertRuntimeError: noop
};