From 8e7964ecea8bc14ad2d91c3ffcf2323084901a2f Mon Sep 17 00:00:00 2001 From: Sava Sebastian-Florin <67977875+SebastianSava@users.noreply.github.com> Date: Thu, 20 Jun 2024 11:22:16 +0300 Subject: [PATCH] Sail.js --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3aa6b1a..8cac4fb 100644 --- a/README.md +++ b/README.md @@ -114,6 +114,7 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/ * [LodJS](https://github.com/yanhaijing/lodjs) - Module loader based on AMD. * [ESL](https://github.com/ecomfe/esl) - Module loader browser first, support lazy define and AMD. * [modulejs](https://github.com/lrsjng/modulejs) - Lightweight JavaScript module system. +* [Sail.js](https://github.com/SebastianSava/sail.js) - Sailing Through Scripts: Smooth Library Loading Ahead. ## Transpilers *Software that converts the modern JavaScript syntax into the older JavaScript syntax.*