Deprecate positional request constructor API

This commit is contained in:
wltsmrz
2015-08-25 06:21:40 -07:00
parent 6bfa284bac
commit fc0240c06b
4 changed files with 34 additions and 282 deletions

View File

@@ -28,6 +28,3 @@ exports._test = {
};
exports.types = require('./serializedtypes');
// This patches remote with legacy support for positional arguments
require('./legacy-support.js')(exports);