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