github.com/evanw/esbuild/internal/js_parser.optionsThatSupportStructuralEquality.mode (field)
30 uses
github.com/evanw/esbuild/internal/js_parser (current package)
js_parser.go#L285: mode config.Mode
js_parser.go#L307: mode: options.Mode,
js_parser.go#L1004: if p.options.mode == config.ModeBundle && p.currentScope.Parent == nil {
js_parser.go#L1011: if p.options.mode == config.ModeBundle && kind == js_ast.LocalConst && p.options.mangleSyntax {
js_parser.go#L1108: if p.options.mode == config.ModeBundle && p.currentScope.Parent == nil &&
js_parser.go#L8723: if p.options.mode != config.ModeBundle || p.currentScope == p.moduleScope {
js_parser.go#L8963: (p.options.mode == config.ModeBundle && p.currentScope.Parent == nil)
js_parser.go#L9361: if p.options.mode == config.ModeBundle && p.options.platform == config.PlatformBrowser {
js_parser.go#L9391: if p.options.mode == config.ModeBundle {
js_parser.go#L9405: if p.options.mode == config.ModePassThrough {
js_parser.go#L9684: if p.options.mode != config.ModePassThrough && !p.fnOnlyDataVisit.isThisNested {
js_parser.go#L9908: if p.options.mode == config.ModeBundle {
js_parser.go#L10579: if p.options.mode == config.ModeBundle && (in.assignTarget != js_ast.AssignTargetNone || isDeleteTarget) {
js_parser.go#L10604: if p.options.mode == config.ModeBundle {
js_parser.go#L11109: if p.options.mode == config.ModeBundle {
js_parser.go#L11190: if len(e.Args) == 1 && p.options.mode != config.ModePassThrough {
js_parser.go#L11270: if p.options.mode == config.ModeBundle && !p.hasESModuleSyntax {
js_parser.go#L11285: if p.options.mode == config.ModeBundle && p.es6ImportKeyword.Len > 0 && !p.options.suppressWarningsAboutWeirdCode {
js_parser.go#L11331: if p.options.mode != config.ModePassThrough && e.OptionalChain == js_ast.OptionalChainNone {
js_parser.go#L11338: if p.options.mode == config.ModeBundle {
js_parser.go#L11557: if p.options.mode == config.ModeBundle && (opts.assignTarget != js_ast.AssignTargetNone || opts.isDeleteTarget) {
js_parser.go#L11767: p.options.mode != config.ModeBundle && !p.options.minifyIdentifiers
js_parser.go#L11863: if p.options.mode != config.ModePassThrough {
js_parser.go#L12719: if p.options.mode != config.ModeBundle {
js_parser.go#L12784: if !config.IsTreeShakingEnabled(p.options.mode, p.options.outputFormat) {
js_parser.go#L12882: if p.options.mode != config.ModePassThrough {
js_parser.go#L12894: (p.options.mode != config.ModePassThrough && !p.options.outputFormat.KeepES6ImportExportSyntax())) {
js_parser_lower.go#L22: if p.options.mode == config.ModeBundle {
js_parser_lower.go#L26: if p.options.mode == config.ModeConvertFormat && !p.options.outputFormat.KeepES6ImportExportSyntax() {
js_parser_lower.go#L1663: avoidTDZ := p.options.mode == config.ModeBundle && p.currentScope.Parent == nil
![]() |
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. |