github.com/evanw/esbuild/internal/bundler.parseArgs.options (field)
36 uses
github.com/evanw/esbuild/internal/bundler (current package)
bundler.go#L141: options config.Options
bundler.go#L167: if stdin := args.options.Stdin; stdin != nil {
bundler.go#L174: absResolveDir = args.options.Stdin.AbsResolveDir
bundler.go#L177: args.options.Plugins,
bundler.go#L186: args.options.WatchMode,
bundler.go#L207: loader = loaderFromFileExtension(args.options.ExtensionToLoader, base+ext)
bundler.go#L224: ast, ok := args.caches.JSCache.Parse(args.log, source, js_parser.OptionsFromConfig(&args.options))
bundler.go#L229: args.options.JSX.Parse = true
bundler.go#L230: ast, ok := args.caches.JSCache.Parse(args.log, source, js_parser.OptionsFromConfig(&args.options))
bundler.go#L235: args.options.TS.Parse = true
bundler.go#L236: ast, ok := args.caches.JSCache.Parse(args.log, source, js_parser.OptionsFromConfig(&args.options))
bundler.go#L241: args.options.TS.Parse = true
bundler.go#L242: args.options.JSX.Parse = true
bundler.go#L243: ast, ok := args.caches.JSCache.Parse(args.log, source, js_parser.OptionsFromConfig(&args.options))
bundler.go#L249: MangleSyntax: args.options.MangleSyntax,
bundler.go#L250: RemoveWhitespace: args.options.RemoveWhitespace,
bundler.go#L251: UnsupportedCSSFeatures: args.options.UnsupportedCSSFeatures,
bundler.go#L258: ast := js_parser.LazyExportAST(args.log, source, js_parser.OptionsFromConfig(&args.options), expr, "")
bundler.go#L266: ast := js_parser.LazyExportAST(args.log, source, js_parser.OptionsFromConfig(&args.options), expr, "")
bundler.go#L276: ast := js_parser.LazyExportAST(args.log, source, js_parser.OptionsFromConfig(&args.options), expr, "")
bundler.go#L285: ast := js_parser.LazyExportAST(args.log, source, js_parser.OptionsFromConfig(&args.options), expr, "__toBinary")
bundler.go#L296: ast := js_parser.LazyExportAST(args.log, source, js_parser.OptionsFromConfig(&args.options), expr, "")
bundler.go#L306: if config.HasPlaceholder(args.options.AssetPathTemplate, config.HashPlaceholder) {
bundler.go#L310: relPath := config.TemplateToString(config.SubstituteTemplate(args.options.AssetPathTemplate, config.PathPlaceholders{
bundler.go#L317: if strings.HasSuffix(args.options.PublicPath, "/") && strings.HasPrefix(relPath, "./") {
bundler.go#L319: publicPath = args.options.PublicPath + relPath[2:] + source.KeyPath.IgnoredSuffix
bundler.go#L321: publicPath = args.options.PublicPath + relPath + source.KeyPath.IgnoredSuffix
bundler.go#L326: ast := js_parser.LazyExportAST(args.log, source, js_parser.OptionsFromConfig(&args.options), expr, "")
bundler.go#L334: if args.options.AbsMetadataFile != "" {
bundler.go#L336: js_printer.QuoteForJSON(source.PrettyPath, args.options.ASCIIOnly),
bundler.go#L349: AbsPath: args.fs.Join(args.options.AbsOutputDir, relPath),
bundler.go#L389: if args.options.Mode == config.ModeBundle && !args.skipResolve {
bundler.go#L425: args.options.Plugins,
bundler.go#L463: if args.options.Platform != config.PlatformNode {
bundler.go#L483: if loader.CanHaveSourceMap() && args.options.SourceMap != config.SourceMapNone {
bundler.go#L1017: options: optionsClone,
 |
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. |