Some checks failed
Docker / Docker Buildx (push) Has been cancelled
Build Debian package / Build package (release) Has been cancelled
Build and Deploy / prepare (release) Has been cancelled
Deploy release / Deploy to Cloudflare Pages (release) Has been cancelled
Build and Deploy / Trigger Pro pipeline (release) Has been cancelled
Build and Deploy / Windows arm64 (release) Has been cancelled
Build and Deploy / Windows x64 (release) Has been cancelled
Build and Deploy / macOS (release) Has been cancelled
Build and Deploy / Linux amd64 (sqlcipher static) (release) Has been cancelled
Build and Deploy / Linux arm64 (sqlcipher static) (release) Has been cancelled
Build and Deploy / ${{ needs.prepare.outputs.deploy == 'true' && 'Deploy' || 'Deploy (dry-run)' }} (release) Has been cancelled
Build and Deploy / Deploy builds to ESS (release) Has been cancelled
15 lines
516 B
Diff
15 lines
516 B
Diff
diff --git a/dist/rollup.d.ts b/dist/rollup.d.ts
|
|
index 799df4a69cc0d7ac26c3357c8c2bd3f68365d609..67a6e48c65324f62a6724732f90ad0a776fa7ef5 100644
|
|
--- a/dist/rollup.d.ts
|
|
+++ b/dist/rollup.d.ts
|
|
@@ -160,6 +160,9 @@ export interface MinimalPluginContext {
|
|
warn: LoggingFunction;
|
|
}
|
|
|
|
+// Temporary until https://github.com/getsentry/sentry-javascript-bundler-plugins/pull/870 is released
|
|
+export type AcornNode = unknown;
|
|
+
|
|
export interface EmittedAsset {
|
|
fileName?: string | undefined;
|
|
name?: string | undefined;
|