From cbe8d8ee7c7195c98e1eb00bc50c5a1f38ada787 Mon Sep 17 00:00:00 2001 From: Dave Smith-Hayes Date: Thu, 17 Jul 2025 16:29:18 +0000 Subject: [PATCH] Adding pages. --- posts/scope-with-javascript.md | 4 +++- src/services/pages.ts | 3 +++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 src/services/pages.ts diff --git a/posts/scope-with-javascript.md b/posts/scope-with-javascript.md index faf7bb9..f08d571 100644 --- a/posts/scope-with-javascript.md +++ b/posts/scope-with-javascript.md @@ -72,5 +72,7 @@ So now, in any callback function* we can get the total number of free connections in the `SomePool` class. ```typescript -title= ``` + +## Scopes within modules +module level variable and how it can fuck you diff --git a/src/services/pages.ts b/src/services/pages.ts new file mode 100644 index 0000000..5cae7b3 --- /dev/null +++ b/src/services/pages.ts @@ -0,0 +1,3 @@ +export default class PagesService { + +}