2020-05-19 11:43:42 +03:00

11 lines
154 B
JavaScript

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