Lowercase module names for modules without a default export
This commit is contained in:
@@ -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';
|
||||
|
||||
/**
|
||||
|
||||
@@ -17,7 +17,7 @@ import {
|
||||
readNonNegativeIntegerString,
|
||||
readString,
|
||||
} from './xsd.js';
|
||||
import {readHref} from './XLink.js';
|
||||
import {readHref} from './xlink.js';
|
||||
|
||||
/**
|
||||
* @const
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/**
|
||||
* @module ol/format/XLink
|
||||
* @module ol/format/xlink
|
||||
*/
|
||||
|
||||
/**
|
||||
Reference in New Issue
Block a user