(inputOptions)
| 114 | return { |
| 115 | name: esbuildPlugin.name, |
| 116 | async options(inputOptions) { |
| 117 | await setup( |
| 118 | inputOptions.plugins as RolldownPluginOption[], |
| 119 | inputOptions.platform ?? 'node', |
| 120 | ) |
| 121 | }, |
| 122 | async buildStart(inputOptions) { |
| 123 | // options hook is not called for scanner |
| 124 | if (!isSetupDone) { |