mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-11-22 13:44:19 +01:00
Cleanup
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
// eslint-disable-next-line @typescript-eslint/no-var-requires
|
||||
const { transformJison } = require('../../.esbuild/jisonTransformer.cjs');
|
||||
|
||||
module.exports = {
|
||||
process(sourceText, sourcePath, options) {
|
||||
return { code: transformJison(sourceText) };
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user