github.com/evanw/esbuild/pkg/api.BuildOptions.Stdin (field)
6 uses
github.com/evanw/esbuild/pkg/api (current package)
api.go#L272: Stdin *StdinOptions
api_impl.go#L688: if buildOpts.Stdin != nil {
api_impl.go#L691: Loader: validateLoader(buildOpts.Stdin.Loader),
api_impl.go#L692: Contents: buildOpts.Stdin.Contents,
api_impl.go#L693: SourceFile: buildOpts.Stdin.Sourcefile,
api_impl.go#L694: AbsResolveDir: validatePath(log, realFS, buildOpts.Stdin.ResolveDir, "resolve directory path"),
![]() |
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. |