flow like the river
This commit is contained in:
commit
013fe673f3
42435 changed files with 5764238 additions and 0 deletions
10
BACK_BACK/node_modules/@parcel/utils/index.js
generated
vendored
Executable file
10
BACK_BACK/node_modules/@parcel/utils/index.js
generated
vendored
Executable file
|
|
@ -0,0 +1,10 @@
|
|||
// Node 8 supports native async functions - no need to use compiled code!
|
||||
exports.promisify =
|
||||
parseInt(process.versions.node, 10) < 8
|
||||
? require('./lib/promisify')
|
||||
: require('./src/promisify');
|
||||
|
||||
exports.errorUtils =
|
||||
parseInt(process.versions.node, 10) < 8
|
||||
? require('./lib/errorUtils')
|
||||
: require('./src/errorUtils');
|
||||
Loading…
Add table
Add a link
Reference in a new issue