copilot-swe-agent[bot]
5e3bfe3d6f
Complete AVA to node:test migration
...
- Migrated all remaining test files in examples/napi
- Migrated CLI e2e test
- Updated CLI codegen and source code references from ava to node:test
- Fixed test context handling in all migrated files
Co-authored-by: Brooooooklyn <3468483+Brooooooklyn@users.noreply.github.com>
2025-10-10 14:28:31 +00:00
Kevin Deng
8d732027b4
refactor: replace lodash-es with es-toolkit ( #2861 )
...
* refactor: replace `lodash-es` with `es-toolkit`
* @ts-expect-error loc
---------
Co-authored-by: LongYinan <lynweklm@gmail.com>
2025-08-10 18:46:43 +08:00
LongYinan
948e0762e9
feat(cli): allow skip optionalDependencies publish ( #2771 )
2025-07-12 09:54:17 +08:00
LongYinan
a72c49b92e
feat(cli): add --no-dts-cache option to build command ( #2400 )
2024-12-18 23:49:22 +08:00
naskya
335d7aee11
docs(cli): fix typo ( #2108 )
2024-05-13 09:41:52 +08:00
LongYinan
f29801686b
fix(cli): copy binding files into wasi packages ( #1881 )
2023-12-31 15:51:46 +08:00
LongYinan
72afe03aa4
fix(cli): compatible with napi artifacts -d option ( #1872 )
2023-12-28 12:16:07 +08:00
LongYinan
c42f00ff43
feat(cli): support wasi target test & release workflow ( #1867 )
2023-12-26 23:16:42 +08:00
LongYinan
0faf752c02
fix(cli): prepublish tagstyle flag ( #1863 )
2023-12-16 16:46:41 +08:00
LongYinan
2a823996e5
fix(cli): prepublish alias
2023-12-16 15:36:17 +08:00
LongYinan
2b7a6348f6
fix(cli): make prepublish as pre-publish alias ( #1861 )
2023-12-16 14:14:59 +08:00
LongYinan
f825972b75
fix(cli): prepublish command ( #1860 )
2023-12-15 22:36:16 +08:00
LongYinan
5cab2bc57b
feat(cli): support read config from the given config file ( #1859 )
2023-12-15 21:54:33 +08:00
LongYinan
8d4202e5f4
fix(cli): artifacts default option value ( #1853 )
...
https://github.com/napi-rs/napi-rs/pull/1850 was not fixed the problem
because the default value is codegen from cli/codegen/commands.ts
2023-12-13 14:13:14 +08:00
LongYinan
91c0eb8ce8
feat(cli): support @napi-rs/cross-toolchain ( #1838 )
2023-12-05 17:27:23 +08:00
LongYinan
afa040660c
fix(cli): add back constEnum option ( #1829 )
2023-11-30 20:00:52 +08:00
liuyi
8aef51a51a
fix cli watch build and remove unused --esm option ( #1631 )
...
* fix(cli): watch mode
* chore(cli): remove useless option
* Delete more esm option codes
---------
Co-authored-by: LongYinan <lynweklm@gmail.com>
2023-06-21 19:35:08 +08:00
liuyi
fb22a5ae07
fix(cli): incorrect behaviors ( #1626 )
...
* fix(cli): target selector is not available in interactive mode
* fix(cli): js binding file should export
* fix(cli): wrong node engine requirements syntax
* feat(cli): support esm module
* restore js binding implementation in v2
---------
Co-authored-by: LongYinan <lynweklm@gmail.com>
2023-06-17 12:49:30 +08:00
LongYinan
c7d6ee6e4b
refactor(cli): --profile flag ( #1604 )
2023-05-27 12:00:43 +08:00
Boshen
58600883dd
feat(cli): add --use-cross command for building with cross ( #1584 )
...
closes #1582
2023-05-09 09:30:30 +08:00
forehal
a781a4f27e
feat(cli): brand new cli tool with both cli and programmatical usage ( #1492 )
...
BREAKING CHANGE: requires node >= 16 and some cli options have been renamed
2023-04-06 11:04:53 +08:00