napi-rs/examples/napi/__test__
Gabriel Francisco 3983be23f5
fix(napi): big numbers losing precision on serde_json::Value (#1538)
* fix(napi): big numbers losing precision on serde_json::Value

* fix(napi): add feature flags for bigint on number conversion

* chore(napi): change MAX_SAFE_INT to constant and convert big numbers to string when bigint is not available

* chore(napi): change how the check for safe integer range is made
2023-03-23 13:34:34 +08:00
..
error-msg.spec.ts chore(napi): enhance the error messages while converting types failed (#1473) 2023-02-06 00:52:59 +08:00
generator.spec.ts
object-attr.spec.ts
strict.spec.ts
tsfn-error.js
typegen.spec.ts
typegen.spec.ts.md fix(napi): big numbers losing precision on serde_json::Value (#1538) 2023-03-23 13:34:34 +08:00
typegen.spec.ts.snap fix(napi): big numbers losing precision on serde_json::Value (#1538) 2023-03-23 13:34:34 +08:00
unload.spec.js
values.spec.ts fix(napi): big numbers losing precision on serde_json::Value (#1538) 2023-03-23 13:34:34 +08:00
values.spec.ts.md
values.spec.ts.snap
worker-thread.spec.ts test(napi): tests for custom gc in worker_threads (#1505) 2023-03-05 16:51:06 +08:00
worker.js test(napi): tests for custom gc in worker_threads (#1505) 2023-03-05 16:51:06 +08:00