github.com/evanw/esbuild/internal/js_ast.SClass.IsExport (field)
11 uses
github.com/evanw/esbuild/internal/js_ast (current package)
js_ast.go#L1025: IsExport bool
github.com/evanw/esbuild/internal/bundler
linker.go#L3191: if shouldStripExports && s.IsExport {
linker.go#L3194: clone.IsExport = false
linker.go#L4412: if s.IsExport {
github.com/evanw/esbuild/internal/js_parser
js_parser.go#L4785: return js_ast.Stmt{Loc: loc, Data: &js_ast.SClass{Class: class, IsExport: opts.isExport}}
js_parser.go#L8528: wasExportInsideNamespace := s.IsExport && p.enclosingNamespaceArgRef != nil
js_parser.go#L8530: s.IsExport = false
js_parser.go#L11996: if s.IsExport {
js_parser_lower.go#L1564: if s.IsExport {
js_parser_lower.go#L2193: stmts = append(stmts, js_ast.Stmt{Loc: classLoc, Data: &js_ast.SClass{Class: *class, IsExport: true}})
github.com/evanw/esbuild/internal/js_printer
js_printer.go#L2526: if s.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. |