github.com/evanw/esbuild/internal/js_parser.parser.parseAndDeclareDecls (method)
6 uses
github.com/evanw/esbuild/internal/js_parser (current package)
js_parser.go#L3984: decls := p.parseAndDeclareDecls(js_ast.SymbolOther, opts)
js_parser.go#L4247: func (p *parser) parseAndDeclareDecls(kind js_ast.SymbolKind, opts parseStmtOpts) []js_ast.Decl {
js_parser.go#L5399: decls := p.parseAndDeclareDecls(js_ast.SymbolHoisted, opts)
js_parser.go#L5418: decls := p.parseAndDeclareDecls(js_ast.SymbolConst, opts)
js_parser.go#L5651: decls = p.parseAndDeclareDecls(js_ast.SymbolHoisted, parseStmtOpts{})
js_parser.go#L5657: decls = p.parseAndDeclareDecls(js_ast.SymbolConst, 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. |