Skip to main content
Home

A compact, fast, and embeddable JavaScript AST for transpilation.

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
64%
Published
11 months ago (0.0.0)

tinyest

Tiny Embeddable Syntax Tree - GitHub

WIP: Under Construction

A compact, fast, and embeddable JavaScript AST for transpilation.

Projects using tinyest

  • TypeGPU - A TypeScript library that enhances the WebGPU API, allowing resource management in a type-safe way.

tinyest is created by Software Mansion

swm

Since 2012 Software Mansion is a software agency with experience in building web and mobile apps. We are Core React Native Contributors and experts in dealing with all kinds of React Native issues. We can help you build your next dream product – Hire us.

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@typegpu/tinyest

Import symbol

import * as tinyest from "@typegpu/tinyest";
or

Import directly with a jsr specifier

import * as tinyest from "jsr:@typegpu/tinyest";

Add Package

pnpm i jsr:@typegpu/tinyest
or (using pnpm 10.8 or older)
pnpm dlx jsr add @typegpu/tinyest

Import symbol

import * as tinyest from "@typegpu/tinyest";

Add Package

yarn add jsr:@typegpu/tinyest
or (using Yarn 4.8 or older)
yarn dlx jsr add @typegpu/tinyest

Import symbol

import * as tinyest from "@typegpu/tinyest";

Add Package

vlt install jsr:@typegpu/tinyest

Import symbol

import * as tinyest from "@typegpu/tinyest";

Add Package

npx jsr add @typegpu/tinyest

Import symbol

import * as tinyest from "@typegpu/tinyest";

Add Package

bunx jsr add @typegpu/tinyest

Import symbol

import * as tinyest from "@typegpu/tinyest";