Open
Description
As part of jco
code (when transpile was included), operations in jco-transpile
would manipulate spinners and do a bit to keep the user updated as to progress.
Before jco-transpile
can completely replace the code in jco
, it would be good to reintroduce the ability to detect and report on progress from functions exported by jco-transpile
. This is obviously quite implementation specific and finnicky to get right for the caller, but a simple onProgress
callback passed in might be enough.
There are two places (at least) that progress needs to be reportable:
opt.js
transpile.js
See #773 for places where the spinner was used.