From 36384eee09ed9b2998cbdf3f1fe215f351daf020 Mon Sep 17 00:00:00 2001 From: mincomk Date: Wed, 4 Jun 2025 04:20:07 +0900 Subject: [PATCH] fix: noSelf --- package.json | 2 +- types/index.d.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 9e19086..a4897b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "computercraft-ts", - "version": "1.0.7", + "version": "1.0.8", "description": "", "license": "ISC", "author": "", diff --git a/types/index.d.ts b/types/index.d.ts index 2d1379a..a972d71 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -277,6 +277,7 @@ declare global { * File System API * Interact with the computer's files and filesystem, allowing you to manipulate files, directories and paths. */ + /** @noSelf **/ namespace fs { /** * Returns a list of all the files (including subdirectories but not their contents) contained in a directory.