This PR introduces NJS v0.8.0 and use js_shared_dict_zone to minimize file read. In order to update to NJS we would follow some deprecations and remove workarounds prior NJS v0.8. we have fixed some pain points we had.
Run prettier against more files and ensure npm run lint lints files.
A few notable changes from NJS v0.8.0:
introduced js_shared_dict_zone directive
non-compliant deprecated String methods were removed
The following properties for CryptoKey were added:
algorithm, extractable, type, usages
Proposed changes
This PR introduces NJS v0.8.0 and use js_shared_dict_zone to minimize file read. In order to update to NJS we would follow some deprecations and remove workarounds prior NJS v0.8. we have fixed some pain points we had.
Run prettier against more files and ensure
npm run lint
lints files.A few notable changes from NJS v0.8.0:
Checklist
Before creating a PR, run through this checklist and mark each as complete.
CONTRIBUTING
documentREADME.md
andCHANGELOG.md
)