jcbhmr / go-cjs-module-lexer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-cjs-module-lexer

Installation

go get -u github.com/jcbhmr/go-cjs-module-lexer

Usage

Disable WebAssembly

If you prefer not to use WebAssembly you can use the cjsmodulelexer.nowasm build tag. This will use the pure Go implementation of the lexer.

go build -tags cjsmodulelexer.nowasm ./cmd/my-app

Development

https://github.com/nodejs/cjs-module-lexer

About

License:MIT License


Languages

Language:Go 100.0%