| # Replaces WORKSPACE.bazel under --enable_bzlmod | |
| load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") | |
| http_archive( | |
| name = "npm_acorn-8.5.0", | |
| build_file = "acorn.BUILD", | |
| sha256 = "d8f9d40c4656537a60bf0c6daae6f0553f54df5ff2518f86464b7c785f20376b", | |
| urls = ["https://registry.npmjs.org/acorn/-/acorn-8.5.0.tgz"], | |
| ) |