Sha256: 23eb63787ffef654880c6c357978e99a41427078fc580598f06247503060e8d9

Contents?: true

Size: 509 Bytes

Versions: 408

Compression:

Stored size: 509 Bytes

Contents

"use strict";

Object.defineProperty(exports, "__esModule", {
  value: true
});
exports.default = isPlaceholderType;
var _index = require("../definitions/index.js");
function isPlaceholderType(placeholderType, targetType) {
  if (placeholderType === targetType) return true;
  const aliases = _index.PLACEHOLDERS_ALIAS[placeholderType];
  if (aliases) {
    for (const alias of aliases) {
      if (targetType === alias) return true;
    }
  }
  return false;
}

//# sourceMappingURL=isPlaceholderType.js.map

Version data entries

408 entries across 35 versions & 4 rubygems

Version Path
immosquare-cleaner-0.1.67 node_modules/@babel/types/lib/validators/isPlaceholderType.js
immosquare-cleaner-0.1.66 node_modules/@babel/types/lib/validators/isPlaceholderType.js
immosquare-cleaner-0.1.65 node_modules/@babel/types/lib/validators/isPlaceholderType.js
immosquare-cleaner-0.1.64 node_modules/@babel/types/lib/validators/isPlaceholderType.js
immosquare-cleaner-0.1.63 node_modules/@babel/types/lib/validators/isPlaceholderType.js
rapid_stack-0.2.0 templates/frontend/node_modules/@babel/types/lib/validators/isPlaceholderType.js
rapid_stack-0.1.1 templates/FrontEnd/node_modules/@babel/types/lib/validators/isPlaceholderType.js
rapid_stack-0.1.0 templates/FrontEnd/node_modules/@babel/types/lib/validators/isPlaceholderType.js
immosquare-cleaner-0.1.62 node_modules/@babel/types/lib/validators/isPlaceholderType.js
immosquare-cleaner-0.1.61 node_modules/@babel/types/lib/validators/isPlaceholderType.js
immosquare-cleaner-0.1.60 node_modules/@babel/plugin-transform-classes/node_modules/@babel/traverse/node_modules/@babel/types/lib/validators/isPlaceholderType.js
immosquare-cleaner-0.1.60 node_modules/@babel/helpers/node_modules/@babel/types/lib/validators/isPlaceholderType.js
immosquare-cleaner-0.1.60 node_modules/@babel/plugin-transform-async-generator-functions/node_modules/@babel/traverse/node_modules/@babel/types/lib/validators/isPlaceholderType.js
immosquare-cleaner-0.1.60 node_modules/@babel/plugin-transform-classes/node_modules/@babel/helper-replace-supers/node_modules/@babel/helper-member-expression-to-functions/node_modules/@babel/types/lib/validators/isPlaceholderType.js
immosquare-cleaner-0.1.60 node_modules/@babel/helper-wrap-function/node_modules/@babel/types/lib/validators/isPlaceholderType.js
immosquare-cleaner-0.1.60 node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/node_modules/@babel/traverse/node_modules/@babel/types/lib/validators/isPlaceholderType.js
immosquare-cleaner-0.1.60 node_modules/@babel/plugin-transform-computed-properties/node_modules/@babel/template/node_modules/@babel/types/lib/validators/isPlaceholderType.js
immosquare-cleaner-0.1.60 node_modules/@babel/helper-simple-access/node_modules/@babel/types/lib/validators/isPlaceholderType.js
immosquare-cleaner-0.1.60 node_modules/@babel/helper-optimise-call-expression/node_modules/@babel/types/lib/validators/isPlaceholderType.js
immosquare-cleaner-0.1.60 node_modules/@babel/helper-remap-async-to-generator/node_modules/@babel/traverse/node_modules/@babel/types/lib/validators/isPlaceholderType.js