Skip to content
New issue

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

API-579 Add code samples for decimal and date/time classes usage #973

Merged
merged 57 commits into from Aug 5, 2021

Conversation

srknzl
Copy link
Member

@srknzl srknzl commented Jul 13, 2021

follow up to #967 merge it first

@srknzl
Copy link
Member Author

srknzl commented Jul 13, 2021

verify

@srknzl srknzl changed the title Add code samples for decimal and date/time classes usage API-579 Add code samples for decimal and date/time classes usage Jul 13, 2021
Comment on lines +157 to +158
* Retrieves and removes the head of this queue, waiting if necessary
* until an element becomes available.
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this was outdated

code_samples/bigdecimal_sample.js Outdated Show resolved Hide resolved
code_samples/bigdecimal_sample.js Show resolved Hide resolved
code_samples/datetime_classes_sample.js Outdated Show resolved Hide resolved
code_samples/datetime_classes_sample.js Outdated Show resolved Hide resolved
Comment on lines +1 to +11
{
"env": {
"es2020": true
},
"extends": [
"../.eslintrc"
],
"parserOptions": {
"ecmaVersion": 11
}
}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is needed for bigint usage in code samples directory (big decimal sample)

@srknzl srknzl merged commit e832f5a into hazelcast:master Aug 5, 2021
harunalpak pushed a commit to harunalpak/hazelcast-nodejs-client that referenced this pull request Dec 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants