webdriverio / codemod

A codemod to transform Protractor into WebdriverIO tests
MIT License
25 stars 12 forks source link

Make codemod work for TypeScript #10

Closed christian-bromann closed 3 years ago

christian-bromann commented 3 years ago

When compiling TypeScript files the parser is a bit different. I am afraid we need to write separate codemods for TypeScript.

christian-bromann commented 3 years ago

It seems that TypeScripts AST format is similar to Babel but not identical, some transformation are missing.