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
As you can see, I'm trying out Interleave to avoid the forced choice between internal and external modules in Typescript. I'm using Typescript's /// directive to compile all of my project-internal ts files into a single js file and then use Interleave to expose it as a AMD module.
The syntax
leads to
I take it this is not intended.
My full js file looks like this:
Many thanks for this very useful tool!
As you can see, I'm trying out Interleave to avoid the forced choice between internal and external modules in Typescript. I'm using Typescript's /// directive to compile all of my project-internal ts files into a single js file and then use Interleave to expose it as a AMD module.