github.com/evanw/esbuild/internal/js_parser.parseStmtOpts.isExport (field)
23 uses
github.com/evanw/esbuild/internal/js_parser (current package)
js_parser.go#L1471: if !opts.isTypeScriptDeclare || (opts.isNamespaceScope && opts.isExport) {
js_parser.go#L3988: IsExport: opts.isExport,
js_parser.go#L4785: return js_ast.Stmt{Loc: loc, Data: &js_ast.SClass{Class: class, IsExport: opts.isExport}}
js_parser.go#L5005: return js_ast.Stmt{Loc: loc, Data: &js_ast.SFunction{Fn: fn, IsExport: opts.isExport}}
js_parser.go#L5030: isExport bool
js_parser.go#L5066: opts.isExport = true
js_parser.go#L5072: opts.isExport = true
js_parser.go#L5083: opts.isExport = true
js_parser.go#L5088: opts.isExport = true
js_parser.go#L5110: opts.isExport = true
js_parser.go#L5124: p.skipTypeScriptTypeStmt(parseStmtOpts{isModuleScope: opts.isModuleScope, isExport: true})
js_parser.go#L5132: opts.isExport = true
js_parser.go#L5137: opts.isExport = true
js_parser.go#L5404: IsExport: opts.isExport,
js_parser.go#L5426: IsExport: opts.isExport,
js_parser.go#L5742: if (opts.isExport || (opts.isNamespaceScope && !opts.isTypeScriptDeclare)) && p.lexer.Token != js_lexer.TIdentifier {
js_parser.go#L5838: if p.lexer.Token == js_lexer.TEquals || opts.isExport || (opts.isNamespaceScope && !opts.isTypeScriptDeclare) {
js_parser.go#L6091: if opts.isNamespaceScope && opts.isExport {
ts_parser.go#L722: if opts.isExport && p.lexer.Token == js_lexer.TOpenBrace {
ts_parser.go#L828: IsExport: opts.isExport,
ts_parser.go#L875: IsExport: opts.isExport,
ts_parser.go#L894: isExport: true,
ts_parser.go#L970: IsExport: opts.isExport,
 |
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. |