javascript-globals 1.3.4

Global identifiers from different JavaScript environments
Documentation
[workspace]
members = [".", "xtask"]

[package]
name = "javascript-globals"
version = "1.3.4"
authors = ["Boshen <boshenc@gmail.com>"]
categories = []
edition = "2021"
include = ["/src"]
keywords = ["javascript", "globals"]
license = "MIT"
publish = true
readme = "README.md"
repository = "https://github.com/oxc-project/javascript-globals"
rust-version = "1.76"
description = "Global identifiers from different JavaScript environments"

[workspace.lints.clippy]
all = { level = "warn", priority = -1 }
# restriction
dbg_macro = "warn"
todo = "warn"
unimplemented = "warn"
print_stdout = "warn" # Must be opt-in
print_stderr = "warn" # Must be opt-in

[lints]
workspace = true

[lib]
test = false
doctest = false

[dependencies]
phf = "0.13.0"