brk_rolldown_std_utils 0.8.0

Standard library utilities for Rolldown
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "brk_rolldown_std_utils"
version.workspace = true
edition.workspace = true
homepage.workspace = true
license.workspace = true
publish = true
repository.workspace = true
description = "Standard library utilities for Rolldown"

[lib]
doctest = false

[lints]
workspace = true

[dependencies]
regex = { workspace = true }