Socket
Socket
Sign inDemoInstall

@openstapps/easy-ast

Package Overview
Dependencies
4
Maintainers
3
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @openstapps/easy-ast

Tool to easily handle TypeScript AST


Version published
Weekly downloads
26
increased by420%
Maintainers
3
Created
Weekly downloads
 

Readme

Source

What is Easy AST?

Easy AST is a "wrapper" around the TypeScript Compiler API. The TS Compiler API is built for many much more complex things than just accessing type declarations, and thus comes with a ton of bloat that makes it really difficult to work with.

This is why we built the Easy AST, which converts the TS representation to a really easy and lightweight structure, that removes a lot of the stuff you wouldn't really need.

FAQs

Last updated on 13 Oct 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc