swamp-modules 0.2.21

Module support for Swamp
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "swamp-modules"
version = "0.2.21"
edition = "2024"
license = "MIT"
repository = "https://github.com/swamp/swamp"
description = "Module support for Swamp"

[dependencies]
swamp-semantic = { path = "../semantic", version = "0.2.21" }
swamp-types = { path = "../types", version = "0.2.21" }
swamp-symbol = { path = "../symbol", version = "0.2.21" }
swamp-refs = { path = "../refs", version = "0.2.21" }
source-map-node = "0.0.1"

seq-map = "0.0.14"
tiny-ver = "0.1.2"