please, I need your help:
I have this problem: I'm working with an old system in asp.net, the Javascript for these aspx pages was implemented with ES3 so I cant run these pages on Microsoft Edge (ES7). I need something similar to babel but with inverse process, I need to shim ES3 to ES7, in this case, I can run my old aspx pages in Edge. Any ideas?