You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[docs:build] SyntaxError: Invalid regular expression: /[~]import('../../../../.$/: Unterminated group
at new RegExp (<anonymous>)
at IdentifiersDocBuilder._findByName (/test/node_modules/esdoc-publish-html-plugin/out/src/Builder/DocBuilder.js:117:20)
at IdentifiersDocBuilder._findByName (/test/node_modules/esdoc-publish-html-plugin/out/src/Builder/DocBuilder.js:132:30)
at IdentifiersDocBuilder._findByName (/test/node_modules/esdoc-publish-html-plugin/out/src/Builder/DocBuilder.js:132:30)
at IdentifiersDocBuilder._buildDocLinkHTML (/test/node_modules/esdoc-publish-html-plugin/out/src/Builder/DocBuilder.js:785:22)
at IdentifiersDocBuilder._buildTypeDocLinkHTML (/test/node_modules/esdoc-publish-html-plugin/out/src/Builder/DocBuilder.js:767:19)
at IdentifiersDocBuilder._buildSignatureHTML (/test/node_modules/esdoc-publish-html-plugin/out/src/Builder/DocBuilder.js:871:34)
at /test/node_modules/esdoc-publish-html-plugin/out/src/Builder/DocBuilder.js:338:34
at IceCap.loop (/test/node_modules/ice-cap/out/src/IceCap.js:261:9)
at IdentifiersDocBuilder._buildSummaryDoc (/test/node_modules/esdoc-publish-html-plugin/out/src/Builder/DocBuilder.js:334:9)
I understand that the error is related to the relative path, is there any workaround to this?
The text was updated successfully, but these errors were encountered:
I have a file
utils.js
with:On another file, I'm trying to do:
But I'm getting this error:
I understand that the error is related to the relative path, is there any workaround to this?
The text was updated successfully, but these errors were encountered: