treeedb-javascript 0.1.0

Generate Datalog facts from JavaScript source code
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "treeedb-javascript"
version = "0.1.0"
edition = "2021"
description = "Generate Datalog facts from JavaScript source code"
keywords = ["datalog", "javascript", "parsing", "souffle"]
authors = ["Langston Barrett <langston.barrett@gmail.com>"]
license = "MIT"
readme = "../README.md"
homepage = "https://github.com/langston-barrett/treeedb"
repository = "https://github.com/langston-barrett/treeedb"

[dependencies]
anyhow = "1.0"
treeedb = { version = "0.1.0", path = "../treeedb", features = ["cli"] }
tree-sitter-javascript = { version = "0.20" }