-
### 💻
- [x] Would you like to work on this feature?
### What problem are you trying to solve?
I'd like to build refactoring tools using babel, but I don't want these tools to be "disruptive" and ca…
-
Parsing and reprinting
``` js
// I have a parent
newNode.parent
&& (
(// Or I did but its different than the one I have now.
!originalNode.parent ||
newNode.parent.key !== originalN…
-
See https://github.com/benjamn/recast/issues/416
Same issue with `escodegen.generate(ast)`
adiba updated
7 years ago
-
**Describe the bug**
I found when instancing a taichi class (python class labeled by @ti.data_oriented) it is always called JIT. And the performance is low even I open offline_cache=True
**To…
-
**Describe the bug**
First off, a HUGE thank you for making this project available. It's been so incredibly helpful!
I appear to have broken the tree view and code when attempting to using JSX sy…
jvivs updated
3 years ago
-
Similar to
http://recast.perimeterinstitute.ca/?q=node/531
-
Hey there @benjamn, I have a question, I'll try to keep myself short.
Comment nodes are contained within the `comments` member of a `block` node, whereas most other nodes live inside the `body` membe…
-
I'm having problems with Xercesc installing incorrectly in version 0.9.13 on Win11.
`H:\carla\carla>make PythonAPI
-[Setup]: [Batch params]: --boost-toolset msvc-14.2 --all
-[Setup]: Asynchrono…
-
When traversing literals in the following code, I noticed that the `loc` property is not present in export declarations:
```javascript
const a = "blah"; // loc: { ... }
export default "bla…
-
According to the docs, you're supposed to call recast.crowdUpdate(delta) to move the agents along their given velocity, etc, and an internal "update" event is emitted.
This does not happen.
It'…