Skip to content

Commit

Permalink
chore: Update to current features
Browse files Browse the repository at this point in the history
  • Loading branch information
Brayan-724 committed Jul 25, 2023
1 parent 0d23ab5 commit a40e5d2
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions example_server/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
.densky/
deno.lock

example_server
2 changes: 1 addition & 1 deletion example_server/src/routes/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { outFunction } from "../outFunction.ts";
const externalVar = "World";

export function GET() {
return new Response("Hello " + externalVar + outFunction(1, 2));
return new Response("Hello " + externalVar + outFunction(2, 2));
}

const completeText = "Hello " + externalVar;
Expand Down
2 changes: 1 addition & 1 deletion packages/cli
2 changes: 1 addition & 1 deletion packages/dynamic-html
2 changes: 1 addition & 1 deletion packages/runtime
Submodule runtime updated 4 files
+2 −1 http/error.ts
+3 −26 http/request.ts
+62 −61 server/dev.ts
+10 −0 types.ts

0 comments on commit a40e5d2

Please sign in to comment.