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
src/index.ts exports some constants whose purpose is unclear to me:
src/index.ts
sandbag/src/index.ts
Lines 266 to 288 in d5c4170
Are these used anywhere? Or just leftover from earlier versions?
If these exports are intentional, they need to be fixed:
bouldering
ice
aid
freeClimbing
GradeScale
YDS_ARRAY
If these exports are removed, the arrays comprising them can be too. Even better, they could be used to make slash grades more robust, as in #158.
src/scales/
@vnugent, do you have some insight on the intentions here?
The text was updated successfully, but these errors were encountered:
I think this file is obsolete. It might be a part of the initial version before we created grade scales.
Sorry, something went wrong.
No branches or pull requests
src/index.ts
exports some constants whose purpose is unclear to me:sandbag/src/index.ts
Lines 266 to 288 in d5c4170
It may be useful to expose these in the API, but the intention is unclear and the current definitions are wrong and/or missing.
Are these used anywhere? Or just leftover from earlier versions?
If these exports are intentional, they need to be fixed:
bouldering
is emptyice
,aid
, etc aren't definedfreeClimbing
but not as aGradeScale
YDS_ARRAY
does not contain +/- gradesIf these exports are removed, the arrays comprising them can be too. Even better, they could be used to make slash grades more robust, as in #158.
src/scales/
and fix slash grades@vnugent, do you have some insight on the intentions here?
The text was updated successfully, but these errors were encountered: