build: update to standard 14 (#24479)

This commit is contained in:
Samuel Attard
2020-07-09 10:18:49 -07:00
committed by GitHub
parent 9bd0fc5348
commit eb6616e4e9
37 changed files with 495 additions and 665 deletions

View File

@@ -134,6 +134,7 @@ class SlurpStream extends Writable {
this._data = Buffer.concat([this._data, chunk]);
callback();
}
data () { return this._data; }
}