-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Closed
Labels
Has PRoutdatedA 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
Input Code
const aStr = "hi";
Babel Configuration (.babelrc, package.json, cli command)
{
"generatorOpts": {
"quotes": "single"
}
}
Expected Behavior
const aStr = 'hi';
Current Behavior
const aStr = "hi";
Context
528128f#commitcomment-19483379
Your Environment
software | version |
---|---|
Babel | 6.18.0 |
node | 6.9.1 |
npm | 3.10.8 |
Operating System | ubuntu 16.10 |
Metadata
Metadata
Assignees
Labels
Has PRoutdatedA 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