0.9.2 • Published 4 years ago

@pika/plugin-build-deno v0.9.2

Weekly downloads
55
License
MIT
Repository
github
Last release
4 years ago

@pika/plugin-build-deno

A @pika/pack build plugin. Adds a TypeScript distribution to your package, built to run on Deno.

Note: The plugin is currently only smart enough to build a distribution from source that would already run on Deno. Converting npm imports to run on Deno is coming soon.

Install

# npm:
npm install @pika/plugin-build-deno --save-dev
# yarn:
yarn add @pika/plugin-build-deno --dev

Usage

{
  "name": "example-package-json",
  "version": "1.0.0",
  "@pika/pack": {
    "pipeline": [
      ["@pika/plugin-ts-standard-pkg"],
      ["@pika/plugin-build-deno"]
    ]
  }
}

For more information about @pika/pack & help getting started, check out the main project repo.

Options

  • "entrypoint" (Default: "deno"): Customize the package.json manifest entrypoint set by this plugin. Accepts either a string, an array of strings, or null to disable entrypoint. Changing this is not recommended for most usage.

Result

  1. Adds a TypeScript distribution to your built package: dist-deno/
  2. Adds a "deno" entrypoint to your built package.json manifest.

Note: This package is still experimental, and the built distribution is more or less a copy of your TypeScript source code. We'd love some help making this smarter (for example: rewriting npm package import statements from package names to unpkg.com URLs).

0.9.0

4 years ago

0.9.2

4 years ago

0.8.3

4 years ago

0.9.1

4 years ago

0.8.2

4 years ago

0.8.1

4 years ago

0.8.0

4 years ago

0.7.1

5 years ago

0.7.0

5 years ago

0.6.1

5 years ago

0.6.0

5 years ago

0.5.1

5 years ago

0.5.0

5 years ago

0.4.0

5 years ago

0.3.16

5 years ago

0.3.15

5 years ago

0.3.14

5 years ago

0.3.13

5 years ago

0.3.12

5 years ago

0.3.11

5 years ago

0.3.10

5 years ago

0.3.9

5 years ago

0.3.8

5 years ago

0.3.7

5 years ago

0.3.5

5 years ago

0.3.4

5 years ago

0.3.3

5 years ago

0.3.2

5 years ago