This repository has been archived by the owner on Oct 25, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update runner.js to be compatible with Node14 (#69)
In Node14, `writeFileSync` performs a validation (validateStringAfterArrayBufferView) on the data passed into it and only accepts certain data types (i.e. string, Buffer, TypedArray, or DataView). Currently `runner.js` passes a SourceMapGenerator into writeFileSync. So it needs to be converted into an accepted type (i.e a string).
- Loading branch information