JSPM

  • Created
  • Published
  • Downloads 649
  • Score
    100M100P100Q101086F
  • License (MIT or CC0 1.0)

Default TS compile plugin for virmator.

Package Exports

  • @virmator/compile
  • @virmator/compile/dist/compile.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 (@virmator/compile) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@virmator/compile

A default plugin for virmator.

Available commands

  • compile

    Type checks TypeScript files and compiles them into JS outputs using the TypeScript compiler. Any extra args are passed directly to tsc.

    Automatically compiles a mono-repo's sub packages in the correct order if called from a mono-repo root.

    • Examples
      • virmator compile
      • With tsc flags: virmator compile --noEmit
    • Configs
      • tsconfig.json
      • tsconfig.json
      • configs/tsconfig.base.json
    • Deps