MCPcopy Create free account
hub / github.com/browserify/static-module / kw

Function kw

bench/input.js:144–149  ·  view source on GitHub ↗
(name, options)

Source from the content-addressed store, hash-verified

142
143// Succinct definitions of keyword token types
144function kw(name, options) {
145 if ( options === void 0 ) options = {};
146
147 options.keyword = name;
148 return keywords$1[name] = new TokenType(name, options)
149}
150
151var types = {
152 num: new TokenType("num", startsExpr),

Callers 1

input.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected