const github.com/evanw/esbuild/internal/ast.ImportDynamic
10 uses
github.com/evanw/esbuild/internal/ast (current package)
ast.go#L22: ImportDynamic
ast.go#L40: case ImportDynamic:
github.com/evanw/esbuild/internal/bundler
bundler.go#L1694: if record := &repr.ast.ImportRecords[importRecordIndex]; record.SourceIndex.IsValid() && record.Kind == ast.ImportDynamic {
linker.go#L1170: case ast.ImportDynamic:
linker.go#L2577: return record.Kind == ast.ImportDynamic && c.files[record.SourceIndex.GetIndex()].isEntryPoint
github.com/evanw/esbuild/internal/js_parser
js_parser.go#L11100: importRecordIndex := p.addImportRecord(ast.ImportDynamic, arg.Loc, js_lexer.UTF16ToString(str.Value))
github.com/evanw/esbuild/internal/js_printer
js_printer.go#L1276: if !record.SourceIndex.IsValid() && record.Kind == ast.ImportDynamic && p.options.OutputFormat.KeepES6ImportExportSyntax() {
js_printer.go#L1297: if record.Kind == ast.ImportDynamic {
js_printer.go#L1338: if record.Kind == ast.ImportDynamic {
github.com/evanw/esbuild/pkg/api
api_impl.go#L1192: case ast.ImportDynamic:
![]() |
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. |