aboutsummaryrefslogtreecommitdiff
path: root/src/gleam_stdlib.mjs
Commit message (Collapse)AuthorAge
* Fix to_graphemes on JS when Intl.Segmenter not availableLouis Pilfold2023-12-02
|
* Rename in JS FFILouis Pilfold2023-11-21
|
* JS implLouis Pilfold2023-11-11
|
* Hex!Louis Pilfold2023-10-26
|
* Deprecate gleam/baseLouis Pilfold2023-10-26
|
* Rename to bit arrayLouis Pilfold2023-10-26
|
* inspect for JS now lives in this packageLouis Pilfold2023-10-26
|
* No longer depend on the .is* JS prelude methodsLouis Pilfold2023-10-26
|
* Remove unusedLouis Pilfold2023-10-26
|
* Bitwise int functionsLouis Pilfold2023-09-04
|
* Slightly more conciseLouis Pilfold2023-06-22
|
* improve JS string.join speed (#468)inoas2023-06-22
|
* string.byte_sizeLouis Pilfold2023-06-21
|
* Clean up `gleam_stdlib.mjs` sourceMarshall Bowers2023-05-31
|
* Fix repeated `regex.check()` calls on the same regex on target javascript (#459)inoas2023-05-29
|
* Fix coerce errors messages, js tuple from list fixesrubytree2023-05-13
|
* `dynamic.tupleN/2` optimizationrubytree2023-05-13
|
* Fixes #420rubytree2023-05-13
|
* Avoid React Native crashLouis Pilfold2023-05-09
|
* Change `decode_field`'s return typeGiacomo Cavalieri2023-04-29
|
* Fix `dynamic.field` behaviourGiacomo Cavalieri2023-04-29
|
* fix decode_map throwing when `null` is being passed in (#432)Danny Martini2023-04-29
|
* make `regex.scan`'s behavior consistent across targets (#423)shayan javani2023-03-14
|
* Fix my bad rebaseLouis Pilfold2023-03-13
|
* js map: decode from Map or ObjectJulian Schurhammer2023-03-13
|
* js map: refactor into classJulian Schurhammer2023-03-13
|
* js maps: add more tests and fix stuffJulian Schurhammer2023-03-13
|
* hash function that can hash most js objectsJulian Schurhammer2023-03-13
|
* initial implementation of 'hash array mapped trie' structure for persistent mapsJulian Schurhammer2023-03-13
|
* fix: deno print_error and print_debug to match node implementationbrettkolodny2023-02-18
|
* fix: deno println to match node implementationbrettkolodny2023-02-18
|
* only decode as map if plain objectPeter Saxton2023-01-18
|
* decode javascript object as mapsPeter Saxton2023-01-18
|
* Decode Uint8ArraysLouis Pilfold2023-01-08
|
* add string.to_intsinoas2022-12-22
|
* readd testsinoas2022-12-22
|
* Fix JS bugLouis Pilfold2022-12-21
|
* changed validation method for digitsshayan javani2022-12-21
|
* Update gleam_stdlib.mjsshayan javani2022-12-21
|
* also check for NaN resultshayan javani2022-12-21
|
* fixed javascript code for int_from_base_stringshayan javani2022-12-21
|
* added from_base_string to int moduleshayan javani2022-12-21
|
* JS/Firefox: also match newlines in string.length and string.pop_grapheme (#385)Kero van Gelder2022-12-08
|
* tweak namesMcKayla Washburn2022-12-05
|
* add e variants to gleam/io for printing to stderrMcKayla Washburn2022-12-05
|
* Let `decode_list` succeed with arraystynanbe2022-06-27
|
* division, consistencyinoas2022-06-10
|
* JavaScript: fix string_builder.reverse, cleanup (#300)inoas2022-06-07
|
* Fix int.power and float.power functions (#302)Nicklas Sindlev Andersen2022-06-07
|
* remove the locale alltogetherinoas2022-05-22
|