This website requires JavaScript.
Explore
Help
Sign in
michael
/
astro
Watch
1
Star
0
Fork
You've already forked astro
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
35346c118d
astro
/
packages
/
integrations
/
deno
/
src
/
shim.ts
5 lines
56 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Deno adapter (#2934) * Bundle everything, commit 1 * Get everything working * Remove dependency on readable-stream * Adds a changeset * Fix ts errors * Use the node logger in tests * Callback the logger when done writing * Fix test helper to await the callback * Use serialize-javascript again * Remove dead code * Rename hook * Oops
2022-03-30 12:42:19 +00:00
(
globalThis
as
any
)
.
process
=
{
argv
:
[
]
,
[ci] format
2022-03-30 12:43:13 +00:00
env
:
{
}
,
Deno adapter (#2934) * Bundle everything, commit 1 * Get everything working * Remove dependency on readable-stream * Adds a changeset * Fix ts errors * Use the node logger in tests * Callback the logger when done writing * Fix test helper to await the callback * Use serialize-javascript again * Remove dead code * Rename hook * Oops
2022-03-30 12:42:19 +00:00
}
;
Reference in a new issue
Copy permalink