mirror of
				https://github.com/mermaid-js/mermaid.git
				synced 2025-11-04 12:54:08 +01:00 
			
		
		
		
	Merge branch 'develop' into feature/4674_sankeyValues
* develop: chore: Remove circular dependency
This commit is contained in:
		@@ -1,6 +1,6 @@
 | 
			
		||||
import { MermaidConfig } from '../config.type.js';
 | 
			
		||||
import type { MermaidConfig } from '../config.type.js';
 | 
			
		||||
import { frontMatterRegex } from './regexes.js';
 | 
			
		||||
import { DiagramDB } from './types.js';
 | 
			
		||||
import type { DiagramDB } from './types.js';
 | 
			
		||||
// The "* as yaml" part is necessary for tree-shaking
 | 
			
		||||
import * as yaml from 'js-yaml';
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user