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
When merging your files into one file, the --module amd flag makes no difference.
There needs to be a way that if all the files listed define the same root namespace, then it should compile into an amd module. Am I missing something here?
I did not write "export = " in any of these files. Not much documentation about how to fix this.
The text was updated successfully, but these errors were encountered:
I guess to be more correct, there needs to be a way to leave individual classes separate and precomipile them into a single ts file that deploys well to javascript. :|
So...
ModuleA.ClassA.ts, and ModuleB.ClassB.ts live in the same namespace and if specified to combine the files, it should have a smarter option for combining/compiling them.
When merging your files into one file, the --module amd flag makes no difference.
There needs to be a way that if all the files listed define the same root namespace, then it should compile into an amd module. Am I missing something here?
I did not write "export = " in any of these files. Not much documentation about how to fix this.
The text was updated successfully, but these errors were encountered: