-
Notifications
You must be signed in to change notification settings - Fork 80
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
Bump core library to 3.7.1, add support for cellArea, exactEdgeLength, pointDist #93
Conversation
@@ -28,7 +28,7 @@ | |||
"scripts": { | |||
"build-update-h3": "bash scripts/update-h3.sh", | |||
"build-emscripten": "yarn build-update-h3 && yarn docker-emscripten", | |||
"build-docs": "jsdoc2md --global-index-format grouped --partial doc-files/scope.hbs --helper ./doc-files/insert-version.js --separators --template doc-files/README.tmpl.md lib/h3core.js > README.md", | |||
"build-docs": "jsdoc2md --no-cache --global-index-format grouped --partial doc-files/scope.hbs --helper ./doc-files/insert-version.js --separators --template doc-files/README.tmpl.md lib/h3core.js > README.md", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pretty sure that this + the JSDoc bump should fix problems in #91 - cc @isaacbrodsky
Pull Request Test Coverage Report for Build 187
💛 - Coveralls |
Pull Request Test Coverage Report for Build 195
💛 - Coveralls |
@@ -15,7 +15,7 @@ | |||
*/ | |||
|
|||
import test from 'tape'; | |||
import * as h3core from '../lib/h3core.js'; | |||
import * as h3 from '../lib/h3core.js'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change introduced a lot of noise into this file - the only new code here is the tests for the new functions.
4185b6d
to
18a19bb
Compare
cellArea
,exactEdgeLength
, andpointDist
functions