type github.com/evanw/esbuild/internal/js_ast.ClauseItem
22 uses
github.com/evanw/esbuild/internal/js_ast (current package)
js_ast.go#L946: Items []ClauseItem
js_ast.go#L951: Items []ClauseItem
js_ast.go#L1124: Items *[]ClauseItem
js_ast.go#L1209: type ClauseItem struct {
github.com/evanw/esbuild/internal/bundler
linker.go#L948: var items []js_ast.ClauseItem
linker.go#L956: items = append(items, js_ast.ClauseItem{Name: js_ast.LocRef{Ref: export.ref}, Alias: alias})
linker.go#L986: var items []js_ast.ClauseItem
linker.go#L988: items = append(items, js_ast.ClauseItem{Name: js_ast.LocRef{Ref: item.ref}, Alias: item.exportAlias})
linker.go#L1518: var entryPointES6ExportItems []js_ast.ClauseItem
linker.go#L1613: entryPointES6ExportItems = append(entryPointES6ExportItems, js_ast.ClauseItem{
linker.go#L1646: entryPointES6ExportItems = append(entryPointES6ExportItems, js_ast.ClauseItem{
github.com/evanw/esbuild/internal/js_parser
js_parser.go#L4321: func (p *parser) parseImportClause() ([]js_ast.ClauseItem, bool) {
js_parser.go#L4322: items := []js_ast.ClauseItem{}
js_parser.go#L4355: items = append(items, js_ast.ClauseItem{
js_parser.go#L4381: func (p *parser) parseExportClause() ([]js_ast.ClauseItem, bool) {
js_parser.go#L4382: items := []js_ast.ClauseItem{}
js_parser.go#L4427: items = append(items, js_ast.ClauseItem{
js_parser.go#L8042: Items: []js_ast.ClauseItem{{
js_parser.go#L11907: items := make([]js_ast.ClauseItem, 0, len(importItems))
js_parser.go#L11911: items = append(items, js_ast.ClauseItem{
js_parser.go#L13009: clauseItems := make([]js_ast.ClauseItem, len(imports))
js_parser.go#L13017: clauseItems[i] = js_ast.ClauseItem{Alias: alias, Name: js_ast.LocRef{Ref: ref}}
 |
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. |