@taiga-ui/eslint-plugin-experience-next 0.515.0 → 0.517.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.esm.js +236 -241
- package/package.json +28 -27
package/index.esm.js
CHANGED
|
@@ -33248,11 +33248,6 @@ function hasElementAttribute(element, name) {
|
|
|
33248
33248
|
return (details?.startsWith('attr.') === true && names.includes(details.slice(5)));
|
|
33249
33249
|
}));
|
|
33250
33250
|
}
|
|
33251
|
-
function hasOutputBinding(element, name) {
|
|
33252
|
-
{
|
|
33253
|
-
return element.outputs.length > 0;
|
|
33254
|
-
}
|
|
33255
|
-
}
|
|
33256
33251
|
function getElementAttributeLikes(element) {
|
|
33257
33252
|
const seen = new Set();
|
|
33258
33253
|
return [
|
|
@@ -33686,9 +33681,9 @@ eslintVisitorKeys$2.KEYS = KEYS$1;
|
|
|
33686
33681
|
eslintVisitorKeys$2.getKeys = getKeys$2;
|
|
33687
33682
|
eslintVisitorKeys$2.unionWith = unionWith$1;
|
|
33688
33683
|
|
|
33689
|
-
(function (exports
|
|
33684
|
+
(function (exports) {
|
|
33690
33685
|
|
|
33691
|
-
Object.defineProperty(exports
|
|
33686
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
33692
33687
|
|
|
33693
33688
|
var eslintVisitorKeys = eslintVisitorKeys$2;
|
|
33694
33689
|
|
|
@@ -36267,44 +36262,44 @@ eslintVisitorKeys$2.unionWith = unionWith$1;
|
|
|
36267
36262
|
ReferenceTracker,
|
|
36268
36263
|
};
|
|
36269
36264
|
|
|
36270
|
-
exports
|
|
36271
|
-
exports
|
|
36272
|
-
exports
|
|
36273
|
-
exports
|
|
36274
|
-
exports
|
|
36275
|
-
exports
|
|
36276
|
-
exports
|
|
36277
|
-
exports
|
|
36278
|
-
exports
|
|
36279
|
-
exports
|
|
36280
|
-
exports
|
|
36281
|
-
exports
|
|
36282
|
-
exports
|
|
36283
|
-
exports
|
|
36284
|
-
exports
|
|
36285
|
-
exports
|
|
36286
|
-
exports
|
|
36287
|
-
exports
|
|
36288
|
-
exports
|
|
36289
|
-
exports
|
|
36290
|
-
exports
|
|
36291
|
-
exports
|
|
36292
|
-
exports
|
|
36293
|
-
exports
|
|
36294
|
-
exports
|
|
36295
|
-
exports
|
|
36296
|
-
exports
|
|
36297
|
-
exports
|
|
36298
|
-
exports
|
|
36299
|
-
exports
|
|
36300
|
-
exports
|
|
36301
|
-
exports
|
|
36302
|
-
exports
|
|
36303
|
-
exports
|
|
36304
|
-
exports
|
|
36305
|
-
exports
|
|
36306
|
-
exports
|
|
36307
|
-
exports
|
|
36265
|
+
exports.CALL = CALL;
|
|
36266
|
+
exports.CONSTRUCT = CONSTRUCT;
|
|
36267
|
+
exports.ESM = ESM;
|
|
36268
|
+
exports.PatternMatcher = PatternMatcher;
|
|
36269
|
+
exports.READ = READ;
|
|
36270
|
+
exports.ReferenceTracker = ReferenceTracker;
|
|
36271
|
+
exports["default"] = index;
|
|
36272
|
+
exports.findVariable = findVariable;
|
|
36273
|
+
exports.getFunctionHeadLocation = getFunctionHeadLocation;
|
|
36274
|
+
exports.getFunctionNameWithKind = getFunctionNameWithKind;
|
|
36275
|
+
exports.getInnermostScope = getInnermostScope;
|
|
36276
|
+
exports.getPropertyName = getPropertyName;
|
|
36277
|
+
exports.getStaticValue = getStaticValue;
|
|
36278
|
+
exports.getStringIfConstant = getStringIfConstant;
|
|
36279
|
+
exports.hasSideEffect = hasSideEffect;
|
|
36280
|
+
exports.isArrowToken = isArrowToken;
|
|
36281
|
+
exports.isClosingBraceToken = isClosingBraceToken;
|
|
36282
|
+
exports.isClosingBracketToken = isClosingBracketToken;
|
|
36283
|
+
exports.isClosingParenToken = isClosingParenToken;
|
|
36284
|
+
exports.isColonToken = isColonToken;
|
|
36285
|
+
exports.isCommaToken = isCommaToken;
|
|
36286
|
+
exports.isCommentToken = isCommentToken;
|
|
36287
|
+
exports.isNotArrowToken = isNotArrowToken;
|
|
36288
|
+
exports.isNotClosingBraceToken = isNotClosingBraceToken;
|
|
36289
|
+
exports.isNotClosingBracketToken = isNotClosingBracketToken;
|
|
36290
|
+
exports.isNotClosingParenToken = isNotClosingParenToken;
|
|
36291
|
+
exports.isNotColonToken = isNotColonToken;
|
|
36292
|
+
exports.isNotCommaToken = isNotCommaToken;
|
|
36293
|
+
exports.isNotCommentToken = isNotCommentToken;
|
|
36294
|
+
exports.isNotOpeningBraceToken = isNotOpeningBraceToken;
|
|
36295
|
+
exports.isNotOpeningBracketToken = isNotOpeningBracketToken;
|
|
36296
|
+
exports.isNotOpeningParenToken = isNotOpeningParenToken;
|
|
36297
|
+
exports.isNotSemicolonToken = isNotSemicolonToken;
|
|
36298
|
+
exports.isOpeningBraceToken = isOpeningBraceToken;
|
|
36299
|
+
exports.isOpeningBracketToken = isOpeningBracketToken;
|
|
36300
|
+
exports.isOpeningParenToken = isOpeningParenToken;
|
|
36301
|
+
exports.isParenthesized = isParenthesized;
|
|
36302
|
+
exports.isSemicolonToken = isSemicolonToken;
|
|
36308
36303
|
|
|
36309
36304
|
} (eslintUtils$6));
|
|
36310
36305
|
|
|
@@ -36619,7 +36614,7 @@ scopeAnalysis.findVariable = eslintUtils$1.findVariable;
|
|
|
36619
36614
|
*/
|
|
36620
36615
|
scopeAnalysis.getInnermostScope = eslintUtils$1.getInnermostScope;
|
|
36621
36616
|
|
|
36622
|
-
(function (exports
|
|
36617
|
+
(function (exports) {
|
|
36623
36618
|
var __createBinding = (commonjsGlobal && commonjsGlobal.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
36624
36619
|
if (k2 === undefined) k2 = k;
|
|
36625
36620
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
@@ -36631,40 +36626,40 @@ scopeAnalysis.getInnermostScope = eslintUtils$1.getInnermostScope;
|
|
|
36631
36626
|
if (k2 === undefined) k2 = k;
|
|
36632
36627
|
o[k2] = m[k];
|
|
36633
36628
|
}));
|
|
36634
|
-
var __exportStar = (commonjsGlobal && commonjsGlobal.__exportStar) || function(m, exports
|
|
36635
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports
|
|
36629
|
+
var __exportStar = (commonjsGlobal && commonjsGlobal.__exportStar) || function(m, exports) {
|
|
36630
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
36636
36631
|
};
|
|
36637
|
-
Object.defineProperty(exports
|
|
36638
|
-
__exportStar(astUtilities, exports
|
|
36639
|
-
__exportStar(PatternMatcher, exports
|
|
36640
|
-
__exportStar(predicates$1, exports
|
|
36641
|
-
__exportStar(ReferenceTracker, exports
|
|
36642
|
-
__exportStar(scopeAnalysis, exports
|
|
36632
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36633
|
+
__exportStar(astUtilities, exports);
|
|
36634
|
+
__exportStar(PatternMatcher, exports);
|
|
36635
|
+
__exportStar(predicates$1, exports);
|
|
36636
|
+
__exportStar(ReferenceTracker, exports);
|
|
36637
|
+
__exportStar(scopeAnalysis, exports);
|
|
36643
36638
|
} (eslintUtils$7));
|
|
36644
36639
|
|
|
36645
36640
|
var helpers = {};
|
|
36646
36641
|
|
|
36647
|
-
(function (exports
|
|
36648
|
-
Object.defineProperty(exports
|
|
36649
|
-
exports
|
|
36642
|
+
(function (exports) {
|
|
36643
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36644
|
+
exports.isNotTokenOfTypeWithConditions = exports.isTokenOfTypeWithConditions = exports.isNodeOfTypeWithConditions = exports.isNodeOfTypes = exports.isNodeOfType = void 0;
|
|
36650
36645
|
const isNodeOfType = (nodeType) => (node) => node?.type === nodeType;
|
|
36651
|
-
exports
|
|
36646
|
+
exports.isNodeOfType = isNodeOfType;
|
|
36652
36647
|
const isNodeOfTypes = (nodeTypes) => (node) => !!node && nodeTypes.includes(node.type);
|
|
36653
|
-
exports
|
|
36648
|
+
exports.isNodeOfTypes = isNodeOfTypes;
|
|
36654
36649
|
const isNodeOfTypeWithConditions = (nodeType, conditions) => {
|
|
36655
36650
|
const entries = Object.entries(conditions);
|
|
36656
36651
|
return (node) => node?.type === nodeType &&
|
|
36657
36652
|
entries.every(([key, value]) => node[key] === value);
|
|
36658
36653
|
};
|
|
36659
|
-
exports
|
|
36654
|
+
exports.isNodeOfTypeWithConditions = isNodeOfTypeWithConditions;
|
|
36660
36655
|
const isTokenOfTypeWithConditions = (tokenType, conditions) => {
|
|
36661
36656
|
const entries = Object.entries(conditions);
|
|
36662
36657
|
return (token) => token?.type === tokenType &&
|
|
36663
36658
|
entries.every(([key, value]) => token[key] === value);
|
|
36664
36659
|
};
|
|
36665
|
-
exports
|
|
36666
|
-
const isNotTokenOfTypeWithConditions = (tokenType, conditions) => (token) => !(0, exports
|
|
36667
|
-
exports
|
|
36660
|
+
exports.isTokenOfTypeWithConditions = isTokenOfTypeWithConditions;
|
|
36661
|
+
const isNotTokenOfTypeWithConditions = (tokenType, conditions) => (token) => !(0, exports.isTokenOfTypeWithConditions)(tokenType, conditions)(token);
|
|
36662
|
+
exports.isNotTokenOfTypeWithConditions = isNotTokenOfTypeWithConditions;
|
|
36668
36663
|
} (helpers));
|
|
36669
36664
|
|
|
36670
36665
|
var misc = {};
|
|
@@ -36939,7 +36934,7 @@ Object.defineProperty(tsEstree, "__esModule", { value: true });
|
|
|
36939
36934
|
tsEstree.TSESTree = void 0;
|
|
36940
36935
|
tsEstree.TSESTree = __importStar$2(astSpec);
|
|
36941
36936
|
|
|
36942
|
-
(function (exports
|
|
36937
|
+
(function (exports) {
|
|
36943
36938
|
var __createBinding = (commonjsGlobal && commonjsGlobal.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
36944
36939
|
if (k2 === undefined) k2 = k;
|
|
36945
36940
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
@@ -36951,28 +36946,28 @@ tsEstree.TSESTree = __importStar$2(astSpec);
|
|
|
36951
36946
|
if (k2 === undefined) k2 = k;
|
|
36952
36947
|
o[k2] = m[k];
|
|
36953
36948
|
}));
|
|
36954
|
-
var __exportStar = (commonjsGlobal && commonjsGlobal.__exportStar) || function(m, exports
|
|
36955
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports
|
|
36949
|
+
var __exportStar = (commonjsGlobal && commonjsGlobal.__exportStar) || function(m, exports) {
|
|
36950
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
36956
36951
|
};
|
|
36957
|
-
Object.defineProperty(exports
|
|
36958
|
-
exports
|
|
36952
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36953
|
+
exports.AST_TOKEN_TYPES = exports.AST_NODE_TYPES = void 0;
|
|
36959
36954
|
var ast_spec_1 = astSpec;
|
|
36960
|
-
Object.defineProperty(exports
|
|
36961
|
-
Object.defineProperty(exports
|
|
36962
|
-
__exportStar(lib$2, exports
|
|
36963
|
-
__exportStar(parserOptions, exports
|
|
36964
|
-
__exportStar(tsEstree, exports
|
|
36955
|
+
Object.defineProperty(exports, "AST_NODE_TYPES", { enumerable: true, get: function () { return ast_spec_1.AST_NODE_TYPES; } });
|
|
36956
|
+
Object.defineProperty(exports, "AST_TOKEN_TYPES", { enumerable: true, get: function () { return ast_spec_1.AST_TOKEN_TYPES; } });
|
|
36957
|
+
__exportStar(lib$2, exports);
|
|
36958
|
+
__exportStar(parserOptions, exports);
|
|
36959
|
+
__exportStar(tsEstree, exports);
|
|
36965
36960
|
} (dist$2));
|
|
36966
36961
|
|
|
36967
|
-
(function (exports
|
|
36968
|
-
Object.defineProperty(exports
|
|
36969
|
-
exports
|
|
36962
|
+
(function (exports) {
|
|
36963
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36964
|
+
exports.TSESTree = exports.AST_TOKEN_TYPES = exports.AST_NODE_TYPES = void 0;
|
|
36970
36965
|
// for convenience's sake - export the types directly from here so consumers
|
|
36971
36966
|
// don't need to reference/install both packages in their code
|
|
36972
36967
|
var types_1 = dist$2;
|
|
36973
|
-
Object.defineProperty(exports
|
|
36974
|
-
Object.defineProperty(exports
|
|
36975
|
-
Object.defineProperty(exports
|
|
36968
|
+
Object.defineProperty(exports, "AST_NODE_TYPES", { enumerable: true, get: function () { return types_1.AST_NODE_TYPES; } });
|
|
36969
|
+
Object.defineProperty(exports, "AST_TOKEN_TYPES", { enumerable: true, get: function () { return types_1.AST_TOKEN_TYPES; } });
|
|
36970
|
+
Object.defineProperty(exports, "TSESTree", { enumerable: true, get: function () { return types_1.TSESTree; } });
|
|
36976
36971
|
} (tsEstree$1));
|
|
36977
36972
|
|
|
36978
36973
|
Object.defineProperty(predicates, "__esModule", { value: true });
|
|
@@ -37083,7 +37078,7 @@ predicates.isLoop = (0, helpers_1.isNodeOfTypes)([
|
|
|
37083
37078
|
ts_estree_1.AST_NODE_TYPES.WhileStatement,
|
|
37084
37079
|
]);
|
|
37085
37080
|
|
|
37086
|
-
(function (exports
|
|
37081
|
+
(function (exports) {
|
|
37087
37082
|
var __createBinding = (commonjsGlobal && commonjsGlobal.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
37088
37083
|
if (k2 === undefined) k2 = k;
|
|
37089
37084
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
@@ -37095,14 +37090,14 @@ predicates.isLoop = (0, helpers_1.isNodeOfTypes)([
|
|
|
37095
37090
|
if (k2 === undefined) k2 = k;
|
|
37096
37091
|
o[k2] = m[k];
|
|
37097
37092
|
}));
|
|
37098
|
-
var __exportStar = (commonjsGlobal && commonjsGlobal.__exportStar) || function(m, exports
|
|
37099
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports
|
|
37093
|
+
var __exportStar = (commonjsGlobal && commonjsGlobal.__exportStar) || function(m, exports) {
|
|
37094
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
37100
37095
|
};
|
|
37101
|
-
Object.defineProperty(exports
|
|
37102
|
-
__exportStar(eslintUtils$7, exports
|
|
37103
|
-
__exportStar(helpers, exports
|
|
37104
|
-
__exportStar(misc, exports
|
|
37105
|
-
__exportStar(predicates, exports
|
|
37096
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37097
|
+
__exportStar(eslintUtils$7, exports);
|
|
37098
|
+
__exportStar(helpers, exports);
|
|
37099
|
+
__exportStar(misc, exports);
|
|
37100
|
+
__exportStar(predicates, exports);
|
|
37106
37101
|
} (astUtils));
|
|
37107
37102
|
|
|
37108
37103
|
var eslintUtils = {};
|
|
@@ -37324,7 +37319,7 @@ RuleCreator.withoutDocs = function withoutDocs(args) {
|
|
|
37324
37319
|
return createRule$1(args);
|
|
37325
37320
|
};
|
|
37326
37321
|
|
|
37327
|
-
(function (exports
|
|
37322
|
+
(function (exports) {
|
|
37328
37323
|
var __createBinding = (commonjsGlobal && commonjsGlobal.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
37329
37324
|
if (k2 === undefined) k2 = k;
|
|
37330
37325
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
@@ -37336,16 +37331,16 @@ RuleCreator.withoutDocs = function withoutDocs(args) {
|
|
|
37336
37331
|
if (k2 === undefined) k2 = k;
|
|
37337
37332
|
o[k2] = m[k];
|
|
37338
37333
|
}));
|
|
37339
|
-
var __exportStar = (commonjsGlobal && commonjsGlobal.__exportStar) || function(m, exports
|
|
37340
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports
|
|
37334
|
+
var __exportStar = (commonjsGlobal && commonjsGlobal.__exportStar) || function(m, exports) {
|
|
37335
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
37341
37336
|
};
|
|
37342
|
-
Object.defineProperty(exports
|
|
37343
|
-
__exportStar(applyDefault$1, exports
|
|
37344
|
-
__exportStar(deepMerge$1, exports
|
|
37345
|
-
__exportStar(getParserServices$1, exports
|
|
37346
|
-
__exportStar(InferTypesFromRule, exports
|
|
37347
|
-
__exportStar(nullThrows$1, exports
|
|
37348
|
-
__exportStar(RuleCreator$1, exports
|
|
37337
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37338
|
+
__exportStar(applyDefault$1, exports);
|
|
37339
|
+
__exportStar(deepMerge$1, exports);
|
|
37340
|
+
__exportStar(getParserServices$1, exports);
|
|
37341
|
+
__exportStar(InferTypesFromRule, exports);
|
|
37342
|
+
__exportStar(nullThrows$1, exports);
|
|
37343
|
+
__exportStar(RuleCreator$1, exports);
|
|
37349
37344
|
} (eslintUtils));
|
|
37350
37345
|
|
|
37351
37346
|
var jsonSchema = {};
|
|
@@ -37431,19 +37426,19 @@ class LegacyESLint extends (use_at_your_own_risk_1.default.LegacyESLint ??
|
|
|
37431
37426
|
}
|
|
37432
37427
|
LegacyESLint$1.LegacyESLint = LegacyESLint;
|
|
37433
37428
|
|
|
37434
|
-
(function (exports
|
|
37435
|
-
Object.defineProperty(exports
|
|
37436
|
-
exports
|
|
37429
|
+
(function (exports) {
|
|
37430
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37431
|
+
exports.LegacyESLint = exports.ESLint = exports.FlatESLint = void 0;
|
|
37437
37432
|
var FlatESLint_1 = FlatESLint$1;
|
|
37438
|
-
Object.defineProperty(exports
|
|
37433
|
+
Object.defineProperty(exports, "FlatESLint", { enumerable: true, get: function () { return FlatESLint_1.FlatESLint; } });
|
|
37439
37434
|
var FlatESLint_2 = FlatESLint$1;
|
|
37440
|
-
Object.defineProperty(exports
|
|
37435
|
+
Object.defineProperty(exports, "ESLint", { enumerable: true, get: function () { return FlatESLint_2.FlatESLint; } });
|
|
37441
37436
|
var LegacyESLint_1 = LegacyESLint$1;
|
|
37442
37437
|
// TODO(typescript-eslint@v9) - remove this in the next major release
|
|
37443
37438
|
/**
|
|
37444
37439
|
* @deprecated - use ESLint instead
|
|
37445
37440
|
*/
|
|
37446
|
-
Object.defineProperty(exports
|
|
37441
|
+
Object.defineProperty(exports, "LegacyESLint", { enumerable: true, get: function () { return LegacyESLint_1.LegacyESLint; } });
|
|
37447
37442
|
} (ESLint));
|
|
37448
37443
|
|
|
37449
37444
|
var Linter$1 = {};
|
|
@@ -37891,13 +37886,13 @@ const additionalKeys = {
|
|
|
37891
37886
|
};
|
|
37892
37887
|
visitorKeys.visitorKeys = eslintVisitorKeys.unionWith(additionalKeys);
|
|
37893
37888
|
|
|
37894
|
-
(function (exports
|
|
37895
|
-
Object.defineProperty(exports
|
|
37896
|
-
exports
|
|
37889
|
+
(function (exports) {
|
|
37890
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37891
|
+
exports.visitorKeys = exports.getKeys = void 0;
|
|
37897
37892
|
var get_keys_1 = getKeys$1;
|
|
37898
|
-
Object.defineProperty(exports
|
|
37893
|
+
Object.defineProperty(exports, "getKeys", { enumerable: true, get: function () { return get_keys_1.getKeys; } });
|
|
37899
37894
|
var visitor_keys_1 = visitorKeys;
|
|
37900
|
-
Object.defineProperty(exports
|
|
37895
|
+
Object.defineProperty(exports, "visitorKeys", { enumerable: true, get: function () { return visitor_keys_1.visitorKeys; } });
|
|
37901
37896
|
} (dist));
|
|
37902
37897
|
|
|
37903
37898
|
var referencer = {};
|
|
@@ -38167,7 +38162,7 @@ class VariableDefinition extends DefinitionBase_1.DefinitionBase {
|
|
|
38167
38162
|
}
|
|
38168
38163
|
VariableDefinition$1.VariableDefinition = VariableDefinition;
|
|
38169
38164
|
|
|
38170
|
-
(function (exports
|
|
38165
|
+
(function (exports) {
|
|
38171
38166
|
var __createBinding = (commonjsGlobal && commonjsGlobal.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
38172
38167
|
if (k2 === undefined) k2 = k;
|
|
38173
38168
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
@@ -38179,23 +38174,23 @@ VariableDefinition$1.VariableDefinition = VariableDefinition;
|
|
|
38179
38174
|
if (k2 === undefined) k2 = k;
|
|
38180
38175
|
o[k2] = m[k];
|
|
38181
38176
|
}));
|
|
38182
|
-
var __exportStar = (commonjsGlobal && commonjsGlobal.__exportStar) || function(m, exports
|
|
38183
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports
|
|
38177
|
+
var __exportStar = (commonjsGlobal && commonjsGlobal.__exportStar) || function(m, exports) {
|
|
38178
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
38184
38179
|
};
|
|
38185
|
-
Object.defineProperty(exports
|
|
38186
|
-
__exportStar(CatchClauseDefinition$1, exports
|
|
38187
|
-
__exportStar(ClassNameDefinition$1, exports
|
|
38188
|
-
__exportStar(Definition, exports
|
|
38189
|
-
__exportStar(DefinitionType$1, exports
|
|
38190
|
-
__exportStar(FunctionNameDefinition$1, exports
|
|
38191
|
-
__exportStar(ImplicitGlobalVariableDefinition$1, exports
|
|
38192
|
-
__exportStar(ImportBindingDefinition$1, exports
|
|
38193
|
-
__exportStar(ParameterDefinition$1, exports
|
|
38194
|
-
__exportStar(TSEnumMemberDefinition$1, exports
|
|
38195
|
-
__exportStar(TSEnumNameDefinition$1, exports
|
|
38196
|
-
__exportStar(TSModuleNameDefinition$1, exports
|
|
38197
|
-
__exportStar(TypeDefinition$1, exports
|
|
38198
|
-
__exportStar(VariableDefinition$1, exports
|
|
38180
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
38181
|
+
__exportStar(CatchClauseDefinition$1, exports);
|
|
38182
|
+
__exportStar(ClassNameDefinition$1, exports);
|
|
38183
|
+
__exportStar(Definition, exports);
|
|
38184
|
+
__exportStar(DefinitionType$1, exports);
|
|
38185
|
+
__exportStar(FunctionNameDefinition$1, exports);
|
|
38186
|
+
__exportStar(ImplicitGlobalVariableDefinition$1, exports);
|
|
38187
|
+
__exportStar(ImportBindingDefinition$1, exports);
|
|
38188
|
+
__exportStar(ParameterDefinition$1, exports);
|
|
38189
|
+
__exportStar(TSEnumMemberDefinition$1, exports);
|
|
38190
|
+
__exportStar(TSEnumNameDefinition$1, exports);
|
|
38191
|
+
__exportStar(TSModuleNameDefinition$1, exports);
|
|
38192
|
+
__exportStar(TypeDefinition$1, exports);
|
|
38193
|
+
__exportStar(VariableDefinition$1, exports);
|
|
38199
38194
|
} (definition));
|
|
38200
38195
|
|
|
38201
38196
|
var lib$1 = {};
|
|
@@ -43832,15 +43827,15 @@ class Variable extends VariableBase_1.VariableBase {
|
|
|
43832
43827
|
}
|
|
43833
43828
|
Variable$1.Variable = Variable;
|
|
43834
43829
|
|
|
43835
|
-
(function (exports
|
|
43836
|
-
Object.defineProperty(exports
|
|
43837
|
-
exports
|
|
43830
|
+
(function (exports) {
|
|
43831
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
43832
|
+
exports.Variable = exports.ImplicitLibVariable = exports.ESLintScopeVariable = void 0;
|
|
43838
43833
|
var ESLintScopeVariable_1 = ESLintScopeVariable$1;
|
|
43839
|
-
Object.defineProperty(exports
|
|
43834
|
+
Object.defineProperty(exports, "ESLintScopeVariable", { enumerable: true, get: function () { return ESLintScopeVariable_1.ESLintScopeVariable; } });
|
|
43840
43835
|
var ImplicitLibVariable_1 = ImplicitLibVariable$1;
|
|
43841
|
-
Object.defineProperty(exports
|
|
43836
|
+
Object.defineProperty(exports, "ImplicitLibVariable", { enumerable: true, get: function () { return ImplicitLibVariable_1.ImplicitLibVariable; } });
|
|
43842
43837
|
var Variable_1 = Variable$1;
|
|
43843
|
-
Object.defineProperty(exports
|
|
43838
|
+
Object.defineProperty(exports, "Variable", { enumerable: true, get: function () { return Variable_1.Variable; } });
|
|
43844
43839
|
} (variable));
|
|
43845
43840
|
|
|
43846
43841
|
var ScopeType$1 = {};
|
|
@@ -44489,7 +44484,7 @@ class WithScope extends ScopeBase_1$1.ScopeBase {
|
|
|
44489
44484
|
}
|
|
44490
44485
|
WithScope$1.WithScope = WithScope;
|
|
44491
44486
|
|
|
44492
|
-
(function (exports
|
|
44487
|
+
(function (exports) {
|
|
44493
44488
|
var __createBinding = (commonjsGlobal && commonjsGlobal.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
44494
44489
|
if (k2 === undefined) k2 = k;
|
|
44495
44490
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
@@ -44501,29 +44496,29 @@ WithScope$1.WithScope = WithScope;
|
|
|
44501
44496
|
if (k2 === undefined) k2 = k;
|
|
44502
44497
|
o[k2] = m[k];
|
|
44503
44498
|
}));
|
|
44504
|
-
var __exportStar = (commonjsGlobal && commonjsGlobal.__exportStar) || function(m, exports
|
|
44505
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports
|
|
44499
|
+
var __exportStar = (commonjsGlobal && commonjsGlobal.__exportStar) || function(m, exports) {
|
|
44500
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
44506
44501
|
};
|
|
44507
|
-
Object.defineProperty(exports
|
|
44508
|
-
__exportStar(BlockScope$1, exports
|
|
44509
|
-
__exportStar(CatchScope$1, exports
|
|
44510
|
-
__exportStar(ClassFieldInitializerScope$1, exports
|
|
44511
|
-
__exportStar(ClassScope$1, exports
|
|
44512
|
-
__exportStar(ConditionalTypeScope$1, exports
|
|
44513
|
-
__exportStar(ForScope$1, exports
|
|
44514
|
-
__exportStar(FunctionExpressionNameScope$1, exports
|
|
44515
|
-
__exportStar(FunctionScope$1, exports
|
|
44516
|
-
__exportStar(FunctionTypeScope$1, exports
|
|
44517
|
-
__exportStar(GlobalScope$1, exports
|
|
44518
|
-
__exportStar(MappedTypeScope$1, exports
|
|
44519
|
-
__exportStar(ModuleScope$1, exports
|
|
44520
|
-
__exportStar(Scope$1, exports
|
|
44521
|
-
__exportStar(ScopeType$1, exports
|
|
44522
|
-
__exportStar(SwitchScope$1, exports
|
|
44523
|
-
__exportStar(TSEnumScope$1, exports
|
|
44524
|
-
__exportStar(TSModuleScope$1, exports
|
|
44525
|
-
__exportStar(TypeScope$1, exports
|
|
44526
|
-
__exportStar(WithScope$1, exports
|
|
44502
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
44503
|
+
__exportStar(BlockScope$1, exports);
|
|
44504
|
+
__exportStar(CatchScope$1, exports);
|
|
44505
|
+
__exportStar(ClassFieldInitializerScope$1, exports);
|
|
44506
|
+
__exportStar(ClassScope$1, exports);
|
|
44507
|
+
__exportStar(ConditionalTypeScope$1, exports);
|
|
44508
|
+
__exportStar(ForScope$1, exports);
|
|
44509
|
+
__exportStar(FunctionExpressionNameScope$1, exports);
|
|
44510
|
+
__exportStar(FunctionScope$1, exports);
|
|
44511
|
+
__exportStar(FunctionTypeScope$1, exports);
|
|
44512
|
+
__exportStar(GlobalScope$1, exports);
|
|
44513
|
+
__exportStar(MappedTypeScope$1, exports);
|
|
44514
|
+
__exportStar(ModuleScope$1, exports);
|
|
44515
|
+
__exportStar(Scope$1, exports);
|
|
44516
|
+
__exportStar(ScopeType$1, exports);
|
|
44517
|
+
__exportStar(SwitchScope$1, exports);
|
|
44518
|
+
__exportStar(TSEnumScope$1, exports);
|
|
44519
|
+
__exportStar(TSModuleScope$1, exports);
|
|
44520
|
+
__exportStar(TypeScope$1, exports);
|
|
44521
|
+
__exportStar(WithScope$1, exports);
|
|
44527
44522
|
} (scope));
|
|
44528
44523
|
|
|
44529
44524
|
var Visitor = {};
|
|
@@ -44693,9 +44688,9 @@ class PatternVisitor extends VisitorBase_1.VisitorBase {
|
|
|
44693
44688
|
}
|
|
44694
44689
|
PatternVisitor$1.PatternVisitor = PatternVisitor;
|
|
44695
44690
|
|
|
44696
|
-
(function (exports
|
|
44697
|
-
Object.defineProperty(exports
|
|
44698
|
-
exports
|
|
44691
|
+
(function (exports) {
|
|
44692
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
44693
|
+
exports.VisitorBase = exports.Visitor = void 0;
|
|
44699
44694
|
const PatternVisitor_1 = PatternVisitor$1;
|
|
44700
44695
|
const VisitorBase_1 = VisitorBase$1;
|
|
44701
44696
|
class Visitor extends VisitorBase_1.VisitorBase {
|
|
@@ -44719,9 +44714,9 @@ PatternVisitor$1.PatternVisitor = PatternVisitor;
|
|
|
44719
44714
|
}
|
|
44720
44715
|
}
|
|
44721
44716
|
}
|
|
44722
|
-
exports
|
|
44717
|
+
exports.Visitor = Visitor;
|
|
44723
44718
|
var VisitorBase_2 = VisitorBase$1;
|
|
44724
|
-
Object.defineProperty(exports
|
|
44719
|
+
Object.defineProperty(exports, "VisitorBase", { enumerable: true, get: function () { return VisitorBase_2.VisitorBase; } });
|
|
44725
44720
|
} (Visitor));
|
|
44726
44721
|
|
|
44727
44722
|
Object.defineProperty(TypeVisitor$1, "__esModule", { value: true });
|
|
@@ -45782,11 +45777,11 @@ class Referencer extends Visitor_1.Visitor {
|
|
|
45782
45777
|
}
|
|
45783
45778
|
Referencer$1.Referencer = Referencer;
|
|
45784
45779
|
|
|
45785
|
-
(function (exports
|
|
45786
|
-
Object.defineProperty(exports
|
|
45787
|
-
exports
|
|
45780
|
+
(function (exports) {
|
|
45781
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
45782
|
+
exports.Referencer = void 0;
|
|
45788
45783
|
var Referencer_1 = Referencer$1;
|
|
45789
|
-
Object.defineProperty(exports
|
|
45784
|
+
Object.defineProperty(exports, "Referencer", { enumerable: true, get: function () { return Referencer_1.Referencer; } });
|
|
45790
45785
|
} (referencer));
|
|
45791
45786
|
|
|
45792
45787
|
var ScopeManager$1 = {};
|
|
@@ -46032,7 +46027,7 @@ function analyze(tree, providedOptions) {
|
|
|
46032
46027
|
return scopeManager;
|
|
46033
46028
|
}
|
|
46034
46029
|
|
|
46035
|
-
(function (exports
|
|
46030
|
+
(function (exports) {
|
|
46036
46031
|
var __createBinding = (commonjsGlobal && commonjsGlobal.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
46037
46032
|
if (k2 === undefined) k2 = k;
|
|
46038
46033
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
@@ -46044,24 +46039,24 @@ function analyze(tree, providedOptions) {
|
|
|
46044
46039
|
if (k2 === undefined) k2 = k;
|
|
46045
46040
|
o[k2] = m[k];
|
|
46046
46041
|
}));
|
|
46047
|
-
var __exportStar = (commonjsGlobal && commonjsGlobal.__exportStar) || function(m, exports
|
|
46048
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports
|
|
46042
|
+
var __exportStar = (commonjsGlobal && commonjsGlobal.__exportStar) || function(m, exports) {
|
|
46043
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
46049
46044
|
};
|
|
46050
|
-
Object.defineProperty(exports
|
|
46051
|
-
exports
|
|
46045
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
46046
|
+
exports.ScopeManager = exports.Visitor = exports.Reference = exports.PatternVisitor = exports.analyze = void 0;
|
|
46052
46047
|
var analyze_1 = analyze$1;
|
|
46053
|
-
Object.defineProperty(exports
|
|
46054
|
-
__exportStar(definition, exports
|
|
46048
|
+
Object.defineProperty(exports, "analyze", { enumerable: true, get: function () { return analyze_1.analyze; } });
|
|
46049
|
+
__exportStar(definition, exports);
|
|
46055
46050
|
var PatternVisitor_1 = PatternVisitor$1;
|
|
46056
|
-
Object.defineProperty(exports
|
|
46051
|
+
Object.defineProperty(exports, "PatternVisitor", { enumerable: true, get: function () { return PatternVisitor_1.PatternVisitor; } });
|
|
46057
46052
|
var Reference_1 = Reference$1;
|
|
46058
|
-
Object.defineProperty(exports
|
|
46053
|
+
Object.defineProperty(exports, "Reference", { enumerable: true, get: function () { return Reference_1.Reference; } });
|
|
46059
46054
|
var Visitor_1 = Visitor;
|
|
46060
|
-
Object.defineProperty(exports
|
|
46061
|
-
__exportStar(scope, exports
|
|
46055
|
+
Object.defineProperty(exports, "Visitor", { enumerable: true, get: function () { return Visitor_1.Visitor; } });
|
|
46056
|
+
__exportStar(scope, exports);
|
|
46062
46057
|
var ScopeManager_1 = ScopeManager$1;
|
|
46063
|
-
Object.defineProperty(exports
|
|
46064
|
-
__exportStar(variable, exports
|
|
46058
|
+
Object.defineProperty(exports, "ScopeManager", { enumerable: true, get: function () { return ScopeManager_1.ScopeManager; } });
|
|
46059
|
+
__exportStar(variable, exports);
|
|
46065
46060
|
} (dist$1));
|
|
46066
46061
|
|
|
46067
46062
|
/* eslint-disable @typescript-eslint/no-namespace */
|
|
@@ -46117,7 +46112,7 @@ class SourceCode extends eslint_1.SourceCode {
|
|
|
46117
46112
|
}
|
|
46118
46113
|
SourceCode$1.SourceCode = SourceCode;
|
|
46119
46114
|
|
|
46120
|
-
(function (exports
|
|
46115
|
+
(function (exports) {
|
|
46121
46116
|
var __createBinding = (commonjsGlobal && commonjsGlobal.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
46122
46117
|
if (k2 === undefined) k2 = k;
|
|
46123
46118
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
@@ -46129,21 +46124,21 @@ SourceCode$1.SourceCode = SourceCode;
|
|
|
46129
46124
|
if (k2 === undefined) k2 = k;
|
|
46130
46125
|
o[k2] = m[k];
|
|
46131
46126
|
}));
|
|
46132
|
-
var __exportStar = (commonjsGlobal && commonjsGlobal.__exportStar) || function(m, exports
|
|
46133
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports
|
|
46127
|
+
var __exportStar = (commonjsGlobal && commonjsGlobal.__exportStar) || function(m, exports) {
|
|
46128
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
46134
46129
|
};
|
|
46135
|
-
Object.defineProperty(exports
|
|
46136
|
-
__exportStar(AST, exports
|
|
46137
|
-
__exportStar(Config, exports
|
|
46138
|
-
__exportStar(ESLint, exports
|
|
46139
|
-
__exportStar(Linter$1, exports
|
|
46140
|
-
__exportStar(Parser, exports
|
|
46141
|
-
__exportStar(ParserOptions, exports
|
|
46142
|
-
__exportStar(Processor, exports
|
|
46143
|
-
__exportStar(Rule, exports
|
|
46144
|
-
__exportStar(RuleTester$1, exports
|
|
46145
|
-
__exportStar(Scope$2, exports
|
|
46146
|
-
__exportStar(SourceCode$1, exports
|
|
46130
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
46131
|
+
__exportStar(AST, exports);
|
|
46132
|
+
__exportStar(Config, exports);
|
|
46133
|
+
__exportStar(ESLint, exports);
|
|
46134
|
+
__exportStar(Linter$1, exports);
|
|
46135
|
+
__exportStar(Parser, exports);
|
|
46136
|
+
__exportStar(ParserOptions, exports);
|
|
46137
|
+
__exportStar(Processor, exports);
|
|
46138
|
+
__exportStar(Rule, exports);
|
|
46139
|
+
__exportStar(RuleTester$1, exports);
|
|
46140
|
+
__exportStar(Scope$2, exports);
|
|
46141
|
+
__exportStar(SourceCode$1, exports);
|
|
46147
46142
|
} (tsEslint));
|
|
46148
46143
|
|
|
46149
46144
|
var tsUtils = {};
|
|
@@ -46161,7 +46156,7 @@ var NoInfer = {};
|
|
|
46161
46156
|
|
|
46162
46157
|
Object.defineProperty(NoInfer, "__esModule", { value: true });
|
|
46163
46158
|
|
|
46164
|
-
(function (exports
|
|
46159
|
+
(function (exports) {
|
|
46165
46160
|
var __createBinding = (commonjsGlobal && commonjsGlobal.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
46166
46161
|
if (k2 === undefined) k2 = k;
|
|
46167
46162
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
@@ -46173,15 +46168,15 @@ Object.defineProperty(NoInfer, "__esModule", { value: true });
|
|
|
46173
46168
|
if (k2 === undefined) k2 = k;
|
|
46174
46169
|
o[k2] = m[k];
|
|
46175
46170
|
}));
|
|
46176
|
-
var __exportStar = (commonjsGlobal && commonjsGlobal.__exportStar) || function(m, exports
|
|
46177
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports
|
|
46171
|
+
var __exportStar = (commonjsGlobal && commonjsGlobal.__exportStar) || function(m, exports) {
|
|
46172
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
46178
46173
|
};
|
|
46179
|
-
Object.defineProperty(exports
|
|
46180
|
-
__exportStar(isArray$2, exports
|
|
46181
|
-
__exportStar(NoInfer, exports
|
|
46174
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
46175
|
+
__exportStar(isArray$2, exports);
|
|
46176
|
+
__exportStar(NoInfer, exports);
|
|
46182
46177
|
} (tsUtils));
|
|
46183
46178
|
|
|
46184
|
-
(function (exports
|
|
46179
|
+
(function (exports) {
|
|
46185
46180
|
var __createBinding = (commonjsGlobal && commonjsGlobal.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
46186
46181
|
if (k2 === undefined) k2 = k;
|
|
46187
46182
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
@@ -46215,17 +46210,17 @@ Object.defineProperty(NoInfer, "__esModule", { value: true });
|
|
|
46215
46210
|
return result;
|
|
46216
46211
|
};
|
|
46217
46212
|
})();
|
|
46218
|
-
var __exportStar = (commonjsGlobal && commonjsGlobal.__exportStar) || function(m, exports
|
|
46219
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports
|
|
46213
|
+
var __exportStar = (commonjsGlobal && commonjsGlobal.__exportStar) || function(m, exports) {
|
|
46214
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
46220
46215
|
};
|
|
46221
|
-
Object.defineProperty(exports
|
|
46222
|
-
exports
|
|
46223
|
-
exports
|
|
46224
|
-
exports
|
|
46225
|
-
exports
|
|
46226
|
-
exports
|
|
46227
|
-
__exportStar(tsEstree$1, exports
|
|
46228
|
-
exports
|
|
46216
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
46217
|
+
exports.TSUtils = exports.TSESLint = exports.JSONSchema = exports.ESLintUtils = exports.ASTUtils = void 0;
|
|
46218
|
+
exports.ASTUtils = __importStar(astUtils);
|
|
46219
|
+
exports.ESLintUtils = __importStar(eslintUtils);
|
|
46220
|
+
exports.JSONSchema = __importStar(jsonSchema);
|
|
46221
|
+
exports.TSESLint = __importStar(tsEslint);
|
|
46222
|
+
__exportStar(tsEstree$1, exports);
|
|
46223
|
+
exports.TSUtils = __importStar(tsUtils);
|
|
46229
46224
|
} (dist$3));
|
|
46230
46225
|
|
|
46231
46226
|
const RULE_DOCS_BASE_URL = 'https://github.com/taiga-family/toolkit/tree/main/projects/eslint-plugin-experience-next/docs';
|
|
@@ -47318,7 +47313,7 @@ var hasRequiredUtil;
|
|
|
47318
47313
|
function requireUtil () {
|
|
47319
47314
|
if (hasRequiredUtil) return util;
|
|
47320
47315
|
hasRequiredUtil = 1;
|
|
47321
|
-
(function (exports
|
|
47316
|
+
(function (exports) {
|
|
47322
47317
|
/*
|
|
47323
47318
|
* Copyright 2011 Mozilla Foundation and contributors
|
|
47324
47319
|
* Licensed under the New BSD license. See LICENSE or:
|
|
@@ -47344,7 +47339,7 @@ function requireUtil () {
|
|
|
47344
47339
|
throw new Error('"' + aName + '" is a required argument.');
|
|
47345
47340
|
}
|
|
47346
47341
|
}
|
|
47347
|
-
exports
|
|
47342
|
+
exports.getArg = getArg;
|
|
47348
47343
|
|
|
47349
47344
|
var urlRegexp = /^(?:([\w+\-.]+):)?\/\/(?:(\w+:\w+)@)?([\w.-]*)(?::(\d+))?(.*)$/;
|
|
47350
47345
|
var dataUrlRegexp = /^data:.+\,.+$/;
|
|
@@ -47362,7 +47357,7 @@ function requireUtil () {
|
|
|
47362
47357
|
path: match[5]
|
|
47363
47358
|
};
|
|
47364
47359
|
}
|
|
47365
|
-
exports
|
|
47360
|
+
exports.urlParse = urlParse;
|
|
47366
47361
|
|
|
47367
47362
|
function urlGenerate(aParsedUrl) {
|
|
47368
47363
|
var url = '';
|
|
@@ -47384,7 +47379,7 @@ function requireUtil () {
|
|
|
47384
47379
|
}
|
|
47385
47380
|
return url;
|
|
47386
47381
|
}
|
|
47387
|
-
exports
|
|
47382
|
+
exports.urlGenerate = urlGenerate;
|
|
47388
47383
|
|
|
47389
47384
|
/**
|
|
47390
47385
|
* Normalizes a path, or the path portion of a URL:
|
|
@@ -47406,7 +47401,7 @@ function requireUtil () {
|
|
|
47406
47401
|
}
|
|
47407
47402
|
path = url.path;
|
|
47408
47403
|
}
|
|
47409
|
-
var isAbsolute = exports
|
|
47404
|
+
var isAbsolute = exports.isAbsolute(path);
|
|
47410
47405
|
|
|
47411
47406
|
var parts = path.split(/\/+/);
|
|
47412
47407
|
for (var part, up = 0, i = parts.length - 1; i >= 0; i--) {
|
|
@@ -47440,7 +47435,7 @@ function requireUtil () {
|
|
|
47440
47435
|
}
|
|
47441
47436
|
return path;
|
|
47442
47437
|
}
|
|
47443
|
-
exports
|
|
47438
|
+
exports.normalize = normalize;
|
|
47444
47439
|
|
|
47445
47440
|
/**
|
|
47446
47441
|
* Joins two paths/URLs.
|
|
@@ -47499,9 +47494,9 @@ function requireUtil () {
|
|
|
47499
47494
|
}
|
|
47500
47495
|
return joined;
|
|
47501
47496
|
}
|
|
47502
|
-
exports
|
|
47497
|
+
exports.join = join;
|
|
47503
47498
|
|
|
47504
|
-
exports
|
|
47499
|
+
exports.isAbsolute = function (aPath) {
|
|
47505
47500
|
return aPath.charAt(0) === '/' || urlRegexp.test(aPath);
|
|
47506
47501
|
};
|
|
47507
47502
|
|
|
@@ -47543,7 +47538,7 @@ function requireUtil () {
|
|
|
47543
47538
|
// Make sure we add a "../" for each component we removed from the root.
|
|
47544
47539
|
return Array(level + 1).join("../") + aPath.substr(aRoot.length + 1);
|
|
47545
47540
|
}
|
|
47546
|
-
exports
|
|
47541
|
+
exports.relative = relative;
|
|
47547
47542
|
|
|
47548
47543
|
var supportsNullProto = (function () {
|
|
47549
47544
|
var obj = Object.create(null);
|
|
@@ -47570,7 +47565,7 @@ function requireUtil () {
|
|
|
47570
47565
|
|
|
47571
47566
|
return aStr;
|
|
47572
47567
|
}
|
|
47573
|
-
exports
|
|
47568
|
+
exports.toSetString = supportsNullProto ? identity : toSetString;
|
|
47574
47569
|
|
|
47575
47570
|
function fromSetString(aStr) {
|
|
47576
47571
|
if (isProtoString(aStr)) {
|
|
@@ -47579,7 +47574,7 @@ function requireUtil () {
|
|
|
47579
47574
|
|
|
47580
47575
|
return aStr;
|
|
47581
47576
|
}
|
|
47582
|
-
exports
|
|
47577
|
+
exports.fromSetString = supportsNullProto ? identity : fromSetString;
|
|
47583
47578
|
|
|
47584
47579
|
function isProtoString(s) {
|
|
47585
47580
|
if (!s) {
|
|
@@ -47649,7 +47644,7 @@ function requireUtil () {
|
|
|
47649
47644
|
|
|
47650
47645
|
return strcmp(mappingA.name, mappingB.name);
|
|
47651
47646
|
}
|
|
47652
|
-
exports
|
|
47647
|
+
exports.compareByOriginalPositions = compareByOriginalPositions;
|
|
47653
47648
|
|
|
47654
47649
|
/**
|
|
47655
47650
|
* Comparator between two mappings with deflated source and name indices where
|
|
@@ -47688,7 +47683,7 @@ function requireUtil () {
|
|
|
47688
47683
|
|
|
47689
47684
|
return strcmp(mappingA.name, mappingB.name);
|
|
47690
47685
|
}
|
|
47691
|
-
exports
|
|
47686
|
+
exports.compareByGeneratedPositionsDeflated = compareByGeneratedPositionsDeflated;
|
|
47692
47687
|
|
|
47693
47688
|
function strcmp(aStr1, aStr2) {
|
|
47694
47689
|
if (aStr1 === aStr2) {
|
|
@@ -47742,7 +47737,7 @@ function requireUtil () {
|
|
|
47742
47737
|
|
|
47743
47738
|
return strcmp(mappingA.name, mappingB.name);
|
|
47744
47739
|
}
|
|
47745
|
-
exports
|
|
47740
|
+
exports.compareByGeneratedPositionsInflated = compareByGeneratedPositionsInflated;
|
|
47746
47741
|
|
|
47747
47742
|
/**
|
|
47748
47743
|
* Strip any JSON XSSI avoidance prefix from the string (as documented
|
|
@@ -47752,7 +47747,7 @@ function requireUtil () {
|
|
|
47752
47747
|
function parseSourceMapInput(str) {
|
|
47753
47748
|
return JSON.parse(str.replace(/^\)]}'[^\n]*\n/, ''));
|
|
47754
47749
|
}
|
|
47755
|
-
exports
|
|
47750
|
+
exports.parseSourceMapInput = parseSourceMapInput;
|
|
47756
47751
|
|
|
47757
47752
|
/**
|
|
47758
47753
|
* Compute the URL of a source given the the source root, the source's
|
|
@@ -47805,7 +47800,7 @@ function requireUtil () {
|
|
|
47805
47800
|
|
|
47806
47801
|
return normalize(sourceURL);
|
|
47807
47802
|
}
|
|
47808
|
-
exports
|
|
47803
|
+
exports.computeSourceURL = computeSourceURL;
|
|
47809
47804
|
} (util));
|
|
47810
47805
|
return util;
|
|
47811
47806
|
}
|
|
@@ -48477,15 +48472,15 @@ var hasRequiredBinarySearch;
|
|
|
48477
48472
|
function requireBinarySearch () {
|
|
48478
48473
|
if (hasRequiredBinarySearch) return binarySearch;
|
|
48479
48474
|
hasRequiredBinarySearch = 1;
|
|
48480
|
-
(function (exports
|
|
48475
|
+
(function (exports) {
|
|
48481
48476
|
/*
|
|
48482
48477
|
* Copyright 2011 Mozilla Foundation and contributors
|
|
48483
48478
|
* Licensed under the New BSD license. See LICENSE or:
|
|
48484
48479
|
* http://opensource.org/licenses/BSD-3-Clause
|
|
48485
48480
|
*/
|
|
48486
48481
|
|
|
48487
|
-
exports
|
|
48488
|
-
exports
|
|
48482
|
+
exports.GREATEST_LOWER_BOUND = 1;
|
|
48483
|
+
exports.LEAST_UPPER_BOUND = 2;
|
|
48489
48484
|
|
|
48490
48485
|
/**
|
|
48491
48486
|
* Recursive implementation of binary search.
|
|
@@ -48525,7 +48520,7 @@ function requireBinarySearch () {
|
|
|
48525
48520
|
|
|
48526
48521
|
// The exact needle element was not found in this haystack. Determine if
|
|
48527
48522
|
// we are in termination case (3) or (2) and return the appropriate thing.
|
|
48528
|
-
if (aBias == exports
|
|
48523
|
+
if (aBias == exports.LEAST_UPPER_BOUND) {
|
|
48529
48524
|
return aHigh < aHaystack.length ? aHigh : -1;
|
|
48530
48525
|
} else {
|
|
48531
48526
|
return mid;
|
|
@@ -48539,7 +48534,7 @@ function requireBinarySearch () {
|
|
|
48539
48534
|
}
|
|
48540
48535
|
|
|
48541
48536
|
// we are in termination case (3) or (2) and return the appropriate thing.
|
|
48542
|
-
if (aBias == exports
|
|
48537
|
+
if (aBias == exports.LEAST_UPPER_BOUND) {
|
|
48543
48538
|
return mid;
|
|
48544
48539
|
} else {
|
|
48545
48540
|
return aLow < 0 ? -1 : aLow;
|
|
@@ -48565,13 +48560,13 @@ function requireBinarySearch () {
|
|
|
48565
48560
|
* searching for, respectively, if the exact element cannot be found.
|
|
48566
48561
|
* Defaults to 'binarySearch.GREATEST_LOWER_BOUND'.
|
|
48567
48562
|
*/
|
|
48568
|
-
exports
|
|
48563
|
+
exports.search = function search(aNeedle, aHaystack, aCompare, aBias) {
|
|
48569
48564
|
if (aHaystack.length === 0) {
|
|
48570
48565
|
return -1;
|
|
48571
48566
|
}
|
|
48572
48567
|
|
|
48573
48568
|
var index = recursiveSearch(-1, aHaystack.length, aNeedle, aHaystack,
|
|
48574
|
-
aCompare, aBias || exports
|
|
48569
|
+
aCompare, aBias || exports.GREATEST_LOWER_BOUND);
|
|
48575
48570
|
if (index < 0) {
|
|
48576
48571
|
return -1;
|
|
48577
48572
|
}
|
|
@@ -50400,7 +50395,7 @@ var hasRequiredSourceMapSupport;
|
|
|
50400
50395
|
function requireSourceMapSupport () {
|
|
50401
50396
|
if (hasRequiredSourceMapSupport) return sourceMapSupport.exports;
|
|
50402
50397
|
hasRequiredSourceMapSupport = 1;
|
|
50403
|
-
(function (module, exports
|
|
50398
|
+
(function (module, exports) {
|
|
50404
50399
|
var SourceMapConsumer = requireSourceMap().SourceMapConsumer;
|
|
50405
50400
|
var path = require$$1$1;
|
|
50406
50401
|
|
|
@@ -50901,12 +50896,12 @@ function requireSourceMapSupport () {
|
|
|
50901
50896
|
var originalRetrieveFileHandlers = retrieveFileHandlers.slice(0);
|
|
50902
50897
|
var originalRetrieveMapHandlers = retrieveMapHandlers.slice(0);
|
|
50903
50898
|
|
|
50904
|
-
exports
|
|
50905
|
-
exports
|
|
50906
|
-
exports
|
|
50907
|
-
exports
|
|
50899
|
+
exports.wrapCallSite = wrapCallSite;
|
|
50900
|
+
exports.getErrorSource = getErrorSource;
|
|
50901
|
+
exports.mapSourcePosition = mapSourcePosition;
|
|
50902
|
+
exports.retrieveSourceMap = retrieveSourceMap;
|
|
50908
50903
|
|
|
50909
|
-
exports
|
|
50904
|
+
exports.install = function(options) {
|
|
50910
50905
|
options = options || {};
|
|
50911
50906
|
|
|
50912
50907
|
if (options.environment) {
|
|
@@ -50994,7 +50989,7 @@ function requireSourceMapSupport () {
|
|
|
50994
50989
|
}
|
|
50995
50990
|
};
|
|
50996
50991
|
|
|
50997
|
-
exports
|
|
50992
|
+
exports.resetRetrieveHandlers = function() {
|
|
50998
50993
|
retrieveFileHandlers.length = 0;
|
|
50999
50994
|
retrieveMapHandlers.length = 0;
|
|
51000
50995
|
|
|
@@ -250565,7 +250560,7 @@ const rule$C = createRule({
|
|
|
250565
250560
|
|
|
250566
250561
|
function isInteractiveElement(node) {
|
|
250567
250562
|
const tagName = node.name.toLowerCase();
|
|
250568
|
-
if (hasElementAttribute(node, 'tabindex')
|
|
250563
|
+
if (hasElementAttribute(node, 'tabindex')) {
|
|
250569
250564
|
return true;
|
|
250570
250565
|
}
|
|
250571
250566
|
switch (tagName) {
|
|
@@ -255887,8 +255882,8 @@ function getExportedNamesForEntryPoint({ relativeEntryDirectory, rootEntryDirect
|
|
|
255887
255882
|
if (!moduleSymbol) {
|
|
255888
255883
|
return null;
|
|
255889
255884
|
}
|
|
255890
|
-
const exports
|
|
255891
|
-
return new Set(exports
|
|
255885
|
+
const exports = state.typeChecker.getExportsOfModule(moduleSymbol);
|
|
255886
|
+
return new Set(exports.map((symbol) => symbol.getName()));
|
|
255892
255887
|
}
|
|
255893
255888
|
function getEntryFileForNestedEntryPoint(rootEntryDirectory, relativeEntryDirectory) {
|
|
255894
255889
|
const absoluteDirectory = path.join(rootEntryDirectory, relativeEntryDirectory);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taiga-ui/eslint-plugin-experience-next",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.517.0",
|
|
4
4
|
"description": "An ESLint plugin to enforce a consistent code styles across taiga-ui projects",
|
|
5
5
|
"homepage": "https://github.com/taiga-family/toolkit#readme",
|
|
6
6
|
"bugs": {
|
|
@@ -30,36 +30,37 @@
|
|
|
30
30
|
}
|
|
31
31
|
],
|
|
32
32
|
"type": "module",
|
|
33
|
+
"dependencies": {
|
|
34
|
+
"@eslint/markdown": "8.0.1",
|
|
35
|
+
"@smarttools/eslint-plugin-rxjs": "1.0.22",
|
|
36
|
+
"@stylistic/eslint-plugin": "5.10.0",
|
|
37
|
+
"angular-eslint": "20.7.0",
|
|
38
|
+
"eslint-config-prettier": "10.1.8",
|
|
39
|
+
"eslint-plugin-compat": "7.0.1",
|
|
40
|
+
"eslint-plugin-cypress": "6.3.1",
|
|
41
|
+
"eslint-plugin-de-morgan": "2.1.1",
|
|
42
|
+
"eslint-plugin-decorator-position": "6.1.0",
|
|
43
|
+
"eslint-plugin-file-progress": "3.0.2",
|
|
44
|
+
"eslint-plugin-import": "2.32.0",
|
|
45
|
+
"eslint-plugin-jest": "29.15.2",
|
|
46
|
+
"eslint-plugin-package-json": "0.91.1",
|
|
47
|
+
"eslint-plugin-perfectionist": "5.9.0",
|
|
48
|
+
"eslint-plugin-playwright": "2.10.2",
|
|
49
|
+
"eslint-plugin-prettier": "5.5.5",
|
|
50
|
+
"eslint-plugin-promise": "7.2.1",
|
|
51
|
+
"eslint-plugin-regexp": "3.1.0",
|
|
52
|
+
"eslint-plugin-simple-import-sort": "13.0.0",
|
|
53
|
+
"eslint-plugin-sonarjs": "4.0.3",
|
|
54
|
+
"eslint-plugin-unicorn": "64.0.0",
|
|
55
|
+
"eslint-plugin-unused-imports": "4.4.1",
|
|
56
|
+
"globals": "17.5.0",
|
|
57
|
+
"typescript-eslint": "8.59.1"
|
|
58
|
+
},
|
|
33
59
|
"devDependencies": {
|
|
34
60
|
"@typescript-eslint/rule-tester": "8.59.1"
|
|
35
61
|
},
|
|
36
62
|
"peerDependencies": {
|
|
37
|
-
"
|
|
38
|
-
"@eslint/markdown": "^8.0.1",
|
|
39
|
-
"@smarttools/eslint-plugin-rxjs": "^1.0.22",
|
|
40
|
-
"@stylistic/eslint-plugin": "^5.10.0",
|
|
41
|
-
"angular-eslint": "^20.7.0",
|
|
42
|
-
"eslint": "^9.39.4",
|
|
43
|
-
"eslint-config-prettier": "^10.1.7",
|
|
44
|
-
"eslint-plugin-compat": "^7.0.1",
|
|
45
|
-
"eslint-plugin-cypress": "^6.3.1",
|
|
46
|
-
"eslint-plugin-de-morgan": "^2.1.1",
|
|
47
|
-
"eslint-plugin-decorator-position": "^6.1.0",
|
|
48
|
-
"eslint-plugin-file-progress": "^3.0.2",
|
|
49
|
-
"eslint-plugin-import": "^2.32.0",
|
|
50
|
-
"eslint-plugin-jest": "^29.15.2",
|
|
51
|
-
"eslint-plugin-package-json": "^0.91.1",
|
|
52
|
-
"eslint-plugin-perfectionist": "^5.9.0",
|
|
53
|
-
"eslint-plugin-playwright": "^2.10.2",
|
|
54
|
-
"eslint-plugin-prettier": "^5.5.5",
|
|
55
|
-
"eslint-plugin-promise": "^7.2.1",
|
|
56
|
-
"eslint-plugin-regexp": "^3.1.0",
|
|
57
|
-
"eslint-plugin-simple-import-sort": "^13.0.0",
|
|
58
|
-
"eslint-plugin-sonarjs": "^4.0.3",
|
|
59
|
-
"eslint-plugin-unicorn": "^64.0.0",
|
|
60
|
-
"eslint-plugin-unused-imports": "^4.4.1",
|
|
61
|
-
"globals": "^17.5.0",
|
|
62
|
-
"typescript-eslint": "^8.59.1"
|
|
63
|
+
"eslint": "^9.39.4"
|
|
63
64
|
},
|
|
64
65
|
"publishConfig": {
|
|
65
66
|
"access": "public"
|