|
1 | 1 | # Web utility |
2 | 2 |
|
3 | | -**Web front-end** toolkit based on [TypeScript][1] |
| 3 | +Web & [JavaScript runtimes][1] toolkit based on [TypeScript][2] |
4 | 4 |
|
5 | | -[][2] |
6 | | -[][3] |
| 5 | +[][3] |
| 6 | +[][4] |
7 | 7 |
|
8 | | -[][4] |
| 8 | +[][5] |
9 | 9 |
|
10 | | -[][5] |
| 10 | +[][6] |
11 | 11 |
|
12 | 12 | ## Installation |
13 | 13 |
|
@@ -159,14 +159,14 @@ serviceWorker?.addEventListener('controllerchange', () => |
159 | 159 |
|
160 | 160 | ### Internationalization |
161 | 161 |
|
162 | | -Migrate to [MobX i18n][9] since v4. |
| 162 | +Migrate to [MobX i18n][7] since v4. |
163 | 163 |
|
164 | 164 | ### Test scripts |
165 | 165 |
|
166 | | -If you are looking for a simple alternative of [Mocha][6] or [Jest][7], just use these **Test Utility** methods with [`ts-node`][8]: |
| 166 | +If you are looking for a simple alternative of [Mocha][8] or [Jest][9], just use these **Test Utility** methods with [`tsx`][10]: |
167 | 167 |
|
168 | 168 | ```shell |
169 | | -npx ts-node index.spec.ts |
| 169 | +npx tsx index.spec.ts |
170 | 170 | ``` |
171 | 171 |
|
172 | 172 | #### `index.spec.ts` |
@@ -221,12 +221,13 @@ try { |
221 | 221 | } |
222 | 222 | ``` |
223 | 223 |
|
224 | | -[1]: https://www.typescriptlang.org/ |
225 | | -[2]: https://libraries.io/npm/web-utility |
226 | | -[3]: https://github.com/EasyWebApp/web-utility/actions/workflows/main.yml |
227 | | -[4]: https://open.vscode.dev/EasyWebApp/web-utility |
228 | | -[5]: https://nodei.co/npm/web-utility/ |
229 | | -[6]: https://mochajs.org/ |
230 | | -[7]: https://jestjs.io/ |
231 | | -[8]: https://typestrong.org/ts-node/ |
232 | | -[9]: https://github.com/idea2app/MobX-i18n |
| 224 | +[1]: https://min-common-api.proposal.wintertc.org/ |
| 225 | +[2]: https://www.typescriptlang.org/ |
| 226 | +[3]: https://libraries.io/npm/web-utility |
| 227 | +[4]: https://github.com/EasyWebApp/web-utility/actions/workflows/main.yml |
| 228 | +[5]: https://open.vscode.dev/EasyWebApp/web-utility |
| 229 | +[6]: https://www.npmjs.com/package/web-utility |
| 230 | +[7]: https://github.com/idea2app/MobX-i18n |
| 231 | +[8]: https://mochajs.org/ |
| 232 | +[9]: https://jestjs.io/ |
| 233 | +[10]: https://tsx.is |
0 commit comments