feat: fetch effect (#1605)

* feat: fetch effect

* fix: Make not available in sandbox

* chore: Update to use text(), and to use headers

* chore: use the postman echo for testing

* chore: add json

* chore: Testing the json

* chore: Make the json lazy
This commit is contained in:
J M
2022-07-01 17:05:01 -06:00
committed by GitHub
parent b580f549a6
commit 8ba932aa36
7 changed files with 647 additions and 1 deletions

View File

@@ -10,6 +10,7 @@ dashmap = "5.1.0"
deno_core = "=0.136.0"
deno_ast = {version="=0.15.0", features = ["transpiling"]}
dprint-swc-ext = "=0.1.1"
reqwest = { version = "0.11.4" }
swc_atoms = "=0.2.11"
swc_common = "=0.18.7"
swc_config = "=0.1.1"