github.com/evanw/esbuild/internal/bundler.reprCSS.ast (field)
10 uses
github.com/evanw/esbuild/internal/bundler (current package)
bundler.go#L94: ast css_ast.AST
bundler.go#L103: return &repr.ast.ImportRecords
bundler.go#L253: result.file.repr = &reprCSS{ast: ast}
linker.go#L489: repr.ast.ImportRecords = append([]ast.ImportRecord{}, repr.ast.ImportRecords...)
linker.go#L1118: for importRecordIndex := range repr.ast.ImportRecords {
linker.go#L1119: if record := &repr.ast.ImportRecords[importRecordIndex]; record.SourceIndex.IsValid() {
linker.go#L2536: for _, record := range repr.ast.ImportRecords {
linker.go#L2986: for _, record := range repr.ast.ImportRecords {
linker.go#L4155: ast := file.repr.(*reprCSS).ast
![]() |
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. |