github.com/evanw/esbuild/internal/js_parser.parser.handleIdentifier (method)
5 uses
github.com/evanw/esbuild/internal/js_parser (current package)
js_parser.go#L9223: value := p.handleIdentifier(loc, &js_ast.EIdentifier{
js_parser.go#L9431: return p.handleIdentifier(nameLoc, &js_ast.EIdentifier{Ref: item.Ref}, identifierOpts{
js_parser.go#L9941: return p.handleIdentifier(expr.Loc, e, identifierOpts{
js_parser.go#L11530: return p.handleIdentifier(loc, id, identifierOpts{
js_parser.go#L11545: func (p *parser) handleIdentifier(loc logger.Loc, e *js_ast.EIdentifier, opts identifierOpts) js_ast.Expr {
![]() |
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. |