github.com/evanw/esbuild/internal/js_parser.parser.es6ExportKeyword (field)
8 uses
github.com/evanw/esbuild/internal/js_parser (current package)
js_parser.go#L111: es6ExportKeyword logger.Range
js_parser.go#L5044: previousExportKeyword := p.es6ExportKeyword
js_parser.go#L5046: p.es6ExportKeyword = p.lexer.Range()
js_parser.go#L5325: p.es6ExportKeyword = previousExportKeyword // This wasn't an ESM export statement after all
js_parser.go#L12868: p.hasESModuleSyntax = p.es6ImportKeyword.Len > 0 || p.es6ExportKeyword.Len > 0 || p.topLevelAwaitKeyword.Len > 0
js_parser.go#L12874: } else if p.es6ExportKeyword.Len > 0 {
js_parser.go#L13176: ExportKeyword: p.es6ExportKeyword,
js_parser_lower.go#L175: keywordRange = p.es6ExportKeyword
![]() |
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. |