-
```
This is a wish list item.
While the intention of Recast is to provide a number of utilities to do
your own mesh generation. I find the sample generation techniques are good
enough for my purposes…
-
CARLA version: 0.9.14
Platform/OS: win 11
Problem you have experienced: i cant import a map to carla sim from roadrunner
i followed the ["add a new map"](https://carla.readthedocs.io/en/0.9.14/tu…
-
but only line comments, not block comments.
``` js
var recast = require('recast');
var ast = recast.parse([
'module.exports = {};',
'// trailing line comment',
'/**',
' * trailing block comm…
-
When I parse and print an AST without changing it, I get extra parens inserted.
```js
const recast = require('recast');
const ast = recast.parse(`
const e = () => function(g, h) {
retur…
-
possible solution from recast: steps 3 to 5 of https://9631ec60-a-62cb3a1a-s-sites.googlegroups.com/site/recastnavigation/MikkoMononen_RecastSlides.pdf
* watershed partitioning to find regions
* con…
-
When pretty printing JSX with HTML entities, the entities are rendered as their display character instead of the source.
`print` works as expected -
``` javascript
recast.print(recast.parse('<'))…
-
I’m trying to combine esnext and es6-module-transpiler, and stumbled across your module as a possible solution. However, I get the following stack trace when following the example on extending the Res…
-
Using recast 0.12.2 on the following code:
```js
foo = 1
bar.concat([1, 2, 3])
```
```js
const recast = require('recast');
const ast = recast.parse('foo = 1\nbar.concat([1, 2, 3])').program…
-
```
npm ERR! Darwin 14.3.0
npm ERR! argv "/Users/chris/.nvm/versions/node/v0.12.5/bin/node" "/Users/chris/.nvm/versions/node/v0.12.5/bin/npm" "install" "recast@~0.5.7"
npm ERR! node v0.12.5
npm ERR! n…
dy-dx updated
9 years ago
-
When using such code:
```js
const recast = require("recast");
const {unaryExpression} = require('@babel/types');
const babel = require('@babel/parser');
const source = '(options || !options.b…