tsrun 0.1.23

A TypeScript interpreter designed for embedding in applications
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "name": "tsrun-wasm-playground",
  "version": "1.0.0",
  "description": "WASM playground and tests for tsrun",
  "type": "module",
  "scripts": {
    "test": "node tests/browser-test.js",
    "test:browser": "node tests/browser-test.js"
  },
  "devDependencies": {
    "puppeteer": "^24.0.0"
  }
}