github.com/evanw/esbuild/internal/bundler.file.ignoreIfUnused (field)
11 uses
github.com/evanw/esbuild/internal/bundler (current package)
bundler.go#L69: ignoreIfUnused bool
bundler.go#L217: ignoreIfUnused: args.ignoreIfUnused,
bundler.go#L259: result.file.ignoreIfUnused = true
bundler.go#L268: result.file.ignoreIfUnused = true
bundler.go#L278: result.file.ignoreIfUnused = true
bundler.go#L287: result.file.ignoreIfUnused = true
bundler.go#L298: result.file.ignoreIfUnused = true
bundler.go#L328: result.file.ignoreIfUnused = true
bundler.go#L1083: ignoreIfUnused: true,
bundler.go#L1415: if otherFile := &s.results[record.SourceIndex.GetIndex()].file; otherFile.ignoreIfUnused {
linker.go#L2487: if otherFile := &c.files[otherSourceIndex]; otherFile.ignoreIfUnused && !c.options.IgnoreDCEAnnotations {
![]() |
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. |