llts_analysis 0.1.0

LLTS analysis — subset validation and type resolution
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "llts_analysis"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "LLTS analysis — subset validation and type resolution"

[dependencies]
llts_frontend.workspace = true
oxc_allocator.workspace = true
oxc_ast.workspace = true
oxc_semantic.workspace = true
oxc_span.workspace = true
thiserror = "2"