github.com/evanw/esbuild/internal/config.Options.Stdin (field)
8 uses
github.com/evanw/esbuild/internal/config (current package)
config.go#L234: Stdin *StdinInfo
github.com/evanw/esbuild/internal/bundler
bundler.go#L167: if stdin := args.options.Stdin; stdin != nil {
bundler.go#L174: absResolveDir = args.options.Stdin.AbsResolveDir
bundler.go#L960: optionsClone.Stdin = nil
bundler.go#L1135: if stdin := s.options.Stdin; stdin != nil {
github.com/evanw/esbuild/pkg/api
api_impl.go#L690: options.Stdin = &config.StdinInfo{
api_impl.go#L1100: Stdin: &config.StdinInfo{
api_impl.go#L1112: if options.SourceMap != config.SourceMapNone && options.Stdin.SourceFile == "" {
![]() |
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. |