-
Notifications
You must be signed in to change notification settings - Fork 30
Description
Hi! Would it be possible for you to add type for shift-parser and shift-codegen to the DefintelyTyped repo?
I'm one of the developers of the mutation testing framework Stryker and I'm thinking about using shift-parser and shift-codegen instead of esprima and escodegen because of your ES6 support.
Changing our parser/codegenerator is very risky because it lies at the core of what we do: mutating code. Having type information would be very helpful to us. The DefintelyTyped repo on GitHub contains type information for modules which are not written using TypeScript. The typings of esprima may be a useful example. They can be found here.
Some places where we would use the parser, codegenerator and syntax: parserUtils.ts, mutators and MutatorOrchestrator.ts