Sha256: 7178e6b95da3244813e9560b38ce5890ce544caf198475ec3648f2c9f1ed5e40
Contents?: true
Size: 540 Bytes
Versions: 3
Compression:
Stored size: 540 Bytes
Contents
$traceurRuntime.ModuleStore.getAnonymousModule(function() { "use strict"; var Node = module.require("./Node").Node; function ExportBatchSpecifier() { Node.call(this); this.type = "ExportBatchSpecifier"; } ExportBatchSpecifier.prototype = Object.create(Node); ExportBatchSpecifier.prototype.codegen = function() { if (!Node.prototype.codegen.call(this)) { return; } return this; }; exports.ExportBatchSpecifier = ExportBatchSpecifier; return {}; }); //# sourceMappingURL=ExportBatchSpecifier.map
Version data entries
3 entries across 3 versions & 1 rubygems