mirror of
https://github.com/sorrycc/awesome-javascript.git
synced 2026-01-28 05:58:04 -08:00
Compare commits
3 Commits
027489e227
...
2d79430b78
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2d79430b78 | ||
|
|
6d17f734e4 | ||
|
|
19d11a1a8e |
@@ -549,6 +549,7 @@ There're also some great commercial libraries, like [amchart](https://www.amchar
|
||||
* [babelfish](https://github.com/nodeca/babelfish/) - i18n with human friendly API and built in plurals support.
|
||||
* [ttag](https://github.com/ttag-org/ttag) - Modern javascript i18n localization library based on ES6 tagged templates and the good old GNU gettext.
|
||||
* [attranslate](https://github.com/fkirc/attranslate) - A JavaScript-tool for synchronizing translation-files, including JSON/YAML/XML and other formats.
|
||||
* [ParaglideJS](https://inlang.com/m/gerre34r/library-inlang-paraglideJs) - A tiny, type-safe i18n library with tree-shakeable messages.
|
||||
|
||||
## Control Flow
|
||||
|
||||
@@ -585,6 +586,7 @@ There're also some great commercial libraries, like [amchart](https://www.amchar
|
||||
* [loglevel](https://github.com/pimterry/loglevel) - Minimal lightweight logging for JavaScript, adding reliable log level methods to wrap any available console.log methods.
|
||||
* [minilog](http://mixu.net/minilog/) – Lightweight client & server-side logging with Stream-API backends.
|
||||
* [storyboard](http://guigrpa.github.io/storyboard/) - Universal logging library + Chrome extension; it lets you see all client and server tasks triggered by a user action in a single place.
|
||||
* [LogTape](https://logtape.org/) - Simple logging library with zero dependencies for Deno, Node.js, Bun, browsers, and edge functions.
|
||||
|
||||
## RegExp
|
||||
* [RegEx101](https://regex101.com/#javascript) - Online regex tester and debugger for JavaScript. Also supports Python, PHP and PCRE.
|
||||
|
||||
Reference in New Issue
Block a user