@taiga-ui/eslint-plugin-experience-next 0.516.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 +235 -235
- package/package.json +28 -27
package/index.esm.js
CHANGED
|
@@ -33681,9 +33681,9 @@ eslintVisitorKeys$2.KEYS = KEYS$1;
|
|
|
33681
33681
|
eslintVisitorKeys$2.getKeys = getKeys$2;
|
|
33682
33682
|
eslintVisitorKeys$2.unionWith = unionWith$1;
|
|
33683
33683
|
|
|
33684
|
-
(function (exports
|
|
33684
|
+
(function (exports) {
|
|
33685
33685
|
|
|
33686
|
-
Object.defineProperty(exports
|
|
33686
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
33687
33687
|
|
|
33688
33688
|
var eslintVisitorKeys = eslintVisitorKeys$2;
|
|
33689
33689
|
|
|
@@ -36262,44 +36262,44 @@ eslintVisitorKeys$2.unionWith = unionWith$1;
|
|
|
36262
36262
|
ReferenceTracker,
|
|
36263
36263
|
};
|
|
36264
36264
|
|
|
36265
|
-
exports
|
|
36266
|
-
exports
|
|
36267
|
-
exports
|
|
36268
|
-
exports
|
|
36269
|
-
exports
|
|
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
|
|
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;
|
|
36303
36303
|
|
|
36304
36304
|
} (eslintUtils$6));
|
|
36305
36305
|
|
|
@@ -36614,7 +36614,7 @@ scopeAnalysis.findVariable = eslintUtils$1.findVariable;
|
|
|
36614
36614
|
*/
|
|
36615
36615
|
scopeAnalysis.getInnermostScope = eslintUtils$1.getInnermostScope;
|
|
36616
36616
|
|
|
36617
|
-
(function (exports
|
|
36617
|
+
(function (exports) {
|
|
36618
36618
|
var __createBinding = (commonjsGlobal && commonjsGlobal.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
36619
36619
|
if (k2 === undefined) k2 = k;
|
|
36620
36620
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
@@ -36626,40 +36626,40 @@ scopeAnalysis.getInnermostScope = eslintUtils$1.getInnermostScope;
|
|
|
36626
36626
|
if (k2 === undefined) k2 = k;
|
|
36627
36627
|
o[k2] = m[k];
|
|
36628
36628
|
}));
|
|
36629
|
-
var __exportStar = (commonjsGlobal && commonjsGlobal.__exportStar) || function(m, exports
|
|
36630
|
-
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);
|
|
36631
36631
|
};
|
|
36632
|
-
Object.defineProperty(exports
|
|
36633
|
-
__exportStar(astUtilities, exports
|
|
36634
|
-
__exportStar(PatternMatcher, exports
|
|
36635
|
-
__exportStar(predicates$1, exports
|
|
36636
|
-
__exportStar(ReferenceTracker, exports
|
|
36637
|
-
__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);
|
|
36638
36638
|
} (eslintUtils$7));
|
|
36639
36639
|
|
|
36640
36640
|
var helpers = {};
|
|
36641
36641
|
|
|
36642
|
-
(function (exports
|
|
36643
|
-
Object.defineProperty(exports
|
|
36644
|
-
exports
|
|
36642
|
+
(function (exports) {
|
|
36643
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36644
|
+
exports.isNotTokenOfTypeWithConditions = exports.isTokenOfTypeWithConditions = exports.isNodeOfTypeWithConditions = exports.isNodeOfTypes = exports.isNodeOfType = void 0;
|
|
36645
36645
|
const isNodeOfType = (nodeType) => (node) => node?.type === nodeType;
|
|
36646
|
-
exports
|
|
36646
|
+
exports.isNodeOfType = isNodeOfType;
|
|
36647
36647
|
const isNodeOfTypes = (nodeTypes) => (node) => !!node && nodeTypes.includes(node.type);
|
|
36648
|
-
exports
|
|
36648
|
+
exports.isNodeOfTypes = isNodeOfTypes;
|
|
36649
36649
|
const isNodeOfTypeWithConditions = (nodeType, conditions) => {
|
|
36650
36650
|
const entries = Object.entries(conditions);
|
|
36651
36651
|
return (node) => node?.type === nodeType &&
|
|
36652
36652
|
entries.every(([key, value]) => node[key] === value);
|
|
36653
36653
|
};
|
|
36654
|
-
exports
|
|
36654
|
+
exports.isNodeOfTypeWithConditions = isNodeOfTypeWithConditions;
|
|
36655
36655
|
const isTokenOfTypeWithConditions = (tokenType, conditions) => {
|
|
36656
36656
|
const entries = Object.entries(conditions);
|
|
36657
36657
|
return (token) => token?.type === tokenType &&
|
|
36658
36658
|
entries.every(([key, value]) => token[key] === value);
|
|
36659
36659
|
};
|
|
36660
|
-
exports
|
|
36661
|
-
const isNotTokenOfTypeWithConditions = (tokenType, conditions) => (token) => !(0, exports
|
|
36662
|
-
exports
|
|
36660
|
+
exports.isTokenOfTypeWithConditions = isTokenOfTypeWithConditions;
|
|
36661
|
+
const isNotTokenOfTypeWithConditions = (tokenType, conditions) => (token) => !(0, exports.isTokenOfTypeWithConditions)(tokenType, conditions)(token);
|
|
36662
|
+
exports.isNotTokenOfTypeWithConditions = isNotTokenOfTypeWithConditions;
|
|
36663
36663
|
} (helpers));
|
|
36664
36664
|
|
|
36665
36665
|
var misc = {};
|
|
@@ -36934,7 +36934,7 @@ Object.defineProperty(tsEstree, "__esModule", { value: true });
|
|
|
36934
36934
|
tsEstree.TSESTree = void 0;
|
|
36935
36935
|
tsEstree.TSESTree = __importStar$2(astSpec);
|
|
36936
36936
|
|
|
36937
|
-
(function (exports
|
|
36937
|
+
(function (exports) {
|
|
36938
36938
|
var __createBinding = (commonjsGlobal && commonjsGlobal.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
36939
36939
|
if (k2 === undefined) k2 = k;
|
|
36940
36940
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
@@ -36946,28 +36946,28 @@ tsEstree.TSESTree = __importStar$2(astSpec);
|
|
|
36946
36946
|
if (k2 === undefined) k2 = k;
|
|
36947
36947
|
o[k2] = m[k];
|
|
36948
36948
|
}));
|
|
36949
|
-
var __exportStar = (commonjsGlobal && commonjsGlobal.__exportStar) || function(m, exports
|
|
36950
|
-
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);
|
|
36951
36951
|
};
|
|
36952
|
-
Object.defineProperty(exports
|
|
36953
|
-
exports
|
|
36952
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36953
|
+
exports.AST_TOKEN_TYPES = exports.AST_NODE_TYPES = void 0;
|
|
36954
36954
|
var ast_spec_1 = astSpec;
|
|
36955
|
-
Object.defineProperty(exports
|
|
36956
|
-
Object.defineProperty(exports
|
|
36957
|
-
__exportStar(lib$2, exports
|
|
36958
|
-
__exportStar(parserOptions, exports
|
|
36959
|
-
__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);
|
|
36960
36960
|
} (dist$2));
|
|
36961
36961
|
|
|
36962
|
-
(function (exports
|
|
36963
|
-
Object.defineProperty(exports
|
|
36964
|
-
exports
|
|
36962
|
+
(function (exports) {
|
|
36963
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36964
|
+
exports.TSESTree = exports.AST_TOKEN_TYPES = exports.AST_NODE_TYPES = void 0;
|
|
36965
36965
|
// for convenience's sake - export the types directly from here so consumers
|
|
36966
36966
|
// don't need to reference/install both packages in their code
|
|
36967
36967
|
var types_1 = dist$2;
|
|
36968
|
-
Object.defineProperty(exports
|
|
36969
|
-
Object.defineProperty(exports
|
|
36970
|
-
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; } });
|
|
36971
36971
|
} (tsEstree$1));
|
|
36972
36972
|
|
|
36973
36973
|
Object.defineProperty(predicates, "__esModule", { value: true });
|
|
@@ -37078,7 +37078,7 @@ predicates.isLoop = (0, helpers_1.isNodeOfTypes)([
|
|
|
37078
37078
|
ts_estree_1.AST_NODE_TYPES.WhileStatement,
|
|
37079
37079
|
]);
|
|
37080
37080
|
|
|
37081
|
-
(function (exports
|
|
37081
|
+
(function (exports) {
|
|
37082
37082
|
var __createBinding = (commonjsGlobal && commonjsGlobal.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
37083
37083
|
if (k2 === undefined) k2 = k;
|
|
37084
37084
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
@@ -37090,14 +37090,14 @@ predicates.isLoop = (0, helpers_1.isNodeOfTypes)([
|
|
|
37090
37090
|
if (k2 === undefined) k2 = k;
|
|
37091
37091
|
o[k2] = m[k];
|
|
37092
37092
|
}));
|
|
37093
|
-
var __exportStar = (commonjsGlobal && commonjsGlobal.__exportStar) || function(m, exports
|
|
37094
|
-
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);
|
|
37095
37095
|
};
|
|
37096
|
-
Object.defineProperty(exports
|
|
37097
|
-
__exportStar(eslintUtils$7, exports
|
|
37098
|
-
__exportStar(helpers, exports
|
|
37099
|
-
__exportStar(misc, exports
|
|
37100
|
-
__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);
|
|
37101
37101
|
} (astUtils));
|
|
37102
37102
|
|
|
37103
37103
|
var eslintUtils = {};
|
|
@@ -37319,7 +37319,7 @@ RuleCreator.withoutDocs = function withoutDocs(args) {
|
|
|
37319
37319
|
return createRule$1(args);
|
|
37320
37320
|
};
|
|
37321
37321
|
|
|
37322
|
-
(function (exports
|
|
37322
|
+
(function (exports) {
|
|
37323
37323
|
var __createBinding = (commonjsGlobal && commonjsGlobal.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
37324
37324
|
if (k2 === undefined) k2 = k;
|
|
37325
37325
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
@@ -37331,16 +37331,16 @@ RuleCreator.withoutDocs = function withoutDocs(args) {
|
|
|
37331
37331
|
if (k2 === undefined) k2 = k;
|
|
37332
37332
|
o[k2] = m[k];
|
|
37333
37333
|
}));
|
|
37334
|
-
var __exportStar = (commonjsGlobal && commonjsGlobal.__exportStar) || function(m, exports
|
|
37335
|
-
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);
|
|
37336
37336
|
};
|
|
37337
|
-
Object.defineProperty(exports
|
|
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
|
|
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);
|
|
37344
37344
|
} (eslintUtils));
|
|
37345
37345
|
|
|
37346
37346
|
var jsonSchema = {};
|
|
@@ -37426,19 +37426,19 @@ class LegacyESLint extends (use_at_your_own_risk_1.default.LegacyESLint ??
|
|
|
37426
37426
|
}
|
|
37427
37427
|
LegacyESLint$1.LegacyESLint = LegacyESLint;
|
|
37428
37428
|
|
|
37429
|
-
(function (exports
|
|
37430
|
-
Object.defineProperty(exports
|
|
37431
|
-
exports
|
|
37429
|
+
(function (exports) {
|
|
37430
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37431
|
+
exports.LegacyESLint = exports.ESLint = exports.FlatESLint = void 0;
|
|
37432
37432
|
var FlatESLint_1 = FlatESLint$1;
|
|
37433
|
-
Object.defineProperty(exports
|
|
37433
|
+
Object.defineProperty(exports, "FlatESLint", { enumerable: true, get: function () { return FlatESLint_1.FlatESLint; } });
|
|
37434
37434
|
var FlatESLint_2 = FlatESLint$1;
|
|
37435
|
-
Object.defineProperty(exports
|
|
37435
|
+
Object.defineProperty(exports, "ESLint", { enumerable: true, get: function () { return FlatESLint_2.FlatESLint; } });
|
|
37436
37436
|
var LegacyESLint_1 = LegacyESLint$1;
|
|
37437
37437
|
// TODO(typescript-eslint@v9) - remove this in the next major release
|
|
37438
37438
|
/**
|
|
37439
37439
|
* @deprecated - use ESLint instead
|
|
37440
37440
|
*/
|
|
37441
|
-
Object.defineProperty(exports
|
|
37441
|
+
Object.defineProperty(exports, "LegacyESLint", { enumerable: true, get: function () { return LegacyESLint_1.LegacyESLint; } });
|
|
37442
37442
|
} (ESLint));
|
|
37443
37443
|
|
|
37444
37444
|
var Linter$1 = {};
|
|
@@ -37886,13 +37886,13 @@ const additionalKeys = {
|
|
|
37886
37886
|
};
|
|
37887
37887
|
visitorKeys.visitorKeys = eslintVisitorKeys.unionWith(additionalKeys);
|
|
37888
37888
|
|
|
37889
|
-
(function (exports
|
|
37890
|
-
Object.defineProperty(exports
|
|
37891
|
-
exports
|
|
37889
|
+
(function (exports) {
|
|
37890
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37891
|
+
exports.visitorKeys = exports.getKeys = void 0;
|
|
37892
37892
|
var get_keys_1 = getKeys$1;
|
|
37893
|
-
Object.defineProperty(exports
|
|
37893
|
+
Object.defineProperty(exports, "getKeys", { enumerable: true, get: function () { return get_keys_1.getKeys; } });
|
|
37894
37894
|
var visitor_keys_1 = visitorKeys;
|
|
37895
|
-
Object.defineProperty(exports
|
|
37895
|
+
Object.defineProperty(exports, "visitorKeys", { enumerable: true, get: function () { return visitor_keys_1.visitorKeys; } });
|
|
37896
37896
|
} (dist));
|
|
37897
37897
|
|
|
37898
37898
|
var referencer = {};
|
|
@@ -38162,7 +38162,7 @@ class VariableDefinition extends DefinitionBase_1.DefinitionBase {
|
|
|
38162
38162
|
}
|
|
38163
38163
|
VariableDefinition$1.VariableDefinition = VariableDefinition;
|
|
38164
38164
|
|
|
38165
|
-
(function (exports
|
|
38165
|
+
(function (exports) {
|
|
38166
38166
|
var __createBinding = (commonjsGlobal && commonjsGlobal.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
38167
38167
|
if (k2 === undefined) k2 = k;
|
|
38168
38168
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
@@ -38174,23 +38174,23 @@ VariableDefinition$1.VariableDefinition = VariableDefinition;
|
|
|
38174
38174
|
if (k2 === undefined) k2 = k;
|
|
38175
38175
|
o[k2] = m[k];
|
|
38176
38176
|
}));
|
|
38177
|
-
var __exportStar = (commonjsGlobal && commonjsGlobal.__exportStar) || function(m, exports
|
|
38178
|
-
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);
|
|
38179
38179
|
};
|
|
38180
|
-
Object.defineProperty(exports
|
|
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
|
|
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);
|
|
38194
38194
|
} (definition));
|
|
38195
38195
|
|
|
38196
38196
|
var lib$1 = {};
|
|
@@ -43827,15 +43827,15 @@ class Variable extends VariableBase_1.VariableBase {
|
|
|
43827
43827
|
}
|
|
43828
43828
|
Variable$1.Variable = Variable;
|
|
43829
43829
|
|
|
43830
|
-
(function (exports
|
|
43831
|
-
Object.defineProperty(exports
|
|
43832
|
-
exports
|
|
43830
|
+
(function (exports) {
|
|
43831
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
43832
|
+
exports.Variable = exports.ImplicitLibVariable = exports.ESLintScopeVariable = void 0;
|
|
43833
43833
|
var ESLintScopeVariable_1 = ESLintScopeVariable$1;
|
|
43834
|
-
Object.defineProperty(exports
|
|
43834
|
+
Object.defineProperty(exports, "ESLintScopeVariable", { enumerable: true, get: function () { return ESLintScopeVariable_1.ESLintScopeVariable; } });
|
|
43835
43835
|
var ImplicitLibVariable_1 = ImplicitLibVariable$1;
|
|
43836
|
-
Object.defineProperty(exports
|
|
43836
|
+
Object.defineProperty(exports, "ImplicitLibVariable", { enumerable: true, get: function () { return ImplicitLibVariable_1.ImplicitLibVariable; } });
|
|
43837
43837
|
var Variable_1 = Variable$1;
|
|
43838
|
-
Object.defineProperty(exports
|
|
43838
|
+
Object.defineProperty(exports, "Variable", { enumerable: true, get: function () { return Variable_1.Variable; } });
|
|
43839
43839
|
} (variable));
|
|
43840
43840
|
|
|
43841
43841
|
var ScopeType$1 = {};
|
|
@@ -44484,7 +44484,7 @@ class WithScope extends ScopeBase_1$1.ScopeBase {
|
|
|
44484
44484
|
}
|
|
44485
44485
|
WithScope$1.WithScope = WithScope;
|
|
44486
44486
|
|
|
44487
|
-
(function (exports
|
|
44487
|
+
(function (exports) {
|
|
44488
44488
|
var __createBinding = (commonjsGlobal && commonjsGlobal.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
44489
44489
|
if (k2 === undefined) k2 = k;
|
|
44490
44490
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
@@ -44496,29 +44496,29 @@ WithScope$1.WithScope = WithScope;
|
|
|
44496
44496
|
if (k2 === undefined) k2 = k;
|
|
44497
44497
|
o[k2] = m[k];
|
|
44498
44498
|
}));
|
|
44499
|
-
var __exportStar = (commonjsGlobal && commonjsGlobal.__exportStar) || function(m, exports
|
|
44500
|
-
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);
|
|
44501
44501
|
};
|
|
44502
|
-
Object.defineProperty(exports
|
|
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
|
|
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);
|
|
44522
44522
|
} (scope));
|
|
44523
44523
|
|
|
44524
44524
|
var Visitor = {};
|
|
@@ -44688,9 +44688,9 @@ class PatternVisitor extends VisitorBase_1.VisitorBase {
|
|
|
44688
44688
|
}
|
|
44689
44689
|
PatternVisitor$1.PatternVisitor = PatternVisitor;
|
|
44690
44690
|
|
|
44691
|
-
(function (exports
|
|
44692
|
-
Object.defineProperty(exports
|
|
44693
|
-
exports
|
|
44691
|
+
(function (exports) {
|
|
44692
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
44693
|
+
exports.VisitorBase = exports.Visitor = void 0;
|
|
44694
44694
|
const PatternVisitor_1 = PatternVisitor$1;
|
|
44695
44695
|
const VisitorBase_1 = VisitorBase$1;
|
|
44696
44696
|
class Visitor extends VisitorBase_1.VisitorBase {
|
|
@@ -44714,9 +44714,9 @@ PatternVisitor$1.PatternVisitor = PatternVisitor;
|
|
|
44714
44714
|
}
|
|
44715
44715
|
}
|
|
44716
44716
|
}
|
|
44717
|
-
exports
|
|
44717
|
+
exports.Visitor = Visitor;
|
|
44718
44718
|
var VisitorBase_2 = VisitorBase$1;
|
|
44719
|
-
Object.defineProperty(exports
|
|
44719
|
+
Object.defineProperty(exports, "VisitorBase", { enumerable: true, get: function () { return VisitorBase_2.VisitorBase; } });
|
|
44720
44720
|
} (Visitor));
|
|
44721
44721
|
|
|
44722
44722
|
Object.defineProperty(TypeVisitor$1, "__esModule", { value: true });
|
|
@@ -45777,11 +45777,11 @@ class Referencer extends Visitor_1.Visitor {
|
|
|
45777
45777
|
}
|
|
45778
45778
|
Referencer$1.Referencer = Referencer;
|
|
45779
45779
|
|
|
45780
|
-
(function (exports
|
|
45781
|
-
Object.defineProperty(exports
|
|
45782
|
-
exports
|
|
45780
|
+
(function (exports) {
|
|
45781
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
45782
|
+
exports.Referencer = void 0;
|
|
45783
45783
|
var Referencer_1 = Referencer$1;
|
|
45784
|
-
Object.defineProperty(exports
|
|
45784
|
+
Object.defineProperty(exports, "Referencer", { enumerable: true, get: function () { return Referencer_1.Referencer; } });
|
|
45785
45785
|
} (referencer));
|
|
45786
45786
|
|
|
45787
45787
|
var ScopeManager$1 = {};
|
|
@@ -46027,7 +46027,7 @@ function analyze(tree, providedOptions) {
|
|
|
46027
46027
|
return scopeManager;
|
|
46028
46028
|
}
|
|
46029
46029
|
|
|
46030
|
-
(function (exports
|
|
46030
|
+
(function (exports) {
|
|
46031
46031
|
var __createBinding = (commonjsGlobal && commonjsGlobal.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
46032
46032
|
if (k2 === undefined) k2 = k;
|
|
46033
46033
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
@@ -46039,24 +46039,24 @@ function analyze(tree, providedOptions) {
|
|
|
46039
46039
|
if (k2 === undefined) k2 = k;
|
|
46040
46040
|
o[k2] = m[k];
|
|
46041
46041
|
}));
|
|
46042
|
-
var __exportStar = (commonjsGlobal && commonjsGlobal.__exportStar) || function(m, exports
|
|
46043
|
-
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);
|
|
46044
46044
|
};
|
|
46045
|
-
Object.defineProperty(exports
|
|
46046
|
-
exports
|
|
46045
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
46046
|
+
exports.ScopeManager = exports.Visitor = exports.Reference = exports.PatternVisitor = exports.analyze = void 0;
|
|
46047
46047
|
var analyze_1 = analyze$1;
|
|
46048
|
-
Object.defineProperty(exports
|
|
46049
|
-
__exportStar(definition, exports
|
|
46048
|
+
Object.defineProperty(exports, "analyze", { enumerable: true, get: function () { return analyze_1.analyze; } });
|
|
46049
|
+
__exportStar(definition, exports);
|
|
46050
46050
|
var PatternVisitor_1 = PatternVisitor$1;
|
|
46051
|
-
Object.defineProperty(exports
|
|
46051
|
+
Object.defineProperty(exports, "PatternVisitor", { enumerable: true, get: function () { return PatternVisitor_1.PatternVisitor; } });
|
|
46052
46052
|
var Reference_1 = Reference$1;
|
|
46053
|
-
Object.defineProperty(exports
|
|
46053
|
+
Object.defineProperty(exports, "Reference", { enumerable: true, get: function () { return Reference_1.Reference; } });
|
|
46054
46054
|
var Visitor_1 = Visitor;
|
|
46055
|
-
Object.defineProperty(exports
|
|
46056
|
-
__exportStar(scope, exports
|
|
46055
|
+
Object.defineProperty(exports, "Visitor", { enumerable: true, get: function () { return Visitor_1.Visitor; } });
|
|
46056
|
+
__exportStar(scope, exports);
|
|
46057
46057
|
var ScopeManager_1 = ScopeManager$1;
|
|
46058
|
-
Object.defineProperty(exports
|
|
46059
|
-
__exportStar(variable, exports
|
|
46058
|
+
Object.defineProperty(exports, "ScopeManager", { enumerable: true, get: function () { return ScopeManager_1.ScopeManager; } });
|
|
46059
|
+
__exportStar(variable, exports);
|
|
46060
46060
|
} (dist$1));
|
|
46061
46061
|
|
|
46062
46062
|
/* eslint-disable @typescript-eslint/no-namespace */
|
|
@@ -46112,7 +46112,7 @@ class SourceCode extends eslint_1.SourceCode {
|
|
|
46112
46112
|
}
|
|
46113
46113
|
SourceCode$1.SourceCode = SourceCode;
|
|
46114
46114
|
|
|
46115
|
-
(function (exports
|
|
46115
|
+
(function (exports) {
|
|
46116
46116
|
var __createBinding = (commonjsGlobal && commonjsGlobal.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
46117
46117
|
if (k2 === undefined) k2 = k;
|
|
46118
46118
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
@@ -46124,21 +46124,21 @@ SourceCode$1.SourceCode = SourceCode;
|
|
|
46124
46124
|
if (k2 === undefined) k2 = k;
|
|
46125
46125
|
o[k2] = m[k];
|
|
46126
46126
|
}));
|
|
46127
|
-
var __exportStar = (commonjsGlobal && commonjsGlobal.__exportStar) || function(m, exports
|
|
46128
|
-
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);
|
|
46129
46129
|
};
|
|
46130
|
-
Object.defineProperty(exports
|
|
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
|
|
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);
|
|
46142
46142
|
} (tsEslint));
|
|
46143
46143
|
|
|
46144
46144
|
var tsUtils = {};
|
|
@@ -46156,7 +46156,7 @@ var NoInfer = {};
|
|
|
46156
46156
|
|
|
46157
46157
|
Object.defineProperty(NoInfer, "__esModule", { value: true });
|
|
46158
46158
|
|
|
46159
|
-
(function (exports
|
|
46159
|
+
(function (exports) {
|
|
46160
46160
|
var __createBinding = (commonjsGlobal && commonjsGlobal.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
46161
46161
|
if (k2 === undefined) k2 = k;
|
|
46162
46162
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
@@ -46168,15 +46168,15 @@ Object.defineProperty(NoInfer, "__esModule", { value: true });
|
|
|
46168
46168
|
if (k2 === undefined) k2 = k;
|
|
46169
46169
|
o[k2] = m[k];
|
|
46170
46170
|
}));
|
|
46171
|
-
var __exportStar = (commonjsGlobal && commonjsGlobal.__exportStar) || function(m, exports
|
|
46172
|
-
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);
|
|
46173
46173
|
};
|
|
46174
|
-
Object.defineProperty(exports
|
|
46175
|
-
__exportStar(isArray$2, exports
|
|
46176
|
-
__exportStar(NoInfer, exports
|
|
46174
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
46175
|
+
__exportStar(isArray$2, exports);
|
|
46176
|
+
__exportStar(NoInfer, exports);
|
|
46177
46177
|
} (tsUtils));
|
|
46178
46178
|
|
|
46179
|
-
(function (exports
|
|
46179
|
+
(function (exports) {
|
|
46180
46180
|
var __createBinding = (commonjsGlobal && commonjsGlobal.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
46181
46181
|
if (k2 === undefined) k2 = k;
|
|
46182
46182
|
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
@@ -46210,17 +46210,17 @@ Object.defineProperty(NoInfer, "__esModule", { value: true });
|
|
|
46210
46210
|
return result;
|
|
46211
46211
|
};
|
|
46212
46212
|
})();
|
|
46213
|
-
var __exportStar = (commonjsGlobal && commonjsGlobal.__exportStar) || function(m, exports
|
|
46214
|
-
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);
|
|
46215
46215
|
};
|
|
46216
|
-
Object.defineProperty(exports
|
|
46217
|
-
exports
|
|
46218
|
-
exports
|
|
46219
|
-
exports
|
|
46220
|
-
exports
|
|
46221
|
-
exports
|
|
46222
|
-
__exportStar(tsEstree$1, exports
|
|
46223
|
-
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);
|
|
46224
46224
|
} (dist$3));
|
|
46225
46225
|
|
|
46226
46226
|
const RULE_DOCS_BASE_URL = 'https://github.com/taiga-family/toolkit/tree/main/projects/eslint-plugin-experience-next/docs';
|
|
@@ -47313,7 +47313,7 @@ var hasRequiredUtil;
|
|
|
47313
47313
|
function requireUtil () {
|
|
47314
47314
|
if (hasRequiredUtil) return util;
|
|
47315
47315
|
hasRequiredUtil = 1;
|
|
47316
|
-
(function (exports
|
|
47316
|
+
(function (exports) {
|
|
47317
47317
|
/*
|
|
47318
47318
|
* Copyright 2011 Mozilla Foundation and contributors
|
|
47319
47319
|
* Licensed under the New BSD license. See LICENSE or:
|
|
@@ -47339,7 +47339,7 @@ function requireUtil () {
|
|
|
47339
47339
|
throw new Error('"' + aName + '" is a required argument.');
|
|
47340
47340
|
}
|
|
47341
47341
|
}
|
|
47342
|
-
exports
|
|
47342
|
+
exports.getArg = getArg;
|
|
47343
47343
|
|
|
47344
47344
|
var urlRegexp = /^(?:([\w+\-.]+):)?\/\/(?:(\w+:\w+)@)?([\w.-]*)(?::(\d+))?(.*)$/;
|
|
47345
47345
|
var dataUrlRegexp = /^data:.+\,.+$/;
|
|
@@ -47357,7 +47357,7 @@ function requireUtil () {
|
|
|
47357
47357
|
path: match[5]
|
|
47358
47358
|
};
|
|
47359
47359
|
}
|
|
47360
|
-
exports
|
|
47360
|
+
exports.urlParse = urlParse;
|
|
47361
47361
|
|
|
47362
47362
|
function urlGenerate(aParsedUrl) {
|
|
47363
47363
|
var url = '';
|
|
@@ -47379,7 +47379,7 @@ function requireUtil () {
|
|
|
47379
47379
|
}
|
|
47380
47380
|
return url;
|
|
47381
47381
|
}
|
|
47382
|
-
exports
|
|
47382
|
+
exports.urlGenerate = urlGenerate;
|
|
47383
47383
|
|
|
47384
47384
|
/**
|
|
47385
47385
|
* Normalizes a path, or the path portion of a URL:
|
|
@@ -47401,7 +47401,7 @@ function requireUtil () {
|
|
|
47401
47401
|
}
|
|
47402
47402
|
path = url.path;
|
|
47403
47403
|
}
|
|
47404
|
-
var isAbsolute = exports
|
|
47404
|
+
var isAbsolute = exports.isAbsolute(path);
|
|
47405
47405
|
|
|
47406
47406
|
var parts = path.split(/\/+/);
|
|
47407
47407
|
for (var part, up = 0, i = parts.length - 1; i >= 0; i--) {
|
|
@@ -47435,7 +47435,7 @@ function requireUtil () {
|
|
|
47435
47435
|
}
|
|
47436
47436
|
return path;
|
|
47437
47437
|
}
|
|
47438
|
-
exports
|
|
47438
|
+
exports.normalize = normalize;
|
|
47439
47439
|
|
|
47440
47440
|
/**
|
|
47441
47441
|
* Joins two paths/URLs.
|
|
@@ -47494,9 +47494,9 @@ function requireUtil () {
|
|
|
47494
47494
|
}
|
|
47495
47495
|
return joined;
|
|
47496
47496
|
}
|
|
47497
|
-
exports
|
|
47497
|
+
exports.join = join;
|
|
47498
47498
|
|
|
47499
|
-
exports
|
|
47499
|
+
exports.isAbsolute = function (aPath) {
|
|
47500
47500
|
return aPath.charAt(0) === '/' || urlRegexp.test(aPath);
|
|
47501
47501
|
};
|
|
47502
47502
|
|
|
@@ -47538,7 +47538,7 @@ function requireUtil () {
|
|
|
47538
47538
|
// Make sure we add a "../" for each component we removed from the root.
|
|
47539
47539
|
return Array(level + 1).join("../") + aPath.substr(aRoot.length + 1);
|
|
47540
47540
|
}
|
|
47541
|
-
exports
|
|
47541
|
+
exports.relative = relative;
|
|
47542
47542
|
|
|
47543
47543
|
var supportsNullProto = (function () {
|
|
47544
47544
|
var obj = Object.create(null);
|
|
@@ -47565,7 +47565,7 @@ function requireUtil () {
|
|
|
47565
47565
|
|
|
47566
47566
|
return aStr;
|
|
47567
47567
|
}
|
|
47568
|
-
exports
|
|
47568
|
+
exports.toSetString = supportsNullProto ? identity : toSetString;
|
|
47569
47569
|
|
|
47570
47570
|
function fromSetString(aStr) {
|
|
47571
47571
|
if (isProtoString(aStr)) {
|
|
@@ -47574,7 +47574,7 @@ function requireUtil () {
|
|
|
47574
47574
|
|
|
47575
47575
|
return aStr;
|
|
47576
47576
|
}
|
|
47577
|
-
exports
|
|
47577
|
+
exports.fromSetString = supportsNullProto ? identity : fromSetString;
|
|
47578
47578
|
|
|
47579
47579
|
function isProtoString(s) {
|
|
47580
47580
|
if (!s) {
|
|
@@ -47644,7 +47644,7 @@ function requireUtil () {
|
|
|
47644
47644
|
|
|
47645
47645
|
return strcmp(mappingA.name, mappingB.name);
|
|
47646
47646
|
}
|
|
47647
|
-
exports
|
|
47647
|
+
exports.compareByOriginalPositions = compareByOriginalPositions;
|
|
47648
47648
|
|
|
47649
47649
|
/**
|
|
47650
47650
|
* Comparator between two mappings with deflated source and name indices where
|
|
@@ -47683,7 +47683,7 @@ function requireUtil () {
|
|
|
47683
47683
|
|
|
47684
47684
|
return strcmp(mappingA.name, mappingB.name);
|
|
47685
47685
|
}
|
|
47686
|
-
exports
|
|
47686
|
+
exports.compareByGeneratedPositionsDeflated = compareByGeneratedPositionsDeflated;
|
|
47687
47687
|
|
|
47688
47688
|
function strcmp(aStr1, aStr2) {
|
|
47689
47689
|
if (aStr1 === aStr2) {
|
|
@@ -47737,7 +47737,7 @@ function requireUtil () {
|
|
|
47737
47737
|
|
|
47738
47738
|
return strcmp(mappingA.name, mappingB.name);
|
|
47739
47739
|
}
|
|
47740
|
-
exports
|
|
47740
|
+
exports.compareByGeneratedPositionsInflated = compareByGeneratedPositionsInflated;
|
|
47741
47741
|
|
|
47742
47742
|
/**
|
|
47743
47743
|
* Strip any JSON XSSI avoidance prefix from the string (as documented
|
|
@@ -47747,7 +47747,7 @@ function requireUtil () {
|
|
|
47747
47747
|
function parseSourceMapInput(str) {
|
|
47748
47748
|
return JSON.parse(str.replace(/^\)]}'[^\n]*\n/, ''));
|
|
47749
47749
|
}
|
|
47750
|
-
exports
|
|
47750
|
+
exports.parseSourceMapInput = parseSourceMapInput;
|
|
47751
47751
|
|
|
47752
47752
|
/**
|
|
47753
47753
|
* Compute the URL of a source given the the source root, the source's
|
|
@@ -47800,7 +47800,7 @@ function requireUtil () {
|
|
|
47800
47800
|
|
|
47801
47801
|
return normalize(sourceURL);
|
|
47802
47802
|
}
|
|
47803
|
-
exports
|
|
47803
|
+
exports.computeSourceURL = computeSourceURL;
|
|
47804
47804
|
} (util));
|
|
47805
47805
|
return util;
|
|
47806
47806
|
}
|
|
@@ -48472,15 +48472,15 @@ var hasRequiredBinarySearch;
|
|
|
48472
48472
|
function requireBinarySearch () {
|
|
48473
48473
|
if (hasRequiredBinarySearch) return binarySearch;
|
|
48474
48474
|
hasRequiredBinarySearch = 1;
|
|
48475
|
-
(function (exports
|
|
48475
|
+
(function (exports) {
|
|
48476
48476
|
/*
|
|
48477
48477
|
* Copyright 2011 Mozilla Foundation and contributors
|
|
48478
48478
|
* Licensed under the New BSD license. See LICENSE or:
|
|
48479
48479
|
* http://opensource.org/licenses/BSD-3-Clause
|
|
48480
48480
|
*/
|
|
48481
48481
|
|
|
48482
|
-
exports
|
|
48483
|
-
exports
|
|
48482
|
+
exports.GREATEST_LOWER_BOUND = 1;
|
|
48483
|
+
exports.LEAST_UPPER_BOUND = 2;
|
|
48484
48484
|
|
|
48485
48485
|
/**
|
|
48486
48486
|
* Recursive implementation of binary search.
|
|
@@ -48520,7 +48520,7 @@ function requireBinarySearch () {
|
|
|
48520
48520
|
|
|
48521
48521
|
// The exact needle element was not found in this haystack. Determine if
|
|
48522
48522
|
// we are in termination case (3) or (2) and return the appropriate thing.
|
|
48523
|
-
if (aBias == exports
|
|
48523
|
+
if (aBias == exports.LEAST_UPPER_BOUND) {
|
|
48524
48524
|
return aHigh < aHaystack.length ? aHigh : -1;
|
|
48525
48525
|
} else {
|
|
48526
48526
|
return mid;
|
|
@@ -48534,7 +48534,7 @@ function requireBinarySearch () {
|
|
|
48534
48534
|
}
|
|
48535
48535
|
|
|
48536
48536
|
// we are in termination case (3) or (2) and return the appropriate thing.
|
|
48537
|
-
if (aBias == exports
|
|
48537
|
+
if (aBias == exports.LEAST_UPPER_BOUND) {
|
|
48538
48538
|
return mid;
|
|
48539
48539
|
} else {
|
|
48540
48540
|
return aLow < 0 ? -1 : aLow;
|
|
@@ -48560,13 +48560,13 @@ function requireBinarySearch () {
|
|
|
48560
48560
|
* searching for, respectively, if the exact element cannot be found.
|
|
48561
48561
|
* Defaults to 'binarySearch.GREATEST_LOWER_BOUND'.
|
|
48562
48562
|
*/
|
|
48563
|
-
exports
|
|
48563
|
+
exports.search = function search(aNeedle, aHaystack, aCompare, aBias) {
|
|
48564
48564
|
if (aHaystack.length === 0) {
|
|
48565
48565
|
return -1;
|
|
48566
48566
|
}
|
|
48567
48567
|
|
|
48568
48568
|
var index = recursiveSearch(-1, aHaystack.length, aNeedle, aHaystack,
|
|
48569
|
-
aCompare, aBias || exports
|
|
48569
|
+
aCompare, aBias || exports.GREATEST_LOWER_BOUND);
|
|
48570
48570
|
if (index < 0) {
|
|
48571
48571
|
return -1;
|
|
48572
48572
|
}
|
|
@@ -50395,7 +50395,7 @@ var hasRequiredSourceMapSupport;
|
|
|
50395
50395
|
function requireSourceMapSupport () {
|
|
50396
50396
|
if (hasRequiredSourceMapSupport) return sourceMapSupport.exports;
|
|
50397
50397
|
hasRequiredSourceMapSupport = 1;
|
|
50398
|
-
(function (module, exports
|
|
50398
|
+
(function (module, exports) {
|
|
50399
50399
|
var SourceMapConsumer = requireSourceMap().SourceMapConsumer;
|
|
50400
50400
|
var path = require$$1$1;
|
|
50401
50401
|
|
|
@@ -50896,12 +50896,12 @@ function requireSourceMapSupport () {
|
|
|
50896
50896
|
var originalRetrieveFileHandlers = retrieveFileHandlers.slice(0);
|
|
50897
50897
|
var originalRetrieveMapHandlers = retrieveMapHandlers.slice(0);
|
|
50898
50898
|
|
|
50899
|
-
exports
|
|
50900
|
-
exports
|
|
50901
|
-
exports
|
|
50902
|
-
exports
|
|
50899
|
+
exports.wrapCallSite = wrapCallSite;
|
|
50900
|
+
exports.getErrorSource = getErrorSource;
|
|
50901
|
+
exports.mapSourcePosition = mapSourcePosition;
|
|
50902
|
+
exports.retrieveSourceMap = retrieveSourceMap;
|
|
50903
50903
|
|
|
50904
|
-
exports
|
|
50904
|
+
exports.install = function(options) {
|
|
50905
50905
|
options = options || {};
|
|
50906
50906
|
|
|
50907
50907
|
if (options.environment) {
|
|
@@ -50989,7 +50989,7 @@ function requireSourceMapSupport () {
|
|
|
50989
50989
|
}
|
|
50990
50990
|
};
|
|
50991
50991
|
|
|
50992
|
-
exports
|
|
50992
|
+
exports.resetRetrieveHandlers = function() {
|
|
50993
50993
|
retrieveFileHandlers.length = 0;
|
|
50994
50994
|
retrieveMapHandlers.length = 0;
|
|
50995
50995
|
|
|
@@ -255882,8 +255882,8 @@ function getExportedNamesForEntryPoint({ relativeEntryDirectory, rootEntryDirect
|
|
|
255882
255882
|
if (!moduleSymbol) {
|
|
255883
255883
|
return null;
|
|
255884
255884
|
}
|
|
255885
|
-
const exports
|
|
255886
|
-
return new Set(exports
|
|
255885
|
+
const exports = state.typeChecker.getExportsOfModule(moduleSymbol);
|
|
255886
|
+
return new Set(exports.map((symbol) => symbol.getName()));
|
|
255887
255887
|
}
|
|
255888
255888
|
function getEntryFileForNestedEntryPoint(rootEntryDirectory, relativeEntryDirectory) {
|
|
255889
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"
|