@arcgis/eslint-config 5.2.0-next.79 → 5.2.0-next.84
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.
|
@@ -107,15 +107,15 @@ function isBindThisCallee(callee) {
|
|
|
107
107
|
export {
|
|
108
108
|
luminaEntrypointName as a,
|
|
109
109
|
luminaTestEntrypointName as b,
|
|
110
|
-
|
|
111
|
-
|
|
110
|
+
isCreateEvent as c,
|
|
111
|
+
getName as d,
|
|
112
112
|
extractDeclareElementsInterface as e,
|
|
113
|
-
|
|
114
|
-
|
|
113
|
+
checkForLuminaJsx as f,
|
|
114
|
+
getProperty as g,
|
|
115
115
|
hasDecorator as h,
|
|
116
116
|
isGetterWithoutSetter as i,
|
|
117
|
-
|
|
118
|
-
|
|
117
|
+
isBindThisCallee as j,
|
|
118
|
+
getComponentDeclaration as k,
|
|
119
119
|
luminaJsxExportName as l,
|
|
120
120
|
parsePropertyDecorator as p,
|
|
121
121
|
sourceCodeDeclaresComponent as s,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { m as makeEslintPlugin } from "../../makePlugin-
|
|
1
|
+
import { m as makeEslintPlugin } from "../../makePlugin-Bvcq86uq.js";
|
|
2
2
|
import { AST_NODE_TYPES, AST_TOKEN_TYPES } from "@typescript-eslint/utils";
|
|
3
3
|
import { generateDifferences, showInvisibles } from "prettier-linter-helpers";
|
|
4
4
|
import path, { relative, win32, posix, normalize } from "path";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { m as makeEslintPlugin } from "../../makePlugin-
|
|
1
|
+
import { m as makeEslintPlugin } from "../../makePlugin-Bvcq86uq.js";
|
|
2
2
|
import { AST_NODE_TYPES, ESLintUtils, AST_TOKEN_TYPES } from "@typescript-eslint/utils";
|
|
3
|
-
import { l as luminaJsxExportName, a as luminaEntrypointName, b as luminaTestEntrypointName, s as sourceCodeDeclaresComponent, p as parsePropertyDecorator,
|
|
3
|
+
import { l as luminaJsxExportName, a as luminaEntrypointName, b as luminaTestEntrypointName, s as sourceCodeDeclaresComponent, p as parsePropertyDecorator, g as getProperty, i as isGetterWithoutSetter, e as extractDeclareElementsInterface, c as isCreateEvent, h as hasDecorator, d as getName, f as checkForLuminaJsx, j as isBindThisCallee, k as getComponentDeclaration, u as unwrapExpression } from "../../estree-5iKU4xoP.js";
|
|
4
4
|
import ts from "typescript";
|
|
5
5
|
import { camelToKebab } from "@arcgis/toolkit/string";
|
|
6
6
|
const plugin = makeEslintPlugin(
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { m as makeEslintPlugin } from "../../makePlugin-
|
|
1
|
+
import { m as makeEslintPlugin } from "../../makePlugin-Bvcq86uq.js";
|
|
2
2
|
import { TSESTree, AST_TOKEN_TYPES, AST_NODE_TYPES, TSESLint } from "@typescript-eslint/utils";
|
|
3
3
|
import path from "node:path";
|
|
4
4
|
import { resolve } from "path/posix";
|
|
5
5
|
import globals from "globals";
|
|
6
6
|
import { uncapitalize, kebabToPascal } from "@arcgis/toolkit/string";
|
|
7
|
-
import { e as extractDeclareElementsInterface,
|
|
7
|
+
import { e as extractDeclareElementsInterface, k as getComponentDeclaration } from "../../estree-5iKU4xoP.js";
|
|
8
8
|
const plugin = makeEslintPlugin(
|
|
9
9
|
"webgis",
|
|
10
10
|
(rule) => `https://devtopia.esri.com/WebGIS/webgis-sdk/tree/main/packages/support-packages/eslint-config/src/plugins/webgis/rules/${rule}.ts`
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arcgis/eslint-config",
|
|
3
|
-
"version": "5.2.0-next.
|
|
3
|
+
"version": "5.2.0-next.84",
|
|
4
4
|
"description": "ESLint configuration for WebGIS SDK",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"tslib": "^2.8.1",
|
|
42
42
|
"typescript": "~6.0.3",
|
|
43
43
|
"typescript-eslint": "^8.63.0",
|
|
44
|
-
"@arcgis/toolkit": "5.2.0-next.
|
|
44
|
+
"@arcgis/toolkit": "5.2.0-next.84"
|
|
45
45
|
},
|
|
46
46
|
"peerDependencies": {
|
|
47
47
|
"eslint": "^10.6.0"
|