Commit Graph

4 Commits

Author SHA1 Message Date
Robbie McKinstry e6c4e39ad2
Fix closure serialization test cases. 2023-05-09 14:50:28 -04:00
Horace Lee a92a005d68
Use ESlint instead of TSlint ()
Migrated TSlint configs to ESlint ones using [tslint-to-eslint-config](https://github.com/typescript-eslint/tslint-to-eslint-config) tool, and refined the configs to better match the current coding style.

Changes:
- [member-delimiter-style](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/member-delimiter-style.md#options) that as suggested default for type definition to be  with `semicolon`
- Indentation fixes that is enforced by [eslint-indent](https://eslint.org/docs/rules/indent#options)
- Added dependencies for ESlint with Typescript
- Removed TSlint
2021-08-10 11:31:59 -07:00
CyrusNajmabadi 3639d1e998
Serialized function parameter count. () 2019-05-20 22:19:22 -04:00
CyrusNajmabadi be1c3eb05b
Add support for serializing bigints () 2019-03-22 15:33:37 -07:00