Commit graph

9 commits

Author SHA1 Message Date
阿良仔
8a915cec5c
feat: vscode extension (#690)
related: #688 .
There are some unfinished things that need to be finalised by Boshen.

1. Official icon and description for the package.
2. Publishing strategy ( It's probably not a good idea to use
`package.json` as a probe to publish extension, as there's too much
vscode configuration coupled to it, a git tag like `vscode_v0.0.x` might
be worth considering ).
3. License for the extension.
2023-08-06 21:28:49 +08:00
Boshen
fda6d83712
feat(resolver): resolve extensions (#549) 2023-07-14 23:25:47 +08:00
Boshen
231b987c0c
chore: add just watch command for overcoming cargo-watch being slow 2023-05-16 13:22:42 +08:00
Boshen
d49195f7f2
feat: napi (#302)
* chore: only ignore js files from the root

* feat: napi
2023-04-22 14:41:45 +08:00
Boshen
4c4cb4d526 ci: setup npm publish 2023-03-02 06:55:56 -08:00
Boshen
8dc4d82cc5 chore: igore .js(x), .ts(x) in root directory 2023-02-26 02:02:05 +08:00
Boshen
636a974686
feat(benchmark): setup hyperfine benchmark
closes #25
2023-02-25 18:58:31 +08:00
Boshen
93993978de chore: commit Cargo.lock 2023-02-11 18:45:50 -08:00
Boshen
e987f90c99
Initial commit 2023-02-09 13:46:52 +08:00