Skip to content

No un-minified compiled JS exists, making debugging difficult #17

Description

@dannysellers

Inside the NPM package, there's no un-minified version of the compiled source, so when an issue comes up, it's impossible to figure out what's breaking.

This screenshot is from trying to define a new KeyCombo using 'cmd':

const searchAction = new Action('searchText', KeyCombo.fromString('cmd f'));

screen shot 2017-11-22 at 9 30 22 am

EDIT: I see that the issue with 'cmd' not being defined is due to my not having manually run KeyContainer.init('Mac', ''), but I only got that from looking at tests—it's not mentioned in the docs anywhere

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions