typekit

package module
v0.0.0-...-381e52c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 17, 2025 License: Apache-2.0 Imports: 1 Imported by: 0

README

TypeKit

golang typescript apache-2.0

Go Report Card

Sumamry

TypeKit is a typescript runtime written in Golang. This was based on goja and sobek which is a fork of goja. We also had forked goja to add improvements we internally called bagel and so we've merged our work with upstream sobek changes and threw on esbuild to transpile. While not as fast as Node(V8)/Deno(V8)/Bun(JSC) it's written in pure go.

WARNING

This is in no way shape or form ready for use outside of tinkering/exploring. We welcome contributions to help improve the runtime but until typescript-go is finished, we'll have to transpile. Which is fine enough for now.

Roadmap
  • Continue developing the runtime to be in partiy with latest ECMAScript standards.
  • Utilize typescript-go once finished to compile typescript into javascript
  • Run javascript on runtime and expose golang features like chan to improve concurrency.
  • Have fun along the way.
What this is NOT

It's not an attempt to shatter any records or provide world-class native typescript binaries (maybe someday).

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Version string

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis
cmd
typekit command
internal
ast
Package ast declares types representing a JavaScript AST.
Package ast declares types representing a JavaScript AST.
file
Package file encapsulates the file abstractions used by the ast & parser.
Package file encapsulates the file abstractions used by the ast & parser.
ftoa
Package ftoa provides ECMAScript-compliant floating point number conversion to string.
Package ftoa provides ECMAScript-compliant floating point number conversion to string.
ftoa/internal/fast
Package fast contains code ported from V8 (https://github.com/v8/v8/blob/master/src/numbers/fast-dtoa.cc)
Package fast contains code ported from V8 (https://github.com/v8/v8/blob/master/src/numbers/fast-dtoa.cc)
parser
Package parser implements a parser for JavaScript.
Package parser implements a parser for JavaScript.
token
Package token defines constants representing the lexical tokens of JavaScript (ECMA5).
Package token defines constants representing the lexical tokens of JavaScript (ECMA5).
unistring
Package unistring contains an implementation of a hybrid ASCII/UTF-16 string.
Package unistring contains an implementation of a hybrid ASCII/UTF-16 string.
pkg

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL