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)