std/semver
Tim Reichen 6bd9a953df
refactor(semver): update internal variables and comments (#4052)
* initial commit

* Update semver/_shared.ts

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>

* fix typo

* rename to FULL_VERSION

---------

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-01-02 13:58:16 +11:00
..
_constants.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
_shared.ts refactor(semver): update internal variables and comments (#4052) 2024-01-02 13:58:16 +11:00
can_parse_test.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
can_parse.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
cmp_test.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
cmp.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
comparator_format.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
comparator_intersects_test.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
comparator_intersects.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
comparator_max.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
comparator_min.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
comparator_test.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
compare_build_test.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
compare_build.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
compare_test.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
compare.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
constants.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
difference_test.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
difference.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
eq_test.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
eq.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
format_test.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
format.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
gt_test.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
gt.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
gte_test.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
gte.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
gtr_test.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
gtr.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
increment_test.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
increment.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
is_comparator_test.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
is_comparator.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
is_semver_comparator.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
is_semver_range_test.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
is_semver_range.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
is_semver_test.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
is_semver.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
lt_test.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
lt.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
lte.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
ltr_test.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
ltr.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
max_satisfying_test.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
max_satisfying.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
min_satisfying_test.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
min_satisfying.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
mod.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
neq_test.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
neq.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
outside_test.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
outside.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
parse_comparator.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
parse_range.ts refactor(semver): update internal variables and comments (#4052) 2024-01-02 13:58:16 +11:00
parse_test.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
parse.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
range_format.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
range_intersects_test.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
range_intersects.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
range_max.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
range_min_test.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
range_min.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
range_test.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
rcompare_test.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
rcompare.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
reverse_sort_test.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
reverse_sort.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
rsort.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
sort_test.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
sort.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
test_comparator_test.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
test_comparator.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
test_range.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
try_parse_comparator.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
try_parse_range.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
try_parse.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00
types.ts chore: update copyright year (#4046) 2024-01-02 08:11:32 +11:00