#1001364 eslint: fails parsing private fields (supported since eslint v8)

#1001364#5
Date:
2021-12-09 08:38:56 UTC
From:
To:
Hi,

to update node-eslint-plugin-flowtype, I need
eslint/lib/rules/no-unused-expressions which is provided by eslint 7

Cheers,
Yadd

#1001364#10
Date:
2022-01-23 11:11:35 UTC
From:
To:
Please update to version 8, which supports private fields [1].  The
version currently in sid cannot even parse a file in which a private
field appears (it prints "Parsing error: Unexpected character '#'" and
exits), so it is unusable.  Thanks in advance.

[1]
https://stackoverflow.com/questions/57385125/eslint-does-not-recognize-private-field-declaration-using-nodejs-12

#1001364#15
Date:
2022-01-23 11:36:16 UTC
From:
To:
Hi Tityron,

Quoting Tityron (2022-01-23 12:11:35)

Upgrading eslint involves packaging additional modules so is likely to
take longer.  Possibly a limited set of changes can be cherry-picked in
the interim.

Thanks for bringing this issue to our attention.

 - Jonas