-
### Pandas version checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsn…
-
Let's say we have an arrow function like this
`const identity = (a) => a;`
after parsing it and then printing ast back, parentheses will be lost:
`const identity = a => a;`.
The logics is descri…
-
**Describe the bug**
Debug draws provided by the Recast Navigation Mesh, and `physx_debug 1` console command are not drawn while the Editor is not in focus. It should be noted that other different de…
-
### 1. Current Behavior
#### 1.1. Description
Mortal Strike and Thunder clap were doing an extra rend tick previously to the recent patch. This was changed and introduced rend snapshotting.
###…
-
When Recast is selected, clicking in the code (on the left-hand side) or mousing over the AST (on the right-hand side) does not highlight the corresponding part of the AST/code, respectively.
I've us…
-
When I found out someone is working on a [format-preserving printer for @babel/generate](https://github.com/babel/rfcs/pull/15), I also saw in a comment that @babel/parser has a `tokens` parameter tha…
-
https://github.com/recastnavigation/recastnavigation/blob/05b2b8da80037887d3e79af8a59a8f0f8ed02602/Recast/Source/RecastMeshDetail.cpp#L465
For any valid triangulation, `E = 2VB + 3VI - 3 = (VB + VI…
-
# Steps to reproduce
```js
import {parse} from 'recast'
parse('')
```
# Expected result
A Program is returned with JSXFragmen expression
# Actual result
An error is thrown
```
…
-
In README you state:
> Internally the plugin makes use of Recast for performing AST transforms and stripping the annotations together with esprima-fb parser( which is now deprecated but i couldn't ge…
-
This came up in the discussion over at https://gitter.im/benjamn/recast, thanks to @hzoo.
Though I've known for a long time that the printer isn't very configurable, it seemed like a bad idea to inve…