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
In order to give a better example of how this operator would work, I've implemented it in TypeScript.
You can download the typescript-*.tar.gz file from https://github.com/Arlen22/TypeScript/releases and then npm install the file in your project to use it.
typescript-*.tar.gz
npm install
If you're using VSCode you can change which version of TypeScript it uses for intellisense by clicking on TypeScript in the status bar.
It should compile to working JavaScript. Check the releases page for known issues.
I'm NOT a TypeScript maintainer. Do NOT use this example for production code.
Branch: https://github.com/Arlen22/TypeScript/tree/arlen22-0.2
I implemented it to have the same precedence as the yield operator.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In order to give a better example of how this operator would work, I've implemented it in TypeScript.
You can download the
typescript-*.tar.gz
file from https://github.com/Arlen22/TypeScript/releases and thennpm install
the file in your project to use it.If you're using VSCode you can change which version of TypeScript it uses for intellisense by clicking on TypeScript in the status bar.
It should compile to working JavaScript. Check the releases page for known issues.
I'm NOT a TypeScript maintainer. Do NOT use this example for production code.
Notes
Branch: https://github.com/Arlen22/TypeScript/tree/arlen22-0.2
I implemented it to have the same precedence as the yield operator.
The text was updated successfully, but these errors were encountered: