ui5-community / ui5-ecosystem-showcase

A repository showcasing the UI5 tooling extensibility to combine OSS tools for UI5 application development.
https://ui5-community.github.io/ui5-ecosystem-showcase/
Other
191 stars 92 forks source link

fix(ui5-tooling-transpile): create absolute path for the replaceVersion import #1024

Closed drktfl closed 3 months ago

drktfl commented 3 months ago

This uses https://nodejs.org/api/url.html#urlpathtofileurlpath-options to make the path an absolute file:// path that should be suitable for using with import on all platforms.

require.resolve() alone results in an absolute path on Windows which cannot be used.