-
-
Notifications
You must be signed in to change notification settings - Fork 225
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(chore) change line endings from crlf to lf [skip ci] (#837)
- Loading branch information
1 parent
5f60189
commit 3a4426b
Showing
2 changed files
with
124 additions
and
124 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,107 +1,107 @@ | ||
--- | ||
name: "\U0001F41B Bug Report" | ||
about: Incorrect Output or something is not working as expected | ||
|
||
--- | ||
|
||
<!--- | ||
Thanks for filing an issue 😄! Before you submit, please read the following: | ||
Search open/closed issues before submitting since someone might have asked the same thing before! | ||
If you have a support request or question please submit them to the #minify channel on babeljs slack: https://babeljs.slack.com/messages/minify | ||
Also have a look at the Debugging guidelines: https://github.com/babel/minify/blob/master/CONTRIBUTING.md#debugging | ||
--> | ||
|
||
**Describe the bug** | ||
|
||
<!-- A clear and concise description of what the bug is. --> | ||
|
||
**To Reproduce** | ||
|
||
Minimal code to reproduce the bug | ||
|
||
```js | ||
``` | ||
|
||
**Actual Output** | ||
|
||
If there is no Error thrown, | ||
|
||
<!-- Provide the pretty Printed output of the minified code. --> | ||
|
||
```js | ||
``` | ||
|
||
**Expected Output** | ||
|
||
<!-- What should have been the expected output? Provide a pretty printed version of the expected output --> | ||
|
||
```js | ||
``` | ||
|
||
**Stack Trace** | ||
|
||
If applicable, | ||
|
||
<!-- | ||
Please provide the full stack trace of the error thrown | ||
--> | ||
|
||
``` | ||
``` | ||
|
||
**Configuration** | ||
|
||
How are you using babel-minify? | ||
|
||
<!-- | ||
babel-minify can be used in different ways with different tools. The following are some of the options | ||
* babel-preset-minify in babelrc | ||
* babel-minify Node API (or) CLI | ||
* gulp-babel-minify | ||
* rollup-plugin-babel-minify | ||
* babel-minify-webpack-plugin | ||
* etc... | ||
State how you're using babel-minify. | ||
--> | ||
|
||
`babel-minify CLI` | ||
|
||
babel-minify version: `0.4.1` | ||
|
||
babel version : `7.0.0-beta.46` | ||
|
||
babel-minify-config: | ||
|
||
```json5 | ||
{ | ||
removeConsole: true, | ||
keepFnNames: true | ||
} | ||
``` | ||
|
||
babelrc: | ||
|
||
<!-- | ||
If you're using babel-preset-minify directly with other plugins or presets - all running through a single babel transformation pipeline, provide the babel configuration | ||
--> | ||
|
||
```json5 | ||
{ | ||
plugins: [], | ||
presets: [] | ||
} | ||
``` | ||
|
||
**Possible solution** | ||
|
||
<!-- If you have suggestions on a fix/reason for the bug, add them here --> | ||
|
||
**Additional context** | ||
|
||
<!-- Add any other context about the problem here. --> | ||
--- | ||
name: "\U0001F41B Bug Report" | ||
about: Incorrect Output or something is not working as expected | ||
|
||
--- | ||
|
||
<!--- | ||
Thanks for filing an issue 😄! Before you submit, please read the following: | ||
Search open/closed issues before submitting since someone might have asked the same thing before! | ||
If you have a support request or question please submit them to the #minify channel on babeljs slack: https://babeljs.slack.com/messages/minify | ||
Also have a look at the Debugging guidelines: https://github.com/babel/minify/blob/master/CONTRIBUTING.md#debugging | ||
--> | ||
|
||
**Describe the bug** | ||
|
||
<!-- A clear and concise description of what the bug is. --> | ||
|
||
**To Reproduce** | ||
|
||
Minimal code to reproduce the bug | ||
|
||
```js | ||
``` | ||
|
||
**Actual Output** | ||
|
||
If there is no Error thrown, | ||
|
||
<!-- Provide the pretty Printed output of the minified code. --> | ||
|
||
```js | ||
``` | ||
|
||
**Expected Output** | ||
|
||
<!-- What should have been the expected output? Provide a pretty printed version of the expected output --> | ||
|
||
```js | ||
``` | ||
|
||
**Stack Trace** | ||
|
||
If applicable, | ||
|
||
<!-- | ||
Please provide the full stack trace of the error thrown | ||
--> | ||
|
||
``` | ||
``` | ||
|
||
**Configuration** | ||
|
||
How are you using babel-minify? | ||
|
||
<!-- | ||
babel-minify can be used in different ways with different tools. The following are some of the options | ||
* babel-preset-minify in babelrc | ||
* babel-minify Node API (or) CLI | ||
* gulp-babel-minify | ||
* rollup-plugin-babel-minify | ||
* babel-minify-webpack-plugin | ||
* etc... | ||
State how you're using babel-minify. | ||
--> | ||
|
||
`babel-minify CLI` | ||
|
||
babel-minify version: `0.4.1` | ||
|
||
babel version : `7.0.0-beta.46` | ||
|
||
babel-minify-config: | ||
|
||
```json5 | ||
{ | ||
removeConsole: true, | ||
keepFnNames: true | ||
} | ||
``` | ||
|
||
babelrc: | ||
|
||
<!-- | ||
If you're using babel-preset-minify directly with other plugins or presets - all running through a single babel transformation pipeline, provide the babel configuration | ||
--> | ||
|
||
```json5 | ||
{ | ||
plugins: [], | ||
presets: [] | ||
} | ||
``` | ||
|
||
**Possible solution** | ||
|
||
<!-- If you have suggestions on a fix/reason for the bug, add them here --> | ||
|
||
**Additional context** | ||
|
||
<!-- Add any other context about the problem here. --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
--- | ||
name: "\U0001F680 Feature Request" | ||
about: Suggest an idea for this project | ||
|
||
--- | ||
|
||
**Is your feature request related to a problem? Please describe.** | ||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
|
||
**Describe the solution you'd like** | ||
A clear and concise description of what you want to happen. | ||
|
||
**Describe alternatives you've considered** | ||
A clear and concise description of any alternative solutions or features you've considered. | ||
|
||
**Additional context** | ||
Add any other context or screenshots about the feature request here. | ||
--- | ||
name: "\U0001F680 Feature Request" | ||
about: Suggest an idea for this project | ||
|
||
--- | ||
|
||
**Is your feature request related to a problem? Please describe.** | ||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
|
||
**Describe the solution you'd like** | ||
A clear and concise description of what you want to happen. | ||
|
||
**Describe alternatives you've considered** | ||
A clear and concise description of any alternative solutions or features you've considered. | ||
|
||
**Additional context** | ||
Add any other context or screenshots about the feature request here. |