github.com/evanw/esbuild/internal/js_parser.parser.declareBinding (method)
7 uses
github.com/evanw/esbuild/internal/js_parser (current package)
js_parser.go#L1465: func (p *parser) declareBinding(kind js_ast.SymbolKind, binding js_ast.Binding, opts parseStmtOpts) {
js_parser.go#L1477: p.declareBinding(kind, i.Binding, opts)
js_parser.go#L1482: p.declareBinding(kind, property.Value, opts)
js_parser.go#L2159: p.declareBinding(js_ast.SymbolHoisted, arg.Binding, parseStmtOpts{})
js_parser.go#L4258: p.declareBinding(kind, local, opts)
js_parser.go#L4677: p.declareBinding(js_ast.SymbolHoisted, arg, parseStmtOpts{})
js_parser.go#L5579: p.declareBinding(kind, value, parseStmtOpts{})
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |