Created
August 15, 2013 14:33
-
-
Save nik-kor/6241291 to your computer and use it in GitHub Desktop.
buggy node.js compilation in [email protected]
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
include "foo.thrift" |
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
// | |
// Autogenerated by Thrift Compiler (0.9.0) | |
// | |
// DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING | |
// | |
var Thrift = require('thrift').Thrift; | |
var ttypes = module.exports = {}; |
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
// | |
// Autogenerated by Thrift Compiler (1.0.0-dev) | |
// | |
// DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING | |
// | |
var Thrift = require('thrift').Thrift; | |
var foo_ttypes = require('./foo_types') | |
var ttypes = module.exports = {}; |
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
bar_types_BUGGY.js missed | |
`var foo_ttypes = require('./foo_types')` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment