JSPM

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

Common utils for webext-buildtools builders

Package Exports

  • webext-buildtools-utils
  • webext-buildtools-utils/dist/index.js

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 (webext-buildtools-utils) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

npm-publish

Introduction

Common utils for webext-buildtools builders.

If you need complete solution for Web Extension build/deploy, go to webext-buildtools-integrated-builder repo.

To read what are webext-buildtools and builders go to webext-buildtools-builder-types repo.

Installation

npm install webext-buildtools-utils

Details

Under src dir package contains helper classes to implement own ISimpleBuilder.

  • buildAsset dir contains implementations for IBuildAsset
  • builder dir contains:
    1. AbstractSimpleBuilder class to implement own ISimpleBuilder on base of it
    2. AbstractCompositeBuilder class to compose several builders into one
  • buildResult dir with base class for build results with custom assets set
  • utils dir with helpers for common tasks

All the classes are exported in index.js