(name, body)
| 10454 | const _macros = {}; // This function might one day accept an additional argument and do more things. |
| 10455 | |
| 10456 | function defineMacro(name, body) { |
| 10457 | _macros[name] = body; |
| 10458 | } |
| 10459 | ;// CONCATENATED MODULE: ./src/SourceLocation.js |
| 10460 | /** |
| 10461 | * Lexing or parsing positional information for error reporting. |