achudnov / jsapia

Quick'n'dirty API usage analysis for JavaScript web applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jsapia: JavaScript API analysis

Quick'n'dirty API usage analysis for JavaScript web applications. This program performs a (possibly incomplete) analysis of common API's used by an ECMAScript/JavaScript program. Warnings are given if analysis results are likely to be incomplete. The program prints out the fully qualified names of objects, functions and fields used by the program that are part of common browser APIs.

About

Quick'n'dirty API usage analysis for JavaScript web applications

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Haskell 100.0%