type github.com/evanw/esbuild/internal/renamer.MinifyRenamer
7 uses
github.com/evanw/esbuild/internal/renamer (current package)
renamer.go#L73: type MinifyRenamer struct {
renamer.go#L81: func NewMinifyRenamer(symbols js_ast.SymbolMap, firstTopLevelSlots js_ast.SlotCounts, reservedNames map[string]uint32) *MinifyRenamer {
renamer.go#L82: return &MinifyRenamer{
renamer.go#L94: func (r *MinifyRenamer) NameForSymbol(ref js_ast.Ref) string {
renamer.go#L125: func (r *MinifyRenamer) AccumulateSymbolUseCounts(symbolUses map[js_ast.Ref]js_ast.SymbolUse, stableSourceIndices []uint32) {
renamer.go#L142: func (r *MinifyRenamer) AccumulateSymbolCount(ref js_ast.Ref, count uint32) {
renamer.go#L175: func (r *MinifyRenamer) AssignNamesByFrequency(minifier *js_ast.NameMinifier) {
 |
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. |