babel / babel-eslint

:tokyo_tower: A wrapper for Babel's parser used for ESLint (renamed to @babel/eslint-parser)
https://github.com/babel/babel/tree/main/eslint/babel-eslint-parser
MIT License
2.96k stars 208 forks source link

Parsing error on smart pipeline #765

Closed jhpratt closed 4 years ago

jhpratt commented 5 years ago

When passing in a value with the placeholder (#), a syntax error is thrown.

Example:

header_elem |> assign_defined(#, { display_name, t0 });

It doesn't seem like there's any way around this, so I currently have to ignore the entire file.

kaicataldo commented 4 years ago

Thank you for the issue. Now that @babel/eslint-parser has been released, we are making this repository read-only. If this is a change you would still like to advocate for, please reopen this in the babel/babel monorepo.