-
When mocking an interface whose method's return type is a `string`, but set up an expectation on that method that it should return the integer `1` (`->andReturn(1)`), the mocked method will actually r…
-
When use this module in typescript , can not get a type NodePath.
```ts
import { NodePath} from 'ast-types'
...
recast.visit(ast, {
// 'NodePath' refers to a value, but is being used as…
-
```
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…
-
Hello,
after defecate the wort, I use the TH16 for creating the 78°C water of recast. For this, an optional 'recast' step between boiling wort and boiling hop would be useful. This optional 'reca…
-
**Describe the bug**
Enabling _Debug Draw_ or _Editor Preview_ option in **Recast Navigation Mesh** component and changing any value in its _Agent Configuration_ or _Advanced Configuration_ tab will …
-
Original contents
```javascript
export {
Foo,
};
```
Recasting
```javascript
const b = recast.types.builders;
const exports = ast.program.body[0];
exports.specifiers = [
...exports.speci…
-
### Category
Balance
### What is the suggestion?
Sleep healing is too easy and too rewarding, and we should force more downtime on people who get injured in combat. A RP server's combat should be b…
-
When running the following program:
``` js
var recast = require('recast');
var ast = recast.parse(
'var a = 1,\n' +
' b = 2,\n' +
' c = 3;'
);
ast.program.body[0].kind = 'let';
cons…
-
```
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…
-
> jscodeshift is a toolkit for running codemods over multiple JS files. It provides:
> - A runner, which executes the provided transform for each file passed to it. It also outputs a summary of how m…