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
The extism-js cli today flattens all typescript interfaces other than main into a single, flat import namespace. We may want to retain the structure of those other interfaces: consider two interfaces, foo:bar/baz, and apple:banana/cantaloupe, that both export frobnicate. We want to be able to call both foo:bar/baz.frobnicate and apple:banana/cantaloupe.frobnicate from our module.
The text was updated successfully, but these errors were encountered:
The
extism-js
cli today flattens all typescript interfaces other thanmain
into a single, flat import namespace. We may want to retain the structure of those other interfaces: consider two interfaces,foo:bar/baz
, andapple:banana/cantaloupe
, that both exportfrobnicate
. We want to be able to call bothfoo:bar/baz.frobnicate
andapple:banana/cantaloupe.frobnicate
from our module.The text was updated successfully, but these errors were encountered: