Skip to content

cs-au-dk/JSRefactor

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

JSRefactor

Experimental refactoring tools for JavaScript. This project explores the possibility of using points-to information as the foundation for refactoring logic.

Main projects:

  • jsparser: a parser for JavaScript with a useful AST
  • jscontrolflow: control-flow graphs for JavaScript
  • jspointers: pointer analysis for JavaScript
  • jsrefactoring: refactoring logic

Auxilliary projects:

  • jsutil: some stuff all projects need
  • jtidy-js: hacked version of jtidy, needed to extract JavaScript from HTML files
  • benchmarks: refactoring benchmarks used in the OOPSLA'11 paper

Authors:

  • Asger Feldthaus: jsparser, jscontrolflow, jspointers, jsrefactoring
  • Max Schäfer: jsrefactoring, Eclipse integration
  • Jacob Harris Cryer Kragh: Eclipse integration
  • Matthias Diehn Ingesman: Eclipse integration

About

refactoring for JavaScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published