Skip to content

Commit af4ed48

Browse files
authored
chore: tags (#209)
* tag for relative path differences
1 parent 233d3f0 commit af4ed48

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tags/tags.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1187,3 +1187,11 @@ Discord does not provide the invite that a member used to join through the bot A
11871187
- Tracking the uses of invites through the `inviteCreate` and `guildMemberAdd` events is unreliable and we recommend against it.
11881188
- Discord has not shared any plans to make the members tab available for bots.
11891189
"""
1190+
1191+
[relative-paths-base]
1192+
keywords = ["require", "node-fs", "relative-paths", "base-path"]
1193+
content = """
1194+
Relative paths base:
1195+
- [`require`](https://nodejs.org/api/modules.html#requireid) resolves relative paths based on the file's location.
1196+
- [`fs`](https://nodejs.org/api/fs.html) methods (e.g. [`fs.readFile`](https://nodejs.org/api/fs.html#fspromisesreadfilepath-options)) resolve paths based on the current working directory.
1197+
"""

0 commit comments

Comments
 (0)