-
## The devDependency [eslint](https://github.com/eslint/eslint) was updated from `6.6.0` to `6.7.0`.
🚨 [View failing branch](https://github.com/goto-bus-stop/react-abstract-autocomplete/compare/mast…
-
Like it says. I'm not sure how much of an effort this would be.
### Known bugs/missing features
- ~~Old-style casting `( bar)`. This conflicts with JSX, so I'll have to make sure that this is co…
-
As discussed in [this thread](https://twitter.com/BedeOverend/status/902308389539086336), it would be useful to have some way of injecting static content into the templates that would be used at compi…
-
It would be quite the lift but might get some really interesting traction with solid.
http://deno.land/
-
Code example
```
const tag = (strings, ...args) => {
return strings.raw
};
tag`begin${'first'}middle${'second'}end`;
```
Expected output is `["begin", "middle", "end"]` (with args[0] = "fir…
-
Issue/comment
👍
👎
🎉
❤️
Stop this proposal
196
3…
-
Hey there! I'm an independent dev, working with my buddy @chrisklus on a personal project where we're using a lot of the PHET sim framework. It's been super fun so far to use, awesome work!
One pai…
-
**Is your feature request related to a problem? Please describe.**
I want to create multiple groups of elements that can be reused.
**Describe the solution you'd like**
Ability to use components …
-
Using parameters (`request.input`) results in much worse performance.
I am seeing quite a performance difference when using parameterized queries as well. I only see this using node-mssql.
I hav…
-
it would be great to transpile const declaration with inline value when target is ES5 (as already Done with const enum), so it will prevent to include useless javascript.
An example:
``` ts
const A =…