-
-
Notifications
You must be signed in to change notification settings - Fork 209
11.0.0-beta.2 - Private method is not defined. (eslintno-undef) #826
Comments
I think this has discussed in here #746 but still there is no valid solution for the problem |
tnx, I believe it's fixed, but waiting for next major Babel release according babel/babel#10752 |
Same here. I don't believe this. I'm struggling with this private method since early 2019! Babel v8 completion is at 38%, so when we got this working properly? |
Is there any solution for that? Private methods are correctly working on babel, but workflow is blocked due to linter... |
So we have to wait for Babel 8 to be out for this to be fixed? No workarounds available? |
Fixed in |
Hello,
I'm using experimental implementation of babel's private methods proposal and getting following error:
'setType' is not defined (no-undef)
for the following linted file:
Config files:
package.json
- devDependencies (more dependencies included as I'm using NeutrinoJS):.eslintrc.js
babel.config.js
(actually have more presents and plugins, but the error persist even when omitted)Furthermore, no linting occurs in the whole method marked as not defined.
The text was updated successfully, but these errors were encountered: