ts_serialize icon indicating copy to clipboard operation
ts_serialize copied to clipboard

A zero dependency library for serializing data

Results 4 ts_serialize issues
Sort by recently updated
recently updated
newest added

**Description** See issue 151 [here](https://github.com/GameBridgeAI/ts_serialize/issues/151) **Proposed changes in this PR** - Allow the fromSerializable strategy to return the primitive null value instead of having a null pointer exception. - We...

bug

**Describe the bug** Any nested object that is also a class cannot be serialized if it is set to null. When set to undefined, it can serialize properly, but not...

bug

**Description** To ensure reproducibility and minimize susceptibility to supply chain attacks, use a lock file for dependencies. As suggested in https://github.com/GameBridgeAI/ts_serialize/pull/166#issuecomment-3339625062 Using lockfile for deno v2 only. For v1, it'd...

bug
enhancement
CI
chore

**Description** TBA - This PR is part of a larger discussion about how and where we publish this repo. https://jsr.io/

documentation
enhancement
help wanted
question
CI