@arcgis/arcade-languageservice 5.2.0-next.7 → 5.2.0-next.71

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/README.md CHANGED
@@ -6,5 +6,5 @@ It is not intended to be used directly, but rather used as a dependency by other
6
6
 
7
7
  ## License
8
8
 
9
- This package is licensed under the terms described in the `LICENSE.md` file, located in the root of the package, and at https://js.arcgis.com/5.1/LICENSE.txt.
10
- For third party notices, see https://js.arcgis.com/5.1/third-party-notices.txt.
9
+ This package is licensed under the terms described in the `LICENSE.md` file, located in the root of the package, and at https://js.arcgis.com/5.2/LICENSE.txt.
10
+ For third party notices, see https://js.arcgis.com/5.2/third-party-notices.txt.
package/dist/index.js CHANGED
@@ -3024,7 +3024,7 @@ const Mt = Object.values(f), Ut = Object.values(V), Ot = ["case", "catch", "debu
3024
3024
  label: "for",
3025
3025
  kind: x.Snippet,
3026
3026
  detail: "For Loop Statement",
3027
- insertText: "for (var ${1:i} = 0; ${1:i} < ${2:array.length}; ${1:i}++) {\n $0\n}",
3027
+ insertText: "for (var ${1:i} = 0; ${1:i} < ${2:Count(arr)}; ${1:i}++) {\n $0\n}",
3028
3028
  insertTextMode: S.adjustIndentation,
3029
3029
  insertTextFormat: B.Snippet
3030
3030
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcgis/arcade-languageservice",
3
- "version": "5.2.0-next.7",
3
+ "version": "5.2.0-next.71",
4
4
  "description": "Arcade Language Service",
5
5
  "homepage": "https://developers.arcgis.com/javascript/latest/",
6
6
  "type": "module",
@@ -15,6 +15,6 @@
15
15
  "tslib": "^2.8.1",
16
16
  "vscode-languageserver-textdocument": "^1.0.11",
17
17
  "vscode-languageserver-types": "^3.17.5",
18
- "@arcgis/languages-api-utils": "5.2.0-next.7"
18
+ "@arcgis/languages-api-utils": "5.2.0-next.71"
19
19
  }
20
20
  }