esprima
There are 36 repositories under esprima topic.
jquery/esprima
ECMAScript parsing infrastructure for multipurpose analysis
Kronuz/esprima-python
ECMAScript parsing infrastructure for multipurpose analysis
jonschlinkert/parse-comments
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.
jspicl/jspicl
A Javascript to PICO-8 Lua transpiler
lydell/eslump
Fuzz testing JavaScript parsers and suchlike programs.
jonschlinkert/eval-estree-expression
Safely evaluate JavaScript (estree) expressions, sync and async.
jonschlinkert/extract-comments
Extract JavaScript code comments from a string or glob of files.
SeanPesce/JSRETK
JavaScript Reverse Engineering Toolkit (JSRETK) - Experimental tools for analyzing (minified/obfuscated) JavaScript
shuerguo999/gogoAST
The simplest tool to parse/transform/generate code on ast
viswesh/astVisualizer
A tool to visualize abstract syntax tree.
ianchi/ESpression
ECMAScript Expressions parser and static eval
jonschlinkert/esprima-extract-comments
Extract javascript code comments with esprima. Thin wrapper to prove a simple interface for getting code comments from a string, file or glob of files.
pilotpirxie/cyclomatic-complexity
🐌 Detect cyclomatic complexity of your JavaScript and TypeScript code
bezzad/UnitJest
Automation generate unit test for JavaScript by Jest Framework
moskirathe/JScent
A static progam analysis and visualization tool that detects code smells in a given JS codebase
amitayh/amd-compiler
Compiles JS source written as AMD modules to a single file without the need for a loader (RequireJS / almond / etc.)
iGdea/i18nc
I18N Tool for JS files.
pennant-notebook/pennant-engine
This repository contains the remote code execution engine for the pennant-notebook project.
ricardoferreirasilva/jsweaver
Jackdaw - a Javascript weaver for the LARA language.
BugUpdater/ast-learning
some code about ast demo
gms298/Complexity
Simple algorithms for checking basic properties of code complexity.
jacques-artale/code-vis
A visual representation of JavaScript programs
jonschlinkert/espree-extract-comments
Uses espree to extract JavaScript code comments from a string. Returns an array of comment objects, with line, column, index, comment type and comment string.
paulvollmer/jscode-find-callee
This is a tool to find calls at javascript code.
essence-community/core-frontend
Frontend project Essence Core
jennabelle/js-testing-api-3
A static code analysis tool for binary search algorithm
ZhenyaKh/replace-switches
JS code transformation library replacing switch statements with other conditional statements
capaj/esprima-undeclared-identifiers
given a javascript source code, returns undeclared identifiers
farzonl/eslint-lowerCase-plugin
eslint does not enforce identifiers starting with a lowercase letter.
iankurgarg/DevOps
This repository contains homeworks, project and workshop related material for the CSC519 DevOps Course (Fall 2017) at NC State
jwillbold/rust-esprima-tree
Parser for a JavaScript AST produced by esprima
karimsa/bench-js-parsers
Some benchmarks to show the performance of various modern JS parsers.
luizcalaca/json-from-a-file
json-from-a-file
sambacha/ast-append
append a non-enumerable property to an abstract syntax tree
xprathamesh/JSCodeComplexityAnalyzer
Complexity Analysis of JavaScript code using Esprima