const github.com/evanw/esbuild/internal/ast.ImportRequire
8 uses
github.com/evanw/esbuild/internal/ast (current package)
ast.go#L19: ImportRequire
ast.go#L38: case ImportRequire:
github.com/evanw/esbuild/internal/bundler
linker.go#L1166: case ast.ImportRequire:
linker.go#L2620: if record.Kind != ast.ImportRequire && !c.options.OutputFormat.KeepES6ImportExportSyntax() {
linker.go#L2643: if record.Kind != ast.ImportRequire && !otherRepr.meta.skipCallingToModule {
github.com/evanw/esbuild/internal/js_parser
js_parser.go#L11351: importRecordIndex := p.addImportRecord(ast.ImportRequire, arg.Loc, js_lexer.UTF16ToString(str.Value))
github.com/evanw/esbuild/internal/resolver
resolver.go#L1243: if kind != ast.ImportRequire {
github.com/evanw/esbuild/pkg/api
api_impl.go#L1190: case ast.ImportRequire:
![]() |
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. |