-
@dguest now that PR #62 is in there should be a patch release so that info gets propagated out to PyPI. How do you feel about even more automation to make cutting release tags only require 1 button cl…
-
The README states that :
> The magic of Recast is that it reprints only those parts of the syntax tree that you modify. In other words, the following identity is guaranteed:
```js
recast.print(re…
-
I'm using Babel and Recast in conjunction to transform my AST. When I use Babel alone, the output is fine (although not formatted correctly.) When I introduce Recast, it drops parens, changing the pro…
-
Using some new syntax, like object spread but also jsx, recast throws an error while parsing. This is even though I supply acorn as a parser and acorn can handle it on its own.
I have 2 code examp…
-
Every time I fiddle with Recast API I have to dig through the source code to find out which methods are available and which configuration options are possible.
- The README says that there are parse()…
-
Investigate this: can we further simplify data extraction by having a single extract_matches method that takes parameters line_scanner, start=None, end=None? Do it as a generator.
When start and end …
-
this seemss to be too deeeply nested docker (note it mounts docker.sock which might not be avaliable on GHA). c.f. https://github.com/maxheld83/ghactions/issues/307
_Originally posted by @lukashein…
-
First thing is I cannot find /usr/include/node/node.h. Which I fix by adding this line to makefile:
CPPFLAGS+=-I/usr/include/node/
make[1]: Leaving directory '/home/mimooh/recastCLI.js-nodejs/reca…
-
Right now they mostly appear as restaurants.
Lost Coast Brewery: https://www.openstreetmap.org/way/238214248
https://taginfo.openstreetmap.org/tags/microbrewery=yes
-
Got this while using jscodeshift and tracked it down to this project. I was able to fix this error with this PR.
I added `PropertyDefinition` in this [PR](https://github.com/benjamn/ast-types/pull/…