mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-11-15 10:14:21 +01:00
Version change of babelify
This commit is contained in:
@@ -16,7 +16,9 @@
|
||||
* Web page integration module for the mermaid framework. It uses the mermaidAPI for mermaid functionality and to render
|
||||
* the diagrams to svg code.
|
||||
*/
|
||||
|
||||
import * as Logger from './logger';
|
||||
|
||||
var log = new Logger.Log();
|
||||
var mermaidAPI = require('./mermaidAPI');
|
||||
var nextId = 0;
|
||||
|
||||
Reference in New Issue
Block a user