Home
last modified time | relevance | path

Searched refs:readShebang (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/npm/node_modules/cross-spawn/lib/util/
H A DreadShebang.js6 function readShebang(command) { function
23 module.exports = readShebang;
/third_party/node/deps/npm/node_modules/cross-spawn/lib/
H A Dparse.js6 const readShebang = require('./util/readShebang');
15 const shebang = parsed.file && readShebang(parsed.file);

Completed in 1 milliseconds