nushell / tree-sitter-nu

A tree-sitter grammar for nu-lang, the language of nushell
MIT License
97 stars 24 forks source link

Formatting with prettier #35

Closed dead10ck closed 9 months ago

dead10ck commented 9 months ago
fdncred commented 9 months ago

I'm wondering if prettier is causing the latest PR to puke because of line endings or something? Any ideas?

siph commented 9 months ago

@fdncred It looks like an issue with distutils and python 3.12 which the mac build is using: https://github.com/nodejs/node-gyp/issues/2869

The linux build passes with an older version of python.

Edit: The typo pr anyway, I don't know why the other one fails differently?