LongYinan
89893cdca3
style: apply clippy suggestion
2022-02-06 10:49:16 +08:00
messense
d3e37a44cb
Fix BigInt issue with zero value
...
Looks like 0 is a special case: 4318b2348d/deps/v8/src/objects/bigint.cc (L1595-L1602)
2022-02-04 21:43:57 +08:00
messense
a1be16530b
Fix String roundtrip with interior nul bytes
2022-02-04 16:52:44 +08:00
LongYinan
1531489e18
chore: upgrade to yarn3
2022-01-24 17:25:40 +08:00
LongYinan
13533d1a37
feat(napi): re-export tokio and features
2022-01-23 23:04:31 +08:00
LongYinan
16f808276d
feat(napi): implement get_js_function
2022-01-23 23:04:31 +08:00
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
Jose L
40651714c9
feat(napi-derive): add ts_type
attribute to override typtescript type for fields in structs
2022-01-23 18:45:41 +08:00
Jose Acevedo
9a4f8cf32c
test: added test for coerce_to_object on Array
2022-01-17 21:29:47 -08:00
Tim Fish
cdcab888ee
fix(napi-derive): correctly escape backslash in type definition doc comments ( #1034 )
2022-01-17 12:38:16 +08:00
LongYinan
2de500f33b
fix(napi): invalid memory address in FromNapiValue for &str
2022-01-12 17:08:47 +08:00
LongYinan
b53e0e1e95
fix(napi-derive): BigInt in TypeScript should be bigint
2022-01-06 22:33:34 +08:00
LongYinan
b6d126db53
fix(napi-derive): implement missing trait for JsClass reference
2022-01-06 16:19:43 +08:00
LongYinan
3565fccdb6
fix(napi-derive): should throw rather than panic if object mismatched
2022-01-06 15:57:41 +08:00
LongYinan
64a28eac87
test: update snapshots format for ava@4
2022-01-04 11:04:45 +08:00
LongYinan
556ace8f33
fix(napi-derive,cli): export type alias for original name
2021-12-25 17:36:12 +08:00
LongYinan
76798a4343
fix(napi-derive): missing wrap in NAPI-RS created class instance
2021-12-24 22:56:16 +08:00
LongYinan
e6a30ffcca
fix(napi-derive): return instance from non-default constructor class
...
Fix https://github.com/napi-rs/napi-rs/issues/933
2021-12-24 21:37:47 +08:00
LongYinan
940be7df99
fix(napi-derive): return Class instance in function
2021-12-23 14:07:35 +08:00
LongYinan
87d1821e73
fix(napi): compile issue without compat mode
2021-12-22 09:36:47 +08:00
LongYinan
0dbda09cb3
test(napi): make worker_threads test more complex
2021-12-22 00:12:21 +08:00
LongYinan
4406059de1
fix(napi): addon packages become undefined in worker_threads
2021-12-21 23:38:35 +08:00
LongYinan
f7571d71c0
fix(napi-derive): codegen bug when multi impl on same file
2021-12-20 16:00:11 +08:00
Niklas Mischkulnig
7a04176cf9
test(napi): add tests for hashmap <-> object
2021-12-19 23:17:54 +08:00
h-a-n-a
7891c52cbf
test: update type snapshot
2021-12-19 22:44:45 +08:00
h-a-n-a
72f58204d2
test: add tests for skip_typescript
2021-12-19 20:17:54 +08:00
LongYinan
4ec4400703
fix(napi-derive-backend): Null and Undefined return type
2021-12-18 13:42:55 +08:00
forehalo
2df97c108f
fix: impl From<Buffer> for Vec<u8>
2021-12-18 13:24:16 +08:00
LongYinan
91d07810a2
fix(napi): ThreadsafeFunction with ErrorStrategy::Fatal should throw fatal exception
2021-12-14 12:47:23 +08:00
h-a-n-a
0aa7cd3d32
feat(napi): support external deref/derefMut
2021-12-11 13:42:46 +08:00
LongYinan
99708384d9
test: update snapshot
2021-12-09 19:23:33 +08:00
LongYinan
f4b0a2e322
fix(cli): enum TypeScript type should be const enum
2021-12-09 18:48:50 +08:00
LongYinan
7470407306
feat(napi): throw error on non constructable class
2021-12-08 17:59:30 +08:00
LongYinan
cd7c7a342f
fix(napi-derive-backend): missing crate prefix
2021-12-08 17:32:16 +08:00
LongYinan
e452c00fb4
feat: edition 2021
2021-12-08 13:18:47 +08:00
LongYinan
ff717df34f
fix(napi-derive-backend): skip set object property if it is None
2021-12-07 21:50:37 +08:00
LongYinan
49a0139f81
style: clippy fix
2021-12-03 16:49:25 +08:00
LongYinan
77e4241b18
style: clippy fix
2021-12-02 16:31:57 +08:00
LongYinan
b2fea4d5b3
fix(napi-derive): correct the aliased type generation
2021-12-02 16:25:20 +08:00
LongYinan
6d4b4af36f
fix(napi-derive-backend): do not unwrap Option value in object getter if the type of field is Option<T>
2021-12-02 16:17:03 +08:00
LongYinan
d9c53d728b
feat(napi): support TypedArray input and output
2021-12-02 11:26:52 +08:00
Tim Fish
18d2743862
feat(napi): output Rust doc comments in definitions as jsdoc comments
2021-11-29 12:54:45 +08:00
LongYinan
e2e3ef95f8
feat(napi-derive): support renmae function args and return type
2021-11-26 17:26:14 +08:00
LongYinan
e6f341f632
chore: add example for return this
2021-11-25 23:42:40 +08:00
LongYinan
7177f4af92
chore: update test snap
2021-11-25 22:33:42 +08:00
LongYinan
1fe39ff66d
feat(napi): support export rust mod as ts namespace
2021-11-25 17:53:43 +08:00
LongYinan
4aa56a148c
fix(napi): missing coerce_to_bool on JsValue
2021-11-21 23:10:29 +08:00
LongYinan
1f64f9fbf3
fix(cli): ExternalObject type decalare
2021-11-21 18:23:53 +08:00
LongYinan
bdfb1506a2
feat(napi): implement external value
2021-11-21 16:24:58 +08:00
LongYinan
d1a5f84aa0
fix(napi): allow ErrorStrategy to be specified while creating TSFN
2021-11-21 14:49:04 +08:00