-
Some solutions have been proposed to reduce the string concatenation (#11, #12). I'd like to pitch another alternative: code generation from a dynamically generated AST using [escodegen](/estools/esco…
-
When running `npx istanbul report --dir coverage --include input/**/coverage-final.json lcov`, it fails.
Could someone help me please.
```
E:\xxx>npx istanbul report --dir coverage --include inpu…
-
Each variable is only matched once per function to its original scope:
![Screen Shot 2013-04-07 at 11 01 21](https://f.cloud.github.com/assets/882591/348620/2e4677b2-9f6a-11e2-9d4e-edb8bd6f6f12.png)
…
-
W/o react-templates ``
w/ react-templates ``
-
**Is your feature request related to a problem? Please describe.**
As reported in https://twitter.com/CryptoGangsta/status/1254223839497613312?s=20
We don't currently take into account configurati…
-
Originated from https://github.com/SAP/chevrotain/issues/373
and https://github.com/SAP/chevrotain/issues/414
-
Hello,
Greasemonkey changed their Userscript API to a backwards incompatible format.
Basically all the GM_* functions gone and now available as methods on the GM object. (Except for stuff like _…
-
**Is this a feature or a bug?**
- [ ] Feature
- [X] Bug
**Please describe the actual behavior.**
When creating a new package, adding the reference to the `rush.json`, and then running `rush up…
-
Hello,
I'm having this requirements: in a single js file I need to store multiple rt templates as strings.
For example:
```
templates = {
'tpl1': `Success!`
'tpl2': `Blue!`
}
```
Then…
-
I've been hacking getting this to work with vite, using vite-plugin-babel, but ideally this would have native vite plugin, for performance reasons.