Loïc Lemaître
Loïc Lemaître
I get the same error with the same configuration, Emacs 26.2 installed via brew cask on MacOS 10.14.5. But if using Emacs 26.1, no error happens.
Some investigation done by ESlint team points out that the problem comes from the Gatsby patched version of `console.log`, which some of the logic would be here : [https://github.com/gatsbyjs/gatsby/blob/3e9279563f76cef4e6a25ccb52aef85b5f6c2b6d/packages/gatsby-cli/src/reporter/patch-console.ts#L9-L12](https://github.com/gatsbyjs/gatsby/blob/3e9279563f76cef4e6a25ccb52aef85b5f6c2b6d/packages/gatsby-cli/src/reporter/patch-console.ts#L9-L12)
I post here my own experience since I asked the same questions. As a React developer, I used `rjsx-mode` for years and was very happy with it (maybe excepted for...
> Have you tried filing bug reports for b) to have them in js-ts-mode and tsx-ts-mode too? As soon as I do some hack to work around a bug in...
Hi @stevejordan , > Really appreciate your efforts here to provide a decent editing JSX/TSX environment for emacs. Thanks ! > Is this a general issue or something my end?...
It seems to come from a bug in the recent `Javascript` Tree-sitter language. If you compile an older release (maybe [v0.20.4](https://github.com/tree-sitter/tree-sitter-javascript/releases/tag/v0.20.4)) you should get rid of the indentation issue. I...
For information, the test suite of this project should currently fail because of this bug. Last success of the tests was on last month, so actually using the [v0.21.3](https://github.com/tree-sitter/tree-sitter-javascript/releases/tag/v0.21.3) should...
> Using the older grammar has fixed it for me, thanks for your support. Nice. > For others interested in one way to achieve installing an older version, this is...
There is already an [issue](https://github.com/tree-sitter/tree-sitter-javascript/issues/329) opened for that bug. TSX tree-sitter language should also be concerned by the issue.
The `tree-sitter-javascript` issue is now closed and a new release has been published ([0.23.0](https://github.com/tree-sitter/tree-sitter-javascript/releases/tag/v0.23.0)). Hence this indentation bug is now fixed. But 4 tests are still failing with this new...