1
0
Files
sashinexists/node_modules/@weborigami/language/src/runtime/symbols.js
2024-12-07 13:18:31 +11:00

4 lines
132 B
JavaScript

export const codeSymbol = Symbol("code");
export const scopeSymbol = Symbol("scope");
export const sourceSymbol = Symbol("source");