Dasa Paddock
Dasa Paddock
A free open source license is available. Details at: https://www.jetbrains.com/buy/opensource/?product=webstorm
In case you did want to switch back to Terser, I noticed a typo at: https://github.com/moment/luxon/blob/4fe7be9d5afa7afdf36b4bb9ad116d160c0881f5/tasks/build.js#L55 `topLevel` -> `toplevel` https://terser.org/docs/api-reference#mangle-options
> Allow optional, broader origin-matching for `enablePostMessageAuth` to include anything on `.arcgis.com` domain. 👍🏻
http://localhost/ is considered a secure context. Also, Enterprise still supports `http:`.
> 1. Are there any cases where we _wouldn't_ want to allow credential passing on the same origin (since this would happen implicitly if no `validChildOrigins` parameter is passed)? I...
I just wanted to mention that this would violate the [spec](https://github.com/amdjs/amdjs-api/blob/master/AMD.md) for module ids: > Module identifiers may not have file-name extensions like ".js". Normally the AMD loader will add...
> the browser breaks Which browser are you using? The parse error seems to be on the spread operator used in https://cdn.jsdelivr.net/npm/@arcgis/[email protected]/core/has.js
AVA 4 has full ESM support, so might be worth a look: https://github.com/avajs/ava/releases/tag/v4.0.0
Try adding this entry to the `moment` package definition in your profile: https://github.com/Esri/jsapi-resources/blob/master/4.x/npm/demo/build.profile.js#L89 ` packageJson: {},` This should make the Dojo build ignore this file, which makes Dojo ignore the...
Yes, that looks right, but it shouldn't have broken the build like that. Can you share your whole build profile?