Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
15 lines
450 B
Plaintext
15 lines
450 B
Plaintext
"use strict";
|
|
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
exports.default = toComputedKey;
|
|
var _index = require("../validators/generated/index.js");
|
|
var _index2 = require("../builders/generated/index.js");
|
|
function toComputedKey(node, key = node.key || node.property) {
|
|
if (!node.computed && (0, _index.isIdentifier)(key)) key = (0, _index2.stringLiteral)(key.name);
|
|
return key;
|
|
}
|
|
|
|
//# sourceMappingURL=toComputedKey.js.map
|