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
This blows up on t.ContextHostType, because n is the empty object that represents the exports, not t. I guess the right output would be to have the function take only one parameter?
TypeScript outputs AMD that looks like this:
I don't know why it takes
require
itself as a dependency, but it should work.AMDClean is pretending that dependency doesn't exist though and providing bad output:
This blows up on t.ContextHostType, because n is the empty object that represents the exports, not t. I guess the right output would be to have the function take only one parameter?
You can see it here
The text was updated successfully, but these errors were encountered: