1 2 3 4 5 6
'use strict' const path = require('path') // gen absolute path exports.resolve = (...args) => path.posix.join(process.cwd(), ...args)