Sha256: c206b8b2ef7e61deeb236ca38c3750e56242b5b91335cd7df6d417a0886f9905
Contents?: true
Size: 335 Bytes
Versions: 8
Compression:
Stored size: 335 Bytes
Contents
/** * [Please add a description.] */ "use strict"; exports.__esModule = true; var visitor = { /** * [Please add a description.] */ Property: function Property(node) { if (node.method) { node.method = false; } if (node.shorthand) { node.shorthand = false; } } }; exports.visitor = visitor;
Version data entries
8 entries across 8 versions & 3 rubygems