index
:
gleam_stdlib
main
gleam stdlib
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gleam_stdlib.mjs
Commit message (
Expand
)
Author
Age
*
Rename in JS FFI
Louis Pilfold
2023-11-21
*
JS impl
Louis Pilfold
2023-11-11
*
Hex!
Louis Pilfold
2023-10-26
*
Deprecate gleam/base
Louis Pilfold
2023-10-26
*
Rename to bit array
Louis Pilfold
2023-10-26
*
inspect for JS now lives in this package
Louis Pilfold
2023-10-26
*
No longer depend on the .is* JS prelude methods
Louis Pilfold
2023-10-26
*
Remove unused
Louis Pilfold
2023-10-26
*
Bitwise int functions
Louis Pilfold
2023-09-04
*
Slightly more concise
Louis Pilfold
2023-06-22
*
improve JS string.join speed (#468)
inoas
2023-06-22
*
string.byte_size
Louis Pilfold
2023-06-21
*
Clean up `gleam_stdlib.mjs` source
Marshall Bowers
2023-05-31
*
Fix repeated `regex.check()` calls on the same regex on target javascript (#459)
inoas
2023-05-29
*
Fix coerce errors messages, js tuple from list fixes
rubytree
2023-05-13
*
`dynamic.tupleN/2` optimization
rubytree
2023-05-13
*
Fixes #420
rubytree
2023-05-13
*
Avoid React Native crash
Louis Pilfold
2023-05-09
*
Change `decode_field`'s return type
Giacomo Cavalieri
2023-04-29
*
Fix `dynamic.field` behaviour
Giacomo Cavalieri
2023-04-29
*
fix decode_map throwing when `null` is being passed in (#432)
Danny Martini
2023-04-29
*
make `regex.scan`'s behavior consistent across targets (#423)
shayan javani
2023-03-14
*
Fix my bad rebase
Louis Pilfold
2023-03-13
*
js map: decode from Map or Object
Julian Schurhammer
2023-03-13
*
js map: refactor into class
Julian Schurhammer
2023-03-13
*
js maps: add more tests and fix stuff
Julian Schurhammer
2023-03-13
*
hash function that can hash most js objects
Julian Schurhammer
2023-03-13
*
initial implementation of 'hash array mapped trie' structure for persistent maps
Julian Schurhammer
2023-03-13
*
fix: deno print_error and print_debug to match node implementation
brettkolodny
2023-02-18
*
fix: deno println to match node implementation
brettkolodny
2023-02-18
*
only decode as map if plain object
Peter Saxton
2023-01-18
*
decode javascript object as maps
Peter Saxton
2023-01-18
*
Decode Uint8Arrays
Louis Pilfold
2023-01-08
*
add string.to_ints
inoas
2022-12-22
*
readd tests
inoas
2022-12-22
*
Fix JS bug
Louis Pilfold
2022-12-21
*
changed validation method for digits
shayan javani
2022-12-21
*
Update gleam_stdlib.mjs
shayan javani
2022-12-21
*
also check for NaN result
shayan javani
2022-12-21
*
fixed javascript code for int_from_base_string
shayan javani
2022-12-21
*
added from_base_string to int module
shayan javani
2022-12-21
*
JS/Firefox: also match newlines in string.length and string.pop_grapheme (#385)
Kero van Gelder
2022-12-08
*
tweak names
McKayla Washburn
2022-12-05
*
add e variants to gleam/io for printing to stderr
McKayla Washburn
2022-12-05
*
Let `decode_list` succeed with arrays
tynanbe
2022-06-27
*
division, consistency
inoas
2022-06-10
*
JavaScript: fix string_builder.reverse, cleanup (#300)
inoas
2022-06-07
*
Fix int.power and float.power functions (#302)
Nicklas Sindlev Andersen
2022-06-07
*
remove the locale alltogether
inoas
2022-05-22
*
let the js runtime run on the environment locale by default
inoas
2022-05-22
[next]