JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 14
  • Score
    100M100P100Q40413F
  • License MIT

Utilities for writing atom packages in spirit of bg-lib system

Package Exports

  • bg-atom-utils

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (bg-atom-utils) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

bg-atom-utils package

This is an NPM Package that provides utilities to for writing Atom plugins.

  • BGAtomView base class for creating new Atom WorkspaceItems displayed in panes.
  • BGFeedbackView class for displaying feedback for long tasks
  • BGTimer class for simple timing of code