You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
node_modules/write-file-atomic/node_modules/signal-exit/dist/cjs/index.js: Class private methods are not enabled. Please add @babel/plugin-proposal-private-methods to your configuration.
210 | this.#emitter.count -= 1;
211 | }
sibelius
changed the title
[BUG] <title>
[BUG] Class private methods are not enabled. Please add @babel/plugin-proposal-private-methods to your configuration.
May 23, 2023
Is there an existing issue for this?
Current Behavior
node_modules/write-file-atomic/node_modules/signal-exit/dist/cjs/index.js: Class private methods are not enabled. Please add
@babel/plugin-proposal-private-methods
to your configuration.210 | this.#emitter.count -= 1;
211 | }
Expected Behavior
it should not require @babel/plugin-proposal-private-methods
Steps To Reproduce
try to use write-file-atomic in a jscodeshift env
Environment
The text was updated successfully, but these errors were encountered: