UNPKG

@arcgis/coding-components

Version:

Contains components for editing code in different languages. The currently supported languages are html, css, json, TypeScript, JavaScript, and Arcade.

14 lines (13 loc) 323 B
/*! All material copyright Esri, All Rights Reserved, unless otherwise specified. See https://js.arcgis.com/4.33/esri/copyright.txt for details. v4.33.14 */ async function a() { return (await e()).getArcadeDiagnosticService(); } async function e() { return await import("./arcade-mode.js"); } export { a, e as g };