-
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-…
-
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…
-
It's super confusing that there are cases where z coordinate values are used in variables with the name `y`. The use of the ambiguous `height` and `width` rather than a name that indicates the axis t…
-
A question was brought up on the analysis preservation mattermost channel as to whether it's possible to supply fields specified in the recast.yml file as command-line parameters for quick testing.
…
-
I got Uncaught TypeError: Cannot convert undefined or null to object
at Function.keys ()
at C (aframe-inspector.min.js:25)
at k (aframe-inspector.min.js:25)
at S (aframe-inspector.…
-
## Help us to manage our issues by answering the following:
1. Describe your issue:
Using inline callback inside html elements I encounter so many times an error saying "Invariant failed". It's …
-
up near top:
#define AMG88xx_PIXEL_MIRROR true // this changes left to righ to righ to left for things such as
replace this loop in code: void Adafruit_AMG88xx::readPixels(float *buf, uint8_t s…
-
Currently, if a theme uses a Content Collection, the theme user has to either clone a template with the Content Collection or manually set it up inside their own project. It would be nice if themes ha…
-
CST is more suitable for transpiling than AST. `Kataw` could replace tools like `babel` or `recast`, or hand-written tools using a parser (`esprima`, `acorn`, `meriyah`) and formatter (`escodegen`, `a…
-
Babylon has neat things in my opinion:
* plugin system which makes it easy to add new syntax which people probably use and compile it down with babel
* support for more language which build on top o…