Commit Graph

12 Commits

Author SHA1 Message Date
CismonX 3f8c23d917
chore: target ES2021
Since we're now using Node.js >= 18, it is safe to target ES2021.

With features like optional chaining, null coalescing (assignment),
the compiler could emit shorter code, leading to smaller package size.
2024-04-02 08:51:01 +08:00
CismonX 6cff7138f0
Optimize build configuration. 2021-05-25 12:17:36 +08:00
CismonX 19e34d8ed6
Refactor build scripts. 2021-04-21 17:25:24 +08:00
CismonX 9f5981a418
Cleanup tsconfig.json
continuous-integration/drone/push Build is passing Details
2021-04-12 20:33:14 +08:00
CismonX 343c6e50d9
Add license notice in JSON files.
continuous-integration/drone/push Build is passing Details
2021-03-23 00:19:48 +08:00
CismonX ddee7b28b9
Do not use json with comments. 2021-03-16 20:00:12 +08:00
CismonX d2c94e5773
Update configuation. 2020-11-03 05:14:05 +08:00
CismonX 59168bf3bf
Use webpack. 2020-11-02 15:10:13 +08:00
CismonX 3b34510feb
Major refactor. 2020-10-25 05:45:32 +08:00
CismonX 67d743b77a
update 2020-10-11 01:36:05 +08:00
CismonX 36b8ae0279
implementing completion 2020-10-08 22:31:54 +08:00
CismonX ac1872501c
initial commit 2020-10-04 02:04:18 +08:00