napi-rs/test_module/__test__
2021-04-01 18:57:49 +08:00
..
napi4 fix(napi): do not call release tsfn in Drop when ref count is 0 2021-03-31 21:31:37 +08:00
napi5 feat(napi): implement date related API 2020-10-10 15:02:11 +08:00
napi6 feat(napi): set and get instance data 2020-12-17 00:27:33 +08:00
serde feat(napi): From Serde JSON Error for Error 2020-12-24 12:20:23 +08:00
array.spec.ts test(napi): add specs for array 2020-10-21 15:45:45 +08:00
arraybuffer.spec.ts fix(napi): arraybuffer implement 2020-09-30 18:23:31 +08:00
buffer.spec.ts feat(napi): AsMut and DerefMut for JsBuffer 2020-12-25 00:21:37 +08:00
class.spec.ts feat(napi): new JsFunction instance 2020-10-27 14:19:40 +08:00
cleanup-env.spec.ts feat(napi): implement env cleanup hook 2020-10-04 16:02:04 +08:00
create-external.spec.ts fix(napi): InvalidArg error when create_external with size hint 2021-03-11 19:02:42 +08:00
either.spec.ts refactor(test_module): migrate tests to TypeScript 2020-08-24 16:55:54 +08:00
function.spec.ts refactor(napi): split NapiRaw trait from NapiValue 2021-04-01 18:57:49 +08:00
get-napi-version.spec.ts feat(napi): implement JsTimeout 2020-10-03 14:57:56 +08:00
global.spec.ts test(napi): add JsTimeout specs 2020-10-03 15:03:10 +08:00
js-value.spec.ts feat(napi): unsafe cast JsUnknown to the other JsValue 2020-12-10 14:26:18 +08:00
napi-version.ts feat(napi): serde-json feature 2020-09-01 23:48:02 +08:00
object.spec.ts feat(napi): implement napi_is_promise 2020-10-10 18:17:32 +08:00
object.spec.ts.md refactor(napi): js error 2020-12-02 14:56:19 +08:00
object.spec.ts.snap test(napi): add more object functions tests 2020-09-03 15:34:27 +08:00
spawn.spec.ts feat(napi): provide reject method in Task trait 2020-12-18 11:32:15 +08:00
string.spec.ts feat(napi): string latin1 support 2020-09-03 19:11:30 +08:00
string.spec.ts.md feat(napi): string latin1 support 2020-09-03 19:11:30 +08:00
string.spec.ts.snap feat(napi): string latin1 support 2020-09-03 19:11:30 +08:00
symbol.spec.ts refactor(test_module): migrate tests to TypeScript 2020-08-24 16:55:54 +08:00
throw.spec.ts refactor(test_module): migrate tests to TypeScript 2020-08-24 16:55:54 +08:00