-
I just run into an issue with code like this:
```js
(l3 & l4) * (l1 & l2) * b * (l1 & l2) * (l3 & l4), 'b\'\'',
(l3 & l4) * (l1 & l2) * b * (l1 & l2) * (l3 & l4), 'b\'\'',
```
It…
-
this is my code in `rollup.config.js`:
```js
import resolve from 'rollup-plugin-node-resolve';
export default [ {
input : 'src/znxy.js',
plugins : [
resolve( {
m…
-
### acorn:>=5.5.0 =7.0.0 power-assert>power-assert-formatter>power-assert-context-reducer-ast>acorn`
- `@atomist/clj-editors>@cljs-oss/module-deps>detective>acorn`
- `@atomist/sdm-pack-fingerp…
-
### 💻
- [X] Would you like to work on this feature?
### What problem are you trying to solve?
This isn't a problem that's specific to Babel, but I think Babel could help solve it given that it main…
-
## Bug Report
The following amber blocks should be removed (as per SkyFactory 4 - Metals spreadsheet)
They are mostly useless or only meltable in nuclearcraft melter to produce the sam…
-
Note this error may not be seen always
**Steps to reproduce the problem:**
1. Create an agent with knowledge from onedrive location - Corps Docs (600+ files)
2. Have `New Files Ingestion Policy` se…
-
Druid codexes require mithril boulders to create. That's fine if you have it on your map, but traders and elves usually bring more refined mithril products. Sorcerer, frostskald, and oracle codexes ar…
-
This exploit was accidently found and its easily reproducible, (Currently using the current stable build)
Steps:
1. Place any *Important* item into your quick bar, (example: 1 gold bar)
2. get an…
-
I would expect this to work:
echo "let a=10,o={a}" | grasp 'prop[shorthand=true]'
$ echo "let a=10,o={a}" | acorn
{
"type": "Program",
"start": 0,
"end": 15,
"body": [
{
…
-
If nativejsx encounters a source code file where there is no JSX (which is the majority of files in my 200 KLOC project), it still passes the file through its parser and code generator, which results …