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

@@ -8,7 +8,7 @@ import {
makeStructureNS,
pushParseAndPop,
} from '../xml.js';
import {readHref} from './XLink.js';
import {readHref} from './xlink.js';
import {readString} from './xsd.js';
/**

View File

@@ -17,7 +17,7 @@ import {
readNonNegativeIntegerString,
readString,
} from './xsd.js';
import {readHref} from './XLink.js';
import {readHref} from './xlink.js';
/**
* @const

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

View File

@@ -1,5 +1,5 @@
/**
* @module ol/format/XLink
* @module ol/format/xlink
*/
/**