9 lines
179 B
JavaScript
Raw Permalink Normal View History

2026-05-31 13:21:13 +02:00
'use strict';
const create = require('./create.cjs');
const parser = require('../syntax/config/parser.cjs');
const index = create.createParser(parser);
module.exports = index;