srcmap-ram-bundle 0.3.3

React Native RAM bundle parser for source map tooling
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "srcmap-ram-bundle"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true
description = "React Native RAM bundle parser for source map tooling"
readme = "README.md"
keywords = ["sourcemap", "ram-bundle", "react-native", "metro"]
categories = ["parser-implementations"]

[lints]
workspace = true

[dependencies]
srcmap-sourcemap = { workspace = true }