Skip to content

Byte compilation warning "the function ‘js2-imenu-extras-setup’ might not be defined at runtime." #1032

@YorkZ

Description

@YorkZ

This simple code:

(use-package js2-imenu-extras
  :functions js2-imenu-extras-setup
  :config
  (js2-imenu-extras-setup))

gives me the byte compilation warning:

the function ‘js2-imenu-extras-setup’ might not be defined at runtime.

I've spent hours but still wasn't able to silence the warning. I'm wondering whether it would be possible to solve it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions