Sha256: b4e732fad234e77b35e3ae4419cbe3f63e7c4035d40aa23abc44a2c535e2053b
Contents?: true
Size: 1.28 KB
Versions: 3
Compression:
Stored size: 1.28 KB
Contents
"use strict"; exports.__esModule = true; function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj["default"] = obj; return newObj; } } function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } var _types = require("../../types"); var t = _interopRequireWildcard(_types); var IgnoreFormatter = (function () { function IgnoreFormatter() { _classCallCheck(this, IgnoreFormatter); } IgnoreFormatter.prototype.exportDeclaration = function exportDeclaration(node, nodes) { var declar = t.toStatement(node.declaration, true); if (declar) nodes.push(t.inherits(declar, node)); }; IgnoreFormatter.prototype.exportAllDeclaration = function exportAllDeclaration() {}; IgnoreFormatter.prototype.importDeclaration = function importDeclaration() {}; IgnoreFormatter.prototype.importSpecifier = function importSpecifier() {}; IgnoreFormatter.prototype.exportSpecifier = function exportSpecifier() {}; return IgnoreFormatter; })(); exports["default"] = IgnoreFormatter; module.exports = exports["default"];
Version data entries
3 entries across 3 versions & 1 rubygems