Sha256: ff22c909cd72c80ba3c9c37de1d68648fc0422312f5ba9407e4a77b1cc0395ad

Contents?: true

Size: 180 Bytes

Versions: 2

Compression:

Stored size: 180 Bytes

Contents

exports.compileTransport = function(body, pkg, moduleId, filename) {
  return "define_transport(function() {\n"+body+"\n}), '"+pkg.name+"', '"+moduleId+"', '"+filename+"');";
};

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
bpm-0.1.3 spec/fixtures/transporter/packages/transport/transports/wrapper.js
bpm-0.1.2 spec/fixtures/transporter/packages/transport/transports/wrapper.js