make compatible with webpack and less sophisticated module bundlers

This commit is contained in:
Kevin Jahns
2018-05-13 13:07:24 +02:00
parent 44fa064eb2
commit 684d38d6c8
5 changed files with 14 additions and 16 deletions

View File

@@ -1,5 +1,7 @@
import { YXmlText, YXmlElement, YXmlHook } from '../../Types/YXml/YXml.js'
import YXmlText from '../../Types/YXml/YXmlText.js'
import YXmlHook from '../../Types/YXml/YXmlHook.js'
import YXmlElement from '../../Types/YXml/YXmlElement.js'
import { createAssociation, domsToTypes } from './util.js'
import { filterDomAttributes, defaultFilter } from './filter.js'