mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-11-17 03:04:07 +01:00
rename abstract rules in common parser files
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import type { CstNode, GrammarAST, ValueType } from 'langium';
|
||||
|
||||
import { MermaidValueConverter } from '../common/index.js';
|
||||
import { AbstractMermaidValueConverter } from '../common/index.js';
|
||||
|
||||
export class PieValueConverter extends MermaidValueConverter {
|
||||
export class PieValueConverter extends AbstractMermaidValueConverter {
|
||||
protected runCustomConverter(
|
||||
rule: GrammarAST.AbstractRule,
|
||||
input: string,
|
||||
|
||||
Reference in New Issue
Block a user