astro-ghostcms/.pnpm-store/v3/files/4d/a6dbf0055f5de2c71cd8f1c41c7...

13 lines
204 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
'use strict';
const data = require('../../data.cjs');
const index = require('../node/index.cjs');
const lexerConfig = {
generic: true,
...data,
node: index
};
module.exports = lexerConfig;