pub fn read_package_json(path: Vc<FileSystemPath>) -> Vc<OptionPackageJson>
Expand description
Reads a package.json file (if it exists). If the file is unparseable, it emits a useful Issue pointing to the invalid location.
pub fn read_package_json(path: Vc<FileSystemPath>) -> Vc<OptionPackageJson>
Reads a package.json file (if it exists). If the file is unparseable, it emits a useful Issue pointing to the invalid location.