-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Closed
Labels
outdatedA closed issue/PR that is archived due to age. Recommended to make a new issueA closed issue/PR that is archived due to age. Recommended to make a new issue
Description
Bug Report
Current Behavior
Use babel & gulp-babel in Windows 10.
The files with CRLF line endings will be transpiled to files with LF line endings, which in my view is not the expected behavior, since in Windows it's usually CRLF setting for git, and after the transpilation the git diff will show a lot of changes in output files caused by CRLF to LF changes, which is unexpcted.
Expected behavior/code
Keep the output CRLF/LF with source.
Environment
- Babel version(s): [e.g. 6.26.0]
- gulp-babel: [e.g. 7.0.1]
- Node/npm version: [e.g. Node v8.11.2/npm 5.6.0]
- OS: [Windows 10]
Possible Solution
Keep the output CRLF/LF with source.
Metadata
Metadata
Assignees
Labels
outdatedA closed issue/PR that is archived due to age. Recommended to make a new issueA closed issue/PR that is archived due to age. Recommended to make a new issue