Skip to content

Commit 14c643a

Browse files
committed
Updates filename and reverts bad auto-format
1 parent ce3dc8d commit 14c643a

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

src/content/changelog/workers/2025-01-28-nodejs-compat-improvements.mdx

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,8 @@ export default {
3636
socket.end();
3737

3838
return new Response("Wrote to server", { status: 200 });
39-
40-
},
39+
},
4140
} satisfies ExportedHandler;
42-
4341
````
4442
</TypeScriptExample>
4543

@@ -78,13 +76,11 @@ import timers from "node:timers";
7876

7977
console.log("first");
8078
timers.setTimeout(() => {
81-
console.log("last");
79+
console.log("last");
8280
}, 10);
8381

8482
timers.setTimeout(() => {
85-
console.log("next");
83+
console.log("next");
8684
});
87-
8885
```
8986
</TypeScriptExample>
90-
```

src/content/changelog/workers/2025-04-08-nodejs-compat-updates.mdx renamed to src/content/changelog/workers/2025-04-08-nodejs-crypto-and-tls.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Node.js APIs from the node:crypto and node:tls modules are now avai
44
products:
55
- workers
66
date: 2025-04-08T14:00:00Z
7-
# hidden: true
7+
hidden: true
88
---
99

1010
import { Render, PackageManagers, TypeScriptExample } from "~/components";

0 commit comments

Comments
 (0)