github.com/evanw/esbuild/internal/config.Options.AbsMetadataFile (field)
17 uses
github.com/evanw/esbuild/internal/config (current package)
config.go#L229: AbsMetadataFile string
github.com/evanw/esbuild/internal/bundler
bundler.go#L334: if args.options.AbsMetadataFile != "" {
bundler.go#L1299: if s.options.AbsMetadataFile != "" {
bundler.go#L1336: if s.options.AbsMetadataFile != "" {
bundler.go#L1435: if s.options.AbsMetadataFile != "" {
bundler.go#L1555: if options.AbsMetadataFile != "" {
bundler.go#L1557: AbsPath: options.AbsMetadataFile,
linker.go#L3786: if c.options.AbsMetadataFile != "" {
linker.go#L3857: if c.options.AbsMetadataFile != "" {
linker.go#L3921: if c.options.AbsMetadataFile != "" {
linker.go#L4004: if c.options.AbsMetadataFile != "" {
linker.go#L4066: if c.options.AbsMetadataFile != "" {
linker.go#L4224: if c.options.AbsMetadataFile != "" {
linker.go#L4272: if c.options.AbsMetadataFile != "" {
linker.go#L4311: if c.options.AbsMetadataFile != "" {
github.com/evanw/esbuild/pkg/api
api_impl.go#L657: AbsMetadataFile: validatePath(log, realFS, buildOpts.Metafile, "metafile path"),
api_impl.go#L716: if options.AbsMetadataFile != "" {
![]() |
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. |