-
Hello! Thanks so much for an amazing code base!
Basically, I've run the following in my git bash on my Windows 10 machine (version 10.0.14393 Build 14393, x64-based PC):
This to clone (which s…
-
### Input Code
https://github.com/jayphelps/core-decorators.js/blob/master/src/time.js#L7
```js
var defaultConsole = {
time: console.time ? console.time.bind(console) : function (label) {
…
-
Closure compiler seems objectively better: https://github.com/samccone/The-cost-of-transpiling-es2015-in-2016#raw-data
https://github.com/cramforce/splittable
-
**TypeScript Version:** 2.1.0-dev.20161107
**Code**
```js
{
...
"compilerOptions": {
"target": "es5"
}
...
}
```
```ts
class WebpackOptionsValidationError extends Er…
-
try it link:
http://babeljs.io/repl/#?babili=false&evaluate=false&lineWrap=true&presets=es2015%2Creact%2Cstage-0&targets=&browsers=&builtIns=false&debug=false&code_lz=JYWwDg9gTgLgBAJQKYEMDGMA0cDecDC…
-
## BUG REPORT
As metioned on the title I give an example:
```javascript
var methodName = 'test';
var json = {
[`${methodName}`]: function (){
}
}
```
is compiled to following co…
-
As you can see in [this issue](https://github.com/leo/site/issues/30), the package still needs to much RAM when doing a full cold build of a huge site (like [mine](https://github.com/leo/site)). We ne…
-
First of all thanks for the latest stable releases 💘
Would it make sense to add a *Who uses prettier?* section to the readme?
@vjeux mentions in [his talk](https://www.youtube.com/watch?v=0Q4kU…
-
same as the issue #2765
```js
const LockIcon = styled.img.attrs({
src: loginImg,
})``
class Login extends React.Component {
async onLogin() {
console.log('this', this)
try {
…
-
### Bug Report
In the current 7.0.0-beta.5, a combination of parameter spread and an imported variable causes usage of an undeclared variable as the first argument to `apply` due to a missing variabl…