Skip to content

TypeScript parsing infrastructure for multipurpose analysis. Made over Esprima.js

License

Notifications You must be signed in to change notification settings

Diullei/esprima-typeScript

 
 

Repository files navigation

Esprima-TypeScript

Unit tests

TypeScript :: TypeAnnotation

  • var answer: number = 42

TypeScript :: TypeCast

  • var answer = 42
  • (<{x: number; y: number; }>(name+r))

About

TypeScript parsing infrastructure for multipurpose analysis. Made over Esprima.js

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%