eclipse / n4js

Eclipse Public License 1.0
30 stars 27 forks source link

Serialization of module references that contain ':' cause problems #2545

Closed mmews-n4 closed 11 months ago

mmews-n4 commented 11 months ago

Some d.ts files define modules with names like 'node:http' that include a colon. This colon causes problems during (de-)serialization due to the colon also being used as a separator in URIs separating the scheme from segments.