diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2022-09-08 22:01:48 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-08 22:01:48 +0200 |
| commit | 6c179daff07fe60d478142ea86231a34dc9ee1fd (patch) | |
| tree | 39ff8701af61eec0674827b4ef62de1d4087e407 /Cargo.lock | |
| parent | 93cbac69e8a53fbb393fc7a2f12654b223cf01ad (diff) | |
fix(npm): recursive translation of reexports, remove window global in node code (#15806)
Co-authored-by: David Sherret <dsherret@gmail.com>
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock index 19c5d8253..c9126ed0a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1142,6 +1142,7 @@ name = "deno_node" version = "0.4.0" dependencies = [ "deno_core", + "once_cell", "path-clean", "regex", "serde", |
