Skip to main content
This release is 8 versions behind 0.3.3 — the latest version of @disjukr/bdl. Jump to latest

TypeScript implementation of BDL. You can use this library to implement your own BDL code generation.

This package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers
This package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
This package works with Bun
This package works with Browsers
JSR Score
58%
Published
4 months ago (0.2.1)

Add Package

deno add jsr:@disjukr/bdl

Import symbol

import { type At } from "@disjukr/bdl/ast";

---- OR ----

Import directly with a jsr specifier

import { type At } from "jsr:@disjukr/bdl/ast";

Add Package

npx jsr add @disjukr/bdl

Import symbol

import { type At } from "@disjukr/bdl/ast";

Add Package

yarn dlx jsr add @disjukr/bdl

Import symbol

import { type At } from "@disjukr/bdl/ast";

Add Package

pnpm dlx jsr add @disjukr/bdl

Import symbol

import { type At } from "@disjukr/bdl/ast";

Add Package

bunx jsr add @disjukr/bdl

Import symbol

import { type At } from "@disjukr/bdl/ast";