UNPKG

530 BJavaScriptView Raw
1"use strict";
2/**
3 * Internal representation: the parsed syntax for C0/C1
4 *
5 * This file describes exactly the syntax that gets parsed by the parser. It is therefore very sensitive to changes in the parser, and so should not be relied upon.
6 *
7 * The only producer of these types is parse-util.ts. The only consumer of these types is restrictsyntax.ts. The structure of this file should match ast.ts as much as practical.
8 */
9Object.defineProperty(exports, "__esModule", { value: true });
10//# sourceMappingURL=parsedsyntax.js.map
\No newline at end of file