In typescript-eslint@v8.10.0, they added support for ExportNamedDeclarations having children string literals, due to the 5.6 change of arbitrary module identifiers. These probably aren't supported by HMR anyway, so should they just throw an error? Right now when building for the v8.10.0, it will throw an error.
In
typescript-eslint@v8.10.0
, they added support forExportNamedDeclaration
s having children string literals, due to the 5.6 change of arbitrary module identifiers. These probably aren't supported by HMR anyway, so should they just throw an error? Right now when building for thev8.10.0
, it will throw an error.