application-base-js icon indicating copy to clipboard operation
application-base-js copied to clipboard

Use esri/kernel instead of dojo/kernel

Open driskull opened this issue 5 years ago • 3 comments

We should be able to replace the following with esri/kernel and not have any dojo used.

import kernel = require("dojo/_base/kernel");

driskull avatar Mar 18 '19 23:03 driskull

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.

kellyhutchins avatar Mar 18 '19 23:03 kellyhutchins

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 :)

driskull avatar Mar 18 '19 23:03 driskull

Ah I see. I just assumed it was already there. Ok I'll mark it for that milestone

kellyhutchins avatar Mar 18 '19 23:03 kellyhutchins