Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: @jsii/check-node crashes on loading with older node releases
It was built with ES2020 target, which fails to load with Node 10 and 12 as it makes use of the ?? syntax, which is not available in those releases. Changing the TypeScript target so that code continues to load in older node releases.
- Loading branch information