closure-compiler icon indicating copy to clipboard operation
closure-compiler copied to clipboard

#3840 - allow user to pass any path separator as --chunk_output…

Open DerGernTod opened this issue 2 years ago • 1 comments

fixes #3840 - allow user to pass any path separator as --chunk_output_path_prefix

as a user, you might want to use unix-style path separators always, since they're also compatible with windows. doing so however causes issues when writing source maps, since maybeCreateDirsForPath only creates output directories if path separators are in os-style.

DerGernTod avatar Aug 04 '22 08:08 DerGernTod

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

google-cla[bot] avatar Aug 04 '22 08:08 google-cla[bot]

looks like the cla bot doesn't recognize my account, i'll try to resubmit a new pr

DerGernTod avatar Aug 24 '22 13:08 DerGernTod