JSPM

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

Helper functions for working with the BABLR VM

Package Exports

  • @bablr/agast-vm-helpers
  • @bablr/agast-vm-helpers/builders
  • @bablr/agast-vm-helpers/deembed
  • @bablr/agast-vm-helpers/embed
  • @bablr/agast-vm-helpers/facades
  • @bablr/agast-vm-helpers/internal-builders
  • @bablr/agast-vm-helpers/iterable
  • @bablr/agast-vm-helpers/languages
  • @bablr/agast-vm-helpers/print
  • @bablr/agast-vm-helpers/stream
  • @bablr/agast-vm-helpers/symbols

Readme

@bablr/agast-vm-helpers

Helper functions for working with the agAST VM.

Usage

import { buildExpression, reifyExression } from 'agast-vm-helpers';

reifyExpression(buildExpression());