Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use
fs.readFileSync
instead of an import (#13104)
In some environments, depending on the Node version importing a `.json` file without a `with` or `assert` doesn't work. Let's play it safe and use an `fs.readFileSync` instead.
- Loading branch information