Searched refs:readFileAsync (Results 1 – 14 of 14) sorted by relevance
65 .then(() => fs.readFileAsync(109 return fs.readFileAsync(133 .then(() => fs.readFileAsync(180 .then(() => fs.readFileAsync(228 .then(() => fs.readFileAsync(302 .then(() => fs.readFileAsync(
16 const readFileAsync = BB.promisify(fs.readFile) constant82 return readFileAsync(203 return readFileAsync(250 return readFileAsync(
75 return fs.readFileAsync(path.join(testDir, file)).then(JSON.parse)
14 const readFileAsync = BB.promisify(require('fs').readFile) constant39 readFileAsync(pkgPath).then(readJson).catch({ code: 'ENOENT' }, err => {43 readFileAsync(srPath).then(readJson).catch({ code: 'ENOENT' }, () => null),
11 const readFileAsync = BB.promisify(fs.readFile) constant40 return readFileAsync(src).then(data => {
21 const readFileAsync = fs.readFile; constant29 source = await readFileAsync(parsed);
11 const readFileAsync = BB.promisify(fs.readFile) constant77 return readFileAsync(f, 'utf8').catch(err => {
13 const readFileAsync = BB.promisify(fs.readFile) constant37 return readFileAsync(
17 const readFileAsync = BB.promisify(fs.readFile) constant48 return readFileAsync(pjson, 'utf8')
18 const readFileAsync = BB.promisify(require('graceful-fs').readFile) constant138 return readFileAsync(cached).then(tarball => {
14 const readFileAsync = BB.promisify(fs.readFile) constant24 return readFileAsync(cpath, null).then(data => {
19 const readFileAsync = BB.promisify(fs.readFile) constant204 return readFileAsync(
224 return fs.readFileAsync(
19 const readFileAsync = BB.promisify(fs.readFile) constant422 return readFileAsync(path.join(jsonPath, name), 'utf8')