func github.com/evanw/esbuild/internal/js_parser.Parse
3 uses
github.com/evanw/esbuild/internal/js_parser (current package)
js_parser.go#L12676: func Parse(log logger.Log, source logger.Source, options Options) (result js_ast.AST, ok bool) {
github.com/evanw/esbuild/internal/bundler
bundler.go#L1856: runtimeAST, ok = js_parser.Parse(log, source, js_parser.OptionsFromConfig(&config.Options{
github.com/evanw/esbuild/internal/cache
cache_ast.go#L170: ast, ok := js_parser.Parse(tempLog, source, options)
![]() |
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. |