Skip to content

1.3.15

Compare
Choose a tag to compare
@herudi herudi released this 05 Dec 05:24
· 99 commits to master since this release
c7fd4e1

Features

  • feat(lib/jsx): support for jsx transform precompile.

Deno has claimed 7 ~ 20x faster. ref => fastest jsx transform.

config deno.json

{
  "compilerOptions": {
    "jsx": "precompile",
    "jsxImportSource": "nhttp-jsx"
  },
  "imports": {
    "nhttp-jsx/jsx-runtime": "https://deno.land/x/nhttp@1.3.15/lib/jsx/jsx-runtime.ts"
  }
}