Skip to content

Instantly share code, notes, and snippets.

@dominictarr
Last active September 12, 2024 20:57
Show Gist options
  • Save dominictarr/5028051 to your computer and use it in GitHub Desktop.
Save dominictarr/5028051 to your computer and use it in GitHub Desktop.
var browserify = require('./');
var through = require('through');
var stream = through(function(data) {
var self = this;
self.resume();
self.emit('data', data);
});
var bundle = browserify();
bundle.require(__dirname + '/foo.js');
bundle.bundle().pipe(stream).pipe(process.stdout);
process.stdout.emit('drain')
process.nextTick();
@manslie3
Copy link

Downloading PC games offers a variety of benefits that enhance the overall gaming experience. One of the most significant advantages is the convenience it provides. Unlike physical copies, which require trips to the store or time waiting for delivery, digital games can be downloaded instantly from online platforms visit here. This immediacy allows players to start gaming right away, without the need for managing physical media or dealing with potential shipping delays.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment