You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/signals/signals-runtime/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,4 +7,4 @@ Encapsulates Signals runtime functionality, in order to share logic between the
7
7
|--------|-------------|
8
8
|`/dist/runtime/index.[platform].js`, `/[platform]/get-runtime-code.generated.js`| Exposes `globalThis.Signals` and constants (e.g. `SignalType`), either through the script tag or in the mobile JS engine |
9
9
| `/dist/editor/[platform]-editor.d.ts.txt` | Type definitions for monaco editor on app.segment.com
10
-
|`/dist/esm/index.js`| Entry point for `@segment/analytics-signals` and the segment app, that want to consume the types / runtime code. |
10
+
|`/dist/esm/index.js`| Entry point for `@segment/analytics-signals` and the segment app, for consumers that want to consume the types / runtime code as an npm package. |
0 commit comments