This file contains hidden or 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
| { | |
| "OUTPUT_FORMAT": { | |
| "type": "JSON", | |
| "encoding": "UTF-8", | |
| "structure": { | |
| "target_file": "string (relative path with forward slashes)", | |
| "diff": "string (unified diff with \\n line breaks)", | |
| "error": "string (optional, only present for errors)" | |
| } | |
| }, |
This file contains hidden or 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
| /* | |
| * Author: Daniel Tralamazza <tralamazza@gmail.com> | |
| * | |
| * Patch Socket for a before connect event. | |
| * Important! You must require this module before anything else. | |
| * | |
| * Usage: | |
| * | |
| * var patch = require('./bind_hack'); | |
| * var bind_f = process.binding('net').bind; |
NewerOlder