Skip to content

Instantly share code, notes, and snippets.

@kentcdodds
Created September 21, 2021 22:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kentcdodds/611a567add80fff3259617db4d8d880d to your computer and use it in GitHub Desktop.
Save kentcdodds/611a567add80fff3259617db4d8d880d to your computer and use it in GitHub Desktop.
esbuild failure logs (full logs)
<--- Last few GCs --->
[31642:0x7f9d20008000] 105486 ms: Mark-sweep 4036.6 (4130.1) -> 4029.6 (4136.2) MB, 4756.1 / 0.1 ms (average mu = 0.356, current mu = 0.022) allocation failure scavenge might not succeed
[31642:0x7f9d20008000] 110156 ms: Mark-sweep 4045.6 (4136.4) -> 4038.4 (4144.9) MB, 4559.2 / 0.1 ms (average mu = 0.223, current mu = 0.024) allocation failure scavenge might not succeed
<--- JS stacktrace --->
FATAL ERROR: Reached heap limit Allocation failed - JavaScript heap out of memory
1: 0x1040ea3a5 node::Abort() (.cold.1) [/Users/kentcdodds/n/bin/node]
2: 0x102dc5869 node::Abort() [/Users/kentcdodds/n/bin/node]
3: 0x102dc59df node::OnFatalError(char const*, char const*) [/Users/kentcdodds/n/bin/node]
4: 0x102f44347 v8::Utils::ReportOOMFailure(v8::internal::Isolate*, char const*, bool) [/Users/kentcdodds/n/bin/node]
5: 0x102f442e3 v8::internal::V8::FatalProcessOutOfMemory(v8::internal::Isolate*, char const*, bool) [/Users/kentcdodds/n/bin/node]
6: 0x1031032e5 v8::internal::Heap::FatalProcessOutOfMemory(char const*) [/Users/kentcdodds/n/bin/node]
7: 0x103101d06 v8::internal::Heap::CollectGarbage(v8::internal::AllocationSpace, v8::internal::GarbageCollectionReason, v8::GCCallbackFlags) [/Users/kentcdodds/n/bin/node]
8: 0x10310e240 v8::internal::Heap::AllocateRawWithLightRetrySlowPath(int, v8::internal::AllocationType, v8::internal::AllocationOrigin, v8::internal::AllocationAlignment) [/Users/kentcdodds/n/bin/node]
9: 0x10310e2c1 v8::internal::Heap::AllocateRawWithRetryOrFailSlowPath(int, v8::internal::AllocationType, v8::internal::AllocationOrigin, v8::internal::AllocationAlignment) [/Users/kentcdodds/n/bin/node]
10: 0x1030db4e7 v8::internal::Factory::NewFillerObject(int, bool, v8::internal::AllocationType, v8::internal::AllocationOrigin) [/Users/kentcdodds/n/bin/node]
11: 0x10348cd7e v8::internal::Runtime_AllocateInYoungGeneration(int, unsigned long*, v8::internal::Isolate*) [/Users/kentcdodds/n/bin/node]
12: 0x10382c2f9 Builtins_CEntry_Return1_DontSaveFPRegs_ArgvOnStack_NoBuiltinExit [/Users/kentcdodds/n/bin/node]
13: 0x10382d165 Builtins_StringAdd_CheckNone [/Users/kentcdodds/n/bin/node]
14: 0x1098dddf4
fatal error: all goroutines are asleep - deadlock!
goroutine 1 [semacquire]:
sync.runtime_Semacquire(0x0)
runtime/sema.go:56 +0x25
sync.(*WaitGroup).Wait(0xc00000e010)
sync/waitgroup.go:130 +0x71
main.runService(0x1)
github.com/evanw/esbuild/cmd/esbuild/service.go:138 +0x4cb
main.main()
github.com/evanw/esbuild/cmd/esbuild/main.go:200 +0x1eb
goroutine 4 [chan receive]:
main.runService.func1()
github.com/evanw/esbuild/cmd/esbuild/service.go:66 +0x4b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:64 +0x212
goroutine 5 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc003ceae70})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.runService.func2()
github.com/evanw/esbuild/cmd/esbuild/service.go:92 +0x39
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:89 +0x313
goroutine 6 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc0000fc380)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc000090420, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x0, 0xc000092000)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc000198580, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 33 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc00027c380)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc0002421e0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x1, 0xc000208030)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc000204000, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 7 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc000582380)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc0002aa1e0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x2, 0xc00028c000)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc000198b00, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 8 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc00069a380)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc0003481e0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x3, 0xc000322000)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc000199080, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1544 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc00217db30})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc00009b8c0, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc00009b8c0, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc000242180, 0x1, 0x14f6858}, {0x14f6858, 0xc00027c000}, {0x14fc690, 0xc000232080}, 0xc000242300, {0x4, 0xc00022a0e0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000232080}, {0x4, 0xc00022a0e0, 0xc000228180, 0xc000228198, 0xc000224060}, {0x14f6858, 0xc00027c000}, 0xc0002421e0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 9 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc0004e4000)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc000116480, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x4, 0xc000011aa0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc000199600, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2570 [chan send]:
github.com/evanw/esbuild/internal/bundler.ScanBundle.func2()
github.com/evanw/esbuild/internal/bundler/bundler.go:1023 +0x265
created by github.com/evanw/esbuild/internal/bundler.ScanBundle
github.com/evanw/esbuild/internal/bundler/bundler.go:1021 +0x785
goroutine 1564 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc001123230})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc001c16ab0, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc001c16ab0, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc0000903c0, 0x1, 0x14f6858}, {0x14f6858, 0xc0000fc000}, {0x14fc690, 0xc0000a61c0}, 0xc000090540, {0x4, 0xc00009f8f0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc0000a61c0}, {0x4, 0xc00009f8f0, 0xc00009c198, 0xc00009c1b0, 0xc00008e1e0}, {0x14f6858, 0xc0000fc000}, 0xc000090420, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 2259 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc003517500)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc0016a8540, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0
, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x146, 0xc00354f650)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc002961b80, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2578 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc003ca2a50})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.2({{0xc0010a1b90, 0x82}, {0x0, 0x0}, {0x0, 0x0}, {0xc0034b8b40, 0x40}, 0x0, {0x0, ...}})
github.com/evanw/esbuild/cmd/esbuild/service.go:687 +0x5f4
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnResolve.func1({{0xc0010a1b90, 0x82}, {{0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, 0x0}, {0xc0034b8b40, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:1462 +0x216
github.com/evanw/esbuild/internal/bundler.runOnResolvePlugins({0xc0008ee480, 0x1, 0x1}, {0x14f6858, 0xc0011ba380}, {0x4, 0xc00009ff80, 0xc0028ff848, 0xc0028ff860, 0xc000379b00}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:688 +0x975
github.com/evanw/esbuild/internal/bundler.(*scanner).addEntryPoints.func1(0x0, {{0xc0010a1b90, 0x82}, {0x0, 0x0}, 0x0})
github.com/evanw/esbuild/internal/bundler/bundler.go:1347 +0x205
created by github.com/evanw/esbuild/internal/bundler.(*scanner).addEntryPoints
github.com/evanw/esbuild/internal/bundler/bundler.go:1340 +0x162b
goroutine 1545 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc00217db90})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc00009b9e0, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763
+0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc00009b9e0, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc0002aa180, 0x1, 0x14f6858}, {0x14f6858, 0xc000582000}, {0x14fc690, 0xc0002a2080}, 0xc0002aa300, {0x4, 0xc00029a0e0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc0002a2080}, {0x4, 0xc00029a0e0, 0xc000298180, 0xc000298198, 0xc000294060}, {0x14f6858, 0xc000582000}, 0xc0002aa1e0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 37 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc000582a80)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc0002aa660, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x5, 0xc00028dd40)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc000204580, 0xc0002117d0, 0x133e323})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 38 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc00027ca80)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc0002aaa80, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x6, 0xc00060c030)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc000204b00
, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2588 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc003cea9c0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.2({{0xc003cd4120, 0x82}, {0x0, 0x0}, {0x0, 0x0}, {0xc0034b8f80, 0x40}, 0x0, {0x0, ...}})
github.com/evanw/esbuild/cmd/esbuild/service.go:687 +0x5f4
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnResolve.func1({{0xc003cd4120, 0x82}, {{0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, 0x0}, {0xc0034b8f80, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:1462 +0x216
github.com/evanw/esbuild/internal/bundler.runOnResolvePlugins({0xc0008ee8a0, 0x1, 0x1}, {0x14f6858, 0xc0011baa80}, {0x4, 0xc003ce00e0, 0xc0028ffbd8, 0xc0028ffbf0, 0xc000379c20}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:688 +0x975
github.com/evanw/esbuild/internal/bundler.(*scanner).addEntryPoints.func1(0x0, {{0xc003cd4120, 0x82}, {0x0, 0x0}, 0x0})
github.com/evanw/esbuild/internal/bundler/bundler.go:1347 +0x205
created by github.com/evanw/esbuild/internal/bundler.(*scanner).addEntryPoints
github.com/evanw/esbuild/internal/bundler/bundler.go:1340 +0x162b
goroutine 1565 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc001123290})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc001c16bd0, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc001c16bd0, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc0002aa600, 0x1, 0x14f6858}, {0x14f6858, 0xc000582700}, {0x14fc690, 0xc0002a21c0}, 0xc0002aa780, {0x4, 0xc00029a230, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc0002a21c0}, {0x4, 0xc00029a230, 0xc000298480, 0xc000298498, 0xc000294120}, {0x14f6858, 0xc000582700}, 0xc0002aa660, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 39 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc000896700)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc000a00420, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x7, 0xc0001b3680)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc000205080, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 40 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc00010c380)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc000552240, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x8, 0xc00060c090)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc000205600, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1567 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc00217dbf0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc001c16e10, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc001c16e10, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc000116420, 0x1, 0x14f6858}, {0x14f6858, 0xc00010d500}, {0x14fc690, 0xc000118340}, 0xc000348300, {0x4, 0xc000168a10, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000118340}, {0x4, 0xc000168a10, 0xc00000c378, 0xc00000c390, 0xc0001321c0}, {0x14f6858, 0xc00010d500}, 0xc000116480, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 1546 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc001eeb050})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc00009bb00, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc00009bb00, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc000348180, 0x1, 0x14f6858}, {0x14f6858, 0xc00069a000}, {0x14fc690, 0xc000338080}, 0xc0003480c0, {0x4, 0xc0003300e0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000338080}, {0x4, 0xc0003300e0, 0xc00032e180, 0xc00032e198, 0xc00032a060}, {0x14f6858, 0xc00069a000}, 0xc0003481e0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 14 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc00069ae00)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc000116600, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x9, 0xc000988000)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc000800000, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 41 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc0006f4380)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc000552a80, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0xa, 0xc0005bef60)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc000205b80, 0xc0001f4fd0, 0x133e323})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2431 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc0034c8bd0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc0010a17a0, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc0010a17a0, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc001633860, 0x1, 0x14f6858}, {0x14f6858, 0xc00177b880}, {0x14fc690, 0xc001e92a40}, 0xc0016339e0, {0x4, 0xc00075c930, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc001e92a40}, {0x4, 0xc00075c930, 0xc002a4cdc8, 0xc002a4cde0, 0xc0003cee20}, {0x14f6858, 0xc00177b880}, 0xc0016338c0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 2463 [semacquire]:
sync.runtime_Semacquire(0x0)
runtime/sema.go:56 +0x25
sync.(*WaitGroup).Wait(0xc000edb740)
sync/waitgroup.go:130 +0x71
github.com/evanw/esbuild/internal/bundler.(*scanner).addEntryPoints(0xc003b0c700, {0xc003b0bdd0, 0x1, 0x0})
github.com/evanw/esbuild/internal/bundler/bundler.go:1381 +0xbe5
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc0036eaf60, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1035 +0x7b7
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x15f, 0xc003a47530)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc003653080, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 113 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc0000fca80)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc0008904e0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0xb, 0xc000a06180)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc000198580, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1501 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc0011232c0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc000297320, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc000297320, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc0005521e0, 0x1, 0x0}, {0x14f6858, 0xc00010c000}
, {0x14fc690, 0xc000576040}, 0x0, {0x4, 0xc000560070, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000576040}, {0x4, 0xc000560070, 0xc00051c0f0, 0xc00051c108, 0xc00056c000}, {0x14f6858, 0xc00010c000}, 0xc000552240, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 114 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc000583180)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc0008902a0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0xc, 0xc000010930)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc000198b00, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 115 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc00010ca80)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({
_, _, _, _, _}, {_, _}, {_, _}, 0xc00049d560, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0xd, 0xc00028c330)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc000199080, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2454 [semacquire]:
sync.runtime_Semacquire(0x0)
runtime/sema.go:56 +0x25
sync.(*WaitGroup).Wait(0xc001b22fc0)
sync/waitgroup.go:130 +0x71
github.com/evanw/esbuild/internal/bundler.(*scanner).addEntryPoints(0xc002ae9c00, {0xc003770630, 0x1, 0x0})
github.com/evanw/esbuild/internal/bundler/bundler.go:1381 +0xbe5
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc003700960, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1035 +0x7b7
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0,
0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x15e, 0xc00371ab40)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc003652b00, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 104 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc00069b180)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc0003487e0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0,
{0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0xe, 0xc0005bf290)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc000204000, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1547 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc00217dc50})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc00009bc20, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc00009bc20, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc0002aaa20, 0x1, 0x14f6858}, {0x14f6858, 0xc00027c700}, {0x14fc690, 0xc0002a22c0}, 0xc000a00300, {
0x4, 0xc00029a310, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc0002a22c0}, {0x4, 0xc00029a310, 0xc0002986c0, 0xc0002986d8, 0xc0002941a0}, {0x14f6858, 0xc00027c700}, 0xc0002aaa80, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 161 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc000896a80)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc00066ecc0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0
, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0xf, 0xc000521230)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc000800580, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2448 [chan send]:
github.com/evanw/esbuild/internal/bundler.ScanBundle.func2()
github.com/evanw/esbuild/internal/bundler/bundler.go:1023 +0x265
created by github.com/evanw/esbuild/internal/bundler.ScanBundle
github.com/evanw/esbuild/internal/bundler/bundler.go:1021 +0x785
goroutine 162 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc00010d880)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc0005382a0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl
({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x10, 0xc00072b740)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc000800b00, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1548 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc001eeb0e0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc00009bd40, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{
{0xc00009bd40, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc000116360, 0x1, 0x0}, {0x14f6858, 0xc00069aa80}, {0x14fc690, 0xc0002a2100}, 0x0, {0x4, 0xc000168070, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc0002a2100}, {0x4, 0xc000168070, 0xc000298258, 0xc000298270, 0xc00008e080}, {0x14f6858, 0xc00069aa80}, 0xc000116600, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 2590 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc003ceab10})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc003cd42d0, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc003cd42d0, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins
({0xc000a456e0, 0x1, 0x14f6858}, {0x14f6858, 0xc001f65880}, {0x14fc690, 0xc000fbd980}, 0xc000deeba0, {0x4, 0xc000e05d50, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000fbd980}, {0x4, 0xc000e05d50, 0xc001008c30, 0xc001008c48, 0xc0010a9b80}, {0x14f6858, 0xc001f65880}, 0xc000dee0c0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 1502 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc001eeb0b0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc000297440, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc000297440, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc000552a20, 0x1, 0x14f6858}, {0x14f6858, 0xc0006f4000}, {0x14fc690, 0xc000338800}, 0xc000243f20, {0x4, 0xc00029a3f0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000338800}, {0x4, 0xc00029a3f0, 0xc0006183a8, 0xc0006183c0, 0xc000494440}, {0x14f6858, 0xc0006f4000}, 0xc000552a80, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 178 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc00010dc00)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc0004ae600, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x11, 0xc0002ba000
)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc000204580, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1892 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc001ba2660})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc000fb9710, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc000fb9710, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc000def440
, 0x1, 0x14f6858}, {0x14f6858, 0xc001c2ee00}, {0x14fc690, 0xc0003773c0}, 0xc000d09500, {0x4, 0xc00088d110, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc0003773c0}, {0x4, 0xc00088d110, 0xc000229650, 0xc000229668, 0xc0008884a0}, {0x14f6858, 0xc001c2ee00}, 0xc000def4a0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 179 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc00069b880)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc00049d7a0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +
[rundev] App Server restarted
0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x12, 0xc00035e2d0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc000204b00, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 180 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc000583880)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc000a55020, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x13, 0xc0008acc00)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc000205080, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2413 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc00391e4b0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc00184ad80, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc00184ad80, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc002c07b60, 0x1, 0x14f6858}, {0x14f6858, 0xc000935880}, {0x14fc690, 0xc001e93440}, 0xc002c07ce0, {0x4, 0xc00075d3b0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc001e93440}
, {0x4, 0xc00075d3b0, 0xc001514fc0, 0xc001514fd8, 0xc0003cf4c0}, {0x14f6858, 0xc000935880}, 0xc002c07bc0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 1550 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc0011233e0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc001b4c480, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc001b4c480, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc00049d500, 0x1, 0x14f6858}, {0x14f6858, 0xc00010c700}, {0x14fc690, 0xc0004ed440}, 0xc0004ae720, {0x4, 0xc0007b61c0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc0004ed440}, {0x4, 0xc0007b61c0, 0xc000a041f8, 0xc000a04210, 0xc000790120}, {0x14f6858, 0xc00010c700}, 0xc00049d560, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 1568 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc001eeb170})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc001c16f30, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1(
{{{0xc001c16f30, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc000890240, 0x1, 0x0}, {0x14f6858, 0xc000582e00}, {0x14fc690, 0xc0007ca000}, 0x0, {0x4, 0xc0006241c0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc0007ca000}, {0x4, 0xc0006241c0, 0xc00088a1b0, 0xc00088a1c8, 0xc000616100}, {0x14f6858, 0xc000582e00}, 0xc0008902a0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 1504 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc001eeb1d0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163
+0xda
main.(*serviceType).convertPlugins.func2.3({{0xc000297680, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc000297680, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc000a003c0, 0x1, 0x14f6858}, {0x14f6858, 0xc0004e4700}, {0x14fc690, 0xc0003e6080}, 0xc0007943c0, {0x4, 0xc000168b60, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc0003e6080}, {0x4, 0xc000168b60, 0xc00000c630, 0xc00000c648, 0xc000132260}, {0x14f6858, 0xc0004e4700}, 0xc000a00420, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 2537 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc00391e900})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc00184b440, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc00184b440, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc0015c5980, 0x1, 0x14f6858}, {0x14f6858, 0xc00358a700}, {0x14fc690, 0xc0003e9bc0}, 0xc0015c5b00, {0x4, 0xc0003008c0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc0003e9bc0}, {0x4, 0xc0003008c0,
0xc001ef4948, 0xc001ef4960, 0xc00112cfa0}, {0x14f6858, 0xc00358a700}, 0xc0015c59e0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 1503 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc001eeb140})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc000297560, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc000297560, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc000890480, 0x1, 0x14f6858}, {0x14f6858, 0xc0000fc700}, {0x14fc690, 0xc0007be280}, 0xc000890120, {0x4, 0xc0005601c0, ...}
, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc0007be280}, {0x4, 0xc0005601c0, 0xc0007b42d0, 0xc0007b42e8, 0xc00056c0c0}, {0x14f6858, 0xc0000fc700}, 0xc0008904e0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 56 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc000448700)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc0004ae540, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x14, 0xc000a327b0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc000800000, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1566 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc001123320})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc001c16cf0, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go
:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc001c16cf0, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc000348780, 0x1, 0x14f6858}, {0x14f6858, 0xc000896000}, {0x14fc690, 0xc0005761c0}, 0xc000348ba0, {0x4, 0xc00091c1c0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc0005761c0}, {0x4, 0xc00091c1c0, 0xc00000c8b8, 0xc00000c8d0, 0xc000812100}, {0x14f6858, 0xc000896000}, 0xc0003487e0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 244 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc000448a80)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc00076f2c0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest
(0xc000100190, 0x15, 0xc00038da10)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc0009f2000, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 165 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc0004e4e00)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc0009faa20, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x16, 0xc000991b30)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc000c10000, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 166 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc00027d180)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_,
_}, 0xc000445680, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x17, 0xc000a32390)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc000c10580, 0xc0008e07d0, 0x133e323})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 57
[chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc000897180)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc000b902a0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x18, 0xc0000e4e10)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +
0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc000800580, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2057 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc00257e780})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc00152fcb0, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc00152fcb0, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc0010a5aa0, 0x1, 0x14f6858}, {0x14f6858, 0xc0000f8e00},
{0x14fc690, 0xc0003e9a00}, 0xc0010a5c20, {0x4, 0xc000e053b0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc0003e9a00}, {0x4, 0xc000e053b0, 0xc0006b5d10, 0xc0006b5d28, 0xc000ed8e80}, {0x14f6858, 0xc0000f8e00}, 0xc0010a5b00, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 1549 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc001eeb230})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc00009be60, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc00009be60, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc00066ec60, 0x1, 0xc002327d68}, {0x14f6858, 0xc000896380}, {0x14fc690, 0xc000a13a40}, 0x0, {0x4, 0xc000560150, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000a13a40}, {0x4, 0xc000560150, 0xc00000ce58, 0xc00000ce70, 0xc00032ab00}, {0x14f6858, 0xc000896380}, 0xc00066ecc0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 1466 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc0016bca80)
github.com/evanw/esbuild/internal/bundler/bundler.go
:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc0012451a0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x122, 0xc0016a5440)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc0018fc000, 0x1, 0x1})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2083 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc001dab500)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc001733e00, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl
({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x136, 0xc0027c8270)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc001ccab00, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2414 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc00391e510})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc00184aea0, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc00184aea0, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc002aa9200, 0x1, 0x14f6858}, {0x14f6858, 0xc0023fe000}, {0x14fc690, 0xc000ccdf40}, 0xc002aa9380, {0x4, 0xc00022b8f0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000ccdf40}, {0x4, 0xc00022b8f0, 0xc000eb37d0, 0xc000eb37e8, 0xc00032af80}, {0x14f6858, 0xc0023fe000}, 0xc002aa9260, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 1601 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc00217dcb0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +
0xda
main.(*serviceType).convertPlugins.func2.3({{0xc0002977a0, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc0002977a0, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc0004ae4e0, 0x1, 0x14f6858}, {0x14f6858, 0xc000448380}, {0x14fc690, 0xc00035ce00}, 0xc000822240, {0x4, 0xc0008305b0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc00035ce00}, {0x4, 0xc0008305b0, 0xc000229608, 0xc000229620, 0xc000225380}, {0x14f6858, 0xc000448380}, 0xc0004ae540, ...}
)
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 2261 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc002c8a390})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc0027a4ab0, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc0027a4ab0, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc002aa84e0, 0x1, 0x14f6858}, {0x14f6858, 0xc0029f3500}, {0x14fc690, 0xc001b226c0}, 0xc002aa8660, {0x4, 0xc000561ea0, ...}, ...
)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc001b226c0}, {0x4, 0xc000561ea0, 0xc002990f18, 0xc002990f30, 0xc000378da0}, {0x14f6858, 0xc0029f3500}, 0xc002aa8540, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 2421 [semacquire]:
sync.runtime_Semacquire(0x0)
runtime/sema.go:56 +0x25
sync.(*WaitGroup).Wait(0xc000edb280)
sync/waitgroup.go:130 +0x71
github.com/evanw/esbuild/internal/bundler.(*scanner).addEntryPoints(0xc003466a80, {0xc0036b8330, 0x1, 0x0})
github.com/evanw/esbuild/internal/bundler/bundler.go:1381 +0xbe5
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _
}, 0xc001d7f680, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1035 +0x7b7
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x15a, 0xc003464840)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc003481b80, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123
+0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1633 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc00217de60})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc001b4c7e0, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc001b4c7e0, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc000a54fc0, 0x1, 0x14f6858}, {0x14f6858, 0xc000583500}, {0x14fc690, 0xc0003b3440}
, 0xc000860d80, {0x4, 0xc0008620e0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc0003b3440}, {0x4, 0xc0008620e0, 0xc0001fae10, 0xc0001fae28, 0xc0006169c0}, {0x14f6858, 0xc000583500}, 0xc000a55020, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 1617 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc00217dce0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc001c17050, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc001c17050, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc00049d740, 0x1, 0x14f6858}, {0x14f6858, 0xc00069a700}, {0x14fc690, 0xc000881540}, 0xc00061e240, {0x4, 0xc00009e1c0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000881540}, {0x4, 0xc00009e1c0, 0xc000a2a2e8, 0xc000a2a300, 0xc00056c720}, {0x14f6858, 0xc00069a700}, 0xc00049d7a0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 2549 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc00391e6f0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc002bddb90, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc002bddb90, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc00031d680, 0x1, 0x14f6858}, {0x14f6858, 0xc001daa380}, {0x14fc690, 0xc0006aea00}, 0xc001fdcc60, {0x4, 0xc00065d3b0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc0006aea00}, {0x4, 0xc00065d3b0, 0xc000646138, 0xc000646180, 0xc000a7b200}, {0x14f6858, 0xc001daa380}, 0xc00031d6e0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 1419 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc002c0a510})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc0000297a0, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc0000297a0, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc000538240, 0x1, 0x14f6858}, {0x14f6858, 0xc00010d180}, {0x14fc690, 0xc000c80780}, 0xc000538420, {0x4, 0xc00088c1c0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000c80780}, {0x4, 0xc00088c1c0, 0xc000a04468, 0xc000a044c8, 0xc00032aee0}, {0x14f6858, 0xc00010d180}, 0xc0005382a0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 1670 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc0023fea80)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc002aa9bc0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x123, 0xc0023fd6e0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc0006eb080,
0x1, 0x1})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1602 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc00217dd40})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc0002978c0, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc0002978c0, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc0004ae5a0, 0x1, 0x14f6858}, {0x14f6858, 0xc00069b500}, {0x14fc690, 0xc000b8a980}, 0xc0006fc780, {0x4, 0xc0003303f0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile(
{{0x14fc690, 0xc000b8a980}, {0x4, 0xc0003303f0, 0xc00081e4f8, 0xc00081e510, 0xc00063ca80}, {0x14f6858, 0xc00069b500}, 0xc0004ae600, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 148 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc0006f4a80)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc0002d22a0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0,
{0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x19, 0xc000e10f30)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc000800000, 0x1, 0x1})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 149 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc0000fd500)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc0003864e0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0,
0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x1a, 0xc000263230)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc000800b00, 0xc0001f07d0, 0x133e323})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 150 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc0004e5500)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc0003862a0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0,
{0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x1b, 0xc0002620f0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc000801080, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 151 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc000449180)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}
, {_, _}, {_, _}, 0xc000b90780, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x1c, 0xc000b2ef30)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0
, {0xc000801600, 0xc0001f4fd0, 0x133e323})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 152 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc000e82a80)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc000cbe3c0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0,
0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x1d, 0xc000e1f4a0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc000801b80, 0xc0001f27d0, 0x133e323})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 153 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc000e82380)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc00096ef60, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0,
{0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x1e, 0xc000ba2180)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc000802100, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1181 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc001c70e00)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +
0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc001c07bc0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0xdb, 0xc001c7b710)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc001b0b600
, 0xc0024c77d0, 0x133e323})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1551 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc00217ddd0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc001b4c5a0, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc001b4c5a0, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc0009fa9c0, 0x1, 0x14f6858}, {0x14f6858, 0xc0004e4a80}, {0x14fc690, 0xc000e86040}, 0xc0004afe60, {0x4, 0xc000560460, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000e86040}, {0x4, 0xc000560460, 0xc0007ccbe8, 0xc0007ccc00, 0xc00056cce0}, {0x14f6858, 0xc0004e4a80}, 0xc0009faa20, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 1552 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc00287e540})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc001b4c6c0, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763
+0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc001b4c6c0, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc00076f260, 0x1, 0x0}, {0x14f6858, 0xc000448000}, {0x14fc690, 0xc000c80940}, 0x0, {0x4, 0xc000e04310, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000c80940}, {0x4, 0xc000e04310, 0xc000229350, 0xc0002293e0, 0xc000812a40}, {0x14f6858, 0xc000448000}, 0xc00076f2c0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 154 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc0006f5180)
github.com/evanw/esbuild/internal/bundler/bundler.go:
1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc000e28360, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x1f,
0xc000c1a840)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc000802680, 0xc0001f67d0, 0x133e323})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 109 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc000449500)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc000c194a0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x20, 0xc00035fd70)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc000c10580, 0xc000057fd0, 0x133e323})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 110 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc000449c00)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_,
_}, {_, _}, 0xc000ec43c0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x21, 0xc00045e060)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc000c10b00, 0x1, 0x1})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 27 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc0000fce00)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc000386780, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build
(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x22, 0xc000e0aa20)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc000c10000, 0x1, 0x1})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 28 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc00027d880)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc0002d24e0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}
, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x23, 0xc000d36600)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc000c11080, 0xc0001f27d0, 0x133e323})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2275 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc002ae8e00)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc003700120
, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x148, 0xc00334ad50)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc0018fd600, 0x1, 0x1})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122
+0x4e5
goroutine 1606 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc0023fd050})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc000297a70, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc000297a70, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc000b90720, 0x1, 0x14f6858}, {0x14f6858, 0xc000448e00}, {0x14fc690, 0xc000918100}, 0xc000a78840, {0x4, 0xc0007b6690, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000918100}, {0x4, 0xc0007b6690, 0xc00088b2d8, 0xc00088b2f0, 0xc000791ce0
}, {0x14f6858, 0xc000448e00}, 0xc000b90780, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 2262 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc002c8a420})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc0027a4bd0, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc0027a4bd0, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc001d7fe00, 0x1, 0x14f6858}, {0x14f6858, 0xc0029f2700}, {0x14fc690, 0xc001b22440}, 0xc001d7ff80, {0x4, 0xc000561c00, ...}
, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc001b22440}, {0x4, 0xc000561c00, 0xc002990918, 0xc002990930, 0xc000378c20}, {0x14f6858, 0xc0029f2700}, 0xc001d7fe60, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 1596 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc0012fd590})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc00037aa20, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc00037aa20, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +
0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc000b90240, 0x1, 0x14f6858}, {0x14f6858, 0xc000583c00}, {0x14fc690, 0xc000918040}, 0xc000861320, {0x4, 0xc0007b62a0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000918040}, {0x4, 0xc0007b62a0, 0xc00088aab0, 0xc00088aac8, 0xc000791be0}, {0x14f6858, 0xc000583c00}, 0xc000b902a0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 248 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc0000fdc00)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc00096f3e0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x24, 0xc000ec6570)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc000800580, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1609 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc00217dec0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc000297dd0, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc000297dd0, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc000386240, 0x1, 0x14f6858}, {0x14f6858, 0xc0004e4380}, {0x14fc690, 0xc00086ca80}, 0xc000839320, {0x4, 0xc0003004d0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc00086ca80}, {0x4, 0xc0003004d0, 0xc00056e8a0, 0xc00056e8b8, 0xc0003ef9a0},
{0x14f6858, 0xc0004e4380}, 0xc0003862a0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 2164 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc001f65500)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc00219bf20, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0,
{0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x139, 0xc002993ec0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc002178c00, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1607 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc0023fd0b0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc000297b90, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({
{{0xc000297b90, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc000386720, 0x1, 0x14f6858}, {0x14f6858, 0xc00069bc00}, {0x14fc690, 0xc00086cc40}, 0xc0002d2600, {0x4, 0xc000560700, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc00086cc40}, {0x4, 0xc000560700, 0xc000574660, 0xc000574678, 0xc000a7a0a0}, {0x14f6858, 0xc00069bc00}, 0xc000386780, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 2058 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc00257e7e0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc00152fdd0, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc00152fdd0, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc0010a5e00, 0x1, 0x14f6858}, {0x14f6858, 0xc0000f9500}, {0x14fc690, 0xc0003e9b40}, 0xc0010a5f80, {0x4, 0xc000e05500, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc0003e9b40}, {0x4, 0xc000e05500, 0xc001eca1c8, 0xc001eca1e0, 0xc000ed8f60}, {0x14f6858, 0xc0000f9500}, 0xc0010a5e60, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139
+0x7e5
goroutine 1465 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc0023fd140})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc00152e630, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc00152e630, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc000445620, 0x1, 0x0}, {0x14f6858, 0xc00027ce00}, {0x14fc690, 0xc0004a1a00}, 0x0, {0x4, 0xc00075c150, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc0004a1a00}, {0x4, 0xc00075c150
, 0xc0004966a8, 0xc000496708, 0xc00008ee40}, {0x14f6858, 0xc00027ce00}, 0xc000445680, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 2575 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc003bd2ae0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc002957d40, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc002957d40, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc001dfdce0, 0x1, 0x14f6858}, {0x14f6858, 0xc003516380}, {0x14fc690, 0xc001e93bc0}, 0xc000d08c00, {
0x4, 0xc00075db90, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc001e93bc0}, {0x4, 0xc00075db90, 0xc000496db0, 0xc000496dc8, 0xc0003cfb80}, {0x14f6858, 0xc003516380}, 0xc001dfdd40, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 1608 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc0023fd110})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc000297cb0, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc000297cb0, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc0002d2240, 0x1
, 0x14f6858}, {0x14f6858, 0xc0006f4700}, {0x14fc690, 0xc0008649c0}, 0xc000e284e0, {0x4, 0xc00009e460, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc0008649c0}, {0x4, 0xc00009e460, 0xc000496be8, 0xc000496c48, 0xc000617320}, {0x14f6858, 0xc0006f4700}, 0xc0002d22a0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 1320 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc000bb1c00)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc001d7f7a0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0
, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0xf0, 0xc0029948d0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc0028d3600, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2170 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc0008e9c00)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc0010c5020, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x13b, 0xc002bbe630)
github.com/evanw/esbuild/cmd/esbuild/service.go:459
+0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc002179700, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1610 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc0023fd1d0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc000297ef0, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc000297ef0, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc000386480, 0x1, 0x14f6858}, {0x14f6858, 0xc0000fd180}, {0x14fc690, 0xc00086cb40}, 0xc0002d29c0, {0x4, 0xc000300620, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc00086cb40}, {0x4, 0xc000300620, 0xc00056eb28, 0xc00056eb40, 0xc0003efa40}, {0x14f6858, 0xc0000fd180}, 0xc0003864e0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 1611 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc0023fd230})
github.com/evanw/esbuild/cmd/esbuild/service.go:
163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc00032d560, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc00032d560, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc000e28300, 0x1, 0x14f6858}, {0x14f6858, 0xc0006f4e00}, {0x14fc690, 0xc000c93640}, 0xc000e28780, {0x4, 0xc000624460, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000c93640}, {0x4, 0xc000624460, 0xc000c2b1e8, 0xc000c2b200, 0xc000617360}, {0x14f6858, 0xc0006f4e00}, 0xc000e28360, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 1635 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc00287e7e0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc001b4ca20, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc001b4ca20, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc000c19440, 0x1, 0x14f6858}, {0x14f6858, 0xc0006f5500}, {0x14fc690, 0xc000376e00}, 0xc000ec4540, {0x4, 0xc0007b6700, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000376e00}, {0x4, 0xc0007b6700, 0xc0007cc2e8, 0xc0007cc300, 0xc000378300}, {0x14f6858, 0xc0006f5500},
0xc000c194a0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 2281 [chan send]:
github.com/evanw/esbuild/internal/bundler.ScanBundle.func2()
github.com/evanw/esbuild/internal/bundler/bundler.go:1023 +0x265
created by github.com/evanw/esbuild/internal/bundler.ScanBundle
github.com/evanw/esbuild/internal/bundler/bundler.go:1021 +0x785
goroutine 1634 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc00287e750})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc001b4c900, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc001b4c900, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc00096ee40, 0x1, 0x14f6858}, {
0x14f6858, 0xc000e82000}, {0x14fc690, 0xc000eda200}, 0xc000538720, {0x4, 0xc00009e5b0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000eda200}, {0x4, 0xc00009e5b0, 0xc000eb2240, 0xc000eb2258, 0xc0007d0b20}, {0x14f6858, 0xc000e82000}, 0xc00096ef60, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 1414 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc00177b500)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc002c06060, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0
, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x102, 0xc00295e840)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc002a2f080, 0xc002323fd0, 0x133e323})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1613 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc0023fd2c0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc00032d7a0, 0x82}, {
0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc00032d7a0, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc0002d2480, 0x1, 0x14f6858}, {0x14f6858, 0xc00027d500}, {0x14fc690, 0xc000e16940}, 0xc000ec4780, {0x4, 0xc000e041c0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000e16940}, {0x4, 0xc000e041c0, 0xc000dd8978, 0xc000dd8990, 0xc0001d6280}, {0x14f6858, 0xc00027d500}, 0xc0002d24e0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 1636 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc00217df50})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc001b4cb40, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc001b4cb40, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc000cbe360, 0x1, 0x14f6858}, {0x14f6858, 0xc000e82700}, {0x14fc690, 0xc000e12e00}, 0xc0000da5a0, {0x4, 0xc000300690, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000e12e00}, {0x4, 0xc000300690, 0xc0010081e0, 0xc0010081f8, 0xc000812340}, {0x14f6858, 0xc000e82700}, 0xc000cbe3c0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 2378 [chan send]:
github.com/evanw/esbuild/internal/bundler.ScanBundle.func2()
github.com/evanw/esbuild/internal/bundler/bundler.go:1023 +0x265
created by github.com/evanw/esbuild/internal/bundler.ScanBundle
github.com/evanw/esbuild/internal/bundler/bundler.go:1021 +0x785
goroutine 1638 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc0016bc380)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc002c07f20, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x121, 0xc00162f6e0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc002178680, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1637 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc00287f3b0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc001b4cc60, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc001b4cc60, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc000ec4360, 0x1, 0x14f6858}, {0x14f6858, 0xc000449880}, {0x14fc690, 0xc0001ef8c0}, 0xc000e288a0, {0x4, 0xc000830690, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc0001ef8c0}, {
0x4, 0xc000830690, 0xc00088ac30, 0xc00088ae58, 0xc0002242e0}, {0x14f6858, 0xc000449880}, 0xc000ec43c0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 997 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc0000f9880)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc0010a5e60, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}
)
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0xcd, 0xc0002e5dd0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc0012a0580, 0x1, 0x1})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2372 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc003673470})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.2({{0xc003534b40, 0x82}, {0x0, 0x0}, {0x0, 0x0}, {0xc0024ed080, 0x40}, 0x0, {0x0, ...}})
github.com/evanw/esbuild/cmd/esbuild/service.go:687 +0x5f4
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnResolve.func1({{0xc003534b40, 0x82}, {{0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}
, 0x0}, {0xc0024ed080, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:1462 +0x216
github.com/evanw/esbuild/internal/bundler.runOnResolvePlugins({0xc0016a9b00, 0x1, 0x1}, {0x14f6858, 0xc003517880}, {0x4, 0xc00075df80, 0xc00229f830, 0xc00229f848, 0xc0003cff20}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:688 +0x975
github.com/evanw/esbuild/internal/bundler.(*scanner).addEntryPoints.func1(0x0, {{0xc003534b40, 0x82}, {0x0, 0x0}, 0x0})
github.com/evanw/esbuild/internal/bundler/bundler.go:1347 +0x205
created by github.com/evanw/esbuild/internal/bundler.(*scanner).addEntryPoints
github.com/evanw/esbuild/internal/bundler/bundler.go:1340 +0x162b
goroutine 1614 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc0023fd320})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc00032d8c0, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc00032d8c0, 0x82}, {0x1453f6a, 0x4}, {0x0,
0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc00096f140, 0x1, 0x14f6858}, {0x14f6858, 0xc0000fd880}, {0x14fc690, 0xc000918400}, 0xc000b905a0, {0x4, 0xc0005604d0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000918400}, {0x4, 0xc0005604d0, 0xc000c0e7f8, 0xc000c0e810, 0xc000de2100}, {0x14f6858, 0xc0000fd880}, 0xc00096f3e0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 192 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc000897500)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc000e29020,
...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x25, 0xc000e0a780)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc000c10000, 0x0, 0xc00046a908})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 289 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc0004e5880)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc00076fe00, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x26, 0xc000b3bb60)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0xc000a78f00,
{0xc000c10b00, 0xc000a2e690, 0x6})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2075 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc002c8a0c0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc0027a43f0, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc0027a43f0, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc0016a8ba0, 0x1, 0x14f6858}, {0x14f6858, 0xc0022fc700}, {0x14fc690, 0xc000e17a00}, 0xc0016a8d20, {0x4, 0xc00022b6c0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000e17a00},
{0x4, 0xc00022b6c0, 0xc000e27410, 0xc000e27428, 0xc000224b00}, {0x14f6858, 0xc0022fc700}, 0xc0016a8c00, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 1612 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc00217df80})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc00032d680, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc00032d680, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc000e28fc0, 0x1, 0x14f6858}, {0x14f6858, 0xc000896e00}, {0x14fc690, 0xc000b23d00
}, 0xc00049d5c0, {0x4, 0xc00029a8c0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000b23d00}, {0x4, 0xc00029a8c0, 0xc000575740, 0xc000575758, 0xc00026fda0}, {0x14f6858, 0xc000896e00}, 0xc000e29020, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 290 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc000897c00)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc000e294a0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x27, 0xc0001127e0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0xc000d38978, {0xc000c11080, 0xc00046bb28, 0x1260408})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1322 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc002a2a380)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _},
0xc00286c660, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0xf2, 0xc00287e030)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc0028d4100, 0x1, 0x1})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +
0x4e5
goroutine 2123 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc0008e9500)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc00238bda0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190
, 0x137, 0xc00257e810)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc001ccb080, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1615 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc00217dfb0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc00032d9e0, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc00032d9e0, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc00076fda0, 0x1, 0x14f6858},
{0x14f6858, 0xc0004e5180}, {0x14fc690, 0xc0001efa40}, 0xc000e29140, {0x4, 0xc00088c4d0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc0001efa40}, {0x4, 0xc00088c4d0, 0xc00056f650, 0xc00056f668, 0xc000ed8320}, {0x14f6858, 0xc0004e5180}, 0xc00076fe00, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 291 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc0006f5880)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc000b96720, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0
, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x28, 0xc000c1a1e0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x2, {0xc000c11600, 0xc000d7087a, 0xc000d70879})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1639 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc001a06090}
)
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc001b4cd80, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc001b4cd80, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc000e29440, 0x1, 0x14f6858}, {0x14f6858, 0xc000897880}, {0x14fc690, 0xc000b23e40}, 0xc000e295c0, {0x4, 0xc00029abd0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000b23e40}, {0x4, 0xc00029abd0, 0xc000a048b8, 0xc000a048e8, 0xc00026fe60}, {0x14f6858, 0xc000897880}, 0xc000e294a0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +
0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 292 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc000800000)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc000e298c0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:
344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x29, 0xc001064030)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x14ee720, {0xc000c11b80, 0x0, 0x125de80})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1616 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc0023fd410})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc00032db00, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc00032db00, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc000b96180, 0x1, 0x14f6858}, {0x14f6858, 0xc0004e5c00}, {0x14fc690, 0xc0001efb80}, 0xc000b96c00, {0x4, 0xc00088c770, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc0001efb80}, {0x4, 0xc00088c770, 0xc00056fae8, 0xc00056fb00, 0xc000ed8400}, {0x14f6858, 0xc0004e5c00}, 0xc000b96720, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 293 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc000fb2380)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc000c195c0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x2a, 0xc0004cba40)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0xc0010172c0, {0xc000c12100, 0xc00046cff8, 0x1012485})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2278 [
chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc0034646f0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc002bdc5a0, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc002bdc5a0, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc0027c7080, 0x1, 0x14f6858}, {0x14f6858, 0xc002a2b500}, {0x14fc690, 0xc0027ee400}, 0xc00286cf60, {0x4, 0xc000863ea0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc0027ee400}, {0x4, 0xc000863ea0, 0xc001de9200, 0xc001de9218, 0xc000de2fe0}, {0x14f6858, 0xc002a2b500},
0xc0027c70e0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 2491 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc003b2be30})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc002bdd830, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc002bdd830, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc001fddf20, 0x1, 0x14f6858}, {0x14f6858, 0xc001360700}, {0x14fc690, 0xc002814bc0}, 0xc000b56840, {0x4, 0xc00009f9d0, ...}, ...
)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc002814bc0}, {0x4, 0xc00009f9d0, 0xc0028fe5d0, 0xc0028fe5e8, 0xc0003793e0}, {0x14f6858, 0xc001360700}, 0xc001fddf80, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 1642 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc0012fd5f0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc001b4d0e0, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc001b4d0e0, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc000e29860,
0x1, 0x14f6858}, {0x14f6858, 0xc00027dc00}, {0x14fc690, 0xc000b23f80}, 0xc00035b6e0, {0x4, 0xc00029ad20, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000b23f80}, {0x4, 0xc00029ad20, 0xc000a05890, 0xc000a058c0, 0xc00026ff20}, {0x14f6858, 0xc00027dc00}, 0xc000e298c0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 95 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc000688a80)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc00035aa80, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0
, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x2b, 0xc0009f4000)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0xc0010172c0, {0xc000a1e000, 0xc00046cff8, 0x1012485})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 96 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc000688380)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc000b345a0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x2c, 0xc000948030)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc000a1e580, 0xc000684fd0, 0x133e323})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1428 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc00291ee00)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc0016a9ce0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}
, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0xff, 0xc002936ae0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc002692680, 0x1, 0x1})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1641 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc001a06150})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc001b4cfc0, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc001b4cfc0, 0x82},
{0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc000c19560, 0x1, 0x14f6858}, {0x14f6858, 0xc000fb2000}, {0x14fc690, 0xc000c93800}, 0xc000c196e0, {0x4, 0xc00022a150, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000c93800}, {0x4, 0xc00022a150, 0xc000e26120, 0xc000e26138, 0xc0002244c0}, {0x14f6858, 0xc000fb2000}, 0xc000c195c0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 305 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc000800700)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _
, _, _}, {_, _}, {_, _}, 0xc0002d2ba0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x2d, 0xc001014de0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc000a1eb00, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 306 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc000e83180)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc000445500, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go
:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x2e, 0xc000722030)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc000a1f080, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2633 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc00255e000})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc003cd4cf0, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc003cd4cf0, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0},
{0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc003782e40, 0x1, 0x14f6858}, {0x14f6858, 0xc0037b1500}, {0x14fc690, 0xc0006af2c0}, 0xc0037821e0, {0x4, 0xc00065dd50, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc0006af2c0}, {0x4, 0xc00065dd50, 0xc000ce6720, 0xc000ce6738, 0xc000a7bb20}, {0x14f6858, 0xc0037b1500}, 0xc003782ea0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 2393 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc0039aaf00})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.2({{0xc0027a53b0, 0x82}, {0x0, 0x0}, {0x0,
0x0}, {0xc00061dc80, 0x40}, 0x0, {0x0, ...}})
github.com/evanw/esbuild/cmd/esbuild/service.go:687 +0x5f4
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnResolve.func1({{0xc0027a53b0, 0x82}, {{0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, 0x0}, {0xc00061dc80, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:1462 +0x216
github.com/evanw/esbuild/internal/bundler.runOnResolvePlugins({0xc003783bc0, 0x1, 0x1}, {0x14f6858, 0xc0038dd180}, {0x4, 0xc00091d180, 0xc0038de738, 0xc0038de750, 0xc000a7be20}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:688 +0x975
github.com/evanw/esbuild/internal/bundler.(*scanner).addEntryPoints.func1(0x0, {{0xc0027a53b0, 0x82}, {0x0, 0x0}, 0x0})
github.com/evanw/esbuild/internal/bundler/bundler.go:1347 +0x205
created by github.com/evanw/esbuild/internal/bundler.(*scanner).addEntryPoints
github.com/evanw/esbuild/internal/bundler/bundler.go:1340 +0x162b
goroutine 1599 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc0012fd680})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc00037ad80, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc00037ad80, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540
}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc000b34540, 0x1, 0x14f6858}, {0x14f6858, 0xc000688000}, {0x14fc690, 0xc000ba5440}, 0xc00112b740, {0x4, 0xc00009ea80, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000ba5440}, {0x4, 0xc00009ea80, 0xc0007b4d80, 0xc0007b4db0, 0xc000888080}, {0x14f6858, 0xc000688000}, 0xc000b345a0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 294 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc000fb2700)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc00112a120, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036
+0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x2f, 0xc0011402a0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0xc00046d7a0, {0xc000c12680, 0x34, 0xc})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1597 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc0023fd470})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc00037ab40, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc00037ab40, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc00035a5a0, 0x1, 0x14f6858}, {0x14f6858, 0xc000688700}, {0x14fc690, 0xc0009184c0}, 0xc0000db800, {0x4, 0xc000e04380, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc0009184c0}, {0x4, 0xc000e04380, 0xc00000d4e8, 0xc00000d578, 0xc00008e3a0}, {0x14f6858, 0xc000688700}, 0xc00035aa80,
...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 278 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc000689180)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc0003fe960, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...
}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x30, 0xc0009f4ab0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc000a1f600, 0x1, 0x1})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 279 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc0000d2000)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc000e28a80, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0,
0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x31, 0xc000722d50)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc000a1fb80, 0xc000213fd0, 0x133e323})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2185 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0,
0xc0033abb60})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc0026b0f30, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc0026b0f30, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc001d7f740, 0x1, 0x14f6858}, {0x14f6858, 0xc000bb1880}, {0x14fc690, 0xc001b221c0}, 0xc001d7f8c0, {0x4, 0xc000561960, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc001b221c0}, {0x4, 0xc000561960, 0xc002990318, 0xc002990330, 0xc000378800}, {0x14f6858, 0xc000bb1880}, 0xc001d7f7a0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 1640 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc001a060f0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc001b4cea0, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc001b4cea0, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc000444ea0, 0x1, 0x14f6858}, {0x14f6858, 0xc000e82e00}, {0x14fc690, 0xc0001efd00}, 0xc000a79e60, {0x4, 0xc00088c9a0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc0001efd00}, {0x4, 0xc00088c9a0, 0xc0002998a8, 0xc0002998d8, 0xc000ed8520}, {0x14f6858, 0xc000e82e00}, 0xc000445500, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 321 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc000e83880)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc000c18660, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0,
{0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x32, 0xc000e44ae0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc000c10000, 0x1, 0x1})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2485 [chan send]:
github.com/evanw/esbuild/internal/bundler.ScanBundle.func2()
github.com/evanw/esbuild/internal/bundler/bundler.go:1023 +0x265
created by github.com/evanw/esbuild/internal/bundler.ScanBundle
github.com/evanw/esbuild/internal/bundler/bundler.go:1021 +0x785
goroutine 1697 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc0023fd4d0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc00032dc20, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc00032dc20, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc0002d2b40, 0x1, 0x14f6858}, {0x14f6858, 0xc000800380}, {0x14fc690, 0xc000fbc140}, 0xc000861b60, {0x4, 0xc0003001c0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000fbc140
}, {0x4, 0xc0003001c0, 0xc00088bc38, 0xc00088bc50, 0xc0003ceba0}, {0x14f6858, 0xc000800380}, 0xc0002d2ba0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 1598 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc001a061b0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc00037ac60, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc00037ac60, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc00112a000, 0x1, 0x14f6858}, {0x14f6858, 0xc0006f5c00}, {0x14fc690, 0xc00086d180}, 0xc000e299e0, {0x4, 0xc000830540, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +
0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc00086d180}, {0x4, 0xc000830540, 0xc00081ea68, 0xc00081eab0, 0xc00032a0e0}, {0x14f6858, 0xc0006f5c00}, 0xc00112a120, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 322 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc000fb2e00)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc00112b380, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...
})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x33, 0xc0010150e0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc000c10580, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1180 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc000d5ee00)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc000a01e60, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190,
Debugger listening on ws://127.0.0.1:9229/ffb52953-157b-4ec5-bdd1-3520067bb6a1
For help, see: https://nodejs.org/en/docs/inspector
0xda, 0xc000df09f0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc001b0b080, 0xc000559fd0, 0x133e323})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2282 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc0036b8570})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.2({{0xc002bdc7e0, 0x82}, {0x0, 0x0}, {0x0, 0x0}, {0xc000337b40, 0x40}, 0x0, {0x0, ...}})
github.com/evanw/esbuild/cmd/esbuild/service.go:687 +0x5f4
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnResolve.func1({{0xc002bdc7e0, 0x82}, {{0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, 0x0}, {0xc000337b40, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:1462 +0x216
github.com/evanw/esbuild/internal/bundler.runOnResolvePlugins({0xc001d7f620, 0x1, 0x1}, {0x14f6858, 0xc003466700}, {0x4, 0xc0007b6d20, 0xc0036b2168, 0xc0036b2180, 0xc000b737a0}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:688 +0x975
github.com/evanw/esbuild/internal/bundler.(*scanner).addEntryPoints.func1(0x0, {{0xc002bdc7e0, 0x82}, {0x0, 0x0}, 0x0})
github.com/evanw/esbuild/internal/bundler/bundler.go:1347 +0x205
created by github.com/evanw/esbuild/internal/bundler.(*scanner).addEntryPoints
github.com/evanw/esbuild/internal/bundler/bundler.go:1340 +0x162b
goroutine 1600 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc0012fd6e0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc00037aea0, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc00037aea0, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc0003fe840, 0x1, 0x14f6858}, {0x14f6858, 0xc000688e00}, {0x14fc690, 0xc000376fc0}, 0xc0003fede0, {0x4, 0xc000e044d0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000376fc0}, {0x4, 0xc000e044d0, 0xc00000cfc0, 0xc00000d008, 0xc00008e420}, {0x14f6858, 0xc000688e00}, 0xc0003fe960, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 2389 [chan send]:
github.com/evanw/esbuild/internal/bundler.ScanBundle.func2()
github.com/evanw/esbuild/internal/bundler/bundler.go:1023 +0x265
created by github.com/evanw/esbuild/internal/bundler.ScanBundle
github.com/evanw/esbuild/internal/bundler/bundler.go:1021 +0x785
goroutine 1713 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc0012fd740})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3
({{0xc00037afc0, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc00037afc0, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc000c18120, 0x1, 0x14f6858}, {0x14f6858, 0xc000e83500}, {0x14fc690, 0xc0003e8b40}, 0xc000c18c00, {0x4, 0xc00088c850, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc0003e8b40}, {0x4, 0xc00088c850, 0xc0006793c8, 0xc0006793e0, 0xc0006a2220}, {0x14f6858, 0xc000e83500}, 0xc000c18660, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 1698 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc0012fd7a0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc00032dd40, 0x82},
{0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc00032dd40, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc000e28a20, 0x1, 0x14f6858}, {0x14f6858, 0xc00010ce00}, {0x14fc690, 0xc000e16c80}, 0xc00112b560, {0x4, 0xc00029aa10, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000e16c80}, {0x4, 0xc00029aa10, 0xc000a04cf0, 0xc000a04d98, 0xc000fba120}, {0x14f6858, 0xc00010ce00}, 0xc000e28a80, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 2078 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc002c8a1b0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc0027a4750
, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc0027a4750, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc0010c5500, 0x1, 0x14f6858}, {0x14f6858, 0xc002372e00}, {0x14fc690, 0xc000a13f80}, 0xc0010c5680, {0x4, 0xc00088dab0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000a13f80}, {0x4, 0xc00088dab0, 0xc00051dfb0, 0xc00051dfc8, 0xc000617440}, {0x14f6858, 0xc002372e00}, 0xc0010c5560, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 1714 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {
0x13f85e0, 0xc001a061e0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc00037b0e0, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc00037b0e0, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc00112b320, 0x1, 0x14f6858}, {0x14f6858, 0xc000fb2a80}, {0x14fc690, 0xc00086d2c0}, 0xc000c184e0, {0x4, 0xc00091c460, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc00086d2c0}, {0x4, 0xc00091c460, 0xc000a3a408, 0xc000a3a438, 0xc000b72220}, {0x14f6858, 0xc000fb2a80}, 0xc00112b380, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 323 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc000689880)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc0003ff3e0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build
(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x34, 0xc001141260)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc000c10b00, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 324 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc0000d2700)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc000e29b60, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...
}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x35, 0xc000949fb0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc000c11080, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1643 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc001a06240})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc001b4d200, 0x82}, {0x1453f6a, 0x4
}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc001b4d200, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc0003ff380, 0x1, 0x14f6858}, {0x14f6858, 0xc000689500}, {0x14fc690, 0xc000377100}, 0xc0003ff500, {0x4, 0xc000e04620, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000377100}, {0x4, 0xc000e04620, 0xc00000d8f0, 0xc00000d938, 0xc00008e5a0}, {0x14f6858, 0xc000689500}, 0xc0003ff3e0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 1700 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc0023fd5c0}
)
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc000fb82d0, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc000fb82d0, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc000e297a0, 0x1, 0x14f6858}, {0x14f6858, 0xc0000d2380}, {0x14fc690, 0xc000e16f80}, 0xc000e29c80, {0x4, 0xc00029ad90, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000e16f80}, {0x4, 0xc00029ad90, 0xc000a05c50, 0xc000a05c68, 0xc000fba200}, {0x14f6858, 0xc0000d2380}, 0xc000e29b60, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130
+0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 325 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc00030a000)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc0003ff800, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722
+0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x36, 0xc000cc8780)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc000c11600, 0x790f17afbfdb3553, 0x14551e7})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 326 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc000d24000)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc000c19920, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x37, 0xc001281a40)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x4, {0xc000c11b80, 0x1, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2222 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc0034c8750})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc0010a1560, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}
})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc0010a1560, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc00031c000, 0x1, 0x14f6858}, {0x14f6858, 0xc002059c00}, {0x14fc690, 0xc000fbd2c0}, 0xc00031c180, {0x4, 0xc00065ca80, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000fbd2c0}, {0x4, 0xc00065ca80, 0xc0028fe0c0, 0xc0028fe0d8, 0xc00112cc00}, {0x14f6858, 0xc002059c00}, 0xc00031c060, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 1701 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {
0x13f85e0, 0xc0023fd620})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc000fb83f0, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc000fb83f0, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc0003ff7a0, 0x1, 0x14f6858}, {0x14f6858, 0xc000689c00}, {0x14fc690, 0xc000377240}, 0xc0003ff920, {0x4, 0xc000e04770, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000377240}, {0x4, 0xc000e04770, 0xc000496720, 0xc000496738, 0xc00008e8a0}, {0x14f6858, 0xc000689c00}, 0xc0003ff800,
...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 327 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc000fb3500)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc00112bbc0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...},
...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x38, 0xc000bb77d0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0xe18bc809, {0xc000c12100, 0xb, 0x1458a55})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2516 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc003a477a0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc003535200, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc003535200, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}
, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc002aa9ec0, 0x1, 0x14f6858}, {0x14f6858, 0xc0023fee00}, {0x14fc690, 0xc000fbce40}, 0xc0027c6060, {0x4, 0xc00022bf80, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000fbce40}, {0x4, 0xc00022bf80, 0xc001eca7f8, 0xc001eca810, 0xc00032bb80}, {0x14f6858, 0xc0023fee00}, 0xc002aa9f20, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 1699 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc0023fd560})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc00032de60, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc00032de60, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc000c198c0, 0x1, 0x14f6858}, {0x14f6858, 0xc000e83c00}, {0x14fc690, 0xc0003e8c80}, 0xc000c19a40, {0x4, 0xc00088caf0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc0003e8c80}, {0x4, 0xc00088caf0, 0xc0006796e0, 0xc0006796f8, 0xc0006a2300}, {0x14f6858, 0xc000e83c00}, 0xc000c19920, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 328 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc000d24700)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc000c19d40, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x39, 0xc000b93aa0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc000c12c00, 0x1
, 0x1})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1319 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc000bb1500)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc001d7f440, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0,
0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0xef, 0xc001a22b70)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc0028d3080, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1716 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc0023fd680})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc00037b320, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc00037b320, 0x82}, {0x1453f6a, 0x4}
, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc00112bb60, 0x1, 0x14f6858}, {0x14f6858, 0xc000fb3180}, {0x14fc690, 0xc00086d400}, 0xc000c19e60, {0x4, 0xc00091c620, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc00086d400}, {0x4, 0xc00091c620, 0xc000a3a888, 0xc000a3a8a0, 0xc000b72300}, {0x14f6858, 0xc000fb3180}, 0xc00112bbc0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 329 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc0000d2e00)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _
}, 0xc000ec41e0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x3a, 0xc000ec78c0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc000c13180, 0x1, 0x1})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go
:122 +0x4e5
goroutine 904 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc002373180)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc0010c5560, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0xcf, 0xc00237c1b0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc0012c2000, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1715 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc0023fd650})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc00037b200, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc00037b200, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({
0xc000c19ce0, 0x1, 0x14f6858}, {0x14f6858, 0xc000d24380}, {0x14fc690, 0xc0003e8dc0}, 0xc000e28c60, {0x4, 0xc00088cc40, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc0003e8dc0}, {0x4, 0xc00088cc40, 0xc000679a40, 0xc000679a58, 0xc0006a23c0}, {0x14f6858, 0xc000d24380}, 0xc000c19d40, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 330 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc000d24e00)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc000b34900, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x3b, 0xc00038c9f0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x4, {0xc000c13700, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1946 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc002497c50})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc001c17d40, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc001c17d40, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc0010c5f20, 0x1, 0x14f6858}, {0x14f6858, 0xc00194e380}, {0x14fc690, 0xc0003b3f00}
, 0xc000d08360, {0x4, 0xc00088df10, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc0003b3f00}, {0x4, 0xc00088df10, 0xc001e7ed38, 0xc001e7ed50, 0xc000617700}, {0x14f6858, 0xc00194e380}, 0xc0010c5f80, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 1420 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc0018ee2a0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc0000298c0, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc0000298c0, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc000ec4120, 0x1, 0x0}, {0x14f6858, 0xc0000d2a80}, {0x14fc690, 0xc000e170c0}, 0x0, {0x4, 0xc00029aee0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000e170c0}, {0x4, 0xc00029aee0, 0xc000c0e9a8, 0xc000c0e9c0, 0xc000fba300}, {0x14f6858, 0xc0000d2a80}, 0xc000ec41e0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 331 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc0000d3500)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc000ec4ae0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +
0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x3c, 0xc000c91620)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0xc0010a6e10, {0xc00054e000, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2250
[chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc00357f470})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc003534480, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc003534480, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc00031c360, 0x1, 0x14f6858}, {0x14f6858, 0xc0007a6380}, {0x14fc690, 0xc000fbd400}, 0xc00031c4e0, {0x4, 0xc00065cbd0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000fbd400}, {0x4, 0xc00065cbd0, 0xc0028fe420, 0xc0028fe438, 0xc00112cd00}, {0x14f6858, 0xc0007a6380}, 0xc00031c3c0, ...
})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 1647 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc0012fd830})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc001b4d3b0, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc001b4d3b0, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc000b34840, 0x1, 0x14f6858}, {0x14f6858, 0xc000d24a80}, {0x14fc690, 0xc0003e8f00}, 0xc00112bce0, {0x4, 0xc00088cd90, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc0003e8f00}, {0x4, 0xc00088cd90, 0xc000679d58, 0xc000679d70, 0xc0006a2480}, {0x14f6858, 0xc000d24a80}, 0xc000b34900, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 332 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc000800e00)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc0002d2840, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0,
0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x3d, 0xc0001b4000)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc00054e580, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2592 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc003ceaba0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc003cd4510, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc003cd4510, 0x82}, {0x1453f6a, 0x4}, {
0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc000b577a0, 0x1, 0x14f6858}, {0x14f6858, 0xc001360e00}, {0x14fc690, 0xc002814d00}, 0xc000b57920, {0x4, 0xc00009fb90, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc002814d00}, {0x4, 0xc00009fb90, 0xc0028fed08, 0xc0028fed20, 0xc000379760}, {0x14f6858, 0xc001360e00}, 0xc000b57800, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 1729 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc0018ee270})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc00152e750, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc00152e750, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc000ec4a80, 0x1, 0x14f6858}, {0x14f6858, 0xc0000d3180}, {0x14fc690, 0xc000e17200}, 0xc000ec4c00, {0x4, 0xc00029b030, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000e17200}, {0x4, 0xc00029b030, 0xc000c0eee8, 0xc000c0ef00, 0xc000fba3c0}, {0x14f6858, 0xc0000d3180}, 0xc000ec4ae0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 333 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc0000d3c00)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc000ec4f00, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x3e, 0xc0003d30e0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc00054eb00, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1760 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc0023ff880)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc0027c6b40, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036
+0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x127, 0xc000aa93e0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc0006ec680, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1423 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc002c0a690})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc000029c20, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc000029c20, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc0002d2780, 0x1, 0x14f6858},
{0x14f6858, 0xc000800a80}, {0x14fc690, 0xc000fbc200}, 0xc0002d2cc0, {0x4, 0xc00022a4d0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000fbc200}, {0x4, 0xc00022a4d0, 0xc0010ac300, 0xc0010ac318, 0xc000a7a700}, {0x14f6858, 0xc000800a80}, 0xc0002d2840, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 334 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc000801500)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc0002d2fc0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x3f, 0xc0001b5d40)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc00054f080, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1422 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc002c0a630})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc000029b00, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +
0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc000029b00, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc000ec4ea0, 0x1, 0x14f6858}, {0x14f6858, 0xc0000d3880}, {0x14fc690, 0xc000e17340}, 0xc000ec5020, {0x4, 0xc00029b180, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000e17340}, {0x4, 0xc00029b180, 0xc000c0f2f0, 0xc000c0f308, 0xc000fba480}, {0x14f6858, 0xc0000d3880}, 0xc000ec4f00, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 335 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc00086a380)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_,
_}, 0xc000ec5320, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x40, 0xc0003fce40)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc00054f600, 0x0
, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1708 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc0012fd8c0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc000fb8630, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc000fb8630, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc0002d2f60, 0x1, 0x14f6858}, {0x14f6858, 0xc000801180}, {0x14fc690, 0xc000fbc340}
, 0xc000ec5440, {0x4, 0xc00022a770, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000fbc340}, {0x4, 0xc00022a770, 0xc0010ac600, 0xc0010ac618, 0xc000a7a800}, {0x14f6858, 0xc000801180}, 0xc0002d2fc0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 336 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc000801c00)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _
, _, _, _}, {_, _}, {_, _}, 0xc0002d33e0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x41, 0xc0006b7aa0)
github.com/evanw/esbuild/cmd/esbuild/service.go:
459 +0x845
main.(*serviceType).handleIncomingPacket(0xf, {0xc00054fb80, 0xa, 0x145a7bf})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 800 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc00291e000)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc0016a9620, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {
0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0xec, 0xc0006b0ae0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc0028d2000, 0xc001aebfd0, 0x133e323})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1421 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc0018ee2d0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc0000299e0, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc0000299e0, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0
, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc000ec52c0, 0x1, 0x0}, {0x14f6858, 0xc00086a000}, {0x14fc690, 0xc000e17480}, 0x0, {0x4, 0xc00029b2d0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000e17480}, {0x4, 0xc00029b2d0, 0xc000c0f608, 0xc000c0f620, 0xc000fba540}, {0x14f6858, 0xc00086a000}, 0xc000ec5320, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 401 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc000d25500)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({
_, _, _, _, _}, {_, _}, {_, _}, 0xc0005fb5c0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}
, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x42, 0xc00035ff80)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc000550100, 0x1, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2627 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc003bd2cf0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc003cd4870, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc003cd4870, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc0037000c0, 0x1, 0x14f6858
}, {0x14f6858, 0xc002ae8a80}, {0x14fc690, 0xc001b22d40}, 0xc000cbf320, {0x4, 0xc0008631f0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc001b22d40}, {0x4, 0xc0008631f0, 0xc000575ba8, 0xc000575bf0, 0xc000ed9540}, {0x14f6858, 0xc002ae8a80}, 0xc003700120, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 1648 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc0012fd890})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc001b4d4d0, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc001b4d4d0, 0x82}, {0x1453f6a, 0x4}, {0x0
, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc0002d3380, 0x1, 0x14f6858}, {0x14f6858, 0xc000801880}, {0x14fc690, 0xc000fbc480}, 0xc00112a720, {0x4, 0xc00022a8c0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000fbc480}, {0x4, 0xc00022a8c0, 0xc0010ac900, 0xc0010ac918, 0xc000a7a8c0}, {0x14f6858, 0xc000801880}, 0xc0002d33e0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 402 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc000b08380)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _},
{_, _}, 0xc0002d3800, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x43, 0xc0007af800)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc000550680, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2548 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc003b7d9b0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc002bdda70, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc002bdda70, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc00031cc00, 0x1, 0x14f6858}, {0x14f6858, 0xc001051500}, {0x14fc690, 0xc0006ae780}, 0xc00031cd80, {0x4, 0xc00065d110, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc0006ae780}, {
0x4, 0xc00065d110, 0xc001afb818, 0xc001afb830, 0xc000a7af40}, {0x14f6858, 0xc001051500}, 0xc00031cc60, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 1717 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc001a7e090})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc00037b440, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc00037b440, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc0005fa6c0, 0x1, 0x14f6858}, {0x14f6858, 0xc000d25180}, {0x14fc690, 0xc0003e9040}, 0xc000b34f00, {0x4,
0xc00088cee0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc0003e9040}, {0x4, 0xc00088cee0, 0xc000618690, 0xc0006186c0, 0xc0006a2580}, {0x14f6858, 0xc000d25180}, 0xc0005fb5c0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 403 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc000d25c00)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc0004afce0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x44, 0xc00057dd10)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc000550c00, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1709 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc0012fd8f0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc000fb8750, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763
+0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc000fb8750, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc0002d37a0, 0x1, 0x0}, {0x14f6858, 0xc000b08000}, {0x14fc690, 0xc000fbc5c0}, 0x0, {0x4, 0xc00022aa10, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000fbc5c0}, {0x4, 0xc00022aa10, 0xc0010acd20, 0xc0010acd38, 0xc000a7a980}, {0x14f6858, 0xc000b08000}, 0xc0002d3800, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go
:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 1710 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc001a7e060})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc000fb8870, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc000fb8870, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc0004afbc0, 0x1, 0x14f6858}, {0x14f6858, 0xc000d25880}, {0x14fc690,
0xc0003e9180}, 0xc0003fff80, {0x4, 0xc00088d030, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc0003e9180}, {0x4, 0xc00088d030, 0xc0006193f8, 0xc000619410, 0xc0006a2640}, {0x14f6858, 0xc000d25880}, 0xc0004afce0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 404 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc000c8c380)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_
, _}, {_, _}, 0xc000838e40, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x45, 0xc000c2da70)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc000551180, 0x1, 0xc00056f188})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3
()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 405 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc00030a700)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc0003ffe60, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x46, 0xc000521170)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc000551700, 0xc00056f800, 0x1})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1718 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc000aa9260})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc00037b560, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc00037b560, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0},
{0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc000838de0, 0x1, 0x14f6858}, {0x14f6858, 0xc000c8c000}, {0x14fc690, 0xc0003e92c0}, 0xc000838720, {0x4, 0xc00088d180, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc0003e92c0}, {0x4, 0xc00088d180, 0xc0006196f8, 0xc000619710, 0xc0006a2700}, {0x14f6858, 0xc000c8c000}, 0xc000838e40, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 406 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc000c8ca80)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc000839ec0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl(
{0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x47, 0xc000c517d0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc000d9c000, 0x1, 0x1})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1761 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc0012fd920})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc001b4d5f0, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc001b4d5f0, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc0003ffe00, 0x1, 0x14f6858}, {0x14f6858, 0xc00030a380}, {0x14fc690, 0xc000377380}, 0xc0002d3500, {0x4, 0xc000e048c0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000377380}, {0x4, 0xc000e048c0, 0xc000497080, 0xc000497098, 0xc00008ea40}, {0x14f6858, 0xc00030a380},
0xc0003ffe60, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 407 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc00111e380)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc000cbeb40, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:
722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x48, 0xc000353c80)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc000d9c580, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1712 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc001a7e0c0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc000fb8ab0, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc000fb8ab0, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508
+0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc000839e00, 0x1, 0x14f6858}, {0x14f6858, 0xc000c8c700}, {0x14fc690, 0xc0003e9400}, 0xc0002d3920, {0x4, 0xc00088d2d0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc0003e9400}, {0x4, 0xc00088d2d0, 0xc0006199f8, 0xc000619a10, 0xc0006a27c0}, {0x14f6858, 0xc000c8c700}, 0xc000839ec0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 261 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc001354380)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc00076f620, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0
, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x49, 0xc001304000)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc0010ce000, 0x1, 0x1})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 262 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc0014fe380)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc0000dbbc0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x4a, 0xc001065f50)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc0010ce580, 0x1, 0x1})
github.com/evanw/esbuild/cmd/esbuild/service.go:
192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1711 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc000aa92f0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc000fb8990, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc000fb8990, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc000cbe8a0, 0x1, 0x14f6858}, {0x14f6858, 0xc00111e000}, {0x14fc690, 0xc0003774c0}, 0xc000552780, {0x4, 0xc000e04a10, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc0003774c0}, {0x4, 0xc000e04a10, 0xc0004974e8, 0xc000497500, 0xc00008ec40}, {0x14f6858, 0xc00111e000}, 0xc000cbeb40, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 2079 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc0028d2e40})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc0027a4870, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc0027a4870, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0
, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc001c06de0, 0x1, 0x14f6858}, {0x14f6858, 0xc0009b0e00}, {0x14fc690, 0xc000919780}, 0xc0016a9080, {0x4, 0xc000863110, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000919780}, {0x4, 0xc000863110, 0xc00097dc80, 0xc00097dc98, 0xc000de2760}, {0x14f6858, 0xc0009b0e00}, 0xc001c06e40, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 2530 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc00391e6c0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc00184b0e0, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc00184b0e0, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc0027c6ae0, 0x1, 0x14f6858}, {0x14f6858, 0xc0023ff500}, {0x14fc690, 0xc000fbd1c0}, 0xc0027c6fc0, {0x4, 0xc000e051f0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000fbd1c0}, {0x4, 0xc000e051f0, 0xc001ecb050, 0xc001ecb068, 0xc0010a9300}, {0x14f6858, 0xc0023ff500}, 0xc0027c6b40, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 1793 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc002c0a750})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc000fb8bd0, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc000fb8bd0, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc00076f5c0, 0x1, 0x14f6858}, {0x14f6858, 0xc001354000}, {0x14fc690, 0xc000eda2c0}, 0xc000ec47e0, {0x4, 0xc000624540, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000eda2c0}, {0x4, 0xc000624540, 0xc000a2a510, 0xc000a2a528, 0xc00112c160}, {0x14f6858, 0xc001354000}, 0xc00076f620, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 2531 [semacquire]:
sync.runtime_Semacquire(0x0)
runtime/sema.go:56 +0x25
sync.(*WaitGroup).Wait(0xc001b23100)
sync/waitgroup.go:130 +0x71
github.com/evanw/esbuild/internal/bundler.(*scanner).addEntryPoints(0xc003bb0380, {0xc003ba26f0, 0x1, 0x0})
github.com/evanw/esbuild/internal/bundler/bundler.go:1381 +0xbe5
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc003700de0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1035 +0x7b7
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x163, 0xc003770c00)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc0035ab600, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1424 [chan receive]:
main.(*serviceType).sendRequest
(0xc000100190, {0x13f85e0, 0xc000aa9290})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc000029d40, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc000029d40, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc0000dbb00, 0x1, 0x14f6858}, {0x14f6858, 0xc0014fe000}, {0x14fc690, 0xc0001efa80}, 0xc0002d30e0, {0x4, 0xc000560770, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc0001efa80}, {0x4, 0xc000560770, 0xc0006b41c8, 0xc0006b41e0, 0xc0010a8400}, {0x14f6858, 0xc0014fe000}, 0xc0000dbbc0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 263 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc00030ae00)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc000a00ea0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0
, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x4b, 0xc000bc8000)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc0010ceb00, 0x1, 0x1})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 264 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc000fb3c00)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc00061ed80, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0
, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x4c, 0xc000fb6000)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc0010cf080, 0x1, 0x1})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 265 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc000b08a80)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_,
_}, {_, _}, 0xc000cbf860, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x4d, 0xc000d6cab0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +
0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc0010cf600, 0xc000055fd0, 0x133e323})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 266 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc0014fea80)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc000890ae0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0
, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x4e, 0xc00109e000)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x7, {0xc0010cfb80, 0xc0007a77d0, 0x133e323})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 381 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc00086aa80)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _
, _, _}, {_, _}, {_, _}, 0xc000386a80, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x4f, 0xc000a4ce70)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc000b56000, 0x1
, 0x1})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 389 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc00111ea80)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc000cbf9e0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x50, 0xc000c7f1a0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc001026000, 0x1, 0x1})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 343 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc001354a80)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc0002d2e40, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x51, 0xc0003b0480)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc000b56580, 0xc000559fd0, 0x133e323})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 344 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc000c8d180)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc000ec49c0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x52, 0xc000c7f3b0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc000b56b00, 0xc00055a7d0, 0x133e323})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2583 [semacquire]:
sync.runtime_Semacquire(0x0)
runtime/sema.go:56 +0x25
sync.(*WaitGroup).Wait(0xc00086da80)
sync/waitgroup.go:130 +0x71
github.com/evanw/esbuild/internal/bundler.(*scanner).addEntryPoints(0xc003a29180, {0xc0013a9680, 0x1, 0x0})
github.com/evanw/esbuild/internal/bundler/bundler.go:1381 +0xbe5
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc003a00ba0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1035 +0x7b7
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x168, 0xc003a47b90)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc003482c00, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1389 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc002a2aa80)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc00286c9c0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +
0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0xfe, 0xc002a32060)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc002692100, 0xc0024c3fd0, 0x133e323})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1777 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc002c0a720})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc000029e60, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc000029e60, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc000a00660, 0x1, 0x14f6858}, {0x14f6858, 0xc00030aa80}, {0x14fc690, 0xc000376ec0}, 0xc00045a360, {0x4, 0xc00009e850, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000376ec0}, {0x4, 0xc00009e850, 0xc00088a810, 0xc00088a870, 0xc000378100}, {0x14f6858, 0xc00030aa80}, 0xc000a00ea0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 2658 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc0013a9dd0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3
({{0xc003535a70, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc003535a70, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc0035d4060, 0x1, 0x14f6858}, {0x14f6858, 0xc00358b500}, {0x14fc690, 0xc0027ee1c0}, 0xc0035d41e0, {0x4, 0xc000301180, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc0027ee1c0}, {0x4, 0xc000301180, 0xc001ef4fa8, 0xc001ef4fc0, 0xc00112d160}, {0x14f6858, 0xc00358b500}, 0xc0035d40c0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 1722 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc001abb740})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc00037b710, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc00037b710, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc000cbf7a0, 0x1, 0x14f6858}, {0x14f6858, 0xc000b08700}, {0x14fc690, 0xc000377580}, 0xc000b91320, {0x4, 0xc000e04b60, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000377580}, {0x4, 0xc000e04b60, 0xc0002282e8, 0xc000228318, 0xc00008f120}, {0x14f6858, 0xc000b08700}, 0xc000cbf860, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 1778 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190,
{0x13f85e0, 0xc002c0a7b0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc0006227e0, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc0006227e0, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc000890900, 0x1, 0x14f6858}, {0x14f6858, 0xc0014fe700}, {0x14fc690, 0xc00086d100}, 0xc000b971a0, {0x4, 0xc00009e930, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc00086d100}, {0x4, 0xc00009e930, 0xc00088aa50, 0xc00088aa68, 0xc0003781e0}, {0x14f6858, 0xc0014fe700}, 0xc000890ae0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:
1139 +0x7e5
goroutine 2541 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc00391ea50})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc00184b7a0, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc00184b7a0, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc0037823c0, 0x1, 0x14f6858}, {0x14f6858, 0xc0037b0000}, {0x14fc690, 0xc0006aef00}, 0xc003782540, {0x4, 0xc00065d960, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc0006aef00}, {0x4, 0xc00065d960, 0xc000e27140, 0xc000e27158, 0xc000a7b8c0
}, {0x14f6858, 0xc0037b0000}, 0xc003782420, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 1723 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc001abb7a0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc00037b830, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc00037b830, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc00061eae0, 0x1, 0x14f6858}, {0x14f6858, 0xc000fb3880}, {0x14fc690, 0xc001129b40}, 0xc0006b90e0, {0x4, 0xc0003007e0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:
803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc001129b40}, {0x4, 0xc0003007e0, 0xc00081e840, 0xc00081e858, 0xc000616160}, {0x14f6858, 0xc000fb3880}, 0xc00061ed80, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 2255 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc00357f5f0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc0035347e0, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc0035347e0, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc0016a9c80,
0x1, 0x14f6858}, {0x14f6858, 0xc00291ea80}, {0x14fc690, 0xc0006ae3c0}, 0xc0016a9e00, {0x4, 0xc00022bd50, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc0006ae3c0}, {0x4, 0xc00022bd50, 0xc001514870, 0xc001514888, 0xc000225a00}, {0x14f6858, 0xc00291ea80}, 0xc0016a9ce0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 345 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc0001b6380)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc000891560, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4
, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x53, 0xc000446480)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc000b57080, 0xc00055bfd0, 0x133e323})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2547 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc003b7d950
})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.2({{0xc002bdd9e0, 0x82}, {0x0, 0x0}, {0x0, 0x0}, {0xc0036ed0c0, 0x40}, 0x0, {0x0, ...}})
github.com/evanw/esbuild/cmd/esbuild/service.go:687 +0x5f4
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnResolve.func1({{0xc002bdd9e0, 0x82}, {{0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, 0x0}, {0xc0036ed0c0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:1462 +0x216
github.com/evanw/esbuild/internal/bundler.runOnResolvePlugins({0xc0036eb980, 0x1, 0x1}, {0x14f6858, 0xc003b0d880}, {0x4, 0xc0007b7650, 0xc0036b38d8, 0xc0036b38f0, 0xc000b73e60}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:688 +0x975
github.com/evanw/esbuild/internal/bundler.(*scanner).addEntryPoints.func1(0x0, {{0xc002bdd9e0, 0x82}, {0x0
, 0x0}, 0x0})
github.com/evanw/esbuild/internal/bundler/bundler.go:1347 +0x205
created by github.com/evanw/esbuild/internal/bundler.(*scanner).addEntryPoints
github.com/evanw/esbuild/internal/bundler/bundler.go:1340 +0x162b
goroutine 1762 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc001a7e150})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc001b4d710, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc001b4d710, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc000cbf980, 0x1, 0x14f6858}, {0x14f6858, 0xc00111e700}, {0x14fc690, 0xc0001efd40}, 0xc000cbfbc0, {0x4, 0xc000e04460, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690,
0xc0001efd40}, {0x4, 0xc000e04460, 0xc0002286a8, 0xc0002286d8, 0xc00026e0e0}, {0x14f6858, 0xc00111e700}, 0xc000cbf9e0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 1763 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc0018ee300})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc001b4d830, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc001b4d830, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc000386960, 0x1, 0x14f6858}, {0x14f6858, 0xc00086a700},
{0x14fc690, 0xc000e16dc0}, 0xc0000dbda0, {0x4, 0xc00091c150, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000e16dc0}, {0x4, 0xc00091c150, 0xc000298618, 0xc000298630, 0xc00008e2a0}, {0x14f6858, 0xc00086a700}, 0xc000386a80, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 1908 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc00207a380)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc00286d620, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0,
0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x12d, 0xc002c0b110)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc001fe1700, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 346 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc00086b180)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle(
{_, _, _, _, _}, {_, _}, {_, _}, 0xc000386fc0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x54, 0xc000cc9260)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc000b57600, 0xc00055b7d0, 0x133e323})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2285 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc0036b8690})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc002bdcab0, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc002bdcab0, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc001632b40, 0x1, 0x14f6858}, {0x14f6858, 0xc0007a6a80}, {0x14fc690, 0xc001e92140}, 0xc001632cc0, {0x4, 0xc00075c540,
...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc001e92140}, {0x4, 0xc00075c540, 0xc002a4c4b0, 0xc002a4c4c8, 0xc0003ce9c0}, {0x14f6858, 0xc0007a6a80}, 0xc001632ba0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 1782 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc002c0a930})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc000622c60, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc000622c60, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc000ec4960, 0x1, 0x14f6858}, {0x14f6858, 0xc000c8ce00}, {0x14fc690, 0xc001129c00}, 0xc000ec4de0, {0x4, 0xc0005608c0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc001129c00}, {0x4, 0xc0005608c0, 0xc00081ef78, 0xc00081ef90, 0xc0010a84c0}, {0x14f6858, 0xc000c8ce00}, 0xc000ec49c0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 1779 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc002c0a840})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc000622900, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{
{0xc000622900, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc0002d2de0, 0x1, 0x14f6858}, {0x14f6858, 0xc001354700}, {0x14fc690, 0xc000fbc240}, 0xc0002d3260, {0x4, 0xc00022a850, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000fbc240}, {0x4, 0xc00022a850, 0xc000c0f098, 0xc000c0f0e0, 0xc000ed8260}, {0x14f6858, 0xc001354700}, 0xc0002d2e40, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 1780 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc001abb7d0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc000622a20, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc000622a20, 0x82}, {
0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc000891500, 0x1, 0x14f6858}, {0x14f6858, 0xc0001b6000}, {0x14fc690, 0xc000d71b00}, 0xc0004af2c0, {0x4, 0xc00029ae70, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000d71b00}, {0x4, 0xc00029ae70, 0xc000a3aa80, 0xc000a3aae0, 0xc000fba400}, {0x14f6858, 0xc0001b6000}, 0xc000891560, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139
+0x7e5
goroutine 1730 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc001abb800})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc00152e870, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc00152e870, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc000386f60, 0x1, 0x1455671}, {0x14f6858, 0xc00086ae00}, {0x14fc690, 0xc000e17240}, 0xc000c45a00, {0x4, 0xc00091c690, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000e17240}, {0x4, 0xc00091c690, 0xc000299188, 0xc0002991a0, 0xc00008e9c0}, {0x14f6858, 0xc00086ae00}, 0xc000386fc0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 347 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc001355180)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc0002d3e60, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0
, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x55, 0xc00035fec0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc000b57b80, 0x1, 0x1})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1781 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc0018ee330})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc000622b40, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc000622b40, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc0002d3e00, 0x1, 0x0}, {0x14f6858, 0xc001354e00}, {0x14fc690, 0xc000fbc500}, 0x0, {0x4, 0xc00022aaf0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000fbc500}, {0x4, 0xc00022aaf0, 0xc000c0f8d8, 0xc000c0f8f0, 0xc000ed85c0}, {0x14f6858, 0xc001354e00}, 0xc0002d3e60, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 348 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc001355880)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc000e29e60, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x56, 0xc0013fdd10)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc000b58100, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 349 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc000b09180)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc000c19f80, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x57, 0xc00084d320)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc000b58680, 0x1, 0x1})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2080 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc002c8a240})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc0027a4990, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1(
{{{0xc0027a4990, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc001c07140, 0x1, 0x14f6858}, {0x14f6858, 0xc0009b1500}, {0x14fc690, 0xc0009198c0}, 0xc001c072c0, {0x4, 0xc000863260, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc0009198c0}, {0x4, 0xc000863260, 0xc000679ef0, 0xc00088aaf8, 0xc000de2820}, {0x14f6858, 0xc0009b1500}, 0xc001c071a0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 1724 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc0018ee390})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc00037b950, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc00037b950,
0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc000e296e0, 0x1, 0x14f6858}, {0x14f6858, 0xc001355500}, {0x14fc690, 0xc000fbc700}, 0xc0003870e0, {0x4, 0xc00022ac40, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000fbc700}, {0x4, 0xc00022ac40, 0xc000c0fbd8, 0xc000c0fbf0, 0xc000ed8680}, {0x14f6858, 0xc001355500}, 0xc000e29e60, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 350 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc00086b880)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc000387440, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0
}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x58, 0xc000ef6060)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc000b58c00, 0xc00055dfd0, 0x133e323})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 351 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc0001b6a80)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc000b35bc0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0
, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x59, 0xc0006b7fb0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc000b59180, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2379 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc003a46fc0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.2({{0xc003534d80, 0x82}, {0x0,
0x0}, {0x0, 0x0}, {0xc0024ed3c0, 0x40}, 0x0, {0x0, ...}})
github.com/evanw/esbuild/cmd/esbuild/service.go:687 +0x5f4
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnResolve.func1({{0xc003534d80, 0x82}, {{0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, 0x0}, {0xc0024ed3c0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:1462 +0x216
github.com/evanw/esbuild/internal/bundler.runOnResolvePlugins({0xc003a00480, 0x1, 0x1}, {0x14f6858, 0xc003a28700}, {0x4, 0xc00029bc70, 0xc003a3c000, 0xc003a3c018, 0xc0006a2800}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:688 +0x975
github.com/evanw/esbuild/internal/bundler.(*scanner).addEntryPoints.func1(0x0, {{0xc003534d80, 0x82}, {0x0, 0x0}, 0x0})
github.com/evanw/esbuild/internal/bundler/bundler.go:1347 +0x205
created by github.com/evanw/esbuild/internal/bundler.(*scanner).addEntryPoints
github.com/evanw/esbuild/internal/bundler/bundler.go:1340 +0x162b
goroutine 2443
[chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc003abe3f0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.2({{0xc002bdd200, 0x82}, {0x0, 0x0}, {0x0, 0x0}, {0xc0036ec5c0, 0x40}, 0x0, {0x0, ...}})
github.com/evanw/esbuild/cmd/esbuild/service.go:687 +0x5f4
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnResolve.func1({{0xc002bdd200, 0x82}, {{0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, 0x0}, {0xc0036ec5c0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:1462 +0x216
github.com/evanw/esbuild/internal/bundler.runOnResolvePlugins({0xc0036ea6c0, 0x1, 0x1}, {0x14f6858, 0xc003467500}, {0x4, 0xc0007b6fc0, 0xc0036b2918, 0xc0036b2930, 0xc000b73a20}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:688 +0x975
github.com/evanw/esbuild/internal/bundler.(*scanner).addEntryPoints.func1(0x0, {{0xc002bdd200, 0x82}, {0x0, 0x0}, 0x0})
github.com/evanw/esbuild/internal/bundler/bundler.go:1347 +0x205
created by github.com/evanw/esbuild/internal/bundler.(*scanner).addEntryPoints
github.com/evanw/esbuild/internal/bundler/bundler.go:1340 +0x162b
goroutine 1783 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc002c0a990})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc000622d80, 0x82}, {0x1453f6a, 0x4},
{0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc000622d80, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc000c19c20, 0x1, 0x14f6858}, {0x14f6858, 0xc000b08e00}, {0x14fc690, 0xc000ccdb80}, 0xc0004af9e0, {0x4, 0xc000300930, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000ccdb80}, {0x4, 0xc000300930, 0xc0010ac768, 0xc0010ac930, 0xc0003ce6a0}, {0x14f6858, 0xc000b08e00}, 0xc000c19f80, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 1387 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc0027fca80)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc0027c6840, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0
, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0xfc, 0xc0027f3020)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc002691600, 0x1, 0x1})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 352 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc00157c380)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc000839b00, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x5a, 0xc0003fcde0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc000b59700, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1725 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc001abb890})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc00037ba70, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc00037ba70, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc0003873e0, 0x1, 0x14f6858}, {0x14f6858, 0xc00086b500}, {0x14fc690, 0xc000e17500}, 0xc000387560, {0x4, 0xc00091c7e0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000e17500}, {0x4, 0xc00091c7e0, 0xc000299b48, 0xc000299b60, 0xc00008f360}, {0x14f6858, 0xc00086b500}, 0xc000387440, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 2518 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc003b7d9e0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc003535320,
0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc003535320, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc00031d320, 0x1, 0x0}, {0x14f6858, 0xc001051c00}, {0x14fc690, 0xc0006ae8c0}, 0x0, {0x4, 0xc00065d260, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc0006ae8c0}, {0x4, 0xc00065d260, 0xc001afbcf8, 0xc001afbd10, 0xc000a7b140}, {0x14f6858, 0xc001051c00}, 0xc00031d380, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 1726 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc001abb950})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc00037bb90, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc00037bb90, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc000b34780, 0x1, 0x14f6858}, {0x14f6858, 0xc0001b6700}, {0x14fc690, 0xc000d71c40}, 0xc000ba0000, {0x4, 0xc00029b260, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000d71c40}, {0x4, 0xc00029b260, 0xc000a3b5a8, 0xc000a3b5c0, 0xc000fba640}, {0x14f6858, 0xc0001b6700
}, 0xc000b35bc0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 465 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc0001b7180)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc000ba19e0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}
, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x5b, 0xc00054fd10)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc0010d0100, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 466 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc000c8d880)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc000ec5980, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {
0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x5c, 0xc00044c870)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc0010d0680, 0x404040202030202, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1209 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc00177ae00)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _,
_}, {_, _}, {_, _}, 0xc001245680, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0xe2, 0xc0008e5d40)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc002690000, 0xc0023237d0, 0x133e323})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1732 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc001abb8f0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc00152eab0, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc00152eab0, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc000839980, 0x1, 0x14f6858}, {0x14f6858, 0xc00157c000}, {0x14fc690, 0xc000918540}, 0xc0002d3f80, {0x4, 0xc0007b6770, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000918540}, {0x4, 0xc0007b6770, 0xc0007b5860, 0xc0007b5878, 0xc000de2240},
{0x14f6858, 0xc00157c000}, 0xc000839b00, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 2102 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc0005d6840})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc00184a360, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc00184a360, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc0012452c0, 0x1, 0x14f6858}, {0x14f6858, 0xc00177a380}, {0x14fc690, 0xc0003e9dc0}, 0xc001245440, {0x4, 0xc000e057a0, ...}, ...
)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc0003e9dc0}, {0x4, 0xc000e057a0, 0xc001eca9a8, 0xc001eca9c0, 0xc000ed90e0}, {0x14f6858, 0xc00177a380}, 0xc001245320, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 467 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc00069c000)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc0003878c0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:
964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x5d, 0xc000ef7dd0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc0010d0c00, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2082 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc0008e8e00)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc00238b920, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0
, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x135, 0xc001ba2990)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc001cca580, 0xc0001f27d0, 0x133e323})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1731 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc001abb8c0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc00152e990, 0x82}, {0x1453f6a,
0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc00152e990, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc000ba0f00, 0x1, 0x14f6858}, {0x14f6858, 0xc0001b6e00}, {0x14fc690, 0xc000d71d80}, 0xc000861ec0, {0x4, 0xc00029b420, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000d71d80}, {0x4, 0xc00029b420, 0xc000a3b8a8, 0xc000a3b8c0, 0xc000fba700}, {0x14f6858, 0xc0001b6e00}, 0xc000ba19e0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 468 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies
(0xc0009b2000)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc00067ef60, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x5e, 0xc0013ffaa0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x404040404030202,
{0xc0010d1180, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2475 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc0034c8f60})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc0010a19e0, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc0010a19e0, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc001245c80, 0x1, 0x14f6858}, {0x14f6858, 0xc0016bce00}, {0x14fc690, 0xc001e93800}, 0xc001245e00, {0x4, 0xc00075d7a0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc001e93800}, {0x4, 0xc00075d7a0, 0xc001515a40, 0xc001515a58, 0xc0003cf7a0}, {0x14f6858, 0xc0016bce00}, 0xc001245ce0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 1784 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc002c0a9f0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc000622ea0, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc000622ea0, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc000ec5920, 0x1, 0x14f6858}, {0x14f6858, 0xc000c8d500}, {0x14fc690, 0xc001129d40}, 0xc000ec5aa0, {0x4, 0xc000560a10, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc001129d40}, {0x4, 0xc000560a10, 0xc00081f728, 0xc00081f7b8, 0xc0010a8580}, {0x14f6858, 0xc000c8d500}, 0xc000ec5980, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 469 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc001778000)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc000ec5da0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}
, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x5f, 0xc00174dc80)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc0010d1700, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1207 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc002637180)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc00112b9e0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...
}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0xe0, 0xc00263fdd0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc0012a3180, 0x1, 0x1})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1733 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc001abb980})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc00152ebd0, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc00152ebd0,
0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc000387860, 0x1, 0x14f6858}, {0x14f6858, 0xc00086bc00}, {0x14fc690, 0xc000e17640}, 0xc000726ba0, {0x4, 0xc00091c930, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000e17640}, {0x4, 0xc00091c930, 0xc000299fc8, 0xc000299fe0, 0xc00008fb60}, {0x14f6858, 0xc00086bc00}, 0xc0003878c0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 1205 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc002636380)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {
_, _}, 0xc000c2ed80, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0xde, 0xc002034330)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc0012a2680, 0xc00055bfd0, 0x133e323})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1785 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc002c0aa50})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc000622fc0, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc000622fc0, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc00067eba0, 0x1, 0x14f6858}, {0x14f6858, 0xc001355c00}, {0x14fc690, 0xc000fbc840}, 0xc00067fce0, {0x4, 0xc00022ad90, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000fbc840}, {0x4, 0xc00022ad90, 0xc000c0fef0, 0xc000c0ff08, 0xc000ed8760}, {0x14f6858, 0xc001355c00}, 0xc00067ef60, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 470 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc0009b2700)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc0006fd380, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest
(0xc000100190, 0x60, 0xc000933800)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc001026580, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1203 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc000d5f500)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc000387e00, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl(
{0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0xdc, 0xc001a9c870)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc0012a1b80, 0x1, 0x1})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1791 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc001f64000)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc0027c7560, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0,
0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x12a, 0xc000aad350)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc00205a000, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1727 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc001abb9e0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc00037bcb0, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc00037bcb0, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc000ec5d40, 0x1, 0x14f6858}, {0x14f6858, 0xc000c8dc00}, {0x14fc690, 0xc001129e80}, 0xc000ec5ec0, {0x4, 0xc000560bd0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc001129e80}, {0x4, 0xc000560bd0, 0xc00081fd70, 0xc00081fdd0, 0xc0010a8640}, {0x14f6858, 0xc000c8dc00}, 0xc000ec5da0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139
+0x7e5
goroutine 471 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc001778700)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc000539260, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x61, 0xc0017639e0
)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc001026b00, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1930 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc001f64700)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc0027c7bc0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {
0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x12f, 0xc001f514d0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc00205b080, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1734 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc0018ee4b0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc00152ecf0, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc00152ecf0, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0},
0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc0006fd260, 0x1, 0x14f6858}, {0x14f6858, 0xc0009b2380}, {0x14fc690, 0xc000fbc980}, 0xc0006fd5c0, {0x4, 0xc00022aee0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000fbc980}, {0x4, 0xc00022aee0, 0xc000619830, 0xc000619848, 0xc000ed8820}, {0x14f6858, 0xc0009b2380}, 0xc0006fd380, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 472 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc00157ca80)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc000a44000, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x62, 0xc001543ad0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc001027080, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 473 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc0009b2e00)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc000dee1e0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0
, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x63, 0xc0009f9560)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc001027600, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2260 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc00358b880)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc0035d40c0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({
0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x147, 0xc0035bc4e0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc002962100, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1786 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc002c0aab0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc0006230e0, 0x82}, {
0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc0006230e0, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc0005390e0, 0x1, 0x14f6858}, {0x14f6858, 0xc001778380}, {0x14fc690, 0xc001129fc0}, 0xc000539620, {0x4, 0xc000560d20, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc001129fc0}, {0x4, 0xc000560d20, 0xc000a2a9c0, 0xc000a2a9d8, 0xc0010a8700}, {0x14f6858, 0xc001778380}, 0xc000539260, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 1792 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc0008e8700)
github.com/evanw/esbuild/internal/bundler/bundler.go
:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc00238b1a0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x12b, 0xc0018ee7e0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc00205a580, 0x0, 0x0
})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1798 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc000aad1d0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc000fb8ea0, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc000fb8ea0, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc0008238c0, 0x1, 0x14f6858}, {0x14f6858, 0xc00157c700}, {0x14fc690, 0xc000918680}, 0xc000a44120, {0x4, 0xc0007b68c0, ...}
, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000918680}, {0x4, 0xc0007b68c0, 0xc0007b5b90, 0xc0007b5ba8, 0xc000de2340}, {0x14f6858, 0xc00157c700}, 0xc000a44000, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 474 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc001778e00)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc000539c20, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964
+0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x64, 0xc00177d770)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc001027b80, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 475 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc0001b7880)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc000d08060, ...
)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x65, 0xc000551b00)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc001028100, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:
122 +0x4e5
goroutine 1764 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc001a7e1e0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc001b4d950, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc001b4d950, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc000dee180, 0x1, 0x14f6858}, {0x14f6858, 0xc0009b2a80}, {0x14fc690, 0xc000fbcac0}, 0xc000dee300, {0x4, 0xc00022b030, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000fbcac0}, {0x4, 0xc00022b030, 0xc00088ad20, 0xc00088ad68, 0xc000ed88e0}, {0x14f6858, 0xc0009b2a80}, 0xc000dee1e0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 2369 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc00357f6b0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc003534a20, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc003534a20, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc002c06000, 0x1, 0x14f6858}, {0x14f6858, 0xc00177b180}, {
0x14fc690, 0xc0006ae500}, 0xc0012458c0, {0x4, 0xc00022bea0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc0006ae500}, {0x4, 0xc00022bea0, 0xc001514b70, 0xc001514b88, 0xc000225c20}, {0x14f6858, 0xc00177b180}, 0xc002c06060, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 476 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc0009b3500)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc000dee660, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl
({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x66, 0xc000df32f0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc001028680, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1787 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc001dd74d0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc000623200, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{
0xc000623200, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc000539b60, 0x1, 0x14f6858}, {0x14f6858, 0xc001778a80}, {0x14fc690, 0xc0003e8cc0}, 0xc0003879e0, {0x4, 0xc000560e70, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc0003e8cc0}, {0x4, 0xc000560e70, 0xc000a2ade0, 0xc000a2adf8, 0xc0010a87e0}, {0x14f6858, 0xc001778a80}, 0xc000539c20, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 477 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc001779500)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}
, {_, _}, {_, _}, 0xc000c2e2a0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x67, 0xc000c134d0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc001028c00, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go
:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2534 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc00391e810})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc00184b200, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc00184b200, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc0027c7500, 0x1, 0x14f6858}, {0x14f6858, 0xc0023ffc00}, {0x14fc690, 0xc000fbd480}, 0xc0027c7680, {0x4, 0xc000e055e0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000fbd480}, {0x4,
0xc000e055e0, 0xc001ecb428, 0xc001ecb440, 0xc0010a9560}, {0x14f6858, 0xc0023ffc00}, 0xc0027c7560, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 1797 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc000aad170})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc000fb8d80, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc000fb8d80, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc000d08000, 0x1, 0x14f6858}, {0x14f6858, 0xc0001b7500}, {0x14fc690, 0xc000d71ec0}, 0xc000d08180, {0x4,
0xc00029b5e0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000d71ec0}, {0x4, 0xc00029b5e0, 0xc000a3bbf0, 0xc000a3bc08, 0xc000fba820}, {0x14f6858, 0xc0001b7500}, 0xc000d08060, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 478 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc000eec000)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc000d08480, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964
+0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x68, 0xc000d07860)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc001029180, 0x404040404030203, 0x145b0b2})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2527 [chan send]:
github.com/evanw/esbuild/internal/bundler.ScanBundle.func2()
github.com/evanw/esbuild/internal/bundler/bundler.go:1023 +0x265
created by github.com/evanw/esbuild/internal/bundler.ScanBundle
github.com/evanw/esbuild/internal/bundler/bundler.go:1021 +0x785
goroutine 1846 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc001dd7530})
github.com/evanw/esbuild/cmd/esbuild/service.go:
163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc00037bef0, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc00037bef0, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc000dee600, 0x1, 0x14f6858}, {0x14f6858, 0xc0009b3180}, {0x14fc690, 0xc000fbcc00}, 0xc000dee780, {0x4, 0xc00022b180, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000fbcc00}, {0x4, 0xc00022b180, 0xc00088b590, 0xc00088b5a8, 0xc000ed89c0}, {0x14f6858, 0xc0009b3180}, 0xc000dee660, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 2374 [chan send]:
github.com/evanw/esbuild/internal/bundler.ScanBundle.func2()
github.com/evanw/esbuild/internal/bundler/bundler.go:1023 +0x265
created by github.com/evanw/esbuild/internal/bundler.ScanBundle
github.com/evanw/esbuild/internal/bundler/bundler.go:1021 +0x785
goroutine 1799 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc000aad230})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc000fb8fc0, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc000fb8fc0, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc000c2e240, 0x1, 0x14f6858}, {0x14f6858, 0xc001779180}, {0x14fc690, 0xc0003e8f80}, 0xc000c2e3c0, {0x4, 0xc000560fc0
, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc0003e8f80}, {0x4, 0xc000560fc0, 0xc000a2b200, 0xc000a2b218, 0xc0010a88a0}, {0x14f6858, 0xc001779180}, 0xc000c2e2a0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 479 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc001924380)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc000c2e720, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...},
...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x69, 0xc000c61260)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc001029700, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2495 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc003b55bc0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.2({{0xc002bdd950, 0x82}, {0x0, 0x0}, {0x0
, 0x0}, {0xc0036ecf80, 0x40}, 0x0, {0x0, ...}})
github.com/evanw/esbuild/cmd/esbuild/service.go:687 +0x5f4
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnResolve.func1({{0xc002bdd950, 0x82}, {{0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, 0x0}, {0xc0036ecf80, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:1462 +0x216
github.com/evanw/esbuild/internal/bundler.runOnResolvePlugins({0xc0036eb620, 0x1, 0x1}, {0x14f6858, 0xc003b0d180}, {0x4, 0xc0007b7500, 0xc0036b35d8, 0xc0036b35f0, 0xc000b73da0}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:688 +0x975
github.com/evanw/esbuild/internal/bundler.(*scanner).addEntryPoints.func1(0x0, {{0xc002bdd950, 0x82}, {0x0, 0x0}, 0x0})
github.com/evanw/esbuild/internal/bundler/bundler.go:1347 +0x205
created by github.com/evanw/esbuild/internal/bundler.(*scanner).addEntryPoints
github.com/evanw/esbuild/internal/bundler/bundler.go:1340 +0x162b
goroutine 1765 [chan receive
]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc001a7e240})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc001b4da70, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc001b4da70, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc000d08420, 0x1, 0x14f6858}, {0x14f6858, 0xc0001b7c00}, {0x14fc690, 0xc000eda240}, 0xc000d085a0, {0x4, 0xc00029b730, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000eda240}, {0x4, 0xc00029b730, 0xc000a3bef0, 0xc000a3bf08, 0xc000fba8e0}, {0x14f6858, 0xc0001b7c00}, 0xc000d08480, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 480 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc0009b3c00)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc000d088a0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x6a, 0xc000e975c0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc00047a000, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 529 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc00157d180)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc000a44420, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl
({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x6b, 0xc00068dbc0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc00047a580, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 414 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc0012d2380)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc00128a120
, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x6c, 0xc000c14c30)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc0000f8000, 0x1, 0x1})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 415 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(
0xc000b09880)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc0010a4240, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x6d, 0xc0005cb4a0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0
, {0xc0015aa000, 0xc0001f5fd0, 0x133e323})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1128 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc00194e000)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc0010c5c20, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0,
0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0xd9, 0xc001892630)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc001b0ab00, 0xc001806fd0, 0x133e323})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 416 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc001924a80)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc001922420, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}
, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x6e, 0xc000a4da10)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc0015aa580, 0xc0001f57d0, 0x133e323})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2551 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc003b7dad0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3(
{{0xc002bddcb0, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc002bddcb0, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc00238b140, 0x1, 0x14f6858}, {0x14f6858, 0xc0008e8380}, {0x14fc690, 0xc000edac40}, 0xc00238b2c0, {0x4, 0xc000625c70, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000edac40}, {0x4, 0xc000625c70, 0xc001fab3f8, 0xc001fab410, 0xc000b73020}, {0x14f6858, 0xc0008e8380}, 0xc00238b1a0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 1766 [chan receive]:
main.(*serviceType).sendRequest
(0xc000100190, {0x13f85e0, 0xc002c0ab10})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc001b4db90, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc001b4db90, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc000c2e6c0, 0x1, 0x14f6858}, {0x14f6858, 0xc001924000}, {0x14fc690, 0xc0003e9300}, 0xc000539ec0, {0x4, 0xc000561110, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc0003e9300}, {0x4, 0xc000561110, 0xc000a2b6c8, 0xc000a2b6e0, 0xc0010a8980}, {0x14f6858, 0xc001924000}, 0xc000c2e720, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 2205 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc003464330})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc002bdc240, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc002bdc240, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc00286c600, 0x1, 0x14f6858}, {0x14f6858, 0xc002a2a000}, {0x14fc690, 0xc0028144c0}, 0xc00286c780, {0x4, 0xc00009f180, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc0028144c0}, {0x4, 0xc00009f180, 0xc001e7f980, 0xc001e7f998, 0xc000617a20}, {0x14f6858, 0xc002a2a000}, 0xc00286c660, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 1767 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc001a7e300})
github.com/evanw/esbuild/cmd/esbuild/service.go:
163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc001b4dcb0, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc001b4dcb0, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc000d08840, 0x1, 0x14f6858}, {0x14f6858, 0xc0009b3880}, {0x14fc690, 0xc000eda480}, 0xc000dee9c0, {0x4, 0xc00029b880, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000eda480}, {0x4, 0xc00029b880, 0xc00000dbc0, 0xc000a04dc8, 0xc000fba9a0}, {0x14f6858, 0xc0009b3880}, 0xc000d088a0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 561 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc0014ff180)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc00128a6c0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x6f, 0xc001285ce0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc0015aab00, 0xc0001f07d0, 0x133e323})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 562 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc001925180)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _
}, {_, _}, {_, _}, 0xc000a44a20, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x70, 0xc001a01170)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc0015ab080, 0xc0001f27d0, 0x133e323})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2171 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc001f65c00)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc000dee0c0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(
0xc000100190, 0x13c, 0xc002a55c50)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc003480000, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1847 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc001a7e270})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc000226f30, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc000226f30, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc00128a0c0, 0x1, 0x14f6858}, {0x14f6858, 0xc0012d2000}, {
0x14fc690, 0xc000c93700}, 0xc000386ba0, {0x4, 0xc0008623f0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000c93700}, {0x4, 0xc0008623f0, 0xc000e26420, 0xc000e26438, 0xc000616480}, {0x14f6858, 0xc0012d2000}, 0xc00128a120, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 1126 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc001c70000)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc001c07500, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}
, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0xd7, 0xc001697b30)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc001b0a000, 0xc00020f7d0, 0x133e323})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2334 [semacquire]:
sync.runtime_Semacquire(0x0)
runtime/sema.go:56 +0x25
sync.(*WaitGroup).Wait(0xc0027ee640)
sync/waitgroup.go:130 +0x71
github.com/evanw/esbuild/internal/bundler.(*scanner).addEntryPoints(0xc0035fe700, {0xc0035fde30, 0x1,
0x0})
github.com/evanw/esbuild/internal/bundler/bundler.go:1381 +0xbe5
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc0035d4780, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1035 +0x7b7
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x153, 0xc0035fc360)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc002962680, 0x0, 0x0
})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1789 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc002c0abd0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc000623440, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc000623440, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc000a443c0, 0x1, 0x14f6858}, {0x14f6858, 0xc00157ce00}, {0x14fc690, 0xc000918780}, 0xc000a44540, {0x4, 0xc0007b6930, ...}
, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000918780}, {0x4, 0xc0007b6930, 0xc0007b5da0, 0xc0007b5db8, 0xc000de23c0}, {0x14f6858, 0xc00157ce00}, 0xc000a44420, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 1768 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc001a7e360})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc001b4ddd0, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc001b4ddd0, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins
({0xc0019223c0, 0x1, 0x14f6858}, {0x14f6858, 0xc001924700}, {0x14fc690, 0xc000ba5580}, 0xc001922540, {0x4, 0xc000830850, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000ba5580}, {0x4, 0xc000830850, 0xc000679890, 0xc000679a70, 0xc000888160}, {0x14f6858, 0xc001924700}, 0xc001922420, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 1309 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc00194ee00)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc000d09200, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0
, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0xeb, 0xc0028127b0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc00159ac00, 0x1, 0x1})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2659 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc0013a9e60}
)
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc003535b90, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc003535b90, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc003782a80, 0x1, 0x14f6858}, {0x14f6858, 0xc0037b0e00}, {0x14fc690, 0xc0006af180}, 0xc003782c00, {0x4, 0xc00065dc00, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc0006af180}, {0x4, 0xc00065dc00, 0xc000e27bc0, 0xc000e27bd8, 0xc000a7ba40}, {0x14f6858, 0xc0037b0e00}, 0xc003782ae0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 563 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc001c2e380)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc000deed20, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x71,
0xc00104c360)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc0015ab600, 0xc0001f77d0, 0x133e323})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 564 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc00069c700)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc0010a4780, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {
0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x72, 0xc001a89230)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc0015abb80, 0xc0001f67d0, 0x133e323})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 565 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc001925880)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc00076ff80, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0,
0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x73, 0xc001624000)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc0015ac100, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1788 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc002c0ab70
})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc000623320, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc000623320, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc0010a41e0, 0x1, 0x14f6858}, {0x14f6858, 0xc000b09500}, {0x14fc690, 0xc000ccdcc0}, 0xc0010a4360, {0x4, 0xc000300af0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000ccdcc0}, {0x4, 0xc000300af0, 0xc0010ad2f0, 0xc0010ad308, 0xc0003ce980}, {0x14f6858, 0xc000b09500}, 0xc0010a4240, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 566 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc00111f180)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc001632120, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x74, 0xc000bda000)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc0015ac680, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 567 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc000eec700)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc000d08a80, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x75, 0xc00109fa10)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc0015acc00, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 218 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc00030b500)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc001632060, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go
:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x76, 0xc000e460f0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc0012fc000, 0xc0001f07d0, 0x133e323})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2576 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc003bd2b40})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc002957e60, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc002957e60, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc000b57b60, 0x1, 0x14f6858}, {0x14f6858, 0xc001361500}, {0x14fc690, 0xc002814e40}, 0xc000b57ce0, {0x4, 0xc00009fce0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc002814e40}, {0x4, 0xc00009fce0, 0xc0028ff038, 0xc0028ff050, 0xc000379840}, {0x14f6858
, 0xc001361500}, 0xc000b57bc0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 219 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc0014ff500)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc0010a48a0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0,
...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x77, 0xc00068dd10)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc0012fc580, 0x1, 0x1})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1769 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc001a7e3c0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc001b4def0, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc001b4def0, 0x82}, {0x1453f6a, 0x4}, {0x0,
0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc00128a660, 0x1, 0x14f6858}, {0x14f6858, 0xc0014fee00}, {0x14fc690, 0xc000c93900}, 0xc000b97ec0, {0x4, 0xc000862540, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000c93900}, {0x4, 0xc000862540, 0xc000e268d0, 0xc000e268e8, 0xc0006166a0}, {0x14f6858, 0xc0014fee00}, 0xc00128a6c0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 2218 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc001361880)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_,
_}, 0xc000b57bc0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x142, 0xc0034869c0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc003481080, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1790 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc001dd7590})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc000623560, 0x82}, {0x1453f6a,
0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc000623560, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc000a449c0, 0x1, 0x14f6858}, {0x14f6858, 0xc001924e00}, {0x14fc690, 0xc0009188c0}, 0xc00128a240, {0x4, 0xc0007b6a80, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc0009188c0}, {0x4, 0xc0007b6a80, 0xc00097c720, 0xc00097c738, 0xc000de24c0}, {0x14f6858, 0xc001924e00}, 0xc000a44a20, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 2571 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc003bd2990})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.2({{0xc002957b90, 0x82}, {0x0, 0x0}, {0x0, 0x0}, {0xc003b9e300, 0x40}, 0x0,
{0x0, ...}})
github.com/evanw/esbuild/cmd/esbuild/service.go:687 +0x5f4
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnResolve.func1({{0xc002957b90, 0x82}, {{0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, 0x0}, {0xc003b9e300, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:1462 +0x216
github.com/evanw/esbuild/internal/bundler.runOnResolvePlugins({0xc003701140, 0x1, 0x1}, {0x14f6858, 0xc003bb0700}, {0x4, 0xc000168310, 0xc0037569a8, 0xc0037569c0, 0xc000ed9a20}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:688 +0x975
github.com/evanw/esbuild/internal/bundler.(*scanner).addEntryPoints.func1(0x0, {{0xc002957b90, 0x82}, {0x0, 0x0}, 0x0})
github.com/evanw/esbuild/internal/bundler/bundler.go:1347 +0x205
created by github.com/evanw/esbuild/internal/bundler.(*scanner).addEntryPoints
github.com/evanw/esbuild/internal/bundler/bundler.go:1340 +0x162b
goroutine 2587 [chan send]:
github.com/evanw/esbuild/internal/bundler.ScanBundle.func2()
github.com/evanw/esbuild/internal/bundler/bundler.go:1023 +0x265
created by github.com/evanw/esbuild/internal/bundler.ScanBundle
github.com/evanw/esbuild/internal/bundler/bundler.go:1021 +0x785
goroutine 593
[chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc0012d2a80)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc000d08780, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x78, 0xc00068c120)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc001d00000, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2103 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc0005d68d0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc00184a480, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc00184a480, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc00219bc80, 0x1, 0x14f6858}, {0x14f6858, 0xc000bb0380}, {0x14fc690, 0xc000377f00}
, 0xc00219be00, {0x4, 0xc000561570, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000377f00}, {0x4, 0xc000561570, 0xc00081efc0, 0xc00081eff0, 0xc0007915c0}, {0x14f6858, 0xc000bb0380}, 0xc00219bce0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 580 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc001c2ea80)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc000dee540, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0
, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x79, 0xc00008cde0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc001d00580, 0xc00020efd0, 0x133e323})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 581 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc001779c00)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _
}, 0xc00128a900, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x7a, 0xc001246600)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc001d00b00, 0x1, 0x1})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2277 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc003814380)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc0033fe1e0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x14a, 0xc0033abda0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +
0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc0018fe100, 0x1, 0x1})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1848 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc001dd7620})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc000227050, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc000227050, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc000deecc0, 0x1, 0x14f6858}, {0x14f6858, 0xc001c2e000}, {0x14fc690, 0xc000fbcdc0}, 0xc001c06300, {0x4, 0xc00022b2d0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000fbcdc0}, {0x4, 0xc00022b2d0, 0xc00088b998, 0xc00088b9b0, 0xc000ed8ac0}, {0x14f6858, 0xc001c2e000}, 0xc000deed20, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 582 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc00157d880)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc000cbff20, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0,
...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x7b, 0xc00109f9e0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc001d01080, 0x1, 0x1})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1770 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc001dd75c0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc0010a07e0, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{
{0xc0010a07e0, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc0010a4720, 0x1, 0x0}, {0x14f6858, 0xc00069c380}, {0x14fc690, 0xc000ccde00}, 0x0, {0x4, 0xc000300c40, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000ccde00}, {0x4, 0xc000300c40, 0xc0010ad608, 0xc0010ad620, 0xc0003cebc0}, {0x14f6858, 0xc00069c380}, 0xc0010a4780, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 2528 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc0013a98c0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.2({{0xc0035357a0, 0x82}, {0x0, 0x0}, {0x0, 0x0}, {0xc0024edf00, 0x40}, 0x0, {0x0, ...}})
github.com/evanw/esbuild/cmd/esbuild/service.go:687 +0x5f4
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnResolve.func1({{0xc0035357a0, 0x82}, {{0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, 0x0}, {0xc0024edf00, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:1462 +0x216
github.com/evanw/esbuild/internal/bundler.runOnResolvePlugins({0xc003a00b40, 0x1, 0x1}, {0x14f6858, 0xc003a28e00}, {0x4, 0xc000330380, 0xc003a3c6a8, 0xc003a3c6c0, 0xc0006a2a80}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:688 +0x975
github.com/evanw/esbuild/internal/bundler.(*scanner).addEntryPoints.func1(0x0, {{0xc0035357a0, 0x82}, {0x0, 0x0}, 0x0})
github.com/evanw/esbuild/internal/bundler/bundler.go:1347 +0x205
created by github.com/evanw/esbuild/internal/bundler.(*scanner).addEntryPoints
github.com/evanw/esbuild/internal/bundler/bundler.go:1340 +0x162b
goroutine 1038 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc000bb0700)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc00219bce0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0xd5, 0xc000ab6ae0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc0012a1080, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by
main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1851 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc001dd7740})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc0002273b0, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc0002273b0, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc000d08a20, 0x1, 0x14f6858}, {0x14f6858, 0xc000eec380}, {0x14fc690, 0xc000eda500}, 0xc0015c4120, {0x4, 0xc00029b8f0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000eda500}, {0x4, 0xc00029b8f0, 0xc000a05cb0, 0xc000a05d88, 0xc000fba9e0}, {0x14f6858, 0xc000eec380}, 0xc000d08a80, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 1772 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc001ba2540})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc0010a0a20, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc0010a0a20, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc00076fce0, 0x1, 0x14f6858}, {0x14f6858, 0xc001925500}, {0x14fc690, 0xc00062bc00}, 0xc000d08ba0, {0x4, 0xc00088c930, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc00062bc00}, {0x4, 0xc00088c930, 0xc0001fa1c8, 0xc0001fa240, 0xc0006a2260}, {0x14f6858, 0xc001925500}, 0xc00076ff80, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 2195 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc003516000)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc001dfc1e0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x13e, 0xc002497c80)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +
0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc0018fcb00, 0xc0023ec7d0, 0x133e323})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 583 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc001c66380)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc000c2ea20, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x7c, 0xc000d6c000)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc001d01600, 0xc00020dfd0, 0x133e323})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2336 [semacquire]:
sync.runtime_Semacquire(0x0)
runtime/sema.go:56 +0x25
sync.(*WaitGroup).Wait(0xc0006af540)
sync/waitgroup.go:130 +0x71
github.com/evanw/esbuild/internal/bundler.(*scanner).addEntryPoints(0xc0038dc700, {0xc0038e3200, 0x1, 0x0})
github.com/evanw/esbuild/internal/bundler/bundler.go:1381 +0xbe5
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc003783560, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1035 +0x7b7
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x155, 0xc0038b9710)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc002963180, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1849 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc001a7e420})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc000227170, 0x82
}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc000227170, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc0016320c0, 0x1, 0x14f6858}, {0x14f6858, 0xc00111ee00}, {0x14fc690, 0xc0001efac0}, 0xc001922900, {0x4, 0xc00022b3b0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc0001efac0}, {0x4, 0xc00022b3b0, 0xc00088bb60, 0xc00088bb78, 0xc000ed8b40}, {0x14f6858, 0xc00111ee00}, 0xc001632120, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 1850 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc0021a0000})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc000227290, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc000227290, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc0010a4840, 0x1, 0x0}, {0x14f6858, 0xc000b09c00}, {0x14fc690, 0xc000ba5680}, 0x0, {0x4, 0xc000561260, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{
0x14fc690, 0xc000ba5680}, {0x4, 0xc000561260, 0xc000a2bc80, 0xc000a2bc98, 0xc0010a8a40}, {0x14f6858, 0xc000b09c00}, 0xc0010a48a0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 2183 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc0033abad0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc0026b0cf0, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc0026b0cf0, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc000d08d20, 0x1, 0x14f6858}, {0x14f6858, 0xc00194ea80}, {0x14fc690, 0xc002814100}, 0xc000d09620, {0x4, 0xc00009ecb0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:
803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc002814100}, {0x4, 0xc00009ecb0, 0xc001e7f038, 0xc001e7f050, 0xc0006177c0}, {0x14f6858, 0xc00194ea80}, 0xc000d09200, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 1808 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc001dd77d0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc000fb9290, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc000fb9290, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc001632000, 0x1, 0x14f6858}, {0x14f6858, 0xc00030b180}
, {0x14fc690, 0xc00086d140}, 0xc001632240, {0x4, 0xc00009ebd0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc00086d140}, {0x4, 0xc00009ebd0, 0xc00009cc78, 0xc00009cc90, 0xc0003785e0}, {0x14f6858, 0xc00030b180}, 0xc001632060, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 2217 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc003516700)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc001dfdd40, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:
964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x141, 0xc003501a40)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc003480b00, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1771 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc0021a0030})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc0010a0900, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{
{0xc0010a0900, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc000d08720, 0x1, 0x0}, {0x14f6858, 0xc0012d2700}, {0x14fc690, 0xc000e17280}, 0x0, {0x4, 0xc00091c8c0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000e17280}, {0x4, 0xc00091c8c0, 0xc0003d0b58, 0xc0003d0b70, 0xc00008f160}, {0x14f6858, 0xc0012d2700}, 0xc000d08780, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 584 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc00030bc00)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _
}, {_, _}, {_, _}, 0xc000a44f00, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x7d, 0xc0009c5770)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc001d01b80, 0xc00020f7d0, 0x133e323})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1807 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc0016cfb90})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc000fb9170, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc000fb9170, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc00128a8a0, 0x1, 0x14f6858}, {0x14f6858, 0xc001779880}, {0x14fc690, 0xc000c939c0}, 0xc0010a49c0, {0x4, 0xc00029b3b0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000c939c0
}, {0x4, 0xc00029b3b0, 0xc000c2ae40, 0xc000c2ae58, 0xc000b72340}, {0x14f6858, 0xc001779880}, 0xc00128a900, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 1308 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc002059180)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc00128a780, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4,
0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0xea, 0xc00207e0f0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc00159a680, 0x1, 0x1})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1983 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc002395b90})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc0007b3a70, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{
0xc0007b3a70, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc001dfd680, 0x1, 0x14f6858}, {0x14f6858, 0xc0014ff880}, {0x14fc690, 0xc000b23d80}, 0xc0015c4c00, {0x4, 0xc00022b5e0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000b23d80}, {0x4, 0xc00022b5e0, 0xc00229e1f8, 0xc00229e210, 0xc000b72b60}, {0x14f6858, 0xc0014ff880}, 0xc001dfd6e0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 1854 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc001dd7890})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc000227710, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc000227710, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc000cbfec0, 0x1, 0x14f6858}, {0x14f6858, 0xc00157d500}, {0x14fc690, 0xc000eda540}, 0xc0000db140, {0x4, 0xc000624620, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000eda540}, {0x4, 0xc000624620, 0xc0006467f8, 0xc000646828, 0xc000fba580}, {0x14f6858, 0xc00157d500}, 0xc000cbff20, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 1853 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc001dd7830})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc0002275f0, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc0002275f0, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc000dee4e0, 0x1, 0x14f6858}, {0x14f6858, 0xc001c2e700}, {0x14fc690, 0xc000377040}, 0xc000deefc0, {0x4, 0xc00088cd20, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000377040}, {0x4, 0xc00088cd20, 0xc000228c60, 0xc000228c78, 0xc000888260}
, {0x14f6858, 0xc001c2e700}, 0xc000dee540, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 585 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc001662000)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc000387f80, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0,
{0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x7e, 0xc001624ae0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc001d02100, 0xc00020ffd0, 0x133e323})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1394 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc002a2b180)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc00286cd20, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0,
{0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x100, 0xc002a33e60)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc0022dfb80, 0x1, 0x1})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 586 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc0012d3180)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}
, {_, _}, {_, _}, 0xc000d08e40, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x7f, 0xc001364fc0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc001d02680, 0xc000213fd0, 0x133e323})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3(
)
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1889 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc0016cfbc0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc000fb93b0, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc000fb93b0, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc000c2e600, 0x1, 0x14f6858}, {0x14f6858, 0xc001c66000}, {0x14fc690, 0xc0009186c0}, 0xc000a44ba0, {0x4, 0xc0008309a0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:
803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc0009186c0}, {0x4, 0xc0008309a0, 0xc000a2abd0, 0xc000a2ac00, 0xc0010a8500}, {0x14f6858, 0xc001c66000}, 0xc000c2ea20, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 1304 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc002058a80)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc001dfde60, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0,
0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0xe8, 0xc002060360)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc001599b80, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1852 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc001dd77a0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc0002274d0, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc0002274d0, 0x82}, {
0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc000a44ea0, 0x1, 0x14f6858}, {0x14f6858, 0xc00030b880}, {0x14fc690, 0xc00086d540}, 0xc000a45020, {0x4, 0xc000e049a0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc00086d540}, {0x4, 0xc000e049a0, 0xc0006b44c8, 0xc0006b44e0, 0xc00026e2e0}, {0x14f6858, 0xc00030b880}, 0xc000a44f00, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 587 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc001c66a80)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _
, _}, {_, _}, {_, _}, 0xc000c2eea0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x80, 0xc001c622d0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc001d02c00, 0x1, 0x1})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3
()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1774 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc001a7e630})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc0010a0c60, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc0010a0c60, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc001c074a0, 0x1, 0x14f6858}, {0x14f6858, 0xc0009b1c00}, {0x14fc690, 0xc000919a00}, 0xc001c07620, {0x4, 0xc0008633b0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000919a00}, {0x4, 0xc0008633b0, 0xc00032f200, 0xc00032f320, 0xc000de2920}, {0x14f6858, 0xc0009b1c00}, 0xc001c07500, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 1855 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc001dd78f0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc000227830, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc000227830, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc000387f20, 0x1, 0x14f6858}, {
0x14f6858, 0xc001925c00}, {0x14fc690, 0xc0003e9080}, 0xc000a554a0, {0x4, 0xc000300cb0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc0003e9080}, {0x4, 0xc000300cb0, 0xc00088bba8, 0xc00088bbc0, 0xc000616920}, {0x14f6858, 0xc001925c00}, 0xc000387f80, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 588 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc001662700)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc0002d20c0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0},
0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x81, 0xc001654840)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc001d03180, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1856 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc001dd7950})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc000227950, 0x82}
, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc000227950, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc000d08de0, 0x1, 0x14f6858}, {0x14f6858, 0xc0012d2e00}, {0x14fc690, 0xc000e176c0}, 0xc000d08f60, {0x4, 0xc00091cb60, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000e176c0}, {0x4, 0xc00091cb60, 0xc0003d0e88, 0xc0003d0ea0, 0xc00008fde0}, {0x14f6858, 0xc0012d2e00}, 0xc000d08e40, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 589 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc000718380)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc000a45380, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x82, 0xc0015fe990)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc001d03700, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1834 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc001dd7980})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc001c17440, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc001c17440, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc000c2ee40, 0x1, 0x1455671}, {0x14f6858, 0xc001c66700}, {0x14fc690, 0xc0009189c0}, 0xc0006ceea0, {0x4, 0xc000830af0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc0009189c0}, {0x4, 0xc000830af0, 0xc000a2be48, 0xc000a2be60, 0xc0010a88e0}, {0x14f6858, 0xc001c66700}, 0xc000c2eea0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 590 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc001c67180)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc000c2f2c0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x83, 0xc001c7e030)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc00047a000, 0x0, 0x0
})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2211 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc0033aba70})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc0010a1290, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc0010a1290, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc00128a720, 0x1, 0x0}, {0x14f6858, 0xc002058e00}, {0x14fc690, 0xc000fbd040}, 0x0, {0x4, 0xc00065c7e0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000fbd040}, {0x4, 0xc00065c7e0, 0xc000ce70f8, 0xc000ce7110, 0xc00112ca80}, {0x14f6858, 0xc002058e00}, 0xc00128a780, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 1833 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc0016cfc20})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc001c17320, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc001c17320, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc000a79f20, 0x1, 0x14f6858}, {0x14f6858, 0xc001662380}, {0x14fc690, 0xc0003e9540}, 0xc0002d2a20, {0x4, 0xc000300e00, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc0003e9540}, {0x4, 0xc000300e00, 0xc00088bf80
, 0xc00088bf98, 0xc000616c60}, {0x14f6858, 0xc001662380}, 0xc0002d20c0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 1775 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc001a7e690})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc0010a0d80, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc0010a0d80, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc0010c5bc0, 0x1, 0x14f6858}, {0x14f6858, 0xc002373c00}, {0x14fc690, 0xc0002a3480}, 0xc0010c5d40, {0x4
, 0xc00088ddc0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc0002a3480}, {0x4, 0xc00088ddc0, 0xc001e7e870, 0xc001e7e888, 0xc000617620}, {0x14f6858, 0xc002373c00}, 0xc0010c5c20, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 1905 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc001dd79e0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc000227a70, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc000227a70, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}
})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc000a45320, 0x1, 0x14f6858}, {0x14f6858, 0xc000718000}, {0x14fc690, 0xc00086d680}, 0xc000a454a0, {0x4, 0xc000e04c40, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc00086d680}, {0x4, 0xc000e04c40, 0xc0006b4810, 0xc0006b4828, 0xc00026e4a0}, {0x14f6858, 0xc000718000}, 0xc000a45380, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 1907 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc0016bd180)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc001245ce0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}
, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x12c, 0xc0016cfda0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc001fe1180, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1906 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc001dd7a70})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc000227b90, 0x82}, {0x1453f6a, 0x4}, {
0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc000227b90, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc000c2f260, 0x1, 0x14f6858}, {0x14f6858, 0xc001c66e00}, {0x14fc690, 0xc000918b00}, 0xc000c2f3e0, {0x4, 0xc000830c40, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000918b00}, {0x4, 0xc000830c40, 0xc000299458, 0xc000299ba8, 0xc0010a8ae0}, {0x14f6858, 0xc001c66e00}, 0xc000c2f2c0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 591 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc001c67880)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc000c2f6e0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x84, 0xc001c7fd70)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc00047ab00, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 592 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc0012d3880)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc000d093e0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x85, 0xc001d22d50)
github.com/evanw/esbuild/cmd/esbuild/service.go:
459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc00047b080, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2657 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc0013a9d70})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc003535950, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc003535950, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc00128b020, 0x1, 0x14f6858}, {0x14f6858, 0xc003516a80}, {0x14fc690, 0xc001e93d00}, 0xc00128be00, {0x4, 0xc00075dce0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc001e93d00}, {0x4, 0xc00075dce0, 0xc00229e030, 0xc00229e048, 0xc0003cfcc0}, {
0x14f6858, 0xc003516a80}, 0xc00128b080, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 2512 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc003ba2a80})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc002957a70, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc002957a70, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc00286d5c0, 0x1, 0x14f6858}, {0x14f6858, 0xc00207a000}, {0x14fc690, 0xc001b22380}, 0xc00286d740, {0x4, 0xc000561500, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc001b22380}, {0x4, 0xc000561500, 0xc001fdaa80, 0xc001fdaa98, 0xc000617e60}, {0x14f6858, 0xc00207a000}, 0xc00286d620, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 689 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc000718a80)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc000a45860, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x86, 0xc000716720
)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc00047b600, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1835 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc0016cfcb0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc001c17560, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc001c17560, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc000c2f680, 0x1, 0x14f6858}, {
0x14f6858, 0xc001c67500}, {0x14fc690, 0xc000918c40}, 0xc000c2f800, {0x4, 0xc000830d90, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000918c40}, {0x4, 0xc000830d90, 0xc000c0fd10, 0xc000c0fd28, 0xc0010a8ba0}, {0x14f6858, 0xc001c67500}, 0xc000c2f6e0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 690 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc000ab4000)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc000c2fb00, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0,
0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x87, 0xc0006f3ad0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc00047bb80, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1338 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc0007a6000)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _,
_}, {_, _}, {_, _}, 0xc00031c060, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0xf4, 0xc0028d7ef0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc00159b180, 0x1, 0x1})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2442 [chan send]:
github.com/evanw/esbuild/internal/bundler.ScanBundle.func2()
github.com/evanw/esbuild/internal/bundler/bundler.go:1023 +0x265
created by github.com/evanw/esbuild/internal/bundler.ScanBundle
github.com/evanw/esbuild/internal/bundler/bundler.go:1021 +0x785
goroutine 1866 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc001dd7a10})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc00152eea0, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc00152eea0, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc000d09380, 0x1, 0x1455671}, {0x14f6858, 0xc0012d3500}
, {0x14fc690, 0xc000e17840}, 0xc001ca21a0, {0x4, 0xc00091ccb0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000e17840}, {0x4, 0xc00091ccb0, 0xc0003d1278, 0xc0003d12c0, 0xc00008ffa0}, {0x14f6858, 0xc0012d3500}, 0xc000d093e0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 691 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc001d6e000)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc000d09800, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0},
0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x88, 0xc001d3eab0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc00047c100, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2440 [semacquire]:
sync.runtime_Semacquire(0x0)
runtime/sema.go:56 +0x25
sync.(*WaitGroup).Wait(0xc000edb500)
sync/waitgroup.go:130 +0x71
github.com/evanw/esbuild/internal/bundler.(*scanner).addEntryPoints(0xc003467880,
{0xc003abe1b0, 0x1, 0x0})
github.com/evanw/esbuild/internal/bundler/bundler.go:1381 +0xbe5
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc0036ea720, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1035 +0x7b7
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190
, 0x15c, 0xc003aa26c0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc0018fe680, 0xc0023ebfd0, 0x133e323})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1867 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc001ba25d0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc00152efc0, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc00152efc0, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc000a45800, 0x1, 0x14f6858}, {0x14f6858, 0xc000718700}, {0x14fc690, 0xc00086d7c0}, 0xc000a45980, {0x4, 0xc000e04d90, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc00086d7c0}, {0x4, 0xc000e04d90, 0xc0006b4ba0, 0xc0006b4bb8, 0xc00026e700}, {0x14f6858, 0xc000718700}, 0xc000a45860, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 1890 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc001f51170})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc000fb94d0, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc000fb94d0, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc000c2faa0, 0x1, 0x14f6858}, {0x14f6858, 0xc001c67c00}, {0x14fc690, 0xc000918d80}, 0xc000c2fc20, {0x4, 0xc000830ee0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000918d80}, {0x4, 0xc000830ee0, 0xc00081fe78, 0xc00081fec0, 0xc0010a8c60}, {0x14f6858, 0xc001c67c00}, 0xc000c2fb00, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 692 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc000ab4700)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc000c2ff20, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x89, 0xc000ab3830)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc00047c680, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 693 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc000719180)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc000a45d40, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl
({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x8a, 0xc00077e4b0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc00047cc00, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 694 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc001c2f180)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({
_, _, _, _, _}, {_, _}, {_, _}, 0xc000def4a0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x8b, 0xc000c13980)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc00047d180, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3(
)
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1868 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc001ba2630})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc00152f0e0, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc00152f0e0, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc000d097a0, 0x1, 0x14f6858}, {0x14f6858, 0xc0012d3c00}, {0x14fc690, 0xc000e17980}, 0xc000d09920, {0x4, 0xc00091ce00, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803
+0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000e17980}, {0x4, 0xc00091ce00, 0xc0003d1e30, 0xc0003d1e48, 0xc0003786c0}, {0x14f6858, 0xc0012d3c00}, 0xc000d09800, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 1891 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc001f51200})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc000fb95f0, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc000fb95f0, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc000c2fec0, 0x1, 0x14f6858
}, {0x14f6858, 0xc000ab4380}, {0x14fc690, 0xc000918ec0}, 0xc000c192c0, {0x4, 0xc000831030, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000918ec0}, {0x4, 0xc000831030, 0xc000a3b410, 0xc000a3b5d8, 0xc0010a8d20}, {0x14f6858, 0xc000ab4380}, 0xc000c2ff20, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 695 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc001662e00)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc000ec4600, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}
, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x8c, 0xc0016745d0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc00047d700, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1869 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc001ba26c0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc00152f200, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0,
0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc00152f200, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc000a45ce0, 0x1, 0x14f6858}, {0x14f6858, 0xc000718e00}, {0x14fc690, 0xc00086d900}, 0xc000a45e60, {0x4, 0xc000e04ee0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc00086d900}, {0x4, 0xc000e04ee0, 0xc0006b4eb8, 0xc0006b4ed0, 0xc00026e980}, {0x14f6858, 0xc000718e00}, 0xc000a45d40, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 696 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies
(0xc0016fc380)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc00128ade0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x8d, 0xc001763d10)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc0015ad180, 0x0
, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2242 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc003523830})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc003534120, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc003534120, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc00286c2a0, 0x1, 0x14f6858}, {0x14f6858, 0xc00194f880}, {0x14fc690, 0xc002814380}, 0xc00286c420, {
0x4, 0xc00009f030, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc002814380}, {0x4, 0xc00009f030, 0xc001e7f668, 0xc001e7f680, 0xc000617940}, {0x14f6858, 0xc00194f880}, 0xc00286c300, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 2585 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc0013a99b0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc003cd4000, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc003cd4000, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}
})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc001c06480, 0x1, 0x1455671}, {0x14f6858, 0xc00207bc00}, {0x14fc690, 0xc001b22ac0}, 0xc0007451e0, {0x4, 0xc000862a10, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc001b22ac0}, {0x4, 0xc000862a10, 0xc001fdb8c0, 0xc001fdb8d8, 0xc000ed92a0}, {0x14f6858, 0xc00207bc00}, 0xc001c064e0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 697 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc000ab4e00)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc000823440, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036
+0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x8e, 0xc000bb55c0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc0015ad700, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2135 [chan receive]:
main.(*serviceType).sendRequest
(0xc000100190, {0x13f85e0, 0xc002a8cde0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc002956900, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc002956900, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc000a44d20, 0x1, 0x14f6858}, {0x14f6858, 0xc002637500}, {0x14fc690, 0xc001e92600}, 0xc000a45200, {0x4, 0xc0006257a0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc001e92600}, {0x4, 0xc0006257a0, 0xc001faad38, 0xc001faad50, 0xc0010a9100}, {0x14f6858, 0xc002637500}, 0xc000a44d80, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 1927 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc00205eea0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc000623710, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc000623710, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc000ba07e0, 0x1, 0x14f6858}, {0x14f6858, 0xc001662a80}, {0x14fc690, 0xc0003e9680}, 0xc000ec5860, {0x4, 0xc000300f50, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc0003e9680}, {0x4, 0xc000300f50, 0xc00009d260, 0xc00009d2c0, 0xc000617040
}, {0x14f6858, 0xc001662a80}, 0xc000ec4600, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 698 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc001c2f880)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc000def980, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {
0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x8f, 0xc0019d9c80)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc0000f8580, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2351 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc00391e090})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.2({{0xc00184a990, 0x82}, {0x0, 0x0}, {0x0, 0x0}, {0xc0035d0340, 0x40}, 0x0, {0x0, ...}})
github.com/evanw/esbuild/cmd/esbuild/service.go:687 +0x5f4
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnResolve.func1
({{0xc00184a990, 0x82}, {{0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, 0x0}, {0xc0035d0340, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:1462 +0x216
github.com/evanw/esbuild/internal/bundler.runOnResolvePlugins({0xc0035d4720, 0x1, 0x1}, {0x14f6858, 0xc0035fe380}, {0x4, 0xc000301500, 0xc001ef5728, 0xc001ef5740, 0xc00112d360}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:688 +0x975
github.com/evanw/esbuild/internal/bundler.(*scanner).addEntryPoints.func1(0x0, {{0xc00184a990, 0x82}, {0x0, 0x0}, 0x0})
github.com/evanw/esbuild/internal/bundler/bundler.go:1347 +0x205
created by github.com/evanw/esbuild/internal/bundler.(*scanner).addEntryPoints
github.com/evanw/esbuild/internal/bundler/bundler.go:1340 +0x162b
goroutine 1893 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc001f51290})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +
0xda
main.(*serviceType).convertPlugins.func2.3({{0xc000fb9830, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc000fb9830, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc00128ad80, 0x1, 0x14f6858}, {0x14f6858, 0xc0016fc000}, {0x14fc690, 0xc000c93b00}, 0xc00128af00, {0x4, 0xc00029b810, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000c93b00}, {0x4, 0xc00029b810, 0xc000c2b4a0, 0xc000c2b4b8, 0xc000b72400}, {0x14f6858, 0xc0016fc000}, 0xc00128ade0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine
699 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc0016fca80)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc00128b200, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x90, 0xc0016d3b60)
github.com/evanw/esbuild/cmd/esbuild/service.go
:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc0000f8b00, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1870 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc001ba2720})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc00152f320, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc00152f320, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc0008232c0, 0x1, 0x14f6858}, {0x14f6858, 0xc000ab4a80},
{0x14fc690, 0xc000919000}, 0xc0006fd0e0, {0x4, 0xc000831180, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000919000}, {0x4, 0xc000831180, 0xc000a04e40, 0xc000a05158, 0xc0010a8e00}, {0x14f6858, 0xc000ab4a80}, 0xc000823440, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 700 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc000ab5500)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc001244060, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0,
{0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x91, 0xc000bd9320)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc0000f9080, 0x1, 0x1})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1929 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc001daae00)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc0017320c0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x12e, 0xc001dd7f20)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc00205ab00, 0x0,
0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1928 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc001f512c0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc000623830, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc000623830, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc000def920, 0x1, 0x14f6858}, {0x14f6858, 0xc001c2f500}, {0x14fc690, 0xc000377680}, 0xc00128aa20, {0x4, 0xc00088d3b0
, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000377680}, {0x4, 0xc00088d3b0, 0xc0007b5c50, 0xc0007b5c68, 0xc000888660}, {0x14f6858, 0xc001c2f500}, 0xc000def980, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 1317 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc00194f500)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc000b34360, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0xed, 0xc00282a540)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc0028d2580, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 701 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc00171e000)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {
_, _}, 0xc000defda0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x92, 0xc0019ff9e0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc0000f9600, 0x1, 0x1})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123
+0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1232 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc0005d6030})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc0007b2990, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc0007b2990, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc00128b1a0, 0x1, 0x14f6858}, {0x14f6858, 0xc0016fc700}, {0x14fc690, 0xc000c93c40}, 0xc00128b320, {0x4, 0xc00029ba40, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000c93c40}, {0x4, 0xc00029ba40, 0xc000c2b8a8, 0xc000c2b908, 0xc000b724c0}, {0x14f6858, 0xc0016fc700}, 0xc00128b200, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 702 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc0016fd180)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc00128b680, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +
0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x93, 0xc0010278f0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc0000f9b80, 0xc001c6f7d0, 0x133e323})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2595 [semacquire]:
sync.runtime_Semacquire(0x0)
runtime/sema.go:56 +0x25
sync.(*WaitGroup).Wait(0xc002815200)
sync/waitgroup.go:130 +0x71
github.com/evanw/esbuild/internal/bundler.(*scanner).addEntryPoints(0xc0011bae00, {0xc003cea780, 0x1, 0x0
})
github.com/evanw/esbuild/internal/bundler/bundler.go:1381 +0xbe5
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc0008ee900, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1035 +0x7b7
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x169, 0xc003ca2c90)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc003654100
, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1894 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc0005d6060})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc000fb9950, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc000fb9950, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc001244000, 0x1, 0x14f6858}, {0x14f6858, 0xc000ab5180}, {0x14fc690, 0xc000919140}, 0xc000def5c0, {0x4, 0xc0008312d0, ...
}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000919140}, {0x4, 0xc0008312d0, 0xc000574d68, 0xc000574d80, 0xc0010a8ec0}, {0x14f6858, 0xc000ab5180}, 0xc001244060, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 2134 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc002497b90})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc0029567e0, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc0029567e0, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc000c2f980, 0x1, 0x14f6858}, {0x14f6858, 0xc002636700}, {0x14fc690, 0xc001e92380}, 0xc001c06f60, {0x4, 0xc000625500, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc001e92380}, {0x4, 0xc000625500, 0xc001faa738, 0xc001faa750, 0xc0010a8b20}, {0x14f6858, 0xc002636700}, 0xc000c2f9e0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 703 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc000ab5c00)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc001244480, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:
1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x94, 0xc001391080)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc0000fa100, 0x1, 0x1})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine
1895 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc001f51350})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc000fb9a70, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc000fb9a70, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc000defd40, 0x1, 0x14f6858}, {0x14f6858, 0xc001c2fc00}, {0x14fc690, 0xc0003777c0}, 0xc000defec0, {0x4, 0xc00088d500, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc0003777c0}, {0x4, 0xc00088d500, 0xc00032ef18, 0xc00032ef90, 0xc000888860}
, {0x14f6858, 0xc001c2fc00}, 0xc000defda0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 704 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc00171e700)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc0017321e0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {
0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x95, 0xc00159d740)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc0000fa680, 0x1, 0x1})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1969 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc00205ef00})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc0007b2ab0, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc0007b2ab0, 0x82}, {0x1453f6a, 0x4}, {
0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc00128b620, 0x1, 0x14f6858}, {0x14f6858, 0xc0016fce00}, {0x14fc690, 0xc000c93d80}, 0xc000defaa0, {0x4, 0xc00029bb90, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000c93d80}, {0x4, 0xc00029bb90, 0xc000c2bd28, 0xc000c2bd70, 0xc000b725a0}, {0x14f6858, 0xc0016fce00}, 0xc00128b680, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 721 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc001d6e700)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc000d09ec0,
...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x96, 0xc001d5c870)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc0000fac00, 0xc0015eafd0, 0x133e323})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1896 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc001f513b0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc000fb9b90, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc000fb9b90, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc001244420, 0x1, 0x14f6858}, {0x14f6858, 0xc000ab5880}, {0x14fc690, 0xc000919280}, 0xc0012445a0, {0x4, 0xc000831420, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000919280}, {0x4, 0xc000831420, 0xc000575218, 0xc000575230
, 0xc0010a8f80}, {0x14f6858, 0xc000ab5880}, 0xc001244480, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 722 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc0016fd880)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc00128bb60, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...
}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x97, 0xc001313680)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc0000fb180, 0xc0015eb7d0, 0x133e323})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2386 [chan send]:
github.com/evanw/esbuild/internal/bundler.ScanBundle.func2()
github.com/evanw/esbuild/internal/bundler/bundler.go:1023 +0x265
created by github.com/evanw/esbuild/internal/bundler.ScanBundle
github.com/evanw/esbuild/internal/bundler/bundler.go:1021 +0x785
goroutine 1897 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc001f51410})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc000fb9cb0, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{
0xc000fb9cb0, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc001732180, 0x1, 0x14f6858}, {0x14f6858, 0xc00171e380}, {0x14fc690, 0xc000377900}, 0xc001732300, {0x4, 0xc00088d650, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000377900}, {0x4, 0xc00088d650, 0xc00032f758, 0xc00032f788, 0xc000888920}, {0x14f6858, 0xc00171e380}, 0xc0017321e0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 1943 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc002497b00})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc001c179e0, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc001c179e0, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc001c07b60, 0x1, 0x14f6858}, {0x14f6858, 0xc001c70a80}, {0x14fc690, 0xc000919c80}, 0xc001c07ce0, {0x4, 0xc000863650, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000919c80}, {0x4, 0xc000863650, 0xc000dd82b8, 0xc000dd82d0, 0xc000de2aa0}, {0x14f6858, 0xc001c70a80}, 0xc001c07bc0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 723 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc001663500)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc0010c40c0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}
, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x98, 0xc000e62390)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc0000fb700, 0x1, 0x1})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1970 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc0005d60f0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc0007b2bd0, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc0007b2bd0, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc000d09e60, 0x1, 0x14f6858}, {0x14f6858, 0xc001d6e380}, {0x14fc690, 0xc000e17ac0}, 0xc001d7e000, {0x4, 0xc00091cf50, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000e17ac0}, {0x4, 0xc00091cf50, 0xc00056e420, 0xc00056e438, 0xc0003787c0}, {0x14f6858, 0xc001d6e380}, 0xc000d09ec0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 724 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc001d6ee00)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc001d7e300, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0
, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x99, 0xc001d7c5d0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc0012fcb00, 0x1, 0x1})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2579 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc003ca2ab0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc0010a1c20, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc0010a1c20, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0
, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc0027c7b60, 0x1, 0x14f6858}, {0x14f6858, 0xc001f64380}, {0x14fc690, 0xc000fbd5c0}, 0xc0027c7ce0, {0x4, 0xc000e05960, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000fbd5c0}, {0x4, 0xc000e05960, 0xc001ecb8f0, 0xc001ecb908, 0xc0010a9740}, {0x14f6858, 0xc001f64380}, 0xc0027c7bc0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 1898 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc001f51470})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc000fb9dd0, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1(
{{{0xc000fb9dd0, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc00128bb00, 0x1, 0x14f6858}, {0x14f6858, 0xc0016fd500}, {0x14fc690, 0xc000c93ec0}, 0xc00128bc80, {0x4, 0xc00029bce0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000c93ec0}, {0x4, 0xc00029bce0, 0xc000dd8168, 0xc000dd8180, 0xc000b72680}, {0x14f6858, 0xc0016fd500}, 0xc00128bb60, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 725 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc001dfe000)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _
}, {_, _}, {_, _}, 0xc00128bf80, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x9a, 0xc001dcb3e0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc0012fd080, 0xc0002137d0, 0x133e323})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2161 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc001a7e750})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc0010a0fc0, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc0010a0fc0, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc000a01b60, 0x1, 0x14f6858}, {0x14f6858, 0xc000d5ea80}, {0x14fc690, 0xc000ba5ec0}, 0xc000cbede0, {0x4, 0xc000624fc0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000ba5ec0}, {
0x4, 0xc000624fc0, 0xc00229ffe0, 0xc00056e450, 0xc000889d20}, {0x14f6858, 0xc000d5ea80}, 0xc000a01e60, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 1971 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc00205ef30})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc0007b2cf0, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc0007b2cf0, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc0010c4060, 0x1, 0x14f6858}, {0x14f6858, 0xc001663180}, {0x14fc690, 0xc0003e97c0}, 0xc000891e00
, {0x4, 0xc0003010a0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc0003e97c0}, {0x4, 0xc0003010a0, 0xc00009d8f0, 0xc00009d908, 0xc0006171e0}, {0x14f6858, 0xc001663180}, 0xc0010c40c0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 726 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc001ebe380)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc001244a20, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...
}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x9b, 0xc001486e70)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc0012fd600, 0x1, 0x1})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1318 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc00194fc00)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc00286c300, ...
)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0xee, 0xc00286e2a0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc0028d2b00, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1972 [chan receive
]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc0005d6180})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc0007b2e10, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc0007b2e10, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc001d7e2a0, 0x1, 0x14f6858}, {0x14f6858, 0xc001d6ea80}, {0x14fc690, 0xc000e17c00}, 0xc001d7e420, {0x4, 0xc00091d0a0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000e17c00}, {0x4, 0xc00091d0a0, 0xc00056e8d0, 0xc00056e8e8, 0xc000378880}, {0x14f6858, 0xc001d6ea80},
0xc001d7e300, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 727 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc001d6f500)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc001d7e720, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722
+0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x9c, 0xc001e4a330)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc0012fdb80, 0xc00020ffd0, 0x133e323})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1871 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc001a7e510})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc00152f440, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc00152f440, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +
0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc00128bf20, 0x1, 0x14f6858}, {0x14f6858, 0xc0016fdc00}, {0x14fc690, 0xc000a13140}, 0xc000386ea0, {0x4, 0xc00029be30, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000a13140}, {0x4, 0xc00029be30, 0xc000dd8468, 0xc000dd8480, 0xc000b72740}, {0x14f6858, 0xc0016fdc00}, 0xc00128bf80, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 728 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc001dfe700)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc001dfc3c0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({
0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x9d, 0xc001de7140)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc0012fe100, 0xc00055ffd0, 0x133e323})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 729 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc00171ee00)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc001732660, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x9e, 0xc0017354d0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +
0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc0012fe680, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1974 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc0005d6240})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc0007b3050, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc0007b3050, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc0012449c0, 0x1, 0x14f6858}, {0x14f6858, 0xc001ebe000}, {0x14fc690, 0xc0009193c0}, 0xc001244b40, {0x4, 0xc000831570, ...}
, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc0009193c0}, {0x4, 0xc000831570, 0xc000575a28, 0xc000575a40, 0xc0010a90a0}, {0x14f6858, 0xc001ebe000}, 0xc001244a20, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 1973 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc0005d61e0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc0007b2f30, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc0007b2f30, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins(
{0xc001d7e6c0, 0x1, 0x14f6858}, {0x14f6858, 0xc001d6f180}, {0x14fc690, 0xc000e17d40}, 0xc001d7e840, {0x4, 0xc00091d1f0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000e17d40}, {0x4, 0xc00091d1f0, 0xc00056f068, 0xc00056f080, 0xc000378940}, {0x14f6858, 0xc001d6f180}, 0xc001d7e720, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 730 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc000719880)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc000b56420, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0,
0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x9f, 0xc000b362d0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc0012fec00, 0xc001804fd0, 0x133e323})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1975 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0,
0xc0005d62a0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc0007b3170, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc0007b3170, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc001dfc360, 0x1, 0x14f6858}, {0x14f6858, 0xc001dfe380}, {0x14fc690, 0xc001129dc0}, 0xc001dfc4e0, {0x4, 0xc00029bf80, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc001129dc0}, {0x4, 0xc00029bf80, 0xc000dd8768, 0xc000dd8780, 0xc000b72800}, {0x14f6858, 0xc001dfe380}, 0xc001dfc3c0, ...}
)
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 731 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc001dfee00)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc001dfc7e0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0xa0, 0xc001f12ea0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc0012ff180, 0x1, 0x1})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 732 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc001663c00)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc0010c47e0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0xa1, 0xc0010d0150)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc0012ff700, 0x1, 0x1})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2136 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc002a8ce40})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc002956a20, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763
+0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc002956a20, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc001245620, 0x1, 0x14f6858}, {0x14f6858, 0xc00177aa80}, {0x14fc690, 0xc0003e9f00}, 0xc0012457a0, {0x4, 0xc000e058f0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc0003e9f00}, {0x4, 0xc000e058f0, 0xc001ecadc8, 0xc001ecade0, 0xc000ed91e0}, {0x14f6858, 0xc00177aa80}, 0xc001245680, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 2249 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc00357f410})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc003534360, 0x82}
, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc003534360, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc0027c67e0, 0x1, 0x14f6858}, {0x14f6858, 0xc0027fc700}, {0x14fc690, 0xc0027ee180}, 0xc0027c6960, {0x4, 0xc000863c00, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc0027ee180}, {0x4, 0xc000863c00, 0xc001de8be8, 0xc001de8c00, 0xc000de2e40}, {0x14f6858, 0xc0027fc700}, 0xc0027c6840, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 2665 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc00255e060})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc003535cb0, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc003535cb0, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc0033fe5a0, 0x1, 0x14f6858}, {0x14f6858, 0xc003814700}, {0x14fc690, 0xc000fbdc00}, 0xc0033fe720, {0x4, 0xc0008307e0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000fbdc00}, {0x4, 0xc0008307e0, 0xc001e7e540, 0xc001e7e558, 0xc0010a9e00}, {0x14f6858, 0xc003814700}, 0xc0033fe600, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139
+0x7e5
goroutine 1976 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc002691230})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc0007b3290, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc0007b3290, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc001732600, 0x1, 0x14f6858}, {0x14f6858, 0xc00171ea80}, {0x14fc690, 0xc000377a40}, 0xc0010c41e0, {0x4, 0xc00088d7a0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000377a40}, {0x4, 0xc00088d7a0, 0xc000eb24b0,
0xc000eb24c8, 0xc000888b40}, {0x14f6858, 0xc00171ea80}, 0xc001732660, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 733 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc00171f500)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc001732a80, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0
, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0xa2, 0xc00200b230)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc001ad8000, 0x1, 0x1})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1978 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc0005d6360})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc0007b34d0, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{
{0xc0007b34d0, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc000b563c0, 0x1, 0x14f6858}, {0x14f6858, 0xc000719500}, {0x14fc690, 0xc00086da40}, 0xc000b56540, {0x4, 0xc000e05030, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc00086da40}, {0x4, 0xc000e05030, 0xc0006b5218, 0xc0006b5230, 0xc00026f260}, {0x14f6858, 0xc000719500}, 0xc000b56420, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 1977 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc0022abce0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +
0xda
main.(*serviceType).convertPlugins.func2.3({{0xc0007b33b0, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc0007b33b0, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc001dfc780, 0x1, 0x14f6858}, {0x14f6858, 0xc001dfea80}, {0x14fc690, 0xc000d71900}, 0xc001732780, {0x4, 0xc00022abd0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000d71900}, {0x4, 0xc00022abd0, 0xc000dd8d68, 0xc000dd8d80, 0xc000b728c0}, {0x14f6858, 0xc001dfea80}, 0xc001dfc7e0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 734 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc001dff500)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc001dfcc00, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0xa3, 0xc001f2ac00
)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc001ad8580, 0x1, 0x1})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 735 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc000eece00)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc001caa180, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0
, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0xa4, 0xc001ca4090)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc001ad8b00, 0x1, 0x1})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2452 [semacquire]:
sync.runtime_Semacquire(0x0)
runtime/sema.go:56 +0x25
sync.(*WaitGroup).Wait(0xc000edb3c0)
sync/waitgroup.go:130 +0x71
github.com/evanw/esbuild/internal/bundler.(*scanner).addEntryPoints(0xc003467180, {0xc003aa2420, 0x1, 0x0})
github.com/evanw/esbuild/internal/bundler/bundler.go:1381 +0xbe5
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc0036ea3c0
, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1035 +0x7b7
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x15b, 0xc0036b8930)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc003652580, 0x1, 0x1})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1965 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc0022abcb0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc000227d40, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc000227d40, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc0010c4780, 0x1, 0x14f6858}, {0x14f6858, 0xc001663880}, {0x14fc690, 0xc0003e9900}, 0xc0010c4900, {0x4, 0xc0003011f0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc0003e9900}, {0x4, 0xc0003011f0, 0xc00051c210, 0xc00051c258, 0xc0006173c0}, {0x14f6858, 0xc001663880}, 0xc0010c47e0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 1902 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc002691290})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc0026b0000, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc0026b0000, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc001732a20, 0x1, 0x14f6858}, {0x14f6858, 0xc00171f180}, {0x14fc690, 0xc000377b80}, 0xc001732ba0, {0x4, 0xc00088d8f0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000377b80}, {0x4, 0xc00088d8f0, 0xc000eb2978, 0xc000eb29d8,
0xc000888e20}, {0x14f6858, 0xc00171f180}, 0xc001732a80, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 736 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc001dffc00)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc001732ea0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0xa5, 0xc002036f90)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc001ad9080, 0xc001c70fd0, 0x133e323})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 801 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc00219e380)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc000b569c0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0xa6, 0xc0010d1ef0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc001ad9600, 0xc001c6ffd0, 0x133e323})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2034 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc001f64e00)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_,
_}, 0xc00219a900, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x133, 0xc002691500)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc002960b00, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122
+0x4e5
goroutine 1966 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc0022abd40})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc000227e60, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc000227e60, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc001dfcba0, 0x1, 0x14f6858}, {0x14f6858, 0xc001dff180}, {0x14fc690, 0xc000d71cc0}, 0xc001dfcd20, {0x4, 0xc00022afc0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000d71cc0}, {0x4, 0xc00022afc0, 0xc000dd91d0, 0xc000dd91e8, 0xc000b72980}, {0x14f6858,
0xc001dff180}, 0xc001dfcc00, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 541 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc00219e700)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc001d7ecc0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...},
...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0xa7, 0xc001e740f0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc002100000, 0x1, 0x1})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 542 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc000eed500)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc0015c46c0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...
}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0xa8, 0xc000bc94d0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc002100580, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1944 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc002497b60})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc001c17b00, 0x82}, {0x1453f6a, 0x4},
{0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc001c17b00, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc000c2ed20, 0x1, 0x14f6858}, {0x14f6858, 0xc002636000}, {0x14fc690, 0xc001e92240}, 0xc000c2f1a0, {0x4, 0xc0006253b0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc001e92240}, {0x4, 0xc0006253b0, 0xc001faa438, 0xc001faa450, 0xc000889f80}, {0x14f6858, 0xc002636000}, 0xc000c2ed80, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 2401 [semacquire]:
sync.runtime_Semacquire(0x0)
runtime/sema.go:56 +0x25
sync.(*WaitGroup).Wait(0xc0006af7c0)
sync/waitgroup.go:130 +0x71
github.com/evanw/esbuild/internal/bundler.(*scanner).addEntryPoints
(0xc0038dd500, {0xc0039aacc0, 0x1, 0x0})
github.com/evanw/esbuild/internal/bundler/bundler.go:1381 +0xbe5
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc003783c20, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1035 +0x7b7
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x157, 0xc0038fd1d0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc0035aab00, 0xc0023f1fd0, 0x133e323})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1904 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc002691350})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc0026b0240, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc0026b0240, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc001caa120, 0x1, 0x14f6858}, {0x14f6858, 0xc000eeca80}, {0x14fc690,
0xc000eda680}, 0xc0015c4360, {0x4, 0xc000624770, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000eda680}, {0x4, 0xc000624770, 0xc000647110, 0xc000647140, 0xc000fbaa80}, {0x14f6858, 0xc000eeca80}, 0xc001caa180, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 543 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc0020e4000)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc000b56c00, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0,
...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0xa9, 0xc0020b1950)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc002100b00, 0x1, 0x1})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 544 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc00222c000)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc001d7f0e0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0xaa, 0xc001e75d70)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc002101080, 0xc001808fd0, 0x133e323})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 817 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc0022b8380)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc001dfd200, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0,
0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0xab, 0xc001f53650)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc002101600, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1395 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc002a2b880)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc0027c70e0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x101, 0xc002bc0b70)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc0022e0100, 0xc0024c57d0, 0x133e323})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1903 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc0026912f0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc0026b0120, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc0026b0120, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}}
)
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc001732e40, 0x1, 0x14f6858}, {0x14f6858, 0xc001dff880}, {0x14fc690, 0xc000377cc0}, 0xc001dfcea0, {0x4, 0xc00088da40, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000377cc0}, {0x4, 0xc00088da40, 0xc000eb2ea0, 0xc000eb2eb8, 0xc000889020}, {0x14f6858, 0xc001dff880}, 0xc001732ea0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 818 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc00219ee00)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc00219a5a0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0xac, 0xc002194480)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc002101b80, 0x0, 0x0
})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1979 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc002691380})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc0007b35f0, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc0007b35f0, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc000b56960, 0x1, 0x14f6858}, {0x14f6858, 0xc00219e000}, {0x14fc690, 0xc00086db40}, 0xc001dfc900, {0x4, 0xc000e05110, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc00086db40}, {0x4, 0xc000e05110, 0xc0006b54b8, 0xc0006b54d0, 0xc00026f4e0}, {0x14f6858, 0xc00219e000}, 0xc000b569c0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 819 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc000eedc00)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc0015c4ae0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0xad, 0xc00185f230)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc002102100, 0x1, 0x1})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1968 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc00207b180)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc00286de00, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x131, 0xc00077d0e0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc002960000, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1967 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc0005d63c0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc0027a4000, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc0027a4000, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0,
0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc001d7ec60, 0x1, 0x14f6858}, {0x14f6858, 0xc001d6f880}, {0x14fc690, 0xc000e17e80}, 0xc00219a0c0, {0x4, 0xc00091d340, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000e17e80}, {0x4, 0xc00091d340, 0xc00056f7d0, 0xc00056f848, 0xc000378a40}, {0x14f6858, 0xc001d6f880}, 0xc001d7ecc0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 2252 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc0033fdcb0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc0035346c0, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc0035346c0, 0x82}, {0x1453f6a, 0x4}, {0x0
, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc0027c6c00, 0x1, 0x0}, {0x14f6858, 0xc0027fce00}, {0x14fc690, 0xc0027ee2c0}, 0x0, {0x4, 0xc000863d50, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc0027ee2c0}, {0x4, 0xc000863d50, 0xc001de8ee8, 0xc001de8f00, 0xc000de2f00}, {0x14f6858, 0xc0027fce00}, 0xc0027c6c60, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 2001 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc0022abda0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc0026b0360, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{
{0xc0026b0360, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc000b56ba0, 0x1, 0x14f6858}, {0x14f6858, 0xc000719c00}, {0x14fc690, 0xc00086dc00}, 0xc001d7ede0, {0x4, 0xc000e05260, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc00086dc00}, {0x4, 0xc000e05260, 0xc0006b5770, 0xc0006b5788, 0xc00026faa0}, {0x14f6858, 0xc000719c00}, 0xc000b56c00, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 2256 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc00357f650})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc003534900, 0x82}, {0x1453f6a,
0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc003534900, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc00286ccc0, 0x1, 0x14f6858}, {0x14f6858, 0xc002a2ae00}, {0x14fc690, 0xc002814740}, 0xc00286ce40, {0x4, 0xc00009f420, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc002814740}, {0x4, 0xc00009f420, 0xc002a4c1e0, 0xc002a4c1f8, 0xc000617bc0}, {0x14f6858, 0xc002a2ae00}, 0xc00286cd20, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 2581 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0,
0xc003a47a40})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc0010a1e60, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc0010a1e60, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc00219a8a0, 0x1, 0x14f6858}, {0x14f6858, 0xc001f64a80}, {0x14fc690, 0xc000fbd700}, 0xc00031d4a0, {0x4, 0xc000e05ab0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000fbd700}, {0x4, 0xc000e05ab0, 0xc001ecbd70, 0xc001ecbd88, 0xc0010a9920}, {0x14f6858, 0xc001f64a80}, 0xc00219a900, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +
0x7e5
goroutine 2002 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc002691410})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc0026b0480, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc0026b0480, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc0015c4660, 0x1, 0x14f6858}, {0x14f6858, 0xc000eed180}, {0x14fc690, 0xc000fbc880}, 0xc0015c47e0, {0x4, 0xc000862690, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000fbc880}, {0x4, 0xc000862690, 0xc0010ad830, 0xc0010ad848, 0xc000ed8860}, {
0x14f6858, 0xc000eed180}, 0xc0015c46c0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 820 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc001ebe700)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc001dfd6e0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0
, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0xae, 0xc001f7b3e0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc002102680, 0xc0001f37d0, 0x133e323})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 821 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc00069ce00)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _
}, {_, _}, 0xc001c06600, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0xaf, 0xc000932240)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc002102c00, 0x1, 0x1})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 822 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc00219f500
)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc001244f00, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0xb0, 0xc001eb0c30)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc002103180, 0x1, 0x1}
)
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2133 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc002a8cd20})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc0029566c0, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc0029566c0, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc000387da0, 0x1, 0x14f6858}, {0x14f6858, 0xc000d5f180}, {0x14fc690, 0xc000e12d00}, 0xc0001d3c80, {0x4, 0xc000625110, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000e12d00}, {0x4, 0xc000625110, 0xc000575350, 0xc000575368, 0xc000889e00}, {0x14f6858, 0xc000d5f180}, 0xc000387e00, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 2003 [chan receive]:
main.(*serviceType).sendRequest(
0xc000100190, {0x13f85e0, 0xc002691470})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc0026b05a0, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc0026b05a0, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc001dfd1a0, 0x1, 0x14f6858}, {0x14f6858, 0xc0022b8000}, {0x14fc690, 0xc000b85d80}, 0xc001dfd320, {0x4, 0xc00022b490, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000b85d80}, {0x4, 0xc00022b490, 0xc000dd9ed8, 0xc000dd9ef0, 0xc000b72a80}, {0x14f6858, 0xc0022b8000}, 0xc001dfd200, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 823 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc00111f880)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}
, {_, _}, {_, _}, 0xc0016a8360, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0xb1, 0xc000e46900)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc002103700, 0xc001acffd0, 0x133e323})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2646 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc003bd2d50})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc0021c6120, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc0021c6120, 0x82
}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc0037831a0, 0x1, 0x14f6858}, {0x14f6858, 0xc0037b1c00}, {0x14fc690, 0xc0006af400}, 0xc003783320, {0x4, 0xc00065dea0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc0006af400}, {0x4, 0xc00065dea0, 0xc000ce6ea0, 0xc000ce6eb8, 0xc000a7bbe0}, {0x14f6858, 0xc0037b1c00}, 0xc003783200, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 2354 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc0035fe000)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc0035d4420, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:
964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x14f, 0xc0035f0450)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc001ccd180, 0xc00055ffd0, 0x133e323})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1981 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc0005d6480})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc0007b3830, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc0007b3830, 0x82}, {0x1453f6a, 0x4}, {0x0,
0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc001d7f080, 0x1, 0x14f6858}, {0x14f6858, 0xc001d6fc00}, {0x14fc690, 0xc000e17f40}, 0xc001d7f200, {0x4, 0xc00091d490, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000e17f40}, {0x4, 0xc00091d490, 0xc00056ff68, 0xc00056ff80, 0xc000378b00}, {0x14f6858, 0xc001d6fc00}, 0xc001d7f0e0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 1980 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc0005d6420})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc0007b3710, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1(
{{{0xc0007b3710, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc00219a540, 0x1, 0x14f6858}, {0x14f6858, 0xc00219ea80}, {0x14fc690, 0xc000b8ba00}, 0xc00219a6c0, {0x4, 0xc0005609a0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000b8ba00}, {0x4, 0xc0005609a0, 0xc001008528, 0xc001008540, 0xc00032a440}, {0x14f6858, 0xc00219ea80}, 0xc00219a5a0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 2254 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc0038dc000)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc003783200, ...
)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x152, 0xc003897860)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0,
{0xc003652000, 0xc0001f17d0, 0x133e323})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1982 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc002395b60})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc0007b3950, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc0007b3950, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc0015c4a80, 0x1, 0x0}, {0x14f6858, 0xc000eed880}, {0x14fc690, 0xc000fbcb40}, 0x0, {0x4, 0xc0008627e0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000fbcb40}, {0x4, 0xc0008627e0, 0xc0010adb30, 0xc0010adb48, 0xc000ed8b80}, {0x14f6858, 0xc000eed880},
0xc0015c4ae0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 824 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc0020e4380)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc00238a240, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0xb2, 0xc001ad4420)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc002104000, 0x1, 0x1})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 825 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc00171fc00)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc001caa060, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0xb3, 0xc002300f90)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc002104580, 0xc0016be7d0, 0x133e323})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2402 [semacquire]:
sync.runtime_Semacquire(0x0)
runtime/sema.go:56 +0x25
sync.(*WaitGroup).Wait(0xc00086d340)
sync/waitgroup.go:130 +0x71
github.com/evanw/esbuild/internal/bundler.(*scanner).addEntryPoints(0xc003a28380, {0xc003a0cff0, 0x1, 0x0})
github.com/evanw/esbuild/internal/bundler/bundler.go:1381 +0xbe5
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc003a00180, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1035 +0x7b7
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {
0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x158, 0xc003673500)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc0035ab080, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 802 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc0022b8700)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _},
{_, _}, {_, _}, 0xc00219aa20, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0xb4, 0xc001b4a090)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc0022de000, 0x1, 0x1})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 803 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc0022b8a80)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc001922c00, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0,
{0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0xb5, 0xc001816060)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc001ad9b80, 0x1, 0x1})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 838 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc002058380)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc001dfc6c0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0
, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0xb6, 0xc001ca4000)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc001ad8000, 0xc00055afd0, 0x133e323})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 839 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc00222c700)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_,
_}, {_, _}, 0xc0017328a0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0xb7, 0xc001a656b0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc001ad8580, 0x1, 0x1})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1388 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc0027fd180)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc0027c6c60, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0xfd, 0xc0027fed80)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc002691b80, 0x1, 0x1})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2081 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc0016bd880)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _},
0xc001caaae0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x134, 0xc002395d10)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc001cca000, 0xc00055b7d0, 0x133e323
})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1938 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc002395bf0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc001c17710, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc001c17710, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc001244ea0, 0x1, 0x14f6858}, {0x14f6858, 0xc00219f180}, {0x14fc690, 0xc000919500}, 0xc00238a360, {0x4, 0xc0008316c0
, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000919500}, {0x4, 0xc0008316c0, 0xc000575fb0, 0xc000575fc8, 0xc0010a91a0}, {0x14f6858, 0xc00219f180}, 0xc001244f00, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 2007 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc002993290})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc0026b0750, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc0026b0750, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc001c065a0, 0x1,
0x14f6858}, {0x14f6858, 0xc00069ca80}, {0x14fc690, 0xc000233700}, 0xc0015c4f00, {0x4, 0xc0007b6850, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000233700}, {0x4, 0xc0007b6850, 0xc00097cc78, 0xc00097cca8, 0xc000de22a0}, {0x14f6858, 0xc00069ca80}, 0xc001c06600, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 2641 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc003bd2bd0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc0021c6000, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc0021c6000, 0x82}, {0x1453f6a, 0x4}, {0x0
, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc0016a84e0, 0x1, 0x14f6858}, {0x14f6858, 0xc003517180}, {0x14fc690, 0xc001e93e40}, 0xc0016a8ae0, {0x4, 0xc00075de30, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc001e93e40}, {0x4, 0xc00075de30, 0xc00229ea80, 0xc00229ec48, 0xc0003cfd80}, {0x14f6858, 0xc003517180}, 0xc0016a8540, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 1872 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc0028d2ba0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc00152f560, 0x82}, {0x1453f6a, 0x4}, {
0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc00152f560, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc0016a8300, 0x1, 0x0}, {0x14f6858, 0xc00111f500}, {0x14fc690, 0xc00082d3c0}, 0x0, {0x4, 0xc00009ec40, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc00082d3c0}, {0x4, 0xc00009ec40, 0xc000e26c60, 0xc000e26c78, 0xc0002245a0}, {0x14f6858, 0xc00111f500}, 0xc0016a8360, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 2008 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc001ba2780})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc0026b0870, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc0026b0870, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc00238a1e0, 0x1, 0x14f6858}, {0x14f6858, 0xc0014ffc00}, {0x14fc690, 0xc000a220c0}, 0xc001dfc0c0, {0x4, 0xc00075c310, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690
, 0xc000a220c0}, {0x4, 0xc00075c310, 0xc001afa198, 0xc001afa1b0, 0xc000790d60}, {0x14f6858, 0xc0014ffc00}, 0xc00238a240, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 840 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc0000f8380)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc0010a4f00, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0,
0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0xb8, 0xc00204c090)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc001ad8b00, 0x1, 0x1})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2009 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc002993350})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc0026b0990, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc0026b0990, 0x82
}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc00219a9c0, 0x1, 0x14f6858}, {0x14f6858, 0xc00157dc00}, {0x14fc690, 0xc000377140}, 0xc00219ab40, {0x4, 0xc000560cb0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000377140}, {0x4, 0xc000560cb0, 0xc001008ae0, 0xc001008b10, 0xc000790dc0}, {0x14f6858, 0xc00157dc00}, 0xc00219aa20, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 2142 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc00334acf0})
github.com/evanw/esbuild/cmd/esbuild/service.go
:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc002956e10, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc002956e10, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc001d7f3e0, 0x1, 0x14f6858}, {0x14f6858, 0xc000bb1180}, {0x14fc690, 0xc001b22080}, 0xc001d7f560, {0x4, 0xc000561810, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc001b22080}, {0x4, 0xc000561810, 0xc002990018, 0xc002990030, 0xc000378600}, {0x14f6858, 0xc000bb1180}, 0xc001d7f440, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 2253 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc003814a80)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc0033fe600, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x151, 0xc0033fde90)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc0006ed700, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2049 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc001ba2810})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc00152f680, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc00152f680, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc001caa000, 0x1, 0x14f6858}, {
0x14f6858, 0xc00171f880}, {0x14fc690, 0xc000ba54c0}, 0xc001caa300, {0x4, 0xc00065c230, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000ba54c0}, {0x4, 0xc00065c230, 0xc000b4a348, 0xc000b4a378, 0xc00112c2a0}, {0x14f6858, 0xc00171f880}, 0xc001caa060, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 2024 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc0029932f0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc000623b00, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc000623b00, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc001922ba0, 0x1, 0x14f6858}, {0x14f6858, 0xc001ebea80}, {0x14fc690, 0xc000ccdbc0}, 0xc00045a960, {0x4, 0xc00075c460, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000ccdbc0}, {0x4, 0xc00075c460, 0xc001afa3d8, 0xc001afa3f0, 0xc00032a820}, {0x14f6858, 0xc001ebea80}, 0xc001922c00, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 1386 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc0027fc380)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc0027c64e0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0xfb, 0xc0027cb2c0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc002691080, 0x1, 0x1})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2216 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc00358aa80)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc0015c59e0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x140, 0xc003254780)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc003480580, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2050 [chan receive]:
main.(*serviceType).sendRequest(
0xc000100190, {0x13f85e0, 0xc0029933b0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc00152f7a0, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc00152f7a0, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc001732540, 0x1, 0x0}, {0x14f6858, 0xc00222c380}, {0x14fc690, 0xc000b23fc0}, 0x0, {0x4, 0xc000862930, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000b23fc0}, {0x4, 0xc000862930, 0xc0007cc7f8, 0xc0007cc810, 0xc00026e580}, {0x14f6858, 0xc00222c380}, 0xc0017328a0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 841 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc001ce4380)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc001caa780, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0xb9, 0xc0005cb890
)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc001ad9080, 0xc00055bfd0, 0x133e323})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2025 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc002993380})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc000623c20, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc000623c20, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc001dfc660, 0x1, 0x0}, {0x14f6858, 0xc002058000}, {0x14fc690, 0xc000fbccc0},
0x0, {0x4, 0xc00065c540, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000fbccc0}, {0x4, 0xc00065c540, 0xc000ce6360, 0xc000ce6378, 0xc00112c3e0}, {0x14f6858, 0xc002058000}, 0xc001dfc6c0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 2251 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc0033fdc80})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc0035345a0, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc0035345a0, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc0027c6480, 0x1, 0x0}, {0x14f6858, 0xc0027fc000}, {0x14fc690, 0xc0027ee040}, 0x0, {0x4, 0xc000863ab0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc0027ee040}, {0x4, 0xc000863ab0, 0xc001de88e8, 0xc001de8900, 0xc000de2d80}, {0x14f6858, 0xc0027fc000}, 0xc0027c64e0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 2026 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc001ba2870})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc000623d40, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc000623d40, 0x82},
{0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc0010a4ea0, 0x1, 0x14f6858}, {0x14f6858, 0xc0000f8000}, {0x14fc690, 0xc0003e90c0}, 0xc001732cc0, {0x4, 0xc000e04bd0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc0003e90c0}, {0x4, 0xc000e04bd0, 0xc0006b4918, 0xc0006b4960, 0xc000ed8ca0}, {0x14f6858, 0xc0000f8000}, 0xc0010a4f00, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 842 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc0000f8a80)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_
, _}, {_, _}, 0xc0010a5380, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0xba, 0xc00204ddd0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc001ada100, 0x1, 0x1})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go
:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 843 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc0022fc380)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc0016a8660, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}
)
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0xbb, 0xc0019501b0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc001ada680, 0xc00055b7d0, 0x133e323})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2524 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc003a47b30})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc003535680, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc003535680, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {
0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc00238b8c0, 0x1, 0x14f6858}, {0x14f6858, 0xc0008e8a80}, {0x14fc690, 0xc000edad80}, 0xc00238ba40, {0x4, 0xc000625dc0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000edad80}, {0x4, 0xc000625dc0, 0xc001fabda0, 0xc001fabdb8, 0xc000b73260}, {0x14f6858, 0xc0008e8a80}, 0xc00238b920, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 2051 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc001ba28d0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc00152f8c0, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1(
{{{0xc00152f8c0, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc001caa720, 0x1, 0x14f6858}, {0x14f6858, 0xc001ce4000}, {0x14fc690, 0xc000ba5740}, 0xc001caa8a0, {0x4, 0xc0006247e0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000ba5740}, {0x4, 0xc0006247e0, 0xc00229e618, 0xc00229e630, 0xc000888300}, {0x14f6858, 0xc001ce4000}, 0xc001caa780, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 2558 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc003c319e0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3
({{0xc003c6e000, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc003c6e000, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc0010a4a80, 0x1, 0x14f6858}, {0x14f6858, 0xc00207b500}, {0x14fc690, 0xc001b22980}, 0xc0010a5260, {0x4, 0xc000561f80, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc001b22980}, {0x4, 0xc000561f80, 0xc001fdb410, 0xc001fdb428, 0xc000ed8dc0}, {0x14f6858, 0xc00207b500}, 0xc0010a4de0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 844 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc00222ce00)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc0017332c0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0xbc, 0xc001624f60)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc001adac00, 0x1, 0x1})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2010 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc001ba2900})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc0026b0ab0, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc0026b0ab0, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc0010a5320, 0x1, 0x14f6858}, {0x14f6858, 0xc0000f8700}, {0x14fc690, 0xc0003e9700}, 0xc0016325a0, {0x4, 0xc000e04fc0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc0003e9700}, {0x4, 0xc000e04fc0, 0xc0006b5308, 0xc0006b5350, 0xc000ed8d60}, {0x14f6858, 0xc0000f8700}, 0xc0010a5380, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 2137 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc002497bc0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc002956b40, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({
{{0xc002956b40, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc001c07ec0, 0x1, 0x0}, {0x14f6858, 0xc001c71180}, {0x14fc690, 0xc000919dc0}, 0xc0019a5f90, {0x4, 0xc000863810, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000919dc0}, {0x4, 0xc000863810, 0xc001de8270, 0xc001de8288, 0xc000de2ba0}, {0x14f6858, 0xc001c71180}, 0xc001c07f20, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 845 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc001ce4a80)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({
_, _, _, _, _}, {_, _}, {_, _}, 0xc001caac00, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0xbd, 0xc00077e960)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc001adb180, 0x1, 0x1})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2029 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc002993410})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc002956120, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc002956120, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc0016a8600, 0x1, 0x14f6858}, {0x14f6858, 0xc0022fc000}, {0x14fc690, 0xc000e17740}, 0xc0010a54a0, {0x4, 0xc00022b260, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000e17740}, {0x4, 0xc00022b260, 0xc000e26f48, 0xc000e26f60, 0xc000224840}, {0x14f6858, 0xc0022fc000}, 0xc0016a8660, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 2371 [chan send]:
github.com/evanw/esbuild/internal/bundler.ScanBundle.func2()
github.com/evanw/esbuild/internal/bundler/bundler.go:1023 +0x265
created by github.com/evanw/esbuild/internal/bundler.ScanBundle
github.com/evanw/esbuild/internal/bundler/bundler.go:1021 +0x785
goroutine 2052 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc0028d2c60})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc00152f9e0, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc00152f9e0, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc001733260, 0x1, 0x14f6858}, {0x14f6858, 0xc00222ca80}, {0x14fc690, 0xc000918a00}, 0xc0010a5020, {0x4, 0xc000862a80, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000918a00}, {0x4, 0xc000862a80, 0xc0007ccf78, 0xc0007ccf90, 0xc00026f0e0}, {0x14f6858, 0xc00222ca80}, 0xc0017332c0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 846 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc00222d500)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc0017336e0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0xbe, 0xc0020373e0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc001adb700, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +
0x4e5
goroutine 847 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc0022b9180)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc00219afc0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0xbf, 0xc001eccd20)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc002104b00, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2104 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc0005d6930})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc00184a5a0, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc00184a5a0, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc001dfde00, 0x1, 0x14f6858}, {0x14f6858, 0xc002058700}, {0x14fc690, 0xc000fbcf00}, 0xc001dfdf80, {0x4, 0xc00065c690, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000fbcf00}, {0x4
, 0xc00065c690, 0xc000ce6c18, 0xc000ce6c78, 0xc00112c9c0}, {0x14f6858, 0xc002058700}, 0xc001dfde60, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 2027 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc0028d2cc0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc000623e60, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc000623e60, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc001caaba0, 0x1, 0x14f6858}, {0x14f6858, 0xc001ce4700}, {0x14fc690, 0xc000ba5880}, 0xc001caad20,
{0x4, 0xc000624930, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000ba5880}, {0x4, 0xc000624930, 0xc00229e918, 0xc00229e930, 0xc000888980}, {0x14f6858, 0xc001ce4700}, 0xc001caac00, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 848 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc001ce5180)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc001cab020, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0,
0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0xc0, 0xc001cf0c00)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc002105080, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1945 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc001a7e7b0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc001c17c20, 0x82
}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc001c17c20, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc000a45b60, 0x1, 0x14f6858}, {0x14f6858, 0xc002637c00}, {0x14fc690, 0xc001e92740}, 0xc00066efc0, {0x4, 0xc0006258f0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc001e92740}, {0x4, 0xc0006258f0, 0xc001fab230, 0xc001fab248, 0xc0010a92a0}, {0x14f6858, 0xc002637c00}, 0xc000a45bc0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 2028 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc0028d2d20})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc002956000, 0x82}, {0x1453f6a, 0x4}, {
0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc002956000, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc001733680, 0x1, 0x14f6858}, {0x14f6858, 0xc00222d180}, {0x14fc690, 0xc000918cc0}, 0xc001733800, {0x4, 0xc000862bd0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000918cc0}, {0x4, 0xc000862bd0, 0xc0007cd4a0, 0xc0007cd4b8, 0xc00026ffc0}, {0x14f6858, 0xc00222d180}, 0xc0017336e0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 913 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc00222dc00)
github.com/evanw/esbuild/internal/bundler/bundler.go:
1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc001733b00, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0xc1, 0xc0024dfbf0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459
+0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc002105600, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2031 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc0028d2de0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc0007b3b90, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc0007b3b90, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc00219b380, 0x1, 0x14f6858}, {0x14f6858, 0xc0022b9500
}, {0x14fc690, 0xc000377bc0}, 0xc00219b500, {0x4, 0xc0005612d0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000377bc0}, {0x4, 0xc0005612d0, 0xc001009398, 0xc0010093b0, 0xc0007912a0}, {0x14f6858, 0xc0022b9500}, 0xc00219b3e0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 2030 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc0028d2db0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc002956240, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc002956240, 0x82}, {0x1453f6a, 0x4}, {0x0,
0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc00219af60, 0x1, 0x14f6858}, {0x14f6858, 0xc0022b8e00}, {0x14fc690, 0xc000377840}, 0xc00219b0e0, {0x4, 0xc0005610a0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000377840}, {0x4, 0xc0005610a0, 0xc001008f78, 0xc001008f90, 0xc000790ec0}, {0x14f6858, 0xc0022b8e00}, 0xc00219afc0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 914 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc0022b9880)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _
, _}, {_, _}, {_, _}, 0xc00219b3e0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0xc2, 0xc0018daa80)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc002105b80, 0x0, 0x0}
)
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2207 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc003464480})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc002bdc480, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc002bdc480, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc00128b4a0, 0x1, 0x14f6858}, {0x14f6858, 0xc002059500}, {0x14fc690, 0xc000fbd180}, 0xc00128b9e0, {0x4,
0xc00065c930, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000fbd180}, {0x4, 0xc00065c930, 0xc000ce75a8, 0xc000ce75f0, 0xc00112cb40}, {0x14f6858, 0xc002059500}, 0xc00128b500, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 1942 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc002497aa0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc001c178c0, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc001c178c0, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc001caafc0, 0x1, 0x14f6858}, {0x14f6858, 0xc001ce4e00}, {0x14fc690, 0xc000ba59c0}, 0xc001cab140, {0x4, 0xc000624a80, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000ba59c0}, {0x4, 0xc000624a80, 0xc00229ec18, 0xc00229ec30, 0xc0008895c0}, {0x14f6858, 0xc001ce4e00}, 0xc001cab020, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 915 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc001ce5880)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}
, 0xc001cab440, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0xc3, 0xc001cfe960)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc002106100, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1384 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc0007a6700)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc00031c3c0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}
)
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0xf9, 0xc0028fbce0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc002690580, 0x1, 0x1})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2098 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc0005d6660})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc0007b3e60, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc0007b3e60, 0x82}, {0x1453f6a, 0x4},
{0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc001733aa0, 0x1, 0x14f6858}, {0x14f6858, 0xc00222d880}, {0x14fc690, 0xc000919040}, 0xc001733c20, {0x4, 0xc000862d20, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000919040}, {0x4, 0xc000862d20, 0xc0007cda58, 0xc0007cda70, 0xc000de2420}, {0x14f6858, 0xc00222d880}, 0xc001733b00, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 916 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies
(0xc0009b0380)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc001733f20, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0xc4, 0xc0024fb950)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc002106680, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2352 [semacquire]:
sync.runtime_Semacquire(0x0)
runtime/sema.go:56 +0x25
sync.(*WaitGroup).Wait(0xc0006af680)
sync/waitgroup.go:130 +0x71
github.com/evanw/esbuild/internal/bundler.(*scanner).addEntryPoints(0xc0038dce00, {0xc0038fcf60, 0x1, 0x0})
github.com/evanw/esbuild/internal/bundler/bundler.go:1381 +0xbe5
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc0037838c0, ...
)
github.com/evanw/esbuild/internal/bundler/bundler.go:1035 +0x7b7
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x156, 0xc0038e3470)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc0035aa580, 0x1, 0x1})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 917 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc000bb0000)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc00219b800, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0xc5, 0xc0018f07e0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc002106c00, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2511 [semacquire]:
sync.runtime_Semacquire(0x0)
runtime/sema.go:56 +0x25
sync.(*WaitGroup).Wait(0xc000edbc40)
sync/waitgroup.go:130 +0x71
github.com/evanw/esbuild/internal/bundler.(*scanner).addEntryPoints(0xc003c5c380, {0xc003c315f0, 0x1, 0x0})
github.com/evanw/esbuild/internal/bundler/bundler.go:1381 +0xbe5
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc0036ebe60, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1035 +0x7b7
github.com/evanw/esbuild/pkg/api.rebuildImpl
({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x164, 0xc003b7db00)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc00205c100, 0xc000057fd0, 0x133e323})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2097 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc0005d6600})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc0007b3d40, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc0007b3d40, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc001cab3e0, 0x1, 0x14f6858}, {0x14f6858, 0xc001ce5500}, {0x14fc690, 0xc000ba5b00}, 0xc001cab560, {0x4, 0xc000624bd0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690
, 0xc000ba5b00}, {0x4, 0xc000624bd0, 0xc00229ef18, 0xc00229ef30, 0xc000889740}, {0x14f6858, 0xc001ce5500}, 0xc001cab440, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 918 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc000d5e000)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc001cab860, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0
, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0xc6, 0xc0006a86c0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc002107180, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2276 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc001dabc00)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc0037820c0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:
1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x149, 0xc002c8a4b0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc0018fdb80, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine
2375 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc003a0d230})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.2({{0xc003534bd0, 0x82}, {0x0, 0x0}, {0x0, 0x0}, {0xc0024ed240, 0x40}, 0x0, {0x0, ...}})
github.com/evanw/esbuild/cmd/esbuild/service.go:687 +0x5f4
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnResolve.func1({{0xc003534bd0, 0x82}, {{0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, 0x0}, {0xc0024ed240, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:1462 +0x216
github.com/evanw/esbuild/internal/bundler.runOnResolvePlugins({0xc003a00120, 0x1, 0x1}, {0x14f6858, 0xc003a28000}, {0x4, 0xc00029b6c0, 0xc00229fb60, 0xc00229fb78, 0xc0006a24c0}
, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:688 +0x975
github.com/evanw/esbuild/internal/bundler.(*scanner).addEntryPoints.func1(0x0, {{0xc003534bd0, 0x82}, {0x0, 0x0}, 0x0})
github.com/evanw/esbuild/internal/bundler/bundler.go:1347 +0x205
created by github.com/evanw/esbuild/internal/bundler.(*scanner).addEntryPoints
github.com/evanw/esbuild/internal/bundler/bundler.go:1340 +0x162b
goroutine 1984 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc0027c9fb0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc0007b3c20, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc0007b3c20, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc001733ec0, 0x1, 0x14f6858}, {0x14f6858, 0xc0009b0000}, {0x14fc690, 0xc000919300}, 0xc0010a4cc0, {0x4, 0xc000862e70, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000919300}, {0x4, 0xc000862e70, 0xc00097c870, 0xc00097c888, 0xc000de2580}, {0x14f6858, 0xc0009b0000}, 0xc001733f20, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 1339 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc0029f2a80)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc001d7fe60, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0xf5, 0xc0029d6390)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc00159b700, 0xc0023247d0, 0x133e323})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2100 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc0005d6720})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc00184a120, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc00184a120, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc00219b7a0, 0x1, 0x14f6858}, {0x14f6858, 0xc0022b9c00}, {0x14fc690, 0xc000377dc0}, 0xc00219b920, {0x4, 0xc000561420, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000377dc0}, {0x4, 0xc000561420, 0xc001009848, 0xc001009860, 0xc0007913a0}, {0x14f6858, 0xc0022b9c00}, 0xc00219b800, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 2212 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc003486870})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc0010a13b0, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc0010a13b0, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc0016a9260, 0x1, 0x14f6858}, {0x14f6858, 0xc0022fd500}, {0x14fc690, 0xc0006ae000}, 0xc0016a93e0, {0x4, 0xc00022b960, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc0006ae000}
, {0x4, 0xc00022b960, 0xc000e27e18, 0xc000e27e30, 0xc000224fa0}, {0x14f6858, 0xc0022fd500}, 0xc0016a92c0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 2101 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc0005d67b0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc00184a240, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc00184a240, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc001cab800, 0x1, 0x14f6858}, {0x14f6858, 0xc001ce5c00}, {0x14fc690, 0xc000ba5c40}, 0xc001cab980, {0x4, 0xc000624d20,
...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000ba5c40}, {0x4, 0xc000624d20, 0xc00229f218, 0xc00229f230, 0xc000889800}, {0x14f6858, 0xc001ce5c00}, 0xc001cab860, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 919 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc000d5e700)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc001cabc80, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...
}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0xc7, 0xc000d26420)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc002107700, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 934 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc002372380)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _,
_}, {_, _}, {_, _}, 0xc0010c4d20, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0xc8, 0xc0021fe540)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc0022de580, 0xc000212fd0
, 0x133e323})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2628 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc00391ea80})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc003cd4990, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc003cd4990, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc003782060, 0x1, 0x14f6858}, {0x14f6858, 0xc001dab880}, {0x14fc690, 0xc0006aedc0}, 0xc003700240, {0x4, 0xc00065d810,
...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc0006aedc0}, {0x4, 0xc00065d810, 0xc00056f290, 0xc00056f2c0, 0xc000a7b800}, {0x14f6858, 0xc001dab880}, 0xc0037820c0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 2538 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc00391e960})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc00184b560, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc00184b560, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}
})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc0015c5ce0, 0x1, 0x14f6858}, {0x14f6858, 0xc00358ae00}, {0x14fc690, 0xc0003e9f40}, 0xc0015c5e60, {0x4, 0xc000300d90, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc0003e9f40}, {0x4, 0xc000300d90, 0xc001ef4c90, 0xc001ef4ca8, 0xc00112d080}, {0x14f6858, 0xc00358ae00}, 0xc0015c5d40, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 2099 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc0005d66c0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc00184a000, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc00184a000, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc001cabc20, 0x1, 0x14f6858}, {0x14f6858, 0xc000d5e380}, {0x14fc690, 0xc000ba5d80}, 0xc001cabda0, {0x4, 0xc000624e70, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000ba5d80}, {0x4, 0xc000624e70, 0xc00229f518, 0xc00229f530, 0xc000889940}, {0x14f6858, 0xc000d5e380}, 0xc001cabc80, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 2387 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0,
0xc0038e3440})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.2({{0xc0027a5290, 0x82}, {0x0, 0x0}, {0x0, 0x0}, {0xc00061d880, 0x40}, 0x0, {0x0, ...}})
github.com/evanw/esbuild/cmd/esbuild/service.go:687 +0x5f4
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnResolve.func1({{0xc0027a5290, 0x82}, {{0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, 0x0}, {0xc00061d880, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:1462 +0x216
github.com/evanw/esbuild/internal/bundler.runOnResolvePlugins({0xc003783500, 0x1, 0x1}, {0x14f6858, 0xc0038dc380}, {0x4, 0xc00091c770, 0xc0038de138, 0xc0038de150, 0xc000a7bca0}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:688 +0x975
github.com/evanw/esbuild/internal/bundler.(*scanner).addEntryPoints.func1(0x0
, {{0xc0027a5290, 0x82}, {0x0, 0x0}, 0x0})
github.com/evanw/esbuild/internal/bundler/bundler.go:1347 +0x205
created by github.com/evanw/esbuild/internal/bundler.(*scanner).addEntryPoints
github.com/evanw/esbuild/internal/bundler/bundler.go:1340 +0x162b
goroutine 2073 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc002c8a030})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc0027a41b0, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc0027a41b0, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc0010c4cc0, 0x1, 0x14f6858}, {0x14f6858, 0xc002372000
}, {0x14fc690, 0xc000c93a00}, 0xc0010c4e40, {0x4, 0xc00088d340, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000c93a00}, {0x4, 0xc00088d340, 0xc00051ceb8, 0xc00051cf78, 0xc0006165c0}, {0x14f6858, 0xc002372000}, 0xc0010c4d20, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 1053 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc00177a000)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc001244900, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0
, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0xd0, 0xc0012e4060)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc0012c2580, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2410 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc00391e3c0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc00184ab40, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc00184ab40, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc001633c80, 0x1, 0x14f6858}, {0x14f6858, 0xc0027fd500}, {0x14fc690, 0xc001e92b80}, 0xc001633e00, {0x4, 0xc00075ca80, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc001e92b80}, {0x4, 0xc00075ca80, 0xc002a4d0c8, 0xc002a4d0e0, 0xc0003ceee0}, {0x14f6858, 0xc0027fd500}, 0xc001633ce0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 1491 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc000934700)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc002c06de0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x117, 0xc002bc0ab0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0,
{0xc0023e8100, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2500 [semacquire]:
sync.runtime_Semacquire(0x0)
runtime/sema.go:56 +0x25
sync.(*WaitGroup).Wait(0xc000edbb00)
sync/waitgroup.go:130 +0x71
github.com/evanw/esbuild/internal/bundler.(*scanner).addEntryPoints(0xc003b0dc00, {0xc003b7d710, 0x1, 0x0})
github.com/evanw/esbuild/internal/bundler/bundler.go:1381 +0xbe5
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc0036eb9e0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1035 +0x7b7
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x162, 0xc003b55c20)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc00205bb80, 0x1, 0x1})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2594 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc0013a9980})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc003535830, 0x82}, {0x1453f6a, 0x4
}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc003535830, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc00238bd40, 0x1, 0x14f6858}, {0x14f6858, 0xc0008e9180}, {0x14fc690, 0xc000edaec0}, 0xc00238bec0, {0x4, 0xc000625f10, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000edaec0}, {0x4, 0xc000625f10, 0xc00051d830, 0xc00051d890, 0xc000b73380}, {0x14f6858, 0xc0008e9180}, 0xc00238bda0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139
+0x7e5
goroutine 2288 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc0036b87b0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc002bdcbd0, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc002bdcbd0, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc001633440, 0x1, 0x14f6858}, {0x14f6858, 0xc0007a7880}, {0x14fc690, 0xc001e92780}, 0xc0016335c0, {0x4, 0xc00075c7e0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690,
0xc001e92780}, {0x4, 0xc00075c7e0, 0xc002a4cac8, 0xc002a4cae0, 0xc0003ced60}, {0x14f6858, 0xc0007a7880}, 0xc0016334a0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 1493 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc001050380)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc001923740, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x119, 0xc000c058c0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc0023e8c00, 0xc00055afd0, 0x133e323})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2542 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc00391eae0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc00184b8c0, 0x82}, {0x1453f6a, 0x4}
, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc00184b8c0, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc0035d43c0, 0x1, 0x14f6858}, {0x14f6858, 0xc00358bc00}, {0x14fc690, 0xc0027ee500}, 0xc0035d4540, {0x4, 0xc0003013b0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc0027ee500}, {0x4, 0xc0003013b0, 0xc001ef53b0, 0xc001ef53c8, 0xc00112d280}, {0x14f6858, 0xc00358bc00}, 0xc0035d4420, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go
:1139 +0x7e5
goroutine 973 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc0000f9180)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc0010a5b00, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:
344
main.(*serviceType).handleBuildRequest(0xc000100190, 0xc9, 0xc0019ffef0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc0022deb00, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 974 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc002372a80)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc0010c5140, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0xca, 0xc00236e2a0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc0022df080, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2263 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc0034644b0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc0027a4cf0, 0x82}, {0x1453f6a, 0x4
}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc0027a4cf0, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc0016a9920, 0x1, 0x0}, {0x14f6858, 0xc00291e380}, {0x14fc690, 0xc0006ae280}, 0x0, {0x4, 0xc00022bc00, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc0006ae280}, {0x4, 0xc00022bc00, 0xc001514570, 0xc001514588, 0xc000225860}, {0x14f6858, 0xc00291e380}, 0xc0016a9980, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 2074 [
chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc0005d6750})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc0027a42d0, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc0027a42d0, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc0010c50e0, 0x1, 0x14f6858}, {0x14f6858, 0xc002372700}, {0x14fc690, 0xc000c93cc0}, 0xc00128b7a0, {0x4, 0xc00088d730, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000c93cc0}, {0x4, 0xc00088d730
, 0xc00051d650, 0xc00051d668, 0xc000617080}, {0x14f6858, 0xc002372700}, 0xc0010c5140, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 2206 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc003464420})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc002bdc360, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc002bdc360, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc002aa8180, 0x1, 0x14f6858}, {0x14f6858, 0xc0029f2e00}, {0x14fc690,
0xc001b22580}, 0xc002aa8300, {0x4, 0xc000561d50, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc001b22580}, {0x4, 0xc000561d50, 0xc002990c18, 0xc002990c30, 0xc000378ce0}, {0x14f6858, 0xc0029f2e00}, 0xc002aa81e0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 2294 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc00371a870})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc002957170, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc002957170, 0x82}, {0x1453f6a, 0x4}, {0x0
, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc00286c960, 0x1, 0x14f6858}, {0x14f6858, 0xc002a2a700}, {0x14fc690, 0xc002814600}, 0xc00286cae0, {0x4, 0xc00009f2d0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc002814600}, {0x4, 0xc00009f2d0, 0xc001e7fe18, 0xc001e7fe30, 0xc000617b00}, {0x14f6858, 0xc002a2a700}, 0xc00286c9c0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 2438 [chan send]:
github.com/evanw/esbuild/internal/bundler.ScanBundle.func2()
github.com/evanw/esbuild/internal/bundler/bundler.go:1023 +0x265
created by github.com/evanw/esbuild/internal/bundler.ScanBundle
github.com/evanw/esbuild/internal/bundler/bundler.go:1021 +0x785
goroutine 2141 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190
, {0x13f85e0, 0xc002bbe600})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc002956cf0, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc002956cf0, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc000defbc0, 0x1, 0x0}, {0x14f6858, 0xc0026bea80}, {0x14fc690, 0xc001e929c0}, 0x0, {0x4, 0xc000625b90, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc001e929c0}, {0x4, 0xc000625b90, 0xc001faba40, 0xc001faba58
, 0xc0010a9460}, {0x14f6858, 0xc0026bea80}, 0xc000defc20, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 2310 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc0037b1180)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc003782ae0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4
, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x14d, 0xc0037b3cb0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc001ccc680, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1340 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc0029f3180)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc002aa81e0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0xf6, 0xc002aa60f0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc002a2e000, 0xc0024c8fd0, 0x133e323})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2143 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc003523890})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc002956f30, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc002956f30, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc001d7faa0, 0x1, 0x0}, {0x14f6858, 0xc0029f2000}, {0x14fc690, 0xc001b22300}, 0x0, {0x4, 0xc000561ab0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +
0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc001b22300}, {0x4, 0xc000561ab0, 0xc002990618, 0xc002990630, 0xc000378b60}, {0x14f6858, 0xc0029f2000}, 0xc001d7fb00, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 2508 [chan send]:
github.com/evanw/esbuild/internal/bundler.ScanBundle.func2()
github.com/evanw/esbuild/internal/bundler/bundler.go:1023 +0x265
created by github.com/evanw/esbuild/internal/bundler.ScanBundle
github.com/evanw/esbuild/internal/bundler/bundler.go:1021 +0x785
goroutine 996 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc0009b0a80)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc001c06960, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0
, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0xcc, 0xc0007a3ef0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc0012a0000, 0xc001571fd0, 0x133e323})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2335 [semacquire]:
sync.runtime_Semacquire(0x0)
runtime/sema.go:
56 +0x25
sync.(*WaitGroup).Wait(0xc001e93f80)
sync/waitgroup.go:130 +0x71
github.com/evanw/esbuild/internal/bundler.(*scanner).addEntryPoints(0xc003517c00, {0xc003673230, 0x1, 0x0})
github.com/evanw/esbuild/internal/bundler/bundler.go:1381 +0xbe5
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc0016a9b60, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1035 +0x7b7
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...
})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x154, 0xc00357f740)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc002962c00, 0xc00020e7d0, 0x133e323})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 992 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc0022fca80)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc0016a8c00, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4,
0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0xcb, 0xc00059c1e0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc0022df600, 0xc0018067d0, 0x133e323})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2194 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc001361180)
github.com/evanw/esbuild/internal/bundler/bundler.go:
1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc000b57800, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x13d, 0xc001a7eab0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc0018fc580, 0x1, 0x1})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2056 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc00257e720})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc00152fb90, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc00152fb90, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc001c06900, 0x1, 0x14f6858},
{0x14f6858, 0xc0009b0700}, {0x14fc690, 0xc000919640}, 0xc001c06a80, {0x4, 0xc000862fc0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000919640}, {0x4, 0xc000862fc0, 0xc00097d338, 0xc00097d380, 0xc000de2660}, {0x14f6858, 0xc0009b0700}, 0xc001c06960, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 2165 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc002ae8700)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc001c07740, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({
0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x13a, 0xc002a8ced0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc002179180, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1057 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc0009b1180
)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc001c06e40, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190,
0xd1, 0xc000febe00)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc001598000, 0xc00156bfd0, 0x133e323})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2162 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc002a8cd80})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc0010a10e0, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc0010a10e0, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins(
{0xc00112b260, 0x1, 0x14f6858}, {0x14f6858, 0xc002636e00}, {0x14fc690, 0xc001e924c0}, 0xc000c2fe00, {0x4, 0xc000625650, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc001e924c0}, {0x4, 0xc000625650, 0xc001faaa38, 0xc001faaa50, 0xc0010a8f00}, {0x14f6858, 0xc002636e00}, 0xc00112b9e0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 2433 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc0036b8810})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc002bdccf0, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc002bdccf0, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc001633020, 0x1, 0x14f6858}, {0x14f6858, 0xc0007a7180}, {0x14fc690, 0xc001e92400}, 0xc0016331a0, {0x4, 0xc00075c690, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc001e92400}, {0x4, 0xc00075c690, 0xc002a4c7c8, 0xc002a4c7e0, 0xc0003ceca0}, {0x14f6858, 0xc0007a7180}, 0xc001633080, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 2630 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc003cead80}
)
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc003cd4bd0, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc003cd4bd0, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc003782720, 0x1, 0x14f6858}, {0x14f6858, 0xc0037b0700}, {0x14fc690, 0xc0006af040}, 0xc0037828a0, {0x4, 0xc00065dab0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc0006af040}, {0x4, 0xc00065dab0, 0xc000e278c0, 0xc000e278d8, 0xc000a7b980}, {0x14f6858,
0xc0037b0700}, 0xc003782780, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 1034 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc0022fd180)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc0016a8f60, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0
, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0xce, 0xc0005cc390)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x203030202030303, {0xc0012a0b00, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1998 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc00207aa80)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc00286daa0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0
, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x130, 0xc00205f380)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc00205b600, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2350 [chan send]:
github.com/evanw/esbuild/internal/bundler.ScanBundle.func2()
github.com/evanw/esbuild/internal/bundler/bundler.go:1023 +0x265
created by github.com/evanw/esbuild/internal/bundler.ScanBundle
github.com/evanw/esbuild/internal/bundler/bundler.go:1021 +0x785
goroutine 2076 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc0028d2e10})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc0027a4510, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc0027a4510, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc0016a8f00, 0x1, 0x14f6858}, {0x14f6858, 0xc0022fce00}, {0x14fc690, 0xc000e17d80}, 0xc001922d20, {0x4, 0xc00022b810, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000e17d80}, {0x4, 0xc00022b810, 0xc000e27710, 0xc000e27728, 0xc000224d40}, {0x14f6858, 0xc0022fce00}, 0xc0016a8f60, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 2062 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc002bbe5d0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc002bdc000, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go
:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc002bdc000, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc000deed80, 0x1, 0x14f6858}, {0x14f6858, 0xc0026be380}, {0x14fc690, 0xc001e92880}, 0xc000def320, {0x4, 0xc000625a40, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc001e92880}, {0x4, 0xc000625a40, 0xc001fab608, 0xc001fab620, 0xc0010a9380}, {0x14f6858, 0xc0026be380}, 0xc000deede0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 2077 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc002c8a150})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc0027a4630, 0x82}, {0x1453f6a, 0x4}
, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc0027a4630, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc0012448a0, 0x1, 0x14f6858}, {0x14f6858, 0xc0000f9c00}, {0x14fc690, 0xc0003e9c80}, 0xc0012450e0, {0x4, 0xc000e05650, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc0003e9c80}, {0x4, 0xc000e05650, 0xc001eca5b8, 0xc001eca5d0, 0xc000ed9020}, {0x14f6858, 0xc0000f9c00}, 0xc001244900, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 1208 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(
0xc002637880)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc000a44d80, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0xe1, 0xc002657b30)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc0012a3700, 0xc002324fd0, 0x133e323})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1206 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc002636a80)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc000c2f9e0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0
, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0xdf, 0xc00263e090)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc0012a2c00, 0x1, 0x1})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1204 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc000d5fc00)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc000c2e540, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({
0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0xdd, 0xc001d5a5d0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc0012a2100, 0xc00180afd0, 0x133e323})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine
2257 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc00358b180)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc0015c5d40, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x144, 0xc00359e750)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc002961080, 0x1, 0x1})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1076 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc0009b1880)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc001c071a0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0,
{0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0xd2, 0xc00162dc50)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc001598580, 0xc0000567d0, 0x133e323})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1077 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc00177a700)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _,
_, _}, {_, _}, {_, _}, 0xc001245320, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0xd3, 0xc0012e5e90)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc001598b00, 0x1, 0x1})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1153 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc000bb0e00)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc001d7e180, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0xd6, 0xc0019d2840)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc0012a1600, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2629 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc003cead20})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc003cd4ab0, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:
763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc003cd4ab0, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc003700420, 0x1, 0x14f6858}, {0x14f6858, 0xc002ae9180}, {0x14fc690, 0xc001b22e80}, 0xc0037005a0, {0x4, 0xc0008635e0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc001b22e80}, {0x4, 0xc0008635e0, 0xc000dd9560, 0xc000dd9f08, 0xc000ed9620}, {0x14f6858, 0xc002ae9180}, 0xc003700480, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 1776 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc001a7e6f0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc0010a0ea0, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc0010a0ea0, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc000c2e180, 0x1, 0x14f6858}, {0x14f6858, 0xc000d5f880}, {0x14fc690, 0xc001e92100}, 0xc000c2e840, {0x4, 0xc000625260, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc001e92100},
{0x4, 0xc000625260, 0xc001faa138, 0xc001faa150, 0xc000889ec0}, {0x14f6858, 0xc000d5f880}, 0xc000c2e540, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 2540 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc00391e9f0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc00184b680, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc00184b680, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc0033fe180, 0x1, 0x14f6858}, {
0x14f6858, 0xc003814000}, {0x14fc690, 0xc000fbdac0}, 0xc0033fe300, {0x4, 0xc000e05ea0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000fbdac0}, {0x4, 0xc000e05ea0, 0xc001009ce0, 0xc001009d40, 0xc0010a9d00}, {0x14f6858, 0xc003814000}, 0xc0033fe1e0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 1127 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc001c70700)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc001c07860, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0
, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0xd8, 0xc001c2b890)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc001b0a580, 0x1, 0x1})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1303
[chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc0026bee00)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc000defc20, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:
344
main.(*serviceType).handleBuildRequest(0xc000100190, 0xe7, 0xc0026c97a0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc001599600, 0x1, 0x1})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1307 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc0022fd880)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc0016a92c0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}
, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0xe9, 0xc00152cd80)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc00159a100, 0x1, 0x1})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2132 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc002a8ccc0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc0029565a0, 0x82}
, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc0029565a0, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc001c07800, 0x1, 0x14f6858}, {0x14f6858, 0xc001c70380}, {0x14fc690, 0xc000919b40}, 0xc001c07980, {0x4, 0xc000863500, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000919b40}, {0x4, 0xc000863500, 0xc000c2bd88, 0xc000c2bda0, 0xc000de29e0}, {0x14f6858, 0xc001c70380}, 0xc001c07860, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 2131 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc002a8cc60})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc002956480, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc002956480, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc001d7e120, 0x1, 0x14f6858}, {0x14f6858, 0xc000bb0a80}, {0x14fc690, 0xc000768a40}, 0xc001d7e5a0, {0x4, 0xc0005616c0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000768a40}, {0x4, 0xc0005616c0, 0xc0007b5cc8, 0xc0007b5dd0, 0xc000791820}, {0x14f6858, 0xc000bb0a80}, 0xc001d7e180, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 2241 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc0035237d0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc003534000, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc003534000, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc000d09da0, 0x1
, 0x14f6858}, {0x14f6858, 0xc00194f180}, {0x14fc690, 0xc002814240}, 0xc00286c0c0, {0x4, 0xc00009ee70, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc002814240}, {0x4, 0xc00009ee70, 0xc001e7f368, 0xc001e7f380, 0xc000617880}, {0x14f6858, 0xc00194f180}, 0xc000b34360, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 2625 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc003ceac00})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc003cd4630, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{
{0xc003cd4630, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc0015c55c0, 0x1, 0x14f6858}, {0x14f6858, 0xc00358a000}, {0x14fc690, 0xc0003e9800}, 0xc0015c5740, {0x4, 0xc00088db90, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc0003e9800}, {0x4, 0xc00088db90, 0xc001ef45e8, 0xc001ef4600, 0xc00112cee0}, {0x14f6858, 0xc00358a000}, 0xc0015c5620, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 1114 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc002373880)
github.com/evanw/esbuild/internal/bundler/bundler.go:
1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc0010c58c0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0xd4, 0xc0015d06f0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459
+0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc001599080, 0x1, 0x1})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1773 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc001a7e5d0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc0010a0b40, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc0010a0b40, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins(
{0xc0010c5860, 0x1, 0x14f6858}, {0x14f6858, 0xc002373500}, {0x14fc690, 0xc0006580c0}, 0xc0010c59e0, {0x4, 0xc00088dc00, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc0006580c0}, {0x4, 0xc00088dc00, 0xc001e7e3a8, 0xc001e7e3c0, 0xc000617540}, {0x14f6858, 0xc002373500}, 0xc0010c58c0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 2324 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc0037f1a40})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc0027a5050, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763
+0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc0027a5050, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc0027c6120, 0x1, 0x14f6858}, {0x14f6858, 0xc001c71880}, {0x14fc690, 0xc000919f00}, 0xc0027c62a0, {0x4, 0xc000863960, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000919f00}, {0x4, 0xc000863960, 0xc001de85e8, 0xc001de8600, 0xc000de2cc0}, {0x14f6858, 0xc001c71880}, 0xc0027c6180, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 2591 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc00391e870})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc003cd43f0, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc003cd43f0, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc001c076e0, 0x1, 0x0}, {0x14f6858, 0xc002ae8380}, {0x14fc690, 0xc001b22c00}, 0x0, {0x4, 0xc000862e00, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc001b22c00}, {0x4
, 0xc000862e00, 0xc001fdbd10, 0xc001fdbd28, 0xc000ed9420}, {0x14f6858, 0xc002ae8380}, 0xc001c07740, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 2557 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc003c31980})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc002bdde60, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc002bdde60, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc00286dda0, 0x1, 0x14f6858}, {0x14f6858, 0xc00207ae00
}, {0x14fc690, 0xc001b22840}, 0xc00286df20, {0x4, 0xc000561ce0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc001b22840}, {0x4, 0xc000561ce0, 0xc001fdb110, 0xc001fdb128, 0xc000ed8600}, {0x14f6858, 0xc00207ae00}, 0xc00286de00, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 2536 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc00391e8a0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc00184b320, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc00184b320, 0x82}
, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc001cabf80, 0x1, 0x14f6858}, {0x14f6858, 0xc0016bdc00}, {0x14fc690, 0xc001e93a80}, 0xc001dfd020, {0x4, 0xc00075da40, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc001e93a80}, {0x4, 0xc00075da40, 0xc0006b5a10, 0xc0006b5a28, 0xc0003cfa80}, {0x14f6858, 0xc0016bdc00}, 0xc001dfc1e0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 1243 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc001c71500)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _,
_, _}, {_, _}, {_, _}, 0xc001c07f20, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0xe3, 0xc001cad740)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc0012c2b00, 0x1
, 0x1})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1244 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc0026be000)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc000a45bc0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}
, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0xe4, 0xc002677aa0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc0012c3080, 0x1, 0x1})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1385 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc001c71c00)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc0027c6180, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0xfa, 0xc00278b560)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc002690b00, 0x1, 0x1})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2355 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc0037b1880)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc003782ea0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}
, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x150, 0xc0037f1b00)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc001ccd700, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2184 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc0035019e0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc0026b0e10, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc0026b0e10, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc0016a95c0, 0x1, 0x0}, {0x14f6858, 0xc0022fdc00}, {0x14fc690, 0xc0006ae140}, 0x0, {0x4, 0xc00022bab0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc0006ae140}, {0x4, 0xc00022bab0, 0xc001514120, 0xc001514138, 0xc000225060}, {0x14f6858, 0xc0022fdc00}, 0xc0016a9620, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 1361 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc002059880)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc00128b500, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0xf3, 0xc0028d61b0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc0028d4680, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1342 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc00291e700)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc0016a9980, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0xf8, 0xc001516a20)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket
(0x0, {0xc002a2eb00, 0xc001ae8fd0, 0x133e323})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1341 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc0029f3880)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc002aa8540, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0,
0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0xf7, 0xc002aa7e30)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc002a2e580, 0xc0024c37d0, 0x133e323})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2033 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc00207b880)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _
}, 0xc0010a4de0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x132, 0xc00288ce40)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc002960580, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2111 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc003466380)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc0010c5b00, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x143, 0xc00341a5a0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc0035aa000, 0x1, 0x1})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2521 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc003a479e0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc003535440, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc003535440, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc00286da40, 0x1, 0x14f6858}, {0x14f6858,
0xc00207a700}, {0x14fc690, 0xc001b22700}, 0xc00286dbc0, {0x4, 0xc0005618f0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc001b22700}, {0x4, 0xc0005618f0, 0xc001fdae10, 0xc001fdae28, 0xc000617f80}, {0x14f6858, 0xc00207a700}, 0xc00286daa0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 1321 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc0029f2380)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc001d7fb00, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +
0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0xf1, 0xc0029b4630)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc0028d3b80, 0x1, 0x1})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2523 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc003a47ad0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc003535560, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0
, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc003535560, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc001caaa80, 0x1, 0x14f6858}, {0x14f6858, 0xc0016bd500}, {0x14fc690, 0xc001e93940}, 0xc001caaf00, {0x4, 0xc00075d8f0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc001e93940}, {0x4, 0xc00075d8f0, 0xc001515ef0, 0xc001515f08, 0xc0003cf900}, {0x14f6858, 0xc0016bd500}, 0xc001caaae0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 2308 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc0037b0380)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc003782420, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x14b, 0xc003798210)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc001ccbb80, 0xc0001f0fd0, 0x133e323})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1264 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc0026be700)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc000deede0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0xe5, 0xc0026af8f0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc0012c3600, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1265 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc00194e700)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _,
_, _}, {_, _}, {_, _}, 0xc0010c5f80, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0xe6, 0xc001942570)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc0012c3b80, 0x1, 0x1})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2546 [chan send]:
github.com/evanw/esbuild/internal/bundler.ScanBundle.func2()
github.com/evanw/esbuild/internal/bundler/bundler.go:1023 +0x265
created by github.com/evanw/esbuild/internal/bundler.ScanBundle
github.com/evanw/esbuild/internal/bundler/bundler.go:1021 +0x785
goroutine 672 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc0020e4700)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc001fdc240, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...
})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x103, 0xc002300f30)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc001fde000, 0x1, 0x1})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1441 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc00111fc00)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc00286c540, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x104, 0xc002a50210)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc001fde580, 0x1, 0x1})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2279 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc003464750})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc002bdc6c0, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc002bdc6c0, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc001fdc1e0, 0x1, 0x14f6858}, {0x14f6858, 0xc002a2bc00}, {0x14fc690, 0xc002814140}, 0xc001fdc360, {0x4, 0xc00009ed90, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc002814140
}, {0x4, 0xc00009ed90, 0xc0029906d8, 0xc0029906f0, 0xc00008fea0}, {0x14f6858, 0xc002a2bc00}, 0xc001fdc240, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 2553 [chan send]:
github.com/evanw/esbuild/internal/bundler.ScanBundle.func2()
github.com/evanw/esbuild/internal/bundler/bundler.go:1023 +0x265
created by github.com/evanw/esbuild/internal/bundler.ScanBundle
github.com/evanw/esbuild/internal/bundler/bundler.go:1021 +0x785
goroutine 2297 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc00371a9c0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc0029573b0, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc0029573b0, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc00286c4e0,
0x1, 0x14f6858}, {0x14f6858, 0xc0029f3c00}, {0x14fc690, 0xc001b22200}, 0xc00286c8a0, {0x4, 0xc000560f50, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc001b22200}, {0x4, 0xc000560f50, 0xc001fda1f8, 0xc001fda210, 0xc0006174c0}, {0x14f6858, 0xc0029f3c00}, 0xc00286c540, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 1442 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc001ebf180)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc00045b080, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0
, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x105, 0xc002b0c120)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc001fdeb00, 0xc000057fd0, 0x133e323})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2420 [semacquire]:
sync.runtime_Semacquire
(0x0)
runtime/sema.go:56 +0x25
sync.(*WaitGroup).Wait(0xc00086d6c0)
sync/waitgroup.go:130 +0x71
github.com/evanw/esbuild/internal/bundler.(*scanner).addEntryPoints(0xc003a28a80, {0xc003a46d80, 0x1, 0x0})
github.com/evanw/esbuild/internal/bundler/bundler.go:1381 +0xbe5
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc003a004e0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1035 +0x7b7
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0,
0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x159, 0xc003a0d290)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc003481600, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2359 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc00382bc20})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc0026b1170, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc0026b1170, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc00045b020, 0x1, 0x14f6858},
{0x14f6858, 0xc001ebee00}, {0x14fc690, 0xc000eda340}, 0xc00045b1a0, {0x4, 0xc000624a10, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000eda340}, {0x4, 0xc000624a10, 0xc000b4a798, 0xc000b4a7b0, 0xc000b725e0}, {0x14f6858, 0xc001ebee00}, 0xc00045b080, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 1443 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc001ebf880)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc00045b4a0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0,
0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x106, 0xc00271f860)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc001fdf080, 0xc0000557d0, 0x133e323})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123
+0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1444 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc00219fc00)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc002aa89c0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0
, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x107, 0xc00104c300)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc001fdf600, 0xc00055afd0, 0x133e323})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2284 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc0036b8630})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc002bdc990, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0,
0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc002bdc990, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc0019229c0, 0x1, 0x14f6858}, {0x14f6858, 0xc00291f180}, {0x14fc690, 0xc0001efdc0}, 0xc001922f60, {0x4, 0xc00065c770, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc0001efdc0}, {0x4, 0xc00065c770, 0xc001afa678, 0xc001afa690, 0xc000a7a9e0}, {0x14f6858, 0xc00291f180}, 0xc001922e40, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 2478 [chan receive
]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc0011b8cc0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.2({{0xc0010a1b00, 0x82}, {0x0, 0x0}, {0x0, 0x0}, {0xc0034b8a00, 0x40}, 0x0, {0x0, ...}})
github.com/evanw/esbuild/cmd/esbuild/service.go:687 +0x5f4
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnResolve.func1({{0xc0010a1b00, 0x82}, {{0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, 0x0}, {0xc0034b8a00, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:1462 +0x216
github.com/evanw/esbuild/internal/bundler.runOnResolvePlugins({0xc0008ee120, 0x1, 0x1}, {0x14f6858, 0xc001361c00}, {0x4, 0xc00009fe30, 0xc0028ff548, 0xc0028ff560, 0xc000379a40
}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:688 +0x975
github.com/evanw/esbuild/internal/bundler.(*scanner).addEntryPoints.func1(0x0, {{0xc0010a1b00, 0x82}, {0x0, 0x0}, 0x0})
github.com/evanw/esbuild/internal/bundler/bundler.go:1347 +0x205
created by github.com/evanw/esbuild/internal/bundler.(*scanner).addEntryPoints
github.com/evanw/esbuild/internal/bundler/bundler.go:1340 +0x162b
goroutine 2376 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc0034c87e0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc003534c60, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc003534c60, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}}
)
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc00045b440, 0x1, 0x0}, {0x14f6858, 0xc001ebf500}, {0x14fc690, 0xc000eda740}, 0x0, {0x4, 0xc000624e00, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000eda740}, {0x4, 0xc000624e00, 0xc000b4bb78, 0xc000b4bb90, 0xc000b729c0}, {0x14f6858, 0xc001ebf500}, 0xc00045b4a0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 1828 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc001daa000)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_,
_}, 0xc00031d380, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x128, 0xc001abba10)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc0006ecc00, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123
+0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2554 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc003c31830})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.2({{0xc002bdddd0, 0x82}, {0x0, 0x0}, {0x0, 0x0}, {0xc0036ed540, 0x40}, 0x0, {0x0, ...}})
github.com/evanw/esbuild/cmd/esbuild/service.go:687 +0x5f4
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnResolve.func1({{0xc002bdddd0, 0x82}, {{0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, 0x0}, {0xc0036ed540, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:1462 +0x216
github.com/evanw/esbuild/internal/bundler.runOnResolvePlugins({0xc0036ebe00, 0x1, 0x1}, {0x14f6858,
0xc003c5c000}, {0x4, 0xc0007b77a0, 0xc0036b3c80, 0xc0036b3c98, 0xc000b73f80}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:688 +0x975
github.com/evanw/esbuild/internal/bundler.(*scanner).addEntryPoints.func1(0x0, {{0xc002bdddd0, 0x82}, {0x0, 0x0}, 0x0})
github.com/evanw/esbuild/internal/bundler/bundler.go:1347 +0x205
created by github.com/evanw/esbuild/internal/bundler.(*scanner).addEntryPoints
github.com/evanw/esbuild/internal/bundler/bundler.go:1340 +0x162b
goroutine 2296 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc00382bc50})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc002957290, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc002957290, 0x82}, {0x1453f6a,
0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc002aa8960, 0x1, 0x0}, {0x14f6858, 0xc00219f880}, {0x14fc690, 0xc000ccdd40}, 0x0, {0x4, 0xc00022b570, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000ccdd40}, {0x4, 0xc00022b570, 0xc000eb2ac8, 0xc000eb2af8, 0xc00032a540}, {0x14f6858, 0xc00219f880}, 0xc002aa89c0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 2477 [chan send]:
github.com/evanw/esbuild/internal/bundler.ScanBundle.func2()
github.com/evanw/esbuild/internal/bundler/bundler.go:1023 +0x265
created by github.com/evanw/esbuild/internal/bundler.ScanBundle
github.com/evanw/esbuild/internal/bundler/bundler.go:
1021 +0x785
goroutine 2453 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc00371aa80})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc003534f30, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc003534f30, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc0019232c0, 0x1, 0x14f6858}, {0x14f6858, 0xc00291f880}, {0x14fc690, 0xc0001eff40}, 0xc002aa8ae0, {0x4, 0xc00065cb60, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{
0x14fc690, 0xc0001eff40}, {0x4, 0xc00065cb60, 0xc001afa9c0, 0xc001afa9d8, 0xc000a7aac0}, {0x14f6858, 0xc00291f880}, 0xc001923320, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 812 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc0026bf180)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc00045b920, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x108, 0xc002be7bf0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc0023e6000, 0xc000211fd0, 0x133e323})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2488 [chan send]:
github.com/evanw/esbuild/internal/bundler.ScanBundle.func2()
github.com/evanw/esbuild/internal/bundler/bundler.go:1023 +0x265
created by github.com/evanw/esbuild/internal/bundler.ScanBundle
github.com/evanw/esbuild/internal/bundler/bundler.go:1021 +0x785
goroutine 2283 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190,
{0x13f85e0, 0xc0036b85d0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc002bdc870, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc002bdc870, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc00045b8c0, 0x1, 0x14f6858}, {0x14f6858, 0xc001ebfc00}, {0x14fc690, 0xc000eda880}, 0xc00045ba40, {0x4, 0xc0006251f0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000eda880}, {0x4, 0xc0006251f0, 0xc0010ac948, 0xc0010ac9c0, 0xc000b72be0}, {0x14f6858, 0xc001ebfc00}, 0xc00045b920, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 813 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc0026bf880)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc00045bd40, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x109, 0xc001b4bce0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {
0xc0023e6580, 0xc00020e7d0, 0x133e323})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 814 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc00291f500)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc001922e40, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0
, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x10a, 0xc001fd02d0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc0023e6b00, 0x1, 0x1})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2298 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc003a47020})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc0029574d0, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1(
{{{0xc0029574d0, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc00045bce0, 0x1, 0x0}, {0x14f6858, 0xc0026bf500}, {0x14fc690, 0xc000eda9c0}, 0x0, {0x4, 0xc0006255e0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000eda9c0}, {0x4, 0xc0006255e0, 0xc0010adc20, 0xc0010adc68, 0xc000b72ca0}, {0x14f6858, 0xc0026bf500}, 0xc00045bd40, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 815 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc0020e4e00)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc001fdc720, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x10b
, 0xc0026fd680)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc0023e7080, 0x1, 0x1})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2380 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc00391e330})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc003534e10, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc003534e10, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins
({0xc001fdc6c0, 0x1, 0x0}, {0x14f6858, 0xc0020e4a80}, {0x14fc690, 0xc002814400}, 0x0, {0x4, 0xc00009f260, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc002814400}, {0x4, 0xc00009f260, 0xc002991110, 0xc002991128, 0xc000378de0}, {0x14f6858, 0xc0020e4a80}, 0xc001fdc720, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 816 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc0007a6e00)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc001632ba0, ...
)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x10c, 0xc002ad4270)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc0023e7600, 0x1, 0x1})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:
123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1489 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc0020e5500)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc001fdcb40, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0,
{0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x10d, 0xc0020b03f0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc0023e7b80, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2409 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc0036b86c0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc00184aa20, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:
763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc00184aa20, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc001fdcae0, 0x1, 0x0}, {0x14f6858, 0xc0020e5180}, {0x14fc690, 0xc002814780}, 0x0, {0x4, 0xc00009f500, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc002814780}, {0x4, 0xc00009f500, 0xc002991410, 0xc002991428, 0xc000378ea0}, {0x14f6858, 0xc0020e5180}, 0xc001fdcb40, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139
+0x7e5
goroutine 1500 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc001050a80)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc001923bc0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722
+0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x11b, 0xc000dff650)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc0023e9700, 0xc00020dfd0, 0x133e323})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1829 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc001daa700)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc00031d6e0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0
, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x129, 0xc001d4b770)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc0006ed180, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2612 [chan receive]:
main.(*serviceType).sendRequest(
0xc000100190, {0x13f85e0, 0xc003c31b60})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc003c6e120, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc003c6e120, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc0010c4fc0, 0x1, 0x14f6858}, {0x14f6858, 0xc0008e9880}, {0x14fc690, 0xc000edb000}, 0xc0010c5440, {0x4, 0xc0007b6a10, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000edb000},
{0x4, 0xc0007b6a10, 0xc00097cfa8, 0xc00097d3e0, 0xc000b734a0}, {0x14f6858, 0xc0008e9880}, 0xc0010c5020, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 2626 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc003ceac60})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc003cd4750, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc003cd4750, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:
1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc0010c5aa0, 0x1, 0x14f6858}, {0x14f6858, 0xc003466000}, {0x14fc690, 0xc000edb140}, 0xc0010c5e60, {0x4, 0xc0007b6bd0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000edb140}, {0x4, 0xc0007b6bd0, 0xc00097ded8, 0xc00097df38, 0xc000b735a0}, {0x14f6858, 0xc003466000}, 0xc0010c5b00, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 1483 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc0007a7500)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_,
_}, {_, _}, 0xc001633080, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x10e, 0xc0021fe210)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc002176000, 0xc0001f0fd0,
0x133e323})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1484 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc0007a7c00)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc0016334a0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl(
{0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x10f, 0xc001297cb0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc002176580, 0x1, 0x1})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1485 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc00177bc00)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}
, {_, _}, 0xc0016338c0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +
0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x110, 0xc0015d0a50)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc002176b00, 0xc0001f27d0, 0x133e323})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1486 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc0027fd880)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc001633ce0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0,
{0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x111, 0xc000df0240)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc002177080, 0xc0001f2fd0, 0x133e323})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1487 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc00069d180
)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc002c06180, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x112, 0xc002656210)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc002177600, 0x1, 0x1})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2434 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc0034c8c00})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc002bdce10, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc002bdce10, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0,
0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc002c06120, 0x1, 0x0}, {0x14f6858, 0xc0027fdc00}, {0x14fc690, 0xc001e92cc0}, 0x0, {0x4, 0xc00075cbd0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc001e92cc0}, {0x4, 0xc00075cbd0, 0xc002a4d3c8, 0xc002a4d3e0, 0xc0003cefa0}, {0x14f6858, 0xc0027fdc00}, 0xc002c06180, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 1488 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc00069d880)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}
, {_, _}, 0xc002c065a0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x113, 0xc0026af8c0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc002177b80, 0xc0001f67d0, 0x133e323})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2439 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc003aa2660})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.2({{0xc002bdd170, 0x82}, {0x0, 0x0}, {0x0, 0x0}, {0xc0036ec480, 0x40}, 0x0, {0x0, ...}})
github.com/evanw/esbuild/cmd/esbuild/service.go:687 +0x5f4
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnResolve.func1({{0xc002bdd170, 0x82}, {{0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, 0x0}, {0xc0036ec480, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:1462 +0x216
github.com/evanw/esbuild/internal/bundler.runOnResolvePlugins({0xc0036ea360, 0x1, 0x1}, {0x14f6858, 0xc003466e00}, {0x4, 0xc0007b6e70, 0xc0036b2618, 0xc0036b2630, 0xc000b73960}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:688 +0x975
github.com/evanw/esbuild/internal/bundler.(*scanner).addEntryPoints.func1(0x0, {{0xc002bdd170, 0x82}, {0x0, 0x0}, 0x0})
github.com/evanw/esbuild/internal/bundler/bundler.go:1347 +0x205
created by github.com/evanw/esbuild/internal/bundler.(*scanner).addEntryPoints
github.com/evanw/esbuild/internal/bundler/bundler.go:1340 +0x162b
goroutine 2435 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc0036b88a0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc002bdcf30, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc002bdcf30, 0x82}
, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc002c06540, 0x1, 0x14f6858}, {0x14f6858, 0xc00069d500}, {0x14fc690, 0xc001e92e00}, 0xc002c066c0, {0x4, 0xc00075cd20, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc001e92e00}, {0x4, 0xc00075cd20, 0xc002a4d6c8, 0xc002a4d6e0, 0xc0003cf060}, {0x14f6858, 0xc00069d500}, 0xc002c065a0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 1537 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc0020e5c00)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_,
_, _, _, _}, {_, _}, {_, _}, 0xc001fdcf60, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x114, 0xc0007a3800)
github.com/evanw/esbuild/cmd/esbuild/service.go:459
+0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc002178100, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1526 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc0008e8000)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc00238a600, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go
:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x115, 0xc001f7bb60)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc0006ea000, 0xc00005afd0, 0x133e323})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2430 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc0034c8b70})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc0010a1680, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc0010a1680, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc001fdcf00, 0x1, 0x14f6858}, {0x14f6858, 0xc0020e5880}, {0x14fc690, 0xc002814940}, 0xc001fdd080, {0x4, 0xc00009f650, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc002814940}, {0x4, 0xc00009f650, 0xc002991710, 0xc002991728, 0xc000378f60}, {0x14f6858, 0xc0020e5880}, 0xc001fdcf60, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 2303 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc0037708d0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc0029577a0, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc0029577a0, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc001fdd380, 0x1, 0x14f6858}, {0x14f6858, 0xc001360000}
, {0x14fc690, 0xc002814a80}, 0xc001fdd500, {0x4, 0xc00009f7a0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc002814a80}, {0x4, 0xc00009f7a0, 0xc002991b78, 0xc002991b90, 0xc0003790c0}, {0x14f6858, 0xc001360000}, 0xc001fdd3e0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 2436 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc0036b8900})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc002bdd050, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc002bdd050, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc00238a5a0, 0x1, 0x14f6858}, {0x14f6858,
0xc0026bfc00}, {0x14fc690, 0xc000edab00}, 0xc00238a720, {0x4, 0xc0006259d0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000edab00}, {0x4, 0xc0006259d0, 0xc001faa480, 0xc001faa4f8, 0xc000b72da0}, {0x14f6858, 0xc0026bfc00}, 0xc00238a600, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 1494 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc000934e00)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc002c07260, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0,
0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x11a, 0xc000b756e0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc0023e9180, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2486 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc003b2a030})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.2({{0xc003535050, 0x82}, {0x0, 0x0}, {0x0, 0x0},
{0xc0024ed6c0, 0x40}, 0x0, {0x0, ...}})
github.com/evanw/esbuild/cmd/esbuild/service.go:687 +0x5f4
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnResolve.func1({{0xc003535050, 0x82}, {{0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, 0x0}, {0xc0024ed6c0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:1462 +0x216
github.com/evanw/esbuild/internal/bundler.runOnResolvePlugins({0xc0036eaf00, 0x1, 0x1}, {0x14f6858, 0xc003b0c380}, {0x4, 0xc0007b7260, 0xc0036b2f78, 0xc0036b2f90, 0xc000b73c00}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:688 +0x975
github.com/evanw/esbuild/internal/bundler.(*scanner).addEntryPoints.func1(0x0, {{0xc003535050, 0x82}, {0x0, 0x0}, 0x0})
github.com/evanw/esbuild/internal/bundler/bundler.go:1347 +0x205
created by github.com/evanw/esbuild/internal/bundler.(*scanner).addEntryPoints
github.com/evanw/esbuild/internal/bundler/bundler.go:1340 +0x162b
goroutine 1492 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc00291fc00)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc001923320, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x118, 0xc001a64090)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(
0x1, {0xc0023e8680, 0x1, 0x1})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1535 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc000934000)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc002c069c0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0,
0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x116, 0xc00152d110)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc0006ea580, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2483 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc003b0a330})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc002bdd680, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc002bdd680, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({
0xc002c07620, 0x1, 0x14f6858}, {0x14f6858, 0xc000935180}, {0x14fc690, 0xc001e93300}, 0xc002c077a0, {0x4, 0xc00075d260, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc001e93300}, {0x4, 0xc00075d260, 0xc001514960, 0xc0015149a8, 0xc0003cf360}, {0x14f6858, 0xc000935180}, 0xc002c07680, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 2489 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc003b2bda0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.2({{0xc002bdd7a0, 0x82}, {0x0, 0x0}, {0x0, 0x0}, {0xc0036ecd40, 0x40}, 0x0, {0x0, ...}})
github.com/evanw/esbuild/cmd/esbuild/service.go:687 +0x5f4
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnResolve.func1({{0xc002bdd7a0, 0x82}, {{0x0, 0x0},
{0x0, 0x0}, {0x0, 0x0}, 0x0}, {0xc0036ecd40, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:1462 +0x216
github.com/evanw/esbuild/internal/bundler.runOnResolvePlugins({0xc0036eb260, 0x1, 0x1}, {0x14f6858, 0xc003b0ca80}, {0x4, 0xc0007b73b0, 0xc0036b32a8, 0xc0036b32c0, 0xc000b73cc0}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:688 +0x975
github.com/evanw/esbuild/internal/bundler.(*scanner).addEntryPoints.func1(0x0, {{0xc002bdd7a0, 0x82}, {0x0, 0x0}, 0x0})
github.com/evanw/esbuild/internal/bundler/bundler.go:1347 +0x205
created by github.com/evanw/esbuild/internal/bundler.(*scanner).addEntryPoints
github.com/evanw/esbuild/internal/bundler/bundler.go:1340 +0x162b
goroutine 2444 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc003abe450})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc002bdd290, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +
0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc002bdd290, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc002c06960, 0x1, 0x14f6858}, {0x14f6858, 0xc00069dc00}, {0x14fc690, 0xc001e92f40}, 0xc002c06ae0, {0x4, 0xc00075ce70, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc001e92f40}, {0x4, 0xc00075ce70, 0xc002a4d9c8, 0xc002a4d9e0, 0xc0003cf120}, {0x14f6858, 0xc00069dc00}, 0xc002c069c0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 2302 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc003770870})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.2({{0xc002957710, 0x82}, {0x0, 0x0}, {0x0, 0x0}, {0xc0007bd900, 0x40
}, 0x0, {0x0, ...}})
github.com/evanw/esbuild/cmd/esbuild/service.go:687 +0x5f4
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnResolve.func1({{0xc002957710, 0x82}, {{0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, 0x0}, {0xc0007bd900, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:1462 +0x216
github.com/evanw/esbuild/internal/bundler.runOnResolvePlugins({0xc003700900, 0x1, 0x1}, {0x14f6858, 0xc002ae9880}, {0x4, 0xc000863b90, 0xc003756270, 0xc003756288, 0xc000ed97c0}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:688 +0x975
github.com/evanw/esbuild/internal/bundler.(*scanner).addEntryPoints.func1(0x0, {{0xc002957710, 0x82}, {0x0, 0x0}, 0x0})
github.com/evanw/esbuild/internal/bundler/bundler.go:1347 +0x205
created by github.com/evanw/esbuild/internal/bundler.(*scanner).addEntryPoints
github.com/evanw/esbuild/internal/bundler/bundler.go:1340 +0x162b
goroutine 2299 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc00371aa50})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc0029575f0, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc0029575f0, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc002c06d80, 0x1, 0x14f6858}, {0x14f6858, 0xc000934380}, {0x14fc690, 0xc001e93080}, 0xc002c06f00, {0x4, 0xc00075cfc0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc001e93080}, {0x4, 0xc00075cfc0, 0xc002a4dcc8, 0xc002a4dce0, 0xc0003cf1e0}, {0x14f6858, 0xc000934380}, 0xc002c06de0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go
:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 2446 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc003abe510})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc002bdd4d0, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc002bdd4d0, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc0019236e0, 0x1, 0x14f6858}, {0x14f6858, 0xc001050000}, {0x14fc690, 0xc0006ae180}, 0xc001923860, {0x4, 0xc00065cd20, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:
803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc0006ae180}, {0x4, 0xc00065cd20, 0xc001afacc0, 0xc001afacd8, 0xc000a7ab80}, {0x14f6858, 0xc001050000}, 0xc001923740, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 2481 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc003b0a270})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.2({{0xc002bdd5f0, 0x82}, {0x0, 0x0}, {0x0, 0x0}, {0xc0036eca00, 0x40}, 0x0, {0x0, ...}})
github.com/evanw/esbuild/cmd/esbuild/service.go:687 +0x5f4
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnResolve.func1({{0xc002bdd5f0, 0x82}, {{0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, 0x0}, {0xc0036eca00, ...}
, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:1462 +0x216
github.com/evanw/esbuild/internal/bundler.runOnResolvePlugins({0xc0036eab40, 0x1, 0x1}, {0x14f6858, 0xc003467c00}, {0x4, 0xc0007b7110, 0xc0036b2ca8, 0xc0036b2cc0, 0xc000b73b40}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:688 +0x975
github.com/evanw/esbuild/internal/bundler.(*scanner).addEntryPoints.func1(0x0, {{0xc002bdd5f0, 0x82}, {0x0, 0x0}, 0x0})
github.com/evanw/esbuild/internal/bundler/bundler.go:1347 +0x205
created by github.com/evanw/esbuild/internal/bundler.(*scanner).addEntryPoints
github.com/evanw/esbuild/internal/bundler/bundler.go:1340 +0x162b
goroutine 2445 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc003abe4b0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc002bdd3b0, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc002bdd3b0, 0x82},
{0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc002c07200, 0x1, 0x14f6858}, {0x14f6858, 0xc000934a80}, {0x14fc690, 0xc001e931c0}, 0xc002c07380, {0x4, 0xc00075d110, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc001e931c0}, {0x4, 0xc00075d110, 0xc002a4dfc8, 0xc002a4dfe0, 0xc0003cf2a0}, {0x14f6858, 0xc000934a80}, 0xc002c07260, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 2412 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc00391e450})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc00184ac60
, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc00184ac60, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc001923b60, 0x1, 0x14f6858}, {0x14f6858, 0xc001050700}, {0x14fc690, 0xc0006ae440}, 0xc001923ce0, {0x4, 0xc00065ce70, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc0006ae440}, {0x4, 0xc00065ce70, 0xc001afaff0, 0xc001afb008, 0xc000a7ac40}, {0x14f6858, 0xc001050700}, 0xc001923bc0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 1570 [
chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc001360380)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc001fdd3e0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x11c, 0xc001516db0)
github.com/evanw/esbuild/cmd/esbuild/service.go
:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc001fdfb80, 0xc0023eafd0, 0x133e323})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1571 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc000935500)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc002c07680, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964
+0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x11d, 0xc000d6f4a0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc001fe0100, 0xc000057fd0, 0x133e323})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2568 [semacquire]:
sync.runtime_Semacquire(0x0)
runtime/sema.go:56 +0x25
sync.(*WaitGroup).Wait(0xc001b23240)
sync/waitgroup.go:130 +0x71
github.com/evanw/esbuild/internal/bundler.(*scanner).addEntryPoints(0xc003bb0a80, {0xc003bd2750, 0x1, 0x0})
github.com/evanw/esbuild/internal/bundler/bundler.go:
1381 +0xbe5
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc0037011a0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1035 +0x7b7
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x167, 0xc003ba2c60)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc00205c680, 0x1, 0x1})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2509 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc003ba2930})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.2({{0xc0029579e0, 0x82
}, {0x0, 0x0}, {0x0, 0x0}, {0xc003b9e040, 0x40}, 0x0, {0x0, ...}})
github.com/evanw/esbuild/cmd/esbuild/service.go:687 +0x5f4
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnResolve.func1({{0xc0029579e0, 0x82}, {{0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, 0x0}, {0xc003b9e040, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:1462 +0x216
github.com/evanw/esbuild/internal/bundler.runOnResolvePlugins({0xc003700d80, 0x1, 0x1}, {0x14f6858, 0xc003bb0000}, {0x4, 0xc000863f80, 0xc003756648, 0xc003756660, 0xc000ed9900}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:688 +0x975
github.com/evanw/esbuild/internal/bundler.(*scanner).addEntryPoints.func1(0x0, {{0xc0029579e0, 0x82}, {0x0, 0x0}, 0x0})
github.com/evanw/esbuild/internal/bundler/bundler.go:1347 +0x205
created by github.com/evanw/esbuild/internal/bundler.(*scanner).addEntryPoints
github.com/evanw/esbuild/internal/bundler/bundler.go:1340 +0x162b
goroutine
2494 [chan send]:
github.com/evanw/esbuild/internal/bundler.ScanBundle.func2()
github.com/evanw/esbuild/internal/bundler/bundler.go:1023 +0x265
created by github.com/evanw/esbuild/internal/bundler.ScanBundle
github.com/evanw/esbuild/internal/bundler/bundler.go:1021 +0x785
goroutine 2577 [chan send]:
github.com/evanw/esbuild/internal/bundler.ScanBundle.func2()
github.com/evanw/esbuild/internal/bundler/bundler.go:1023 +0x265
created by github.com/evanw/esbuild/internal/bundler.ScanBundle
github.com/evanw/esbuild/internal/bundler/bundler.go:1021 +0x785
goroutine 2479 [semacquire]:
sync.runtime_Semacquire(0x0)
runtime/sema.go:56 +0x25
sync.(*WaitGroup).Wait(0xc0028150c0)
sync/waitgroup.go:130 +0x71
github.com/evanw/esbuild/internal/bundler.(*scanner).addEntryPoints(0xc0011ba700, {0xc003ca2810, 0x1, 0x0})
github.com/evanw/esbuild/internal/bundler/bundler.go:1381 +0xbe5
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc0008ee4e0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1035 +0x7b7
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x166, 0xc0011b8d20)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc003482680, 0xc000212fd0, 0x133e323})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2470 [semacquire]:
sync.runtime_Semacquire(0x0)
runtime/sema.go:56 +0x25
sync.(*WaitGroup).Wait(0xc000edb640)
sync/waitgroup.go:130 +0x71
github.com/evanw/esbuild/internal/bundler.(*scanner).addEntryPoints(0xc003b0c000, {0xc003b0a030, 0x1, 0x0})
github.com/evanw/esbuild/internal/bundler/bundler.go:1381 +0xbe5
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc0036eaba0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1035 +0x7b7
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0},
0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x15d, 0xc003abe540)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc003482100, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1621 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc0023fe380)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc002aa9260,
...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x120, 0xc001eeb2c0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc0006eab00, 0xc00055e7d0, 0x133e323})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2589 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc003ceaab0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc003cd41b0, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc003cd41b0, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc00219bec0, 0x1, 0x14f6858}, {0x14f6858, 0xc001f65180}, {0x14fc690, 0xc000fbd840}, 0xc000a44840, {
0x4, 0xc000e05c00, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000fbd840}, {0x4, 0xc000e05c00, 0xc0007cd5f0, 0xc0007cd608, 0xc0010a9aa0}, {0x14f6858, 0xc001f65180}, 0xc00219bf20, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 2301 [chan send]:
github.com/evanw/esbuild/internal/bundler.ScanBundle.func2()
github.com/evanw/esbuild/internal/bundler/bundler.go:1023 +0x265
created by github.com/evanw/esbuild/internal/bundler.ScanBundle
github.com/evanw/esbuild/internal/bundler/bundler.go:1021 +0x785
goroutine 1591 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc000935c00)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _},
{_, _}, 0xc002c07bc0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x11e, 0xc001123410)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc001fe0680, 0x0, 0x0
})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1592 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc001051180)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc001923f80, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0
, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x11f, 0xc0012c5800)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc001fe0c00, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2556 [semacquire]:
sync.runtime_Semacquire(0x0)
runtime/sema.go:56 +0x25
sync.(*WaitGroup).Wait(0xc002814f80)
sync/waitgroup.go:130 +0x71
github.com/evanw/esbuild/internal/bundler.(*scanner).addEntryPoints(0xc0011ba000, {0xc0011b8a80, 0x1, 0x0})
github.com/evanw/esbuild/internal/bundler/bundler.go:1381 +0xbe5
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc0008ee180, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1035 +0x7b7
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build
(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x165, 0xc0034c8f90)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc0018fec00, 0xc000213fd0, 0x133e323})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2472 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc003770900})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc0010a18c0, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc0010a18c0, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({
0xc001923f20, 0x1, 0x0}, {0x14f6858, 0xc001050e00}, {0x14fc690, 0xc0006ae640}, 0x0, {0x4, 0xc00065cfc0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc0006ae640}, {0x4, 0xc00065cfc0, 0xc001afb2f0, 0xc001afb308, 0xc000a7ad00}, {0x14f6858, 0xc001050e00}, 0xc001923f80, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 2311 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc002ae9500)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc003700480, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x14e, 0xc003708ae0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc001cccc00, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2309 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc0037b0a80)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _},
{_, _}, {_, _}, 0xc003782780, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x14c, 0xc003799f50)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc001ccc100, 0x0,
0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2258 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc003516e00)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc00128b080, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0,
0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x145, 0xc0035238f0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc002961600, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2124 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc002ae8000)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}
, 0xc001c064e0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x138, 0xc0028d2ed0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc001ccb600, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go
:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2497 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc003770990})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc0029578c0, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc0029578c0, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc002c07ec0, 0x1, 0x14f6858}, {0x14f6858, 0xc0016bc000}, {0x14fc690, 0xc001e93580}, 0xc001244300, {0x4, 0xc00075d500, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc001e93580}, {0x4, 0xc00075d500, 0xc001515308, 0xc001515320, 0xc0003cf580}, {0x14f6858, 0xc0016bc000}, 0xc002c07f20, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 2580 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc003a47a10})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc0010a1d40, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc0010a1d40, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0},
{0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc001732060, 0x1, 0x14f6858}, {0x14f6858, 0xc001daaa80}, {0x14fc690, 0xc0006aeb40}, 0xc001fdc840, {0x4, 0xc00065d500, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc0006aeb40}, {0x4, 0xc00065d500, 0xc000647d40, 0xc000647d70, 0xc000a7b4e0}, {0x14f6858, 0xc001daaa80}, 0xc0017320c0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 2514 [semacquire]:
sync.runtime_Semacquire(0x0)
runtime/sema.go:56 +0x25
sync.(*WaitGroup).Wait(0xc000edb880)
sync/waitgroup.go:130 +0x71
github.com/evanw/esbuild/internal/bundler.(*scanner).addEntryPoints(0xc003b0ce00, {0xc003b2bb60, 0x1, 0x0})
github.com/evanw/esbuild/internal/bundler/bundler.go:1381 +0xbe5
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc0036eb2c0, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1035 +0x7b7
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:
722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x160, 0xc003b2a090)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc003653600, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2513 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc003a47620})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc0035350e0, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc0035350e0, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}
, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc001245140, 0x1, 0x14f6858}, {0x14f6858, 0xc0016bc700}, {0x14fc690, 0xc001e936c0}, 0xc001245500, {0x4, 0xc00075d650, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc001e936c0}, {0x4, 0xc00075d650, 0xc001515608, 0xc001515620, 0xc0003cf640}, {0x14f6858, 0xc0016bc700}, 0xc0012451a0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 2392 [chan send]:
github.com/evanw/esbuild/internal/bundler.ScanBundle.func2()
github.com/evanw/esbuild/internal/bundler/bundler.go:1023 +0x265
created by github.com/evanw/esbuild/internal/bundler.ScanBundle
github.com/evanw/esbuild/internal/bundler/bundler.go:1021 +0x785
goroutine 2390
[chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc0038fd1a0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.2({{0xc0027a5320, 0x82}, {0x0, 0x0}, {0x0, 0x0}, {0xc00061da40, 0x40}, 0x0, {0x0, ...}})
github.com/evanw/esbuild/cmd/esbuild/service.go:687 +0x5f4
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnResolve.func1({{0xc0027a5320, 0x82}, {{0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, 0x0}, {0xc00061da40, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:1462 +0x216
github.com/evanw/esbuild/internal/bundler.runOnResolvePlugins({0xc003783860, 0x1, 0x1}, {0x14f6858, 0xc0038dca80}, {0x4, 0xc00091cd90, 0xc0038de438, 0xc0038de450, 0xc000a7bd60},
...)
github.com/evanw/esbuild/internal/bundler/bundler.go:688 +0x975
github.com/evanw/esbuild/internal/bundler.(*scanner).addEntryPoints.func1(0x0, {{0xc0027a5320, 0x82}, {0x0, 0x0}, 0x0})
github.com/evanw/esbuild/internal/bundler/bundler.go:1347 +0x205
created by github.com/evanw/esbuild/internal/bundler.(*scanner).addEntryPoints
github.com/evanw/esbuild/internal/bundler/bundler.go:1340 +0x162b
goroutine 2573 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc003ca2ba0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc002957c20, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc002957c20, 0x82}, {0x1453f6a, 0x4}, {0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc001733da0, 0x1, 0x14f6858}, {0x14f6858, 0xc001dab180}, {0x14fc690, 0xc0006aec80}, 0xc00219aea0, {0x4, 0xc00065d6c0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc0006aec80}, {0x4, 0xc00065d6c0, 0xc0001fb230, 0xc0001fb248, 0xc000a7b620}, {0x14f6858, 0xc001dab180}, 0xc001733e00, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 2517 [semacquire]:
sync.runtime_Semacquire(0x0)
runtime/sema.go:56 +0x25
sync.(*WaitGroup).Wait(0xc000edb9c0)
sync/waitgroup.go:130 +0x71
github.com/evanw/esbuild/internal/bundler.(*scanner).addEntryPoints(0xc003b0d500, {0xc003b55980
, 0x1, 0x0})
github.com/evanw/esbuild/internal/bundler/bundler.go:1381 +0xbe5
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc0036eb680, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1035 +0x7b7
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x161, 0xc003b2be90)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc003653b80, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2415 [chan receive]:
main.(*serviceType).sendRequest(0xc000100190, {0x13f85e0, 0xc00391e5a0})
github.com/evanw/esbuild/cmd/esbuild/service.go:163 +0xda
main.(*serviceType).convertPlugins.func2.3({{0xc00184afc0, 0x82}, {0x1453f6a, 0x4}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/cmd/esbuild/service.go:763 +0x426
github.com/evanw/esbuild/pkg/api.(*pluginImpl).OnLoad.func1({{{0xc00184afc0, 0x82}, {0x1453f6a, 0x4}, {
0x0, 0x0}, 0x0}, {0x13e3fe0, 0x16ed540}})
github.com/evanw/esbuild/pkg/api/api_impl.go:1508 +0x16d
github.com/evanw/esbuild/internal/bundler.runOnLoadPlugins({0xc002aa9b60, 0x1, 0x14f6858}, {0x14f6858, 0xc0023fe700}, {0x14fc690, 0xc000fbc8c0}, 0xc002aa9ce0, {0x4, 0xc00022bce0, ...}, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:803 +0xef5
github.com/evanw/esbuild/internal/bundler.parseFile({{0x14fc690, 0xc000fbc8c0}, {0x4, 0xc00022bce0, 0xc001eca210, 0xc001eca288, 0xc00032b740}, {0x14f6858, 0xc0023fe700}, 0xc002aa9bc0, ...})
github.com/evanw/esbuild/internal/bundler/bundler.go:130 +0x239
created by github.com/evanw/esbuild/internal/bundler.(*scanner).maybeParseFile
github.com/evanw/esbuild/internal/bundler/bundler.go:1139 +0x7e5
goroutine 1671 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc001360a80)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc001fddf80, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x124, 0xc001a06270)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc0006eb600, 0xc0023f0fd0, 0x133e323})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1672 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc0023ff180)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {
_, _}, 0xc002aa9f20, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x125, 0xc001b0d470)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc0006ebb80, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 2196 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc00358a380)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc0015c5620, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x13f, 0xc0005d6990)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x1, {0xc0018fd080, 0x1, 0x1
})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
goroutine 1759 [chan receive]:
github.com/evanw/esbuild/internal/bundler.(*scanner).scanAllDependencies(0xc001051880)
github.com/evanw/esbuild/internal/bundler/bundler.go:1530 +0x272
github.com/evanw/esbuild/internal/bundler.ScanBundle({_, _, _, _, _}, {_, _}, {_, _}, 0xc00031cc60, ...)
github.com/evanw/esbuild/internal/bundler/bundler.go:1036 +0x7d6
github.com/evanw/esbuild/pkg/api.rebuildImpl({0x0, 0x0, 0x4, 0x0, {0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...}, ...)
github.com/evanw/esbuild/pkg/api/api_impl.go:964 +0x1b93
github.com/evanw/esbuild/pkg/api.buildImpl({0x0, 0x0, 0x4, 0x0, {
0x0, 0x0}, 0x0, 0x0, {0x0, 0x0, ...}, ...})
github.com/evanw/esbuild/pkg/api/api_impl.go:722 +0x555
github.com/evanw/esbuild/pkg/api.Build(...)
github.com/evanw/esbuild/pkg/api/api.go:344
main.(*serviceType).handleBuildRequest(0xc000100190, 0x126, 0xc0012fd9b0)
github.com/evanw/esbuild/cmd/esbuild/service.go:459 +0x845
main.(*serviceType).handleIncomingPacket(0x0, {0xc0006ec100, 0x0, 0x0})
github.com/evanw/esbuild/cmd/esbuild/service.go:192 +0x195
main.runService.func3()
github.com/evanw/esbuild/cmd/esbuild/service.go:123 +0x3b
created by main.runService
github.com/evanw/esbuild/cmd/esbuild/service.go:122 +0x4e5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment