Found 293 repositories(showing 30)
jquery
ECMAScript parsing infrastructure for multipurpose analysis
benjamn
Esprima-compatible implementation of the Mozilla JS Parser API
facebookarchive
A simple utility for pluggable JS syntax transforms using the esprima parser.
sebastienros
Esprima .NET (BSD license) is a .NET port of the esprima.org project. It is a standard-compliant ECMAScript parser (also popularly known as JavaScript).
Kronuz
ECMAScript parsing infrastructure for multipurpose analysis
Swatinem
creates a control flow graph from an esprima abstract syntax tree
max-mapper
codemirror + esprima powered html5 javascript editor component
SeanPesce
JavaScript Reverse Engineering Toolkit (JSRETK) - Experimental tools for analyzing (minified/obfuscated) JavaScript
s0md3v
modern javascript parser
jspicl
A Javascript to PICO-8 Lua transpiler
jonschlinkert
Safely evaluate JavaScript (estree) expressions, sync and async.
jonschlinkert
Parse JavaScript code comments. Works with block and line comments, and should work with CSS, LESS, SASS, or any language with the same comment formats.
codepen
Using Esprima to stop infinite loops before they happen.
lydell
Fuzz testing JavaScript parsers and suchlike programs.
duereg
Validate the syntax of any JavaScript file in Sublime Text using Esprima
pauljt
Static analysis tool for javascript code based. Scanjs uses Esprima to convert sources to AST, then walks AST looking for patterns.
jonschlinkert
Extract JavaScript code comments from a string or glob of files.
adams85
Acornima is a standard-compliant JavaScript parser for .NET. It is a fork of Esprima.NET combined with the .NET port of the acornjs parser.
babel
(unmaintained) Converts acorn tokens to esprima tokens
austinbyers
Python code to efficiently traverse the AST format saved by the Esprima JavaScript parser
llafuente
Utility library to manipulate, transform, query and debug esprima ASTs.
shuerguo999
The simplest tool to parse/transform/generate code on ast
mazurov
JavaScript scope coloring based on esprima toolbox
viswesh
A tool to visualize abstract syntax tree.
aeisenberg
Esprima parser based content assist for JavaScript files in Orion
medikoo
Find all require() calls. Fast and solid implementation backed with direct scanner and esprima ast parser
ipeychev
YUI Modules Explorer is a project which tries to save the developer from the monkey job of finding and populating the required YUI modules in JavaScript sources. What it does is to parse the JavaScript files using esprima (http://esprima.org/) JavaScript parser and to match the used YUI classes to the required modules.
pilotpirxie
🐌 Detect cyclomatic complexity of your JavaScript and TypeScript code
Diullei
A port of esprima.js to C#
klei
Analyze javascript code using esprima and return a list of objects representing the angular module dependencies in the code.