UNPKG

toss-expression

Version:

A tiny ponyfill for @babel/plugin-proposal-throw-expressions, the syntax from which TypeScript and VS Code do not (yet) support.

41 lines (40 loc) 862 B
{ "name": "toss-expression", "version": "0.1.2", "description": "A tiny ponyfill for @babel/plugin-proposal-throw-expressions, the syntax from which TypeScript and VS Code do not (yet) support.", "keywords": [ "babel", "proposal", "throw", "expression", "expressions", "toss", "statement", "invalid", "typescript", "support", "code", "vs code" ], "repository": { "type": "git", "url": "https://github.com/Xunnamius/toss-expression" }, "license": "MIT", "author": "Xunnamius", "sideEffects": false, "type": "commonjs", "exports": { ".": "./dist/index.js", "./package": "./package.json", "./package.json": "./package.json" }, "main": "./dist/index", "types": "./dist/index.d.ts", "files": [ "/dist", "/LICENSE", "/package.json", "/README.md" ] }