mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-23 17:29:54 +02:00
group jison loader and transformer
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
const { Generator } = require('jison');
|
||||
|
||||
module.exports = {
|
||||
process(source, filename, config, transformOptions) {
|
||||
return new Generator(source, {
|
||||
'token-stack': true,
|
||||
}).generate();
|
||||
},
|
||||
};
|
Reference in New Issue
Block a user