A standard library for JavaScript and Node.js. stdlib.io on Bluesky.

While we didn't get accepted as a Google Summer of Code (GSoC) organization this year, we'd still love to help support those interested in contributing to open source! Feel free to stop by github.com/stdlib-js/stdlib and say hello! 👋
1
369
✨ Super excited to announce that we created an Open Collective! ✨ Please be sure to stop by and show your support! opencollective.com/stdlib
3
5
543
Shoutout to @StephannieJime2 who recently added support for serializing regular expressions to JSON and reviving serialized regular expressions via JSON.parse. Awesome work, Stephannie! 🚀 github.com/stdlib-js/stdlib/… github.com/stdlib-js/stdlib/… #javascript #nodejs
5
6
New package by @burckhap to evaluate the scaled complementary error function! github.com/stdlib-js/stdlib/… #javascript #nodejs #math
2
3
New package by @burckhap for ordinalizing an integer string! github.com/stdlib-js/stdlib/… #javascript #nodejs #nlp
1
1
Many new updates to the stdlib API documentation, largely due to the tireless efforts of @burckhap. 🙌 Let us know your feedback and suggestions for making the docs even better! stdlib.io/docs/api/latest
1
2
We’ve also added the ability to take a random walk through the docs. 🤪 Click on the settings icon and choose “random” for the previous/next package navigation, which found at the bottom of each page.
1
And did you know that you can filter the side menu using regular expressions? You can! Just use normal JavaScript regular expression syntax, without the `/`s and without the flags. 😃
Thanks to the incredibly hard work of @burckhap, stdlib now has over 99% #typescript coverage! If you are using any of our packages which are missing types, definitely let us know by filing an issue. :)
1
1
New stdlib #javascript package by @burckhap for splitting a string by its grapheme clusters! This allows more robust (i.e., Unicode aware) string splitting compared to `String.prototype.split( ‘’ )`. github.com/stdlib-js/stdlib/…
2
3
🎉 It’s official! stdlib has surpassed 40,000 commits! 🎉github.com/stdlib-js/stdlib Huge shoutout to @burckhap, @rickyreusser, and all the other stdlib contributors!
3
6
Another outstanding contribution by @ShraddheyaS adding support for finding the next grapheme cluster break in a string! This contribution allows identifying visual characters, which is useful for Unicode-aware string manipulation. github.com/stdlib-js/stdlib/… #javascript #nodejs
7
3
.@ShraddheyaS is on a roll! This time he’s added support for testing whether a position in a string marks the start of a UTF-16 surrogate pair. :) github.com/stdlib-js/stdlib/… #nodejs #javascript
6
6
Big shout out to @burckhap who recently migrated all our Julia benchmarks and tests from v0.5 (!) to v1.x! Once you’ve setup your local dev env, you can now run all our benchmarks against the latest Julia! 🚀
1
3
Another contribution by @ShraddheyaS! This time for accessing the Unicode code point at a specified position, with support for backward iteration! github.com/stdlib-js/stdlib/… #javascript #nodejs
7
5
Yet another contribution by @ShraddheyaS which adds support for detecting whether a #nodejs Buffer or #javascript Uint8Array contains gzip data! 🙌 github.com/stdlib-js/stdlib/…
7
4