babel / babel-eslint

:tokyo_tower: A wrapper for Babel's parser used for ESLint (renamed to @babel/eslint-parser)

Home Page:https://github.com/babel/babel/tree/main/eslint/babel-eslint-parser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Parsing error on smart pipeline

jhpratt opened this issue · comments

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.

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.