Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.68 KB

File metadata and controls

38 lines (25 loc) · 1.68 KB

TransMap API Library Backend

The three backend servers (backend-file, backend-codex and backend-test) don't have any source code dependencies.

TransMap API Library Frontend

  • jsSHA (BSD-3-Clause license. Included.)
  • Incremental-DOM (Apache 2.0 License. Included. Code Modified)
  • jsonml2idom.js (MIT License, included)
  • toastify-js (MIT License, included)
  • vscode-diff (MIT License, included)
  • tree-sitter.js (MIT License, included)
  • showdown (MIT License, included)

All the LICENSE files can be found in frontend/_common/*.

TransMap User Interface

  • LogViz (Modified MIT License, included)

Dataset

The three micro-benchmarks are inside this folder:
data/transmap/tests/evalex/(gfg/leetcode/humanevalx)

The LICENSE files can be found inside the evalex folder.

There are 5 real-world Python libraries or modules used for the case study. They are inside the real subfolder of the same folder:

These LICENSE files for the real-world programs are also included in the same folder.