1- // ../../node_modules/.pnpm/ @swmansion +popcorn@0.3.0-rc2_esbuild@0.28.0_rollup@4.60.3_vite@8.0.10_@types+node@25.6.0_esbuild@0.28.0_jiti@2.7.0_/ node_modules/@swmansion/popcorn/dist/types.mjs
1+ // node_modules/@swmansion /popcorn/dist/types.mjs
22var INIT_VM_TIMEOUT_MS = 3e4 ;
33var CALL_TIMEOUT_MS = 6e4 ;
44var HEARTBEAT_TIMEOUT_MS = 6e4 ;
@@ -23,7 +23,7 @@ function isMessageType(type) {
2323 return MESSAGES_TYPES . has ( type ) ;
2424}
2525
26- // ../../node_modules/.pnpm/ @swmansion +popcorn@0.3.0-rc2_esbuild@0.28.0_rollup@4.60.3_vite@8.0.10_@types+node@25.6.0_esbuild@0.28.0_jiti@2.7.0_/ node_modules/@swmansion/popcorn/dist/errors.mjs
26+ // node_modules/@swmansion /popcorn/dist/errors.mjs
2727var defaultErrorMessages = {
2828 timeout : "Promise timeout" ,
2929 deinitialized : "Call cancelled due to instance deinit" ,
@@ -76,7 +76,7 @@ function throwError(error) {
7676 throw buildError ( error ) ;
7777}
7878
79- // ../../node_modules/.pnpm/ @swmansion +popcorn@0.3.0-rc2_esbuild@0.28.0_rollup@4.60.3_vite@8.0.10_@types+node@25.6.0_esbuild@0.28.0_jiti@2.7.0_/ node_modules/@swmansion/popcorn/dist/bridge.mjs
79+ // node_modules/@swmansion /popcorn/dist/bridge.mjs
8080var STYLE_HIDDEN = "visibility: hidden; width: 0px; height: 0px; border: none" ;
8181var IframeBridge = class {
8282 iframe ;
@@ -136,7 +136,7 @@ function metaTagsFrom(config) {
136136 return Object . entries ( config ) . map ( ( [ key , value ] ) => `<meta name="${ key } " content="${ value } " />` ) . join ( "\n" ) ;
137137}
138138
139- // ../../node_modules/.pnpm/ @swmansion +popcorn@0.3.0-rc2_esbuild@0.28.0_rollup@4.60.3_vite@8.0.10_@types+node@25.6.0_esbuild@0.28.0_jiti@2.7.0_/ node_modules/@swmansion/popcorn/dist/popcorn.mjs
139+ // node_modules/@swmansion /popcorn/dist/popcorn.mjs
140140var INIT_TOKEN = /* @__PURE__ */ Symbol ( ) ;
141141var IFRAME_URL = new URL ( "./iframe.mjs" , import . meta. url ) . href ;
142142var Popcorn = class _Popcorn {
0 commit comments