PATH:
usr
/
lib
/
node_modules
/
npm
/
node_modules
/
tar
/
lib
'use strict' module.exports = Base => class extends Base { warn (code, message, data = {}) { if (this.file) data.file = this.file if (this.cwd) data.cwd = this.cwd data.code = message instanceof Error && message.code || code data.tarCode = code if (!this.strict && data.recoverable !== false) { if (message instanceof Error) { data = Object.assign(message, data) message = message.message } this.emit('warn', data.tarCode, message, data) } else if (message instanceof Error) this.emit('error', Object.assign(message, data)) else this.emit('error', Object.assign(new Error(`${code}: ${message}`), data)) } }
[-] write-entry.js
[edit]
[-] unpack.js
[edit]
[-] read-entry.js
[edit]
[-] strip-trailing-slashes.js
[edit]
[-] normalize-windows-path.js
[edit]
[-] high-level-opt.js
[edit]
[+]
..
[-] pack.js
[edit]
[-] pax.js
[edit]
[-] header.js
[edit]
[-] normalize-unicode.js
[edit]
[-] warn-mixin.js
[edit]
[-] path-reservations.js
[edit]
[-] mode-fix.js
[edit]
[-] parse.js
[edit]
[-] types.js
[edit]
[-] replace.js
[edit]
[-] list.js
[edit]
[-] mkdir.js
[edit]
[-] update.js
[edit]
[-] winchars.js
[edit]
[-] get-write-flag.js
[edit]
[-] extract.js
[edit]
[-] strip-absolute-path.js
[edit]
[-] large-numbers.js
[edit]
[-] create.js
[edit]