Lowercase module names for modules without a default export

This commit is contained in:
Tim Schaub
2021-05-03 07:32:12 -06:00
parent 72ea4e7599
commit f08f31101c
7 changed files with 9 additions and 9 deletions

View File

@@ -12,7 +12,7 @@ import {
pushParseAndPop,
} from '../xml.js';
import {readDecimal, readNonNegativeInteger, readString} from './xsd.js';
import {readHref} from './XLink.js';
import {readHref} from './xlink.js';
/**
* @const