github.com/evanw/esbuild/internal/js_parser.parser.classCanBeRemovedIfUnused (method)
4 uses
github.com/evanw/esbuild/internal/js_parser (current package)
js_parser.go#L12153: if !p.classCanBeRemovedIfUnused(s.Class) {
js_parser.go#L12194: if !p.classCanBeRemovedIfUnused(s2.Class) {
js_parser.go#L12213: func (p *parser) classCanBeRemovedIfUnused(class js_ast.Class) bool {
js_parser.go#L12272: return p.classCanBeRemovedIfUnused(e.Class)
![]() |
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. |