Skip to content

Add generic progress machinery for operations in jco-transpile #774

Open
@vados-cosmonic

Description

@vados-cosmonic

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions