type github.com/evanw/esbuild/internal/config.InjectedFile
11 uses
github.com/evanw/esbuild/internal/config (current package)
config.go#L219: InjectedFiles []InjectedFile
config.go#L339: type InjectedFile struct {
github.com/evanw/esbuild/internal/bundler
bundler.go#L143: inject chan config.InjectedFile
bundler.go#L190: args.inject <- config.InjectedFile{
bundler.go#L374: args.inject <- config.InjectedFile{
bundler.go#L941: inject chan config.InjectedFile,
bundler.go#L1047: injectedFiles := make([]config.InjectedFile, 0, len(s.options.InjectedDefines)+len(s.options.InjectAbsPaths))
bundler.go#L1068: injectedFiles = append(injectedFiles, config.InjectedFile{
bundler.go#L1092: results := make([]config.InjectedFile, len(s.options.InjectAbsPaths))
bundler.go#L1111: channel := make(chan config.InjectedFile)
github.com/evanw/esbuild/internal/js_parser
js_parser.go#L266: injectedFiles []config.InjectedFile
![]() |
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. |