You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* CI builds: [`/artifacts` page](https://ci.appveyor.com/project/3Fs/jt/history) or find as `Pre-release` with mark `🎲 Nightly build` on [GitHub Releases](https://github.com/3F/Jt/releases) page.
@@ -42,7 +43,7 @@ Extra small size. Just about o-n-e kilobyte of fully workable core engine:
42
43
* ~ **1.02 KB** for Core of ES6 gzipped;
43
44
* ~ 1.09 KB for Core of **ES3** gzipped;
44
45
45
-
Same things for custom handlers.
46
+
*Same things for custom handlers.*
46
47
47
48
### Configurable 🔧
48
49
@@ -80,7 +81,7 @@ Or for something more ...
80
81
81
82
Sure! Add or change any features for the layers, still *on the fly*.
82
83
83
-
Do you need something special? No problem, just implement [IJtHandler](src/Handlers/IJtHandler.ts) to cover your awesome things. It easy.
84
+
Do you need something special? No problem, just implement [IJtHandler](https://github.com/3F/Jt/blob/master/src/Handlers/IJtHandler.ts) to cover your awesome things. It easy.
84
85
85
86
### Comfy but strong 🌇
86
87
@@ -102,27 +103,27 @@ jt.use('hello')
102
103
.eject((v) =>t.is(v, 'Hello you from Moscow, dear $name.'))
103
104
...
104
105
.as({ name:'{( r > 100 )}friend{/}visitor{;}' })
105
-
.sa(jtif, { r: actual })
106
+
.sa(jtif, { r: actual })// // Hello you from Moscow, dear friend.
106
107
...
107
108
.val();
108
109
🐧
109
110
```
110
111
111
112
### Stability 🗠
112
113
113
-
Clean [API](src/Core/) and its [tests](tests/) will take care of your peace of mind.
114
+
Clean [API](https://github.com/3F/Jt/tree/master/src/Core) and its [tests](https://github.com/3F/Jt/tree/master/tests) will take care of your peace of mind.
114
115
115
116
### Compatibility 🗸
116
117
117
118
Nothing special, we just provide separate ES3+/ES6+ support in Node.js and Web browsers environment. Choose more suitable package for your case.
118
119
119
120
### No dependencies to something 👐
120
121
121
-
Developed from scratch without dependencies to something.
122
+
Developed from scratch without dependencies to something from our end-product.
* CI builds: [`/artifacts` page](https://ci.appveyor.com/project/3Fs/jt/history) or find as `Pre-release` with mark `🎲 Nightly build` on [GitHub Releases](https://github.com/3F/Jt/releases) page.
0 commit comments