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
We’ve implemented our own self-hosted standard library within Framework, but we’re still using the same Runtime that notebooks use which depends on the notebook standard library. Related to #573, we should restructure the Runtime so that it doesn’t depend on @observablehq/stdlib and @observablehq/inspector, giving users (and us) more flexibility and saving a few bytes.
The text was updated successfully, but these errors were encountered:
I tree-shaked the runtime dependency in #843, so this followup task just applies to releasing a new version of the Observable Runtime that does the tree-shaking internally (rather than bundling stdlib). See this workaround:
We’ve implemented our own self-hosted standard library within Framework, but we’re still using the same Runtime that notebooks use which depends on the notebook standard library. Related to #573, we should restructure the Runtime so that it doesn’t depend on
@observablehq/stdlib
and@observablehq/inspector
, giving users (and us) more flexibility and saving a few bytes.The text was updated successfully, but these errors were encountered: