estree-util-value-to-estree
Value converter
Converts JavaScript values to ESTree expressions
Convert a JavaScript value to an estree expression
24 stars
4 watching
2 forks
Language: JavaScript
last commit: 19 days ago esastestreeestree-utiljavascriptlanguagetypescriptunist
Related projects:
Repository | Description | Stars |
---|---|---|
syntax-tree/estree-util-to-js | A utility to convert estree syntax trees into JavaScript strings | 12 |
syntax-tree/esast-util-from-js | A utility to convert JavaScript code into an abstract syntax tree (AST) format | 12 |
syntax-tree/estree-util-build-jsx | Utility to transform JSX syntax into function calls for various JavaScript libraries | 22 |
elixirscript/elixir-estree | Defines structs and tools for generating JavaScript AST to code from the ESTree spec. | 103 |
syntax-tree/estree-util-attach-comments | Utility to embed comments in an Abstract Syntax Tree (AST) generated by an ECMAScript parser | 7 |
estools/estraverse | A library of traversal functions for the ECMAScript Abstract Syntax Tree (AST) | 943 |
syntax-tree/esast | Defines an abstract syntax tree format for ECMAScript | 50 |
es-shims/object.values | Shim to implement Object.values in environments lacking its support or spec compliance | 72 |
es-shims/object-is | A shim for comparing values in JavaScript | 25 |
estools/esquery | A JavaScript library for querying and navigating the structure of JavaScript source code | 826 |
elixirscript/elixirscript | Converts Elixir code to JavaScript using an AST conversion approach | 1,562 |
ee/grunt-defs | Transpiles ES6 block scoped const and let variables to ES3 | 5 |
eush77/object-pairs | Transforms an object into a list of key-value pairs | 2 |
adametry/gulp-eslint | Identifies and reports on patterns in ECMAScript/JavaScript code | 562 |
estree/estree | A standard format for representing JavaScript source code | 5,127 |