Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(node): some directory separators are still inconsistent between p…
…latforms in tasks.json and package.json (projen#3406) Related to projen#3284 (comment) This is the second attempt at fixing the directory separator issue for lambda entrypoints, which was started in projen#3387. I tried adding unit tests for `renderBundleName`. Unfortunately, this can't be unit-tested now because NodeJS exports the `path` package for the Linux platform instead of Windows at import time and not at runtime. https://github.com/nodejs/node/blob/f28ccd3941e70a825786eff7e28f59014ac76ac9/lib/path.js#L1546 I tested it locally in an example project, and it looks like it's fixed now. ![image](https://github.com/projen/projen/assets/22875166/4f98fb92-0a45-4d83-845c-152e48ded763) --- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
- Loading branch information