Socket
Socket
Sign inDemoInstall

ast-generator

Package Overview
Dependencies
4
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    ast-generator

Helper to generate a TypeScript or JavaScript module for an arbitrary AST definition from a specification.


Version published
Weekly downloads
297
increased by21.72%
Maintainers
1
Install size
74.7 MB
Created
Weekly downloads
 

Changelog

Source

[0.2.1] - 2024-02-28

  • Made _kind enumerable again.

Readme

Source

npm Build Status

TypeScript code generator for AST nodes based on the following grammar format:

Circle:
  cx  `number`
  cy  `number`
  r   `number`

Rect:
  x      `number`
  y      `number`
  width  `number`
  height `number`

@Shape:
  | Circle
  | Rect

Document:
  version `number`?
  shapes  @Shape*

Keywords

FAQs

Last updated on 28 Feb 2024

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