Skip to content

TypeScript declaration file and analysis skeleton for Jalangi2, a dynamic analysis framework for JavaScript.

License

Notifications You must be signed in to change notification settings

simongregersen/jalangi2-typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jalangi2-TypeScript

Introduction

Jalangi2 is a framework for writing dynamic analyses for JavaScript. This project is a skeleton project for writing analyses for Jalangi2 in TypeScript. The project provides a TypeScript declaration file for Jalangi2, a sample analysis, and a sample mocha test that invokes the analysis. The package.json file is prepared with scripts for compiling, linting, and running the tests.

See the Jalangi2 repository for further details about how to use the framework.

Getting started

Clone the repository and install the dependencies.

git clone git@github.com:simongregersen/jalangi2-typescript.git
cd jalangi2-typescript
npm install

Compile the project to the build/ directory.

npm run compile

Run all tests in the test/ directory.

npm run test

See the package.json script section for further options.

About

TypeScript declaration file and analysis skeleton for Jalangi2, a dynamic analysis framework for JavaScript.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published