aboutsummaryrefslogtreecommitdiff
path: root/src/client/documents/Documents.ts
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2024-08-21 10:58:00 -0400
committerbobzel <zzzman@gmail.com>2024-08-21 10:58:00 -0400
commitb3327f8e1a4245110822b8aa8c331f32f93bb8f5 (patch)
tree2e7fbef3a26d600f53c1beca7a5d049adf8d01d4 /src/client/documents/Documents.ts
parent77aa0be0ee4a5375544dbea65a4636d8487cd0fc (diff)
parent166d40bd856b85bd4bbde9f9ffe2c1ec0fb648d5 (diff)
Merge branch 'master' into keanu-comments
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r--src/client/documents/Documents.ts4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts
index 9ce465538..6b5469cca 100644
--- a/src/client/documents/Documents.ts
+++ b/src/client/documents/Documents.ts
@@ -494,9 +494,7 @@ export class DocumentOptions {
export const DocOptions = new DocumentOptions();
-// eslint-disable-next-line @typescript-eslint/no-namespace
export namespace Docs {
- // eslint-disable-next-line @typescript-eslint/no-namespace
export namespace Prototypes {
type LayoutSource = { LayoutString: (key: string) => string };
type PrototypeTemplate = {
@@ -654,7 +652,7 @@ export namespace Docs {
* Encapsulates the factory used to create new document instances
* delegated from top-level prototypes
*/
- // eslint-disable-next-line @typescript-eslint/no-namespace
+
export namespace Create {
/**
* This function receives the relevant document prototype and uses