Spaces:
Runtime error
Runtime error
File size: 131 Bytes
b5ea024 |
1 2 3 4 5 |
import { createParser } from './create.js';
import config from '../syntax/config/parser.js';
export default createParser(config);
|