@remotion/eslint-config-flat 4.0.430 → 4.0.432
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/dist/esm/index.mjs +59 -59
- package/package.json +4 -4
package/dist/esm/index.mjs
CHANGED
|
@@ -9502,7 +9502,7 @@ var require_estraverse = __commonJS((exports) => {
|
|
|
9502
9502
|
this.parent = parent;
|
|
9503
9503
|
this.key = key;
|
|
9504
9504
|
}
|
|
9505
|
-
Reference.prototype.replace = function
|
|
9505
|
+
Reference.prototype.replace = function replace(node) {
|
|
9506
9506
|
this.parent[this.key] = node;
|
|
9507
9507
|
};
|
|
9508
9508
|
Reference.prototype.remove = function remove() {
|
|
@@ -9523,13 +9523,13 @@ var require_estraverse = __commonJS((exports) => {
|
|
|
9523
9523
|
function Controller() {}
|
|
9524
9524
|
Controller.prototype.path = function path() {
|
|
9525
9525
|
var i, iz, j, jz, result, element;
|
|
9526
|
-
function addToPath(result2,
|
|
9527
|
-
if (Array.isArray(
|
|
9528
|
-
for (j = 0, jz =
|
|
9529
|
-
result2.push(
|
|
9526
|
+
function addToPath(result2, path) {
|
|
9527
|
+
if (Array.isArray(path)) {
|
|
9528
|
+
for (j = 0, jz = path.length;j < jz; ++j) {
|
|
9529
|
+
result2.push(path[j]);
|
|
9530
9530
|
}
|
|
9531
9531
|
} else {
|
|
9532
|
-
result2.push(
|
|
9532
|
+
result2.push(path);
|
|
9533
9533
|
}
|
|
9534
9534
|
}
|
|
9535
9535
|
if (!this.__current.path) {
|
|
@@ -9609,7 +9609,7 @@ var require_estraverse = __commonJS((exports) => {
|
|
|
9609
9609
|
function isProperty(nodeType, key) {
|
|
9610
9610
|
return (nodeType === Syntax.ObjectExpression || nodeType === Syntax.ObjectPattern) && key === "properties";
|
|
9611
9611
|
}
|
|
9612
|
-
Controller.prototype.traverse = function
|
|
9612
|
+
Controller.prototype.traverse = function traverse(root, visitor) {
|
|
9613
9613
|
var worklist, leavelist, element, node, nodeType, ret, key, current, current2, candidates, candidate, sentinel;
|
|
9614
9614
|
this.__initialize(root, visitor);
|
|
9615
9615
|
sentinel = {};
|
|
@@ -9676,7 +9676,7 @@ var require_estraverse = __commonJS((exports) => {
|
|
|
9676
9676
|
}
|
|
9677
9677
|
}
|
|
9678
9678
|
};
|
|
9679
|
-
Controller.prototype.replace = function
|
|
9679
|
+
Controller.prototype.replace = function replace(root, visitor) {
|
|
9680
9680
|
var worklist, leavelist, node, nodeType, target, element, current, current2, candidates, candidate, sentinel, outer, key;
|
|
9681
9681
|
function removeElem(element2) {
|
|
9682
9682
|
var i, key2, nextElem, parent;
|
|
@@ -10751,7 +10751,7 @@ var require_estraverse2 = __commonJS((exports) => {
|
|
|
10751
10751
|
this.parent = parent;
|
|
10752
10752
|
this.key = key;
|
|
10753
10753
|
}
|
|
10754
|
-
Reference.prototype.replace = function
|
|
10754
|
+
Reference.prototype.replace = function replace(node) {
|
|
10755
10755
|
this.parent[this.key] = node;
|
|
10756
10756
|
};
|
|
10757
10757
|
Reference.prototype.remove = function remove() {
|
|
@@ -10772,13 +10772,13 @@ var require_estraverse2 = __commonJS((exports) => {
|
|
|
10772
10772
|
function Controller() {}
|
|
10773
10773
|
Controller.prototype.path = function path() {
|
|
10774
10774
|
var i, iz, j, jz, result, element;
|
|
10775
|
-
function addToPath(result2,
|
|
10776
|
-
if (Array.isArray(
|
|
10777
|
-
for (j = 0, jz =
|
|
10778
|
-
result2.push(
|
|
10775
|
+
function addToPath(result2, path) {
|
|
10776
|
+
if (Array.isArray(path)) {
|
|
10777
|
+
for (j = 0, jz = path.length;j < jz; ++j) {
|
|
10778
|
+
result2.push(path[j]);
|
|
10779
10779
|
}
|
|
10780
10780
|
} else {
|
|
10781
|
-
result2.push(
|
|
10781
|
+
result2.push(path);
|
|
10782
10782
|
}
|
|
10783
10783
|
}
|
|
10784
10784
|
if (!this.__current.path) {
|
|
@@ -10866,7 +10866,7 @@ var require_estraverse2 = __commonJS((exports) => {
|
|
|
10866
10866
|
}
|
|
10867
10867
|
return false;
|
|
10868
10868
|
}
|
|
10869
|
-
Controller.prototype.traverse = function
|
|
10869
|
+
Controller.prototype.traverse = function traverse(root, visitor) {
|
|
10870
10870
|
var worklist, leavelist, element, node, nodeType, ret, key, current, current2, candidates, candidate, sentinel;
|
|
10871
10871
|
this.__initialize(root, visitor);
|
|
10872
10872
|
sentinel = {};
|
|
@@ -10939,7 +10939,7 @@ var require_estraverse2 = __commonJS((exports) => {
|
|
|
10939
10939
|
}
|
|
10940
10940
|
}
|
|
10941
10941
|
};
|
|
10942
|
-
Controller.prototype.replace = function
|
|
10942
|
+
Controller.prototype.replace = function replace(root, visitor) {
|
|
10943
10943
|
var worklist, leavelist, node, nodeType, target, element, current, current2, candidates, candidate, sentinel, outer, key;
|
|
10944
10944
|
function removeElem(element2) {
|
|
10945
10945
|
var i, key2, nextElem, parent;
|
|
@@ -12308,7 +12308,7 @@ var require_define_data_property = __commonJS((exports, module) => {
|
|
|
12308
12308
|
// ../../node_modules/.bun/has-property-descriptors@1.0.2/node_modules/has-property-descriptors/index.js
|
|
12309
12309
|
var require_has_property_descriptors = __commonJS((exports, module) => {
|
|
12310
12310
|
var $defineProperty = require_es_define_property();
|
|
12311
|
-
var hasPropertyDescriptors = function
|
|
12311
|
+
var hasPropertyDescriptors = function hasPropertyDescriptors() {
|
|
12312
12312
|
return !!$defineProperty;
|
|
12313
12313
|
};
|
|
12314
12314
|
hasPropertyDescriptors.hasArrayLengthDefineBug = function hasArrayLengthDefineBug() {
|
|
@@ -12427,7 +12427,7 @@ var require_round = __commonJS((exports, module) => {
|
|
|
12427
12427
|
|
|
12428
12428
|
// ../../node_modules/.bun/math-intrinsics@1.1.0/node_modules/math-intrinsics/isNaN.js
|
|
12429
12429
|
var require_isNaN = __commonJS((exports, module) => {
|
|
12430
|
-
module.exports = Number.isNaN || function
|
|
12430
|
+
module.exports = Number.isNaN || function isNaN(a) {
|
|
12431
12431
|
return a !== a;
|
|
12432
12432
|
};
|
|
12433
12433
|
});
|
|
@@ -12530,7 +12530,7 @@ var require_implementation2 = __commonJS((exports, module) => {
|
|
|
12530
12530
|
var toStr = Object.prototype.toString;
|
|
12531
12531
|
var max = Math.max;
|
|
12532
12532
|
var funcType = "[object Function]";
|
|
12533
|
-
var concatty = function
|
|
12533
|
+
var concatty = function concatty(a, b) {
|
|
12534
12534
|
var arr = [];
|
|
12535
12535
|
for (var i = 0;i < a.length; i += 1) {
|
|
12536
12536
|
arr[i] = a[i];
|
|
@@ -12540,7 +12540,7 @@ var require_implementation2 = __commonJS((exports, module) => {
|
|
|
12540
12540
|
}
|
|
12541
12541
|
return arr;
|
|
12542
12542
|
};
|
|
12543
|
-
var slicy = function
|
|
12543
|
+
var slicy = function slicy(arrLike, offset) {
|
|
12544
12544
|
var arr = [];
|
|
12545
12545
|
for (var i = offset || 0, j = 0;i < arrLike.length; i += 1, j += 1) {
|
|
12546
12546
|
arr[j] = arrLike[i];
|
|
@@ -12581,7 +12581,7 @@ var require_implementation2 = __commonJS((exports, module) => {
|
|
|
12581
12581
|
}
|
|
12582
12582
|
bound = Function("binder", "return function (" + joiny(boundArgs, ",") + "){ return binder.apply(this,arguments); }")(binder);
|
|
12583
12583
|
if (target.prototype) {
|
|
12584
|
-
var Empty = function
|
|
12584
|
+
var Empty = function Empty() {};
|
|
12585
12585
|
Empty.prototype = target.prototype;
|
|
12586
12586
|
bound.prototype = new Empty;
|
|
12587
12587
|
Empty.prototype = null;
|
|
@@ -12819,7 +12819,7 @@ var require_get_intrinsic = __commonJS((exports, module) => {
|
|
|
12819
12819
|
}
|
|
12820
12820
|
}
|
|
12821
12821
|
var errorProto;
|
|
12822
|
-
var doEval = function
|
|
12822
|
+
var doEval = function doEval(name) {
|
|
12823
12823
|
var value;
|
|
12824
12824
|
if (name === "%AsyncFunction%") {
|
|
12825
12825
|
value = getEvalledConstructor("async function () {}");
|
|
@@ -12828,12 +12828,12 @@ var require_get_intrinsic = __commonJS((exports, module) => {
|
|
|
12828
12828
|
} else if (name === "%AsyncGeneratorFunction%") {
|
|
12829
12829
|
value = getEvalledConstructor("async function* () {}");
|
|
12830
12830
|
} else if (name === "%AsyncGenerator%") {
|
|
12831
|
-
var fn =
|
|
12831
|
+
var fn = doEval("%AsyncGeneratorFunction%");
|
|
12832
12832
|
if (fn) {
|
|
12833
12833
|
value = fn.prototype;
|
|
12834
12834
|
}
|
|
12835
12835
|
} else if (name === "%AsyncIteratorPrototype%") {
|
|
12836
|
-
var gen =
|
|
12836
|
+
var gen = doEval("%AsyncGenerator%");
|
|
12837
12837
|
if (gen && getProto) {
|
|
12838
12838
|
value = getProto(gen.prototype);
|
|
12839
12839
|
}
|
|
@@ -12904,7 +12904,7 @@ var require_get_intrinsic = __commonJS((exports, module) => {
|
|
|
12904
12904
|
var $exec = bind.call($call, RegExp.prototype.exec);
|
|
12905
12905
|
var rePropName = /[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g;
|
|
12906
12906
|
var reEscapeChar = /\\(\\)?/g;
|
|
12907
|
-
var stringToPath = function
|
|
12907
|
+
var stringToPath = function stringToPath(string) {
|
|
12908
12908
|
var first = $strSlice(string, 0, 1);
|
|
12909
12909
|
var last = $strSlice(string, -1);
|
|
12910
12910
|
if (first === "%" && last !== "%") {
|
|
@@ -12918,7 +12918,7 @@ var require_get_intrinsic = __commonJS((exports, module) => {
|
|
|
12918
12918
|
});
|
|
12919
12919
|
return result;
|
|
12920
12920
|
};
|
|
12921
|
-
var getBaseIntrinsic = function
|
|
12921
|
+
var getBaseIntrinsic = function getBaseIntrinsic(name, allowMissing) {
|
|
12922
12922
|
var intrinsicName = name;
|
|
12923
12923
|
var alias;
|
|
12924
12924
|
if (hasOwn(LEGACY_ALIASES, intrinsicName)) {
|
|
@@ -13751,7 +13751,7 @@ var require_CodePointAt = __commonJS((exports, module) => {
|
|
|
13751
13751
|
// ../../node_modules/.bun/math-intrinsics@1.1.0/node_modules/math-intrinsics/isFinite.js
|
|
13752
13752
|
var require_isFinite = __commonJS((exports, module) => {
|
|
13753
13753
|
var $isNaN = require_isNaN();
|
|
13754
|
-
module.exports = function
|
|
13754
|
+
module.exports = function isFinite(x) {
|
|
13755
13755
|
return (typeof x === "number" || typeof x === "bigint") && !$isNaN(x) && x !== Infinity && x !== -Infinity;
|
|
13756
13756
|
};
|
|
13757
13757
|
});
|
|
@@ -14428,7 +14428,7 @@ var require_OrdinaryObjectCreate = __commonJS((exports, module) => {
|
|
|
14428
14428
|
if (proto === null) {
|
|
14429
14429
|
throw new $SyntaxError("native Object.create support is required to create null objects");
|
|
14430
14430
|
}
|
|
14431
|
-
var T = function
|
|
14431
|
+
var T = function T() {};
|
|
14432
14432
|
T.prototype = proto;
|
|
14433
14433
|
O = new T;
|
|
14434
14434
|
}
|
|
@@ -14585,7 +14585,7 @@ var require_shams2 = __commonJS((exports, module) => {
|
|
|
14585
14585
|
var require_is_string = __commonJS((exports, module) => {
|
|
14586
14586
|
var callBound = require_call_bound();
|
|
14587
14587
|
var $strValueOf = callBound("String.prototype.valueOf");
|
|
14588
|
-
var tryStringObject = function
|
|
14588
|
+
var tryStringObject = function tryStringObject(value) {
|
|
14589
14589
|
try {
|
|
14590
14590
|
$strValueOf(value);
|
|
14591
14591
|
return true;
|
|
@@ -14704,9 +14704,9 @@ var require_GetIterator = __commonJS((exports, module) => {
|
|
|
14704
14704
|
var require_CompletionRecord = __commonJS((exports, module) => {
|
|
14705
14705
|
var $SyntaxError = require_syntax();
|
|
14706
14706
|
var SLOT = require_internal_slot();
|
|
14707
|
-
var CompletionRecord = function
|
|
14708
|
-
if (!(this instanceof
|
|
14709
|
-
return new
|
|
14707
|
+
var CompletionRecord = function CompletionRecord(type, value) {
|
|
14708
|
+
if (!(this instanceof CompletionRecord)) {
|
|
14709
|
+
return new CompletionRecord(type, value);
|
|
14710
14710
|
}
|
|
14711
14711
|
if (type !== "normal" && type !== "break" && type !== "continue" && type !== "return" && type !== "throw") {
|
|
14712
14712
|
throw new $SyntaxError('Assertion failed: `type` must be one of "normal", "break", "continue", "return", or "throw"');
|
|
@@ -15513,7 +15513,7 @@ var require_es20152 = __commonJS((exports, module) => {
|
|
|
15513
15513
|
}
|
|
15514
15514
|
throw new TypeError("No default value");
|
|
15515
15515
|
};
|
|
15516
|
-
var GetMethod = function
|
|
15516
|
+
var GetMethod = function GetMethod(O, P) {
|
|
15517
15517
|
var func = O[P];
|
|
15518
15518
|
if (func !== null && typeof func !== "undefined") {
|
|
15519
15519
|
if (!isCallable(func)) {
|
|
@@ -16330,7 +16330,7 @@ var require_SameValueZero = __commonJS((exports, module) => {
|
|
|
16330
16330
|
|
|
16331
16331
|
// ../../node_modules/.bun/es-abstract@1.23.9/node_modules/es-abstract/helpers/isNaN.js
|
|
16332
16332
|
var require_isNaN2 = __commonJS((exports, module) => {
|
|
16333
|
-
module.exports = Number.isNaN || function
|
|
16333
|
+
module.exports = Number.isNaN || function isNaN(a) {
|
|
16334
16334
|
return a !== a;
|
|
16335
16335
|
};
|
|
16336
16336
|
});
|
|
@@ -16551,7 +16551,7 @@ var require_globalthis = __commonJS((exports, module) => {
|
|
|
16551
16551
|
|
|
16552
16552
|
// ../../node_modules/.bun/functions-have-names@1.2.3/node_modules/functions-have-names/index.js
|
|
16553
16553
|
var require_functions_have_names = __commonJS((exports, module) => {
|
|
16554
|
-
var functionsHaveNames = function
|
|
16554
|
+
var functionsHaveNames = function functionsHaveNames() {
|
|
16555
16555
|
return typeof function f() {}.name === "string";
|
|
16556
16556
|
};
|
|
16557
16557
|
var gOPD = Object.getOwnPropertyDescriptor;
|
|
@@ -16630,8 +16630,8 @@ var require_implementation10 = __commonJS((exports, module) => {
|
|
|
16630
16630
|
var iterProto = require_iterator();
|
|
16631
16631
|
var callBound = require_call_bound();
|
|
16632
16632
|
var $isPrototypeOf = callBound("Object.prototype.isPrototypeOf");
|
|
16633
|
-
var $Iterator = typeof Iterator === "function" ? Iterator : function
|
|
16634
|
-
if (!(this instanceof
|
|
16633
|
+
var $Iterator = typeof Iterator === "function" ? Iterator : function Iterator() {
|
|
16634
|
+
if (!(this instanceof Iterator) || this.constructor === Iterator || !$isPrototypeOf(Iterator, this.constructor)) {
|
|
16635
16635
|
throw new $TypeError("`Iterator` can not be called or constructed directly");
|
|
16636
16636
|
}
|
|
16637
16637
|
};
|
|
@@ -16876,7 +16876,7 @@ var require_CreateIteratorFromClosure = __commonJS((exports, module) => {
|
|
|
16876
16876
|
var every = require_every();
|
|
16877
16877
|
var SLOT = require_internal_slot();
|
|
16878
16878
|
var safeConcat = require_safe_array_concat();
|
|
16879
|
-
var isString = function
|
|
16879
|
+
var isString = function isString(slot) {
|
|
16880
16880
|
return typeof slot === "string";
|
|
16881
16881
|
};
|
|
16882
16882
|
module.exports = function CreateIteratorFromClosure(closure, generatorBrand, proto) {
|
|
@@ -17128,7 +17128,7 @@ var require_IteratorHelperPrototype = __commonJS((exports, module) => {
|
|
|
17128
17128
|
};
|
|
17129
17129
|
setToStringTag(implementation, "Iterator Helper");
|
|
17130
17130
|
} else {
|
|
17131
|
-
IteratorHelper = function
|
|
17131
|
+
IteratorHelper = function IteratorHelper() {};
|
|
17132
17132
|
IteratorHelper.prototype = iterProto;
|
|
17133
17133
|
implementation = new IteratorHelper;
|
|
17134
17134
|
delete implementation.constructor;
|
|
@@ -19086,7 +19086,7 @@ var require_doctrine = __commonJS((exports) => {
|
|
|
19086
19086
|
}
|
|
19087
19087
|
hasOwnProperty = function() {
|
|
19088
19088
|
var func = Object.prototype.hasOwnProperty;
|
|
19089
|
-
return function
|
|
19089
|
+
return function hasOwnProperty(obj, name) {
|
|
19090
19090
|
return func.call(obj, name);
|
|
19091
19091
|
};
|
|
19092
19092
|
}();
|
|
@@ -19596,7 +19596,7 @@ var require_doctrine = __commonJS((exports) => {
|
|
|
19596
19596
|
variation: ["parseVariation"],
|
|
19597
19597
|
version: ["parseDescription"]
|
|
19598
19598
|
};
|
|
19599
|
-
TagParser.prototype.parse = function
|
|
19599
|
+
TagParser.prototype.parse = function parse() {
|
|
19600
19600
|
var i, iz, sequences, method;
|
|
19601
19601
|
if (!this._title) {
|
|
19602
19602
|
if (!this.addError("Missing or invalid title")) {
|
|
@@ -20011,7 +20011,7 @@ var require_path_parse = __commonJS((exports, module) => {
|
|
|
20011
20011
|
var require_node_modules_paths = __commonJS((exports, module) => {
|
|
20012
20012
|
var path = __require("path");
|
|
20013
20013
|
var parse = path.parse || require_path_parse();
|
|
20014
|
-
var getNodeModulesDirs = function
|
|
20014
|
+
var getNodeModulesDirs = function getNodeModulesDirs(absoluteStart, modules) {
|
|
20015
20015
|
var prefix = "/";
|
|
20016
20016
|
if (/^([A-Za-z]:)/.test(absoluteStart)) {
|
|
20017
20017
|
prefix = "";
|
|
@@ -20319,14 +20319,14 @@ var require_async = __commonJS((exports, module) => {
|
|
|
20319
20319
|
cb(null, realpathErr ? x : realPath);
|
|
20320
20320
|
});
|
|
20321
20321
|
};
|
|
20322
|
-
var maybeRealpath = function
|
|
20322
|
+
var maybeRealpath = function maybeRealpath(realpath, x, opts, cb) {
|
|
20323
20323
|
if (!opts || !opts.preserveSymlinks) {
|
|
20324
20324
|
realpath(x, cb);
|
|
20325
20325
|
} else {
|
|
20326
20326
|
cb(null, x);
|
|
20327
20327
|
}
|
|
20328
20328
|
};
|
|
20329
|
-
var defaultReadPackage = function
|
|
20329
|
+
var defaultReadPackage = function defaultReadPackage(readFile, pkgfile, cb) {
|
|
20330
20330
|
readFile(pkgfile, function(readFileErr, body) {
|
|
20331
20331
|
if (readFileErr)
|
|
20332
20332
|
cb(readFileErr);
|
|
@@ -20340,7 +20340,7 @@ var require_async = __commonJS((exports, module) => {
|
|
|
20340
20340
|
}
|
|
20341
20341
|
});
|
|
20342
20342
|
};
|
|
20343
|
-
var getPackageCandidates = function
|
|
20343
|
+
var getPackageCandidates = function getPackageCandidates(x, start, opts) {
|
|
20344
20344
|
var dirs = nodeModulesPaths(start, opts, x);
|
|
20345
20345
|
for (var i = 0;i < dirs.length; i++) {
|
|
20346
20346
|
dirs[i] = path.join(dirs[i], x);
|
|
@@ -20669,16 +20669,16 @@ var require_sync = __commonJS((exports, module) => {
|
|
|
20669
20669
|
}
|
|
20670
20670
|
return x;
|
|
20671
20671
|
};
|
|
20672
|
-
var maybeRealpathSync = function
|
|
20672
|
+
var maybeRealpathSync = function maybeRealpathSync(realpathSync, x, opts) {
|
|
20673
20673
|
if (!opts || !opts.preserveSymlinks) {
|
|
20674
20674
|
return realpathSync(x);
|
|
20675
20675
|
}
|
|
20676
20676
|
return x;
|
|
20677
20677
|
};
|
|
20678
|
-
var defaultReadPackageSync = function
|
|
20678
|
+
var defaultReadPackageSync = function defaultReadPackageSync(readFileSync, pkgfile) {
|
|
20679
20679
|
return JSON.parse(readFileSync(pkgfile));
|
|
20680
20680
|
};
|
|
20681
|
-
var getPackageCandidates = function
|
|
20681
|
+
var getPackageCandidates = function getPackageCandidates(x, start, opts) {
|
|
20682
20682
|
var dirs = nodeModulesPaths(start, opts, x);
|
|
20683
20683
|
for (var i = 0;i < dirs.length; i++) {
|
|
20684
20684
|
dirs[i] = path.join(dirs[i], x);
|
|
@@ -25126,10 +25126,10 @@ var require_expressions = __commonJS((exports) => {
|
|
|
25126
25126
|
TSNonNullExpression: _TSNonNullExpression2.default,
|
|
25127
25127
|
AssignmentExpression: _AssignmentExpression2.default
|
|
25128
25128
|
};
|
|
25129
|
-
var noop = function
|
|
25129
|
+
var noop = function noop() {
|
|
25130
25130
|
return null;
|
|
25131
25131
|
};
|
|
25132
|
-
var errorMessage = function
|
|
25132
|
+
var errorMessage = function errorMessage(expression) {
|
|
25133
25133
|
return "The prop value with an expression type of " + expression + " could not be resolved. Please file an issue ( https://github.com/jsx-eslint/jsx-ast-utils/issues/new ) to get this fixed immediately.";
|
|
25134
25134
|
};
|
|
25135
25135
|
function extract(value) {
|
|
@@ -25281,7 +25281,7 @@ var require_getPropValue = __commonJS((exports) => {
|
|
|
25281
25281
|
function _interopRequireDefault(obj) {
|
|
25282
25282
|
return obj && obj.__esModule ? obj : { default: obj };
|
|
25283
25283
|
}
|
|
25284
|
-
var extractValue = function
|
|
25284
|
+
var extractValue = function extractValue(attribute, extractor) {
|
|
25285
25285
|
if (attribute && attribute.type === "JSXAttribute") {
|
|
25286
25286
|
if (attribute.value === null) {
|
|
25287
25287
|
return true;
|
|
@@ -27956,25 +27956,25 @@ var require_minimatch = __commonJS((exports, module) => {
|
|
|
27956
27956
|
return minimatch;
|
|
27957
27957
|
}
|
|
27958
27958
|
var orig = minimatch;
|
|
27959
|
-
var m = function
|
|
27959
|
+
var m = function minimatch(p, pattern, options) {
|
|
27960
27960
|
return orig(p, pattern, ext(def, options));
|
|
27961
27961
|
};
|
|
27962
|
-
m.Minimatch = function
|
|
27962
|
+
m.Minimatch = function Minimatch(pattern, options) {
|
|
27963
27963
|
return new orig.Minimatch(pattern, ext(def, options));
|
|
27964
27964
|
};
|
|
27965
27965
|
m.Minimatch.defaults = function defaults(options) {
|
|
27966
27966
|
return orig.defaults(ext(def, options)).Minimatch;
|
|
27967
27967
|
};
|
|
27968
|
-
m.filter = function
|
|
27968
|
+
m.filter = function filter(pattern, options) {
|
|
27969
27969
|
return orig.filter(pattern, ext(def, options));
|
|
27970
27970
|
};
|
|
27971
27971
|
m.defaults = function defaults(options) {
|
|
27972
27972
|
return orig.defaults(ext(def, options));
|
|
27973
27973
|
};
|
|
27974
|
-
m.makeRe = function
|
|
27974
|
+
m.makeRe = function makeRe(pattern, options) {
|
|
27975
27975
|
return orig.makeRe(pattern, ext(def, options));
|
|
27976
27976
|
};
|
|
27977
|
-
m.braceExpand = function
|
|
27977
|
+
m.braceExpand = function braceExpand(pattern, options) {
|
|
27978
27978
|
return orig.braceExpand(pattern, ext(def, options));
|
|
27979
27979
|
};
|
|
27980
27980
|
m.match = function(list, pattern, options) {
|
|
@@ -31487,7 +31487,7 @@ var require_Set = __commonJS((exports, module) => {
|
|
|
31487
31487
|
return false;
|
|
31488
31488
|
}
|
|
31489
31489
|
}();
|
|
31490
|
-
module.exports = function
|
|
31490
|
+
module.exports = function Set(O, P, V, Throw) {
|
|
31491
31491
|
if (!isObject(O)) {
|
|
31492
31492
|
throw new $TypeError("Assertion failed: `O` must be an Object");
|
|
31493
31493
|
}
|
|
@@ -31531,7 +31531,7 @@ var require_CreateRegExpStringIterator = __commonJS((exports, module) => {
|
|
|
31531
31531
|
var isObject = require_isObject();
|
|
31532
31532
|
var SLOT = require_internal_slot();
|
|
31533
31533
|
var setToStringTag = require_es_set_tostringtag();
|
|
31534
|
-
var RegExpStringIterator = function
|
|
31534
|
+
var RegExpStringIterator = function RegExpStringIterator(R, S, global2, fullUnicode) {
|
|
31535
31535
|
if (typeof S !== "string") {
|
|
31536
31536
|
throw new $TypeError("`S` must be a string");
|
|
31537
31537
|
}
|
|
@@ -31703,7 +31703,7 @@ var require_implementation20 = __commonJS((exports, module) => {
|
|
|
31703
31703
|
var $RegExp = GetIntrinsic("%RegExp%");
|
|
31704
31704
|
var $indexOf = callBound("String.prototype.indexOf");
|
|
31705
31705
|
var regexpMatchAllPolyfill = require_polyfill_regexp_matchall();
|
|
31706
|
-
var getMatcher = function
|
|
31706
|
+
var getMatcher = function getMatcher(regexp) {
|
|
31707
31707
|
var matcherPolyfill = regexpMatchAllPolyfill();
|
|
31708
31708
|
if (hasSymbols && typeof Symbol.matchAll === "symbol") {
|
|
31709
31709
|
var matcher = GetMethod(regexp, Symbol.matchAll);
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"url": "https://github.com/remotion-dev/remotion/tree/main/packages/eslint-config-flat"
|
|
4
4
|
},
|
|
5
5
|
"name": "@remotion/eslint-config-flat",
|
|
6
|
-
"version": "4.0.
|
|
6
|
+
"version": "4.0.432",
|
|
7
7
|
"description": "Default configuration for Remotion templates (ESLint >= 9)",
|
|
8
8
|
"main": "dist/esm/index.mjs",
|
|
9
9
|
"type": "module",
|
|
@@ -28,13 +28,13 @@
|
|
|
28
28
|
"eslint": ">=9"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"@remotion/eslint-plugin": "4.0.
|
|
31
|
+
"@remotion/eslint-plugin": "4.0.432",
|
|
32
32
|
"@eslint/js": "9.19.0",
|
|
33
33
|
"eslint-plugin-react": "7.37.4",
|
|
34
34
|
"eslint-plugin-react-hooks": "5.2.0",
|
|
35
|
-
"@remotion/eslint-config-internal": "4.0.
|
|
35
|
+
"@remotion/eslint-config-internal": "4.0.432",
|
|
36
36
|
"eslint": "9.19.0",
|
|
37
|
-
"@typescript/native-preview": "7.0.0-dev.
|
|
37
|
+
"@typescript/native-preview": "7.0.0-dev.20260301.1"
|
|
38
38
|
},
|
|
39
39
|
"keywords": [
|
|
40
40
|
"remotion",
|