github.com/evanw/esbuild/internal/js_ast.AST.WrapperRef (field)
16 uses
github.com/evanw/esbuild/internal/js_ast (current package)
js_ast.go#L1606: WrapperRef Ref
github.com/evanw/esbuild/internal/bundler
linker.go#L871: } else if repr.meta.cjsWrap && ref != repr.ast.WrapperRef {
linker.go#L1788: Target: js_ast.Expr{Data: &js_ast.EIdentifier{Ref: repr.ast.WrapperRef}},
linker.go#L1795: Target: js_ast.Expr{Data: &js_ast.EIdentifier{Ref: repr.ast.WrapperRef}},
linker.go#L1800: Target: js_ast.Expr{Data: &js_ast.EIdentifier{Ref: repr.ast.WrapperRef}},
linker.go#L1812: Target: js_ast.Expr{Data: &js_ast.EIdentifier{Ref: repr.ast.WrapperRef}},
linker.go#L1819: Target: js_ast.Expr{Data: &js_ast.EIdentifier{Ref: repr.ast.WrapperRef}},
linker.go#L1831: entryPointExportSymbolUses[repr.ast.WrapperRef] = js_ast.SymbolUse{CountEstimate: 1}
linker.go#L2358: repr.ast.WrapperRef: {CountEstimate: 1},
linker.go#L2364: {Ref: repr.ast.WrapperRef, IsTopLevel: true},
linker.go#L2370: repr.ast.TopLevelSymbolToParts[repr.ast.WrapperRef] = []uint32{partIndex}
linker.go#L2638: wrapperRef := otherRepr.ast.WrapperRef
linker.go#L3421: Binding: js_ast.Binding{Data: &js_ast.BIdentifier{Ref: repr.ast.WrapperRef}},
linker.go#L3457: return c.files[sourceIndex].repr.(*reprJS).ast.WrapperRef
linker.go#L3583: r.AddTopLevelSymbol(repr.ast.WrapperRef)
github.com/evanw/esbuild/internal/js_parser
js_parser.go#L13158: WrapperRef: wrapperRef,
 |
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. |