
Security News
Rspack Introduces Rslint, a TypeScript-First Linter Written in Go
Rspack launches Rslint, a fast TypeScript-first linter built on typescript-go, joining in on the trend of toolchains creating their own linters.
arcgis-js-api
Advanced tools
A minified, unbuilt version of the ArcGIS API for JavaScript.
A minified, unbuilt version of the ArcGIS API for JavaScript. You can install this repo via npm and create your own custom builds with Webpack or the Dojo Toolkit.
Building an ArcGIS API for JavaScript application requires signing up for an ArcGIS account.
npm install arcgis-js-api
Please see our guide: Using npm for Custom Builds
You can use the typings included with arcgis-js-api
two ways.
///
directive in your main TypeScript file.// main.ts
/// <reference types="arcgis-js-api" />
include
of your tsconfig.json
.// tsconfig.json
{
"compilerOptions": {},
"include": [
"node_modules/arcgis-js-api/index.d.ts",
"src/**/*.ts",
"src/**/*.tsx"
]
}
Find a bug or want to request a new feature? Please refer to support.esri.com or visit GeoNet.
For assistance, please refer to support.esri.com.
COPYRIGHT © 2020 Esri
All rights reserved under the copyright laws of the United States and applicable international laws, treaties, and conventions.
This material is licensed for use under the Esri Master License Agreement (MLA), and is bound by the terms of that agreement. You may redistribute and use this code without modification, provided you adhere to the terms of the MLA and include this copyright notice.
See use restrictions at http://www.esri.com/legal/pdfs/mla_e204_e300/english
For additional information, contact: Environmental Systems Research Institute, Inc. Attn: Contracts and Legal Services Department 380 New York Street Redlands, California, USA 92373 USA
email: contracts@esri.com
See copyright.txt for details.
FAQs
ArcGIS Maps SDK for JavaScript: A complete 2D and 3D mapping and data visualization API
The npm package arcgis-js-api receives a total of 19,781 weekly downloads. As such, arcgis-js-api popularity was classified as popular.
We found that arcgis-js-api demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Rspack launches Rslint, a fast TypeScript-first linter built on typescript-go, joining in on the trend of toolchains creating their own linters.
Security News
Hacker Demonstrates How Easy It Is To Steal Data From Popular Password Managers
Security News
Oxlint’s new preview brings type-aware linting powered by typescript-go, combining advanced TypeScript rules with native-speed performance.