napi-rs/examples/napi
JoostK 8652019c94
fix(napi-derive): an Option in front of a required parameter is no longer optional in TypeScript
This fixes a bug where having a parameter of type `Option<T>` followed by required parameters
would incorrectly declare the parameter as option in the TypeScript declaration file, resulting
in invalid syntax.
2022-01-23 18:57:01 +08:00
..
__test__ fix(napi-derive): an Option in front of a required parameter is no longer optional in TypeScript 2022-01-23 18:57:01 +08:00
src fix(napi-derive): an Option in front of a required parameter is no longer optional in TypeScript 2022-01-23 18:57:01 +08:00
.gitignore Introduce #[napi] procedural macro to automation development boilerplate (#696) 2021-09-23 01:29:09 +08:00
build.rs Introduce #[napi] procedural macro to automation development boilerplate (#696) 2021-09-23 01:29:09 +08:00
Cargo.toml fix(napi): compile issue without compat mode 2021-12-22 09:36:47 +08:00
index.d.ts fix(napi-derive): an Option in front of a required parameter is no longer optional in TypeScript 2022-01-23 18:57:01 +08:00
package.json fix(napi): addon packages become undefined in worker_threads 2021-12-21 23:38:35 +08:00
tsconfig.json feat(napi): BigInt codegen support 2021-11-11 16:18:25 +08:00