mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-17 06:20:07 +02:00
export all common ValueConverter
and TokenBuilder
and update imports
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
export { MermaidTokenBuilder } from './tokenBuilder.js';
|
||||
export { MermaidValueConverter } from './valueConverter.js';
|
||||
export * from './tokenBuilder.js';
|
||||
export * from './valueConverter.js';
|
||||
|
@@ -7,7 +7,7 @@ import type {
|
||||
} from 'langium';
|
||||
import { EmptyFileSystem, createDefaultModule, createDefaultSharedModule, inject } from 'langium';
|
||||
|
||||
import { CommonValueConverter } from '../common/valueConverter.js';
|
||||
import { CommonValueConverter } from '../common/index.js';
|
||||
import { InfoGeneratedModule, MermaidGeneratedSharedModule } from '../generated/module.js';
|
||||
import { InfoTokenBuilder } from './tokenBuilder.js';
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
import type { CstNode, GrammarAST, ValueType } from 'langium';
|
||||
|
||||
import { MermaidValueConverter } from '../common/valueConverter.js';
|
||||
import { MermaidValueConverter } from '../common/index.js';
|
||||
|
||||
export class PieValueConverter extends MermaidValueConverter {
|
||||
protected runCustomConverter(
|
||||
|
Reference in New Issue
Block a user