-
-
When updating recast to `^ 0.15.0`:
```diff
--- a/package.json
+++ b/package.json
@@ -22,7 +22,7 @@
"eslint": "^4.17.0",
"eslint-config-openlayers": "^9.0.0",
"mocha": "^5.0.0",
…
fredj updated
6 years ago
-
- [x] I have paid attention to this example and will edit again if need be to not break the formatting, or I will be ignored
- [x] I have searched existing [issues](https://github.com/LandSandBoat/…
-
In `main.d.ts`, we see:
```ts
export declare function print(node: types.ASTNode, options?: Options): import("./lib/printer").PrintResultType;
```
This suggests to me that all `Options` values …
-
When `recast.parse` is called with a value for the `sourceFileName` option, and later `recast.print` is called with a value for the `sourceMapName` option, how about adding a `sourceMappingURL` direct…
-
I am not able to install a package that depends on es3-safe-recast because the published version of es3-safe-recast@1.0.0 depends on esprima@1.1.0-dev-harmony (git+https://github.com/thomasboyt/esprim…
-
# Description
> cat recast.json|pyhf cls workspace.json --patch -
> cat recast.json|pyhf cls
-
-
Input:
```
// @flow
(a, b) =>
// comment
x
```
Output with `--no-prettier`, with or without recast:
```
(a, b) => // comment
x;
```
It didn't need to change that. I was hoping `recast…
-
Hi,
When i use `pnpx nextjs-routes-docs ./`,an error occurred.
```bash
pnpx nextjs-routes-docs ./
.../share/pnpm/store/v3/tmp/dlx-31229 | +21 ++
Packages are hard linked from the content-…