const github.com/evanw/esbuild/internal/ast.ImportStmt
12 uses
github.com/evanw/esbuild/internal/ast (current package)
ast.go#L16: ImportStmt
ast.go#L36: case ImportStmt:
github.com/evanw/esbuild/internal/bundler
linker.go#L742: Kind: ast.ImportStmt,
linker.go#L1143: case ast.ImportStmt:
linker.go#L2478: if record.Kind != ast.ImportStmt {
linker.go#L2629: if record.Kind == ast.ImportStmt && !otherRepr.meta.cjsStyleExports {
linker.go#L2948: if record.SourceIndex.IsValid() && (record.Kind == ast.ImportStmt || isPartInThisChunk) {
github.com/evanw/esbuild/internal/js_parser
js_parser.go#L5291: importRecordIndex := p.addImportRecord(ast.ImportStmt, pathLoc, pathText)
js_parser.go#L5309: importRecordIndex := p.addImportRecord(ast.ImportStmt, pathLoc, pathText)
js_parser.go#L5875: stmt.ImportRecordIndex = p.addImportRecord(ast.ImportStmt, pathLoc, pathText)
js_parser.go#L13010: importRecordIndex := p.addImportRecord(ast.ImportStmt, logger.Loc{}, path)
github.com/evanw/esbuild/pkg/api
api_impl.go#L1188: case ast.ImportStmt:
![]() |
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. |