esbuild.startService({})
↔ return service object to fetch esbuild.wasm binary bundle, load modules, etc
serve()
stop()
transform()
!deprecated esbuild.startService() replaced with esbuild.initialize()
also changed to return undefined instead of object
now must call build() or transform()
github.com/evanw/esbuild/issues/971