napi-rs/cli/src
forehalo 2467b7139b
Introduce #[napi] procedural macro to automation development boilerplate (#696)
* napi procedural macro for basic rust/JavaScript types
* introduce the `compat-mode` for `napi` and `napi-derive` crates for backward compatible
* remove #[inline] and let compiler to decide the inline behavior
* cli now can produce the `.d.ts` file for native binding
* many tests and example for the new procedural macro

Co-authored-by: LongYinan <lynweklm@gmail.com>
2021-09-23 01:29:09 +08:00
..
__test__ refactor(cli): init yarn workspace, move napi-rs package => @napi-rs/cli 2020-12-02 22:34:39 +08:00
new fix(cli): cargo config path and ci template in new command 2021-09-15 00:13:08 +08:00
artifacts.ts feat(cli): upgrade clipanion v3 2021-08-07 00:23:17 +08:00
build.ts Introduce #[napi] procedural macro to automation development boilerplate (#696) 2021-09-23 01:29:09 +08:00
consts.ts feat(cli): create npm dir while creating new project 2020-12-25 18:10:53 +08:00
create-npm-dir.ts feat(cli): upgrade clipanion v3 2021-08-07 00:23:17 +08:00
debug.ts refactor(cli): init yarn workspace, move napi-rs package => @napi-rs/cli 2020-12-02 22:34:39 +08:00
index.ts feat(cli): add back new command 2021-09-01 23:21:11 +08:00
parse-triple.ts refactor(cli): init yarn workspace, move napi-rs package => @napi-rs/cli 2020-12-02 22:34:39 +08:00
pre-publish.ts fix(cli): version of binary optional dependencies should be pinned 2021-09-19 22:38:37 +08:00
spawn.ts refactor(cli): init yarn workspace, move napi-rs package => @napi-rs/cli 2020-12-02 22:34:39 +08:00
update-package.ts refactor(cli): init yarn workspace, move napi-rs package => @napi-rs/cli 2020-12-02 22:34:39 +08:00
utils.ts fix(cli): create dist dir if not existed while building 2021-08-09 06:18:03 +00:00
version.ts feat(cli): upgrade clipanion v3 2021-08-07 00:23:17 +08:00