77 skills found · Page 1 of 3
jquery / EsprimaECMAScript parsing infrastructure for multipurpose analysis
benjamn / Ast TypesEsprima-compatible implementation of the Mozilla JS Parser API
facebookarchive / JstransformA simple utility for pluggable JS syntax transforms using the esprima parser.
sebastienros / Esprima DotnetEsprima .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 / Esprima PythonECMAScript parsing infrastructure for multipurpose analysis
Swatinem / Esgraphcreates a control flow graph from an esprima abstract syntax tree
max-mapper / Javascript Editorcodemirror + esprima powered html5 javascript editor component
SeanPesce / JSRETKJavaScript Reverse Engineering Toolkit (JSRETK) - Experimental tools for analyzing (minified/obfuscated) JavaScript
s0md3v / Esprima2modern javascript parser
jspicl / JspiclA Javascript to PICO-8 Lua transpiler
jonschlinkert / Eval Estree ExpressionSafely evaluate JavaScript (estree) expressions, sync and async.
jonschlinkert / Parse CommentsParse 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 / InfiniteLoopBusterUsing Esprima to stop infinite loops before they happen.
lydell / EslumpFuzz testing JavaScript parsers and suchlike programs.
duereg / Sublime JsvalidateValidate the syntax of any JavaScript file in Sublime Text using Esprima
pauljt / ScanjsStatic analysis tool for javascript code based. Scanjs uses Esprima to convert sources to AST, then walks AST looking for patterns.
jonschlinkert / Extract CommentsExtract JavaScript code comments from a string or glob of files.
adams85 / AcornimaAcornima 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 / Acorn To Esprima(unmaintained) Converts acorn tokens to esprima tokens
austinbyers / Esprima Ast VisitorPython code to efficiently traverse the AST format saved by the Esprima JavaScript parser