JSPM

@prisma/prisma-fmt-wasm

3.12.0-9.de0f7fc155ba9616c743350ecf1ae615b27a1e02
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 786845
  • Score
    100M100P100Q217248F
  • License MIT

Package Exports

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

Readme

@prisma/prisma-fmt-wasm

Publish pipeline npm package install size

This repository only contains build logic to package the prisma-fmt engine into a Node package as a WASM module. All the functionality is implemented in prisma-engines.

The published package is internal to Prisma. Its API will break without prior warning.

Example

node -e "const prismaFmt = require('@prisma/prisma-fmt-wasm'); console.log(prismaFmt.version())"

Components