yoastseo
Version:
Yoast client-side content analysis
15 lines (14 loc) • 1.04 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.other = exports.negatedFormsOfToBe = exports.formsOfToGet = exports.formsOfToBe = exports.default = exports.all = void 0;
// All lists except for the `other` one are also used to create rules for some inclusive language assessments.
// The auxiliaries are categorized into different lists because this categorization is needed for the inclusive language rules.
const formsOfToBe = exports.formsOfToBe = ["am", "is", "are", "was", "were", "been", "be", "she's", "he's", "it's", "i'm", "we're", "they're", "you're", "that's", "being"];
const negatedFormsOfToBe = exports.negatedFormsOfToBe = ["isn't", "weren't", "wasn't", "aren't"];
const formsOfToGet = exports.formsOfToGet = ["get", "gets", "got", "gotten", "getting"];
const other = exports.other = ["having", "what's"];
const all = exports.all = formsOfToBe.concat(negatedFormsOfToBe, formsOfToGet, other);
var _default = exports.default = all;
//# sourceMappingURL=passiveVoiceAuxiliaries.js.map