Sha256: e5c5de70c54fb888a21a8e6f7bab3104a57a6de4b590b2a858cf951177d82b5c

Contents?: true

Size: 775 Bytes

Versions: 13

Compression:

Stored size: 775 Bytes

Contents

"use strict";

Object.defineProperty(exports, "__esModule", {
  value: true
});
exports.default = void 0;

function _helperPluginUtils() {
  const data = require("@babel/helper-plugin-utils");

  _helperPluginUtils = function () {
    return data;
  };

  return data;
}

var _default = (0, _helperPluginUtils().declare)(api => {
  api.assertVersion(7);
  return {
    name: "transform-literals",
    visitor: {
      NumericLiteral({
        node
      }) {
        if (node.extra && /^0[ob]/i.test(node.extra.raw)) {
          node.extra = undefined;
        }
      },

      StringLiteral({
        node
      }) {
        if (node.extra && /\\[u]/gi.test(node.extra.raw)) {
          node.extra = undefined;
        }
      }

    }
  };
});

exports.default = _default;

Version data entries

13 entries across 13 versions & 5 rubygems

Version Path
disco_app-0.18.0 test/dummy/node_modules/@babel/plugin-transform-literals/lib/index.js
disco_app-0.18.2 test/dummy/node_modules/@babel/plugin-transform-literals/lib/index.js
condenser-0.0.8 lib/condenser/processors/node_modules/@babel/plugin-transform-literals/lib/index.js
learn_create-0.0.22 lib/templates/javascript_lab_template/node_modules/@babel/plugin-transform-literals/lib/index.js
jester-data-8.0.0 node_modules/@babel/plugin-transform-literals/lib/index.js
ezii-os-5.2.1 node_modules/@babel/plugin-transform-literals/lib/index.js
ezii-os-2.0.1 node_modules/@babel/plugin-transform-literals/lib/index.js
ezii-os-1.1.0 node_modules/@babel/plugin-transform-literals/lib/index.js
ezii-os-1.0.0 node_modules/@babel/plugin-transform-literals/lib/index.js
condenser-0.0.7 lib/condenser/processors/node_modules/@babel/plugin-transform-literals/lib/index.js
ezii-os-0.0.0.1.0 node_modules/@babel/plugin-transform-literals/lib/index.js
ezii-os-0.0.0.0.1 node_modules/@babel/plugin-transform-literals/lib/index.js
condenser-0.0.5 lib/condenser/processors/node_modules/@babel/plugin-transform-literals/lib/index.js