issues
search
rescript-lang
/
rescript-core
A drop-in standard library for ReScript. Intended to be familiar for JavaScript developers, easy to use, and be rich enough (without being bloated) so that you don't need to reach for anything else for typical ReScript development.
MIT License
162
stars
28
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Add Set functions
#247
andriijas
closed
2 weeks ago
3
fix dataview bindings
#246
hackwaly
closed
2 weeks ago
3
Int: Add bitwise functions from Pervasives
#245
fhammerschmidt
closed
1 month ago
9
Add Bool module
#244
fhammerschmidt
opened
2 months ago
0
Add make and convenience functions for async iterators
#243
zth
closed
2 months ago
13
Gentype bindings for Core Library
#242
PritishBudhiraja
opened
2 months ago
2
Iterator.toArray does not work with iterators.
#241
samwightt
opened
2 months ago
0
Unsafe host-specific bindings
#240
cometkim
opened
3 months ago
0
Add ignore functions for each module
#239
tsnobip
opened
3 months ago
0
Optimize compare and equal functions
#238
fhammerschmidt
closed
4 months ago
0
Remove aliases for runtime modules
#237
cknitt
closed
4 months ago
0
Remove leftover top-level t<'a>
#236
cknitt
closed
4 months ago
0
Fix type of `Nullable.t` which was not untagged in the implementation.
#235
cristianoc
closed
4 months ago
3
fix: RegExp.Result.t should be an array of options
#234
illusionalsagacity
closed
4 months ago
0
fix: RegExp.Result.t should be an array of options
#233
illusionalsagacity
closed
4 months ago
1
RegExp.Result.t is unsafely typed for optional capture groups
#232
illusionalsagacity
closed
4 months ago
0
Remove `Re` module
#231
aspeddro
closed
4 months ago
2
deprecated `Exn` module
#230
aspeddro
opened
4 months ago
1
add `Char` module
#229
aspeddro
opened
4 months ago
1
Add `Char` module
#228
aspeddro
opened
5 months ago
0
Add `Nullable.isNullable`
#227
aspeddro
closed
5 months ago
2
Remove Belt & Pervasives deps
#226
fhammerschmidt
closed
5 months ago
2
Consistency in unsafe function names
#225
aspeddro
opened
5 months ago
0
Correct comparison operator in Array.every() method
#224
WooWan
closed
5 months ago
0
String.unsafeGet
#223
jderochervlk
closed
5 months ago
0
Add section to README explaining settings to support ESM and CJS
#222
jderochervlk
closed
5 months ago
1
Add support for ESM in Node.js.
#221
htoooth
closed
5 months ago
0
@rescript/core does not support ESM.
#220
htoooth
opened
5 months ago
2
Add RegExp.setLastIndex
#219
hackwaly
closed
5 months ago
3
Add `Math.Int.ceil`
#218
jfrolich
closed
4 months ago
1
:bug: - Fix binding of Array.get, to make sure it boxes options
#217
jfrolich
opened
6 months ago
1
Fix signature for Array.splice
#216
bloodyowl
opened
6 months ago
0
Document version requirements/compatibility for Core 1.3.0
#215
cknitt
closed
6 months ago
0
v1.3.0 compile error when "uncurried": false in Rescript-v11.1.0
#214
dsiu
closed
6 months ago
2
Fix docstrings for `Int` and `Float`
#213
aspeddro
closed
6 months ago
0
Add optional message to Option.getExn
#212
zth
closed
6 months ago
0
Use node 20 (latest LTS version) instead of 18/19
#211
cknitt
closed
6 months ago
0
Runtime tests using examples from docstrings
#210
aspeddro
opened
6 months ago
3
Int, Float, BigInt: use optional args and deprecate xxxWithRadix, xxxWithPrecision etc.
#209
cknitt
closed
6 months ago
0
Add `String.getUnsafe`
#208
ryyppy
closed
5 months ago
0
Use native bigint type
#207
fhammerschmidt
closed
7 months ago
5
Use optional arguments in bindings
#206
cknitt
opened
7 months ago
0
`Array.joinWith` -> `Array.join`
#205
cknitt
closed
7 months ago
3
Add more bindings to Promise utils
#204
cometkim
closed
7 months ago
2
Remove incorrect asr binding and add lsr
#203
cometkim
closed
7 months ago
1
Add Option.all & Result.all helpers
#202
bloodyowl
opened
7 months ago
1
Use optional args for JSON.stringify and JSON.parseExn
#201
cknitt
closed
7 months ago
5
DateTimeFormat: actually use dateTimePart, dateTimeRangePart
#200
cknitt
closed
8 months ago
2
Add Array.flatMapWithIndex
#199
mediremi
closed
8 months ago
2
Intl types: simplify bindings for constructors / functions with optional arguments
#198
cknitt
closed
8 months ago
2
Next