@eslint-react/ast
Advanced tools
| //#region \0rolldown/runtime.js | ||
| var __defProp = Object.defineProperty; | ||
| var __exportAll = (all, no_symbols) => { | ||
| let target = {}; | ||
| for (var name in all) { | ||
| __defProp(target, name, { | ||
| get: all[name], | ||
| enumerable: true | ||
| }); | ||
| } | ||
| if (!no_symbols) { | ||
| __defProp(target, Symbol.toStringTag, { value: "Module" }); | ||
| } | ||
| return target; | ||
| }; | ||
| //#endregion | ||
| export { __exportAll as t }; |
+1
-1
@@ -1,2 +0,2 @@ | ||
| import { t as __exportAll } from "./chunk-w6R9maHv.js"; | ||
| import { t as __exportAll } from "./rolldown-runtime-w6R9maHv.js"; | ||
| import { AST_NODE_TYPES } from "@typescript-eslint/types"; | ||
@@ -3,0 +3,0 @@ import { ASTUtils } from "@typescript-eslint/utils"; |
+1
-1
| { | ||
| "name": "@eslint-react/ast", | ||
| "version": "5.8.19", | ||
| "version": "5.9.0", | ||
| "description": "ESLint React's TSESTree AST utility module.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/Rel1cx/eslint-react", |
| //#region \0rolldown/runtime.js | ||
| var __defProp = Object.defineProperty; | ||
| var __exportAll = (all, no_symbols) => { | ||
| let target = {}; | ||
| for (var name in all) { | ||
| __defProp(target, name, { | ||
| get: all[name], | ||
| enumerable: true | ||
| }); | ||
| } | ||
| if (!no_symbols) { | ||
| __defProp(target, Symbol.toStringTag, { value: "Module" }); | ||
| } | ||
| return target; | ||
| }; | ||
| //#endregion | ||
| export { __exportAll as t }; |
25417
0.04%