Open marklundin opened 7 months ago
The rest api tools perform string in-place string manipulations on code and therefore depend on exported projects having a specific structure.
Bundled ESM projects will not have a stable build output. This will break the string manipulation in the download tools.
Ideally these transforms are part of the bundling process.
The rest api tools perform string in-place string manipulations on code and therefore depend on exported projects having a specific structure.
Bundled ESM projects will not have a stable build output. This will break the string manipulation in the download tools.
Ideally these transforms are part of the bundling process.