@arcgis/arcade-languageservice 4.29.0-beta.4 → 4.29.0-beta.41
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/LICENSE.md +1 -1
- package/dist/esm/index.d.ts +1 -1
- package/package.json +7 -12
package/LICENSE.md
CHANGED
|
@@ -10,4 +10,4 @@ See use restrictions at http://www.esri.com/legal/pdfs/mla_e204_e300/english
|
|
|
10
10
|
|
|
11
11
|
For additional information, contact: Environmental Systems Research Institute, Inc. Attn: Contracts and Legal Services Department 380 New York Street Redlands, California, USA 92373 USA
|
|
12
12
|
|
|
13
|
-
email: contracts@esri.com
|
|
13
|
+
email: contracts@esri.com
|
package/dist/esm/index.d.ts
CHANGED
|
@@ -475,4 +475,4 @@ type ProfileStrings = {
|
|
|
475
475
|
domainvaluesbysubtypes: string;
|
|
476
476
|
};
|
|
477
477
|
|
|
478
|
-
export { ApiCategory, SdkConstant as ApiConstant, ApiContext, ApiDictionaryVariable, SdkFunction as ApiFunction, ApiItem, ApiProfile, ApiSnippet, ApiValueVariable, ApiValueVariableType, ApiVariable, SdkVariableType as ApiVariableType, ArcadeKeywords, ArcadeLanguageService, ArcadeLanguageServiceSettings, ArcadeLiterals, ArcadeReservedKeywords, BundleType, Diagnostic, DiagnosticCodes, DiagnosticData, DiagnosticMessages, FormattingOptions, ProfileId, ProfileStrings, SdkPredefinedProfile, ValidationDiagnosticCodes, isDictionaryVariable, isValueVariable };
|
|
478
|
+
export { type ApiCategory, type SdkConstant as ApiConstant, type ApiContext, type ApiDictionaryVariable, type SdkFunction as ApiFunction, type ApiItem, type ApiProfile, type ApiSnippet, type ApiValueVariable, type ApiValueVariableType, type ApiVariable, type SdkVariableType as ApiVariableType, ArcadeKeywords, ArcadeLanguageService, type ArcadeLanguageServiceSettings, ArcadeLiterals, ArcadeReservedKeywords, type BundleType, type Diagnostic, type DiagnosticCodes, type DiagnosticData, DiagnosticMessages, type FormattingOptions, type ProfileId, type ProfileStrings, type SdkPredefinedProfile, ValidationDiagnosticCodes, isDictionaryVariable, isValueVariable };
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@arcgis/arcade-languageservice",
|
|
3
3
|
"description": "Arcade Language Service",
|
|
4
4
|
"homepage": "https://developers.arcgis.com/javascript/latest/",
|
|
5
|
-
"version": "4.29.0-beta.
|
|
5
|
+
"version": "4.29.0-beta.41",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"module": "dist/esm/index.js",
|
|
8
8
|
"main": "dist/esm/index.js",
|
|
@@ -21,9 +21,7 @@
|
|
|
21
21
|
"build:esm": "awc-build-t9n-types && tsup --onSuccess \"node ./scripts/copy-assets\"",
|
|
22
22
|
"clean": "rimraf ./node_modules ./turbo ./dist",
|
|
23
23
|
"util:copy-assets": "yarn node ./scripts/copy-assets",
|
|
24
|
-
"
|
|
25
|
-
"test": "jest",
|
|
26
|
-
"prettier": "prettier . --write"
|
|
24
|
+
"test": "jest"
|
|
27
25
|
},
|
|
28
26
|
"dependencies": {
|
|
29
27
|
"vscode-languageserver-textdocument": "^1.0.9",
|
|
@@ -33,25 +31,22 @@
|
|
|
33
31
|
"@arcgis/arcade-parser": "1.20.5",
|
|
34
32
|
"@arcgis/arcade-sdk": "~1.24.0",
|
|
35
33
|
"@arcgis/arcade-tests": "^1.20.0",
|
|
36
|
-
"@arcgis/components-plugins": "4.29.0-beta.
|
|
37
|
-
"@arcgis/eslint-config": "1.0.0",
|
|
34
|
+
"@arcgis/components-plugins": "4.29.0-beta.41",
|
|
38
35
|
"@arcgis/typescript-config": "1.0.0",
|
|
39
36
|
"@types/fs-extra": "^11.0.1",
|
|
40
37
|
"@types/jest": "^29.5.0",
|
|
41
38
|
"@types/node": "^20.2.5",
|
|
42
|
-
"eslint": "^8.
|
|
39
|
+
"eslint": "^8.55.0",
|
|
43
40
|
"fs-extra": "^11.1.1",
|
|
44
41
|
"jest": "^29.5.0",
|
|
45
42
|
"jest-esm-transformer-2": "^1.0.0",
|
|
46
43
|
"jest-html-reporter": "^3.10.1",
|
|
47
44
|
"jest-silent-reporter": "^0.5.0",
|
|
48
|
-
"prettier": "^3.0.0",
|
|
49
45
|
"resolve-pkg": "^2.0.0",
|
|
50
46
|
"rimraf": "^5.0.0",
|
|
51
47
|
"ts-jest": "^29.1.1",
|
|
52
|
-
"
|
|
53
|
-
"
|
|
54
|
-
"typescript": "4.9.5"
|
|
48
|
+
"tsup": "^7.3.0",
|
|
49
|
+
"typescript": "5.2.2"
|
|
55
50
|
},
|
|
56
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "819fd350e56671fcbe459da3ffdbbd2074c98865"
|
|
57
52
|
}
|