andruhon opened a new pull request #363: Convert wicket ajax to typescript
URL: https://github.com/apache/wicket/pull/363
 
 
   Continuing discussion about converting wicket-ajax-jquery.js into TypeScript.
   
   Finally I reached the stage when all tests passing and I can run ajax 
section in wicket examples, so I decided to create a proper PR to continue 
discussion.
   
   I created some utility objects as "modules" which which means they may not 
be mutated on runtime (transpiled with Object.freeze):
   Wicket.Class
   Wicket.DOM
   Wicket.Xml
   Wicket.Form
   Wicket.Head
   Wicket.Head.Contributor
   
   I'm not sure if it's correct, please let me know if you think that these 
modules should be converted into classes with static methods or simply into JS 
objects.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to