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
Thx for the answer
If currying or partial définition is not planned, maybe the following syntactic ability could be easily implemented, ie if the last argument of a function is a closure , be able to extra ct it from the arguments to be able to write such a thing
´´´
aList.map (a)=>{ somethingtodo}
´´´
Or even
´´´
div(className=´toto') {
Somethingtodo
}
´´´
I would suggest to be able to use namespaces with modules.
dummy1.ts file :
dummy2.ts file :
main.ts file :
By doing this, we could directly call exported data from common namespace by just calling the namespace in the import statement.
Furthermore, the code generator could generate only one mylib.js file containing the Dummy1 and Dummy2 classes with system.js convention.
The text was updated successfully, but these errors were encountered: