Last active
September 12, 2024 20:57
-
-
Save dominictarr/5028051 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
process.nextTick(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.