Skip to content
This repository was archived by the owner on Apr 19, 2021. It is now read-only.
This repository was archived by the owner on Apr 19, 2021. It is now read-only.

@retain #18

Description

@thosakwe

Use this to exempt a symbol from tree-shaking. Shouldn't usually be used, but say you are making an Atom plugin...

import [Plugin] of <atom>
import [window] of <browser>

publish class MyPlugin extends Plugin {
  @override
  @retain
  fn activate(state) {
    window.alert('Hello, world!');
  }
}

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