refactor: replace require by import in xmldom adapter
This commit is contained in:
parent
7986411cfe
commit
abee69ff21
@ -1,4 +1,4 @@
|
||||
import xmldom = require('xmldom');
|
||||
import xmldom from 'xmldom';
|
||||
|
||||
import { DOMParser } from 'xmldom';
|
||||
import { ElementsToMathMLAdapter } from './xmldom-elements-to-mathml-elements-adapter';
|
||||
|
Loading…
Reference in New Issue
Block a user