We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
async *[Symbol.asyncIterator]()
Apache NetBeans 25
In the mongodb driver file change_stream.ts at line 803 this line becomes line 209 in the change_stream.js file installed by npm. This line is flagged as an error by NetBeans.
change_stream.js
npm
async *[Symbol.asyncIterator]() {
node.js code installed by npm
npm install mongodb
No / Don't know
NAME="Pop!_OS" VERSION="22.04 LTS" ID=pop ID_LIKE="ubuntu debian"
openjdk 19.0.2 2023-01-17 OpenJDK Runtime Environment (build 19.0.2+7-Ubuntu-0ubuntu322.04) OpenJDK 64-Bit Server VM (build 19.0.2+7-Ubuntu-0ubuntu322.04, mixed mode, sharing)
Apache NetBeans binary zip
No response
No
The text was updated successfully, but these errors were encountered:
JS: Support async generator methods (`class { async * generator () { …
ecee882
…... }`) Closes: apache#8397
class { async * generator () { … }
@jwoehr please have a look at #8398. A nightly build is available from the checks page or directly
Sorry, something went wrong.
Thanks @matthiasblaesing will try it out.
Hmm, now it does not err on the async line but errs later in the function:
async
matthiasblaesing
Successfully merging a pull request may close this issue.
Apache NetBeans version
Apache NetBeans 25
What happened
In the mongodb driver file change_stream.ts at line 803 this line becomes line 209 in the
change_stream.js
file installed bynpm
. This line is flagged as an error by NetBeans.Language / Project Type / NetBeans Component
node.js code installed by npm
How to reproduce
npm install mongodb
Did this work correctly in an earlier version?
No / Don't know
Operating System
NAME="Pop!_OS" VERSION="22.04 LTS" ID=pop ID_LIKE="ubuntu debian"
JDK
openjdk 19.0.2 2023-01-17 OpenJDK Runtime Environment (build 19.0.2+7-Ubuntu-0ubuntu322.04) OpenJDK 64-Bit Server VM (build 19.0.2+7-Ubuntu-0ubuntu322.04, mixed mode, sharing)
Apache NetBeans packaging
Apache NetBeans binary zip
Anything else
No response
Are you willing to submit a pull request?
No
The text was updated successfully, but these errors were encountered: