File size: 140 Bytes
bc20498 |
1 2 3 4 5 |
import { createParser } from './create.js';
import config from '../syntax/config/parser-selector.js';
export default createParser(config);
|
bc20498 |
1 2 3 4 5 |
import { createParser } from './create.js';
import config from '../syntax/config/parser-selector.js';
export default createParser(config);
|