@syntactic/ast-js
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

@syntactic/ast-js

Syntactic's core components that represent the JavaScript AST.

The core of syntactic is AST nodes. By defining the core building blocks of JavaScript as components, we can then compose those components to build incredibly powerful abstractions for file generation. The node types attempt to follow Esprima's AST format as closely as possible. This should allow for developers to write a sample template into ASTExplorer and then mostly directly copy the output of the AST into Syntactic components, with very little overhead given the overlap in syntax.

Readme

Keywords

none

Package Sidebar

Install

npm i @syntactic/ast-js

Weekly Downloads

0

Version

0.0.1

License

ISC

Unpacked Size

27.4 kB

Total Files

28

Last publish

Collaborators

  • amarkon