From 161c2353ef5b562f4acfb2fd77608fcbd0800fc0 Mon Sep 17 00:00:00 2001 From: Rod Vagg Date: Tue, 22 Jun 2021 12:10:09 +1000 Subject: [PATCH] doc(wiki): safer doc names, remove unnecessary TypedArray doc --- .../Error-pre-versions-of-node-cannot-be-installed.md | 0 ...m's-bundled-node-gyp.md => Updating-npm-bundled-node-gyp.md} | 0 .../binding.gyp-files-in-the-wild.md | 0 docs/use-of-undeclared-identifier-'TypedArray'.md | 2 -- 4 files changed, 2 deletions(-) rename "docs/Error:-\"pre\"-versions-of-node-cannot-be-installed.md" => docs/Error-pre-versions-of-node-cannot-be-installed.md (100%) rename docs/{Updating-npm's-bundled-node-gyp.md => Updating-npm-bundled-node-gyp.md} (100%) rename "docs/\"binding.gyp\"-files-out-in-the-wild.md" => docs/binding.gyp-files-in-the-wild.md (100%) delete mode 100644 docs/use-of-undeclared-identifier-'TypedArray'.md diff --git "a/docs/Error:-\"pre\"-versions-of-node-cannot-be-installed.md" b/docs/Error-pre-versions-of-node-cannot-be-installed.md similarity index 100% rename from "docs/Error:-\"pre\"-versions-of-node-cannot-be-installed.md" rename to docs/Error-pre-versions-of-node-cannot-be-installed.md diff --git a/docs/Updating-npm's-bundled-node-gyp.md b/docs/Updating-npm-bundled-node-gyp.md similarity index 100% rename from docs/Updating-npm's-bundled-node-gyp.md rename to docs/Updating-npm-bundled-node-gyp.md diff --git "a/docs/\"binding.gyp\"-files-out-in-the-wild.md" b/docs/binding.gyp-files-in-the-wild.md similarity index 100% rename from "docs/\"binding.gyp\"-files-out-in-the-wild.md" rename to docs/binding.gyp-files-in-the-wild.md diff --git a/docs/use-of-undeclared-identifier-'TypedArray'.md b/docs/use-of-undeclared-identifier-'TypedArray'.md deleted file mode 100644 index 9034b893d7..0000000000 --- a/docs/use-of-undeclared-identifier-'TypedArray'.md +++ /dev/null @@ -1,2 +0,0 @@ -Local typedArray = Local::Cast(arg[0]); -why node-gyp not support typedArray \ No newline at end of file