application-base-js
application-base-js copied to clipboard
Use esri/kernel instead of dojo/kernel
We should be able to replace the following with esri/kernel and not have any dojo used.
import kernel = require("dojo/_base/kernel");
I am in the process of updating the examples repo to the latest version of the jsapi so I can do this at the same time.
We'll have to wait for 4.12 for this but we should be able to do it easily. We just need to get the locale from esri/kernel instead of dojo/kernel. But we have to add it to esri/kernel first :)
Ah I see. I just assumed it was already there. Ok I'll mark it for that milestone