We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbb458f commit 037b85fCopy full SHA for 037b85f
packages/signals/signals-runtime/src/index.ts
@@ -10,7 +10,7 @@ export * as WebRuntimeConstants from './web/web-constants'
10
export * as Mobile from './mobile/mobile-signals-types'
11
export * as MobileRuntimeConstants from './mobile/mobile-constants'
12
13
-// Signals runtime as strings for the sandbox
+// Signals runtime as strings for the sandbox -- these files are built outside of tsc, using the esbuild script.
14
// @ts-ignore
15
import { getWebRuntimeString as getWebStr } from '../../dist/global/get-runtime-string.web'
16
export const getWebRuntimeString: () => string = getWebStr
0 commit comments