remove long relatives paths -> short module paths |
|---|
|
|
| api/package-lock.json |
|---|
| api/package.json |
|---|
| api/scripts/tsconfig-paths-bootstrap.js 0 → 100644 |
|---|
| api/src/index.ts |
|---|
| api/src/middlewares/ErrorHandler.ts |
|---|
| api/src/middlewares/RateLimit.ts |
|---|
| api/src/routes/auth/login.ts |
|---|
| api/src/routes/auth/register.ts |
|---|
| api/src/routes/channels/#channel_id/index.ts |
|---|
| api/src/routes/channels/#channel_id/invites.ts |
|---|
| api/src/routes/channels/#channel_id/messages/#message_id/ack.ts |
|---|
| api/src/routes/channels/#channel_id/messages/#message_id/index.ts |
|---|
| api/src/routes/channels/#channel_id/messages/bulk-delete.ts |
|---|
| api/src/routes/channels/#channel_id/messages/index.ts |
|---|
| api/src/routes/channels/#channel_id/permissions.ts |
|---|
| api/src/routes/channels/#channel_id/webhooks.ts |
|---|
| api/src/routes/guilds/#guild_id/bans.ts |
|---|
| api/src/routes/guilds/#guild_id/channels.ts |
|---|
| api/src/routes/guilds/#guild_id/index.ts |
|---|
| api/src/routes/guilds/#guild_id/members/#member_id/index.ts |
|---|
| api/src/routes/guilds/#guild_id/members/index.ts |
|---|
| api/src/routes/guilds/#guild_id/regions.ts |
|---|
| api/src/routes/guilds/#guild_id/roles.ts |
|---|
| api/src/routes/guilds/#guild_id/templates.ts |
|---|
| api/src/routes/guilds/#guild_id/vanity-url.ts |
|---|
| api/src/routes/guilds/#guild_id/voice-states/#user_id/index.ts |
|---|
| api/src/routes/guilds/#guild_id/voice-states/@me/index.ts |
|---|
| api/src/routes/guilds/#guild_id/welcome_screen.ts |
|---|
| api/src/routes/guilds/#guild_id/widget.json.ts |
|---|
| api/src/routes/guilds/#guild_id/widget.ts |
|---|
| api/src/routes/guilds/index.ts |
|---|
| api/src/routes/guilds/templates/index.ts |
|---|
| api/src/routes/users/#id/index.ts |
|---|
| api/src/routes/users/#id/profile.ts |
|---|
| api/src/routes/users/@me/channels.ts |
|---|
| api/src/routes/users/@me/index.ts |
|---|
| api/src/routes/users/@me/relationships.ts |
|---|
| api/src/routes/users/@me/settings.ts |
|---|
| api/src/routes/voice/regions.ts |
|---|
| api/src/test/password_test.ts |
|---|
| api/src/util/index.ts 0 → 100644 |
|---|
| api/src/util/passwordStrength.ts |
|---|
| api/tests/automatic.test.js 0 → 100644 |
|---|
| api/tsconfig.json |
|---|
| bundle/package-lock.json |
|---|
| bundle/package.json |
|---|
| bundle/tsconfig-paths-bootstrap.js 0 → 100644 |
|---|
| cdn/package.json |
|---|
| cdn/scripts/tsconfig-paths-bootstrap.js 0 → 100644 |
|---|
| cdn/src/routes/attachments.ts |
|---|
| cdn/src/routes/avatars.ts |
|---|
| cdn/src/routes/external.ts |
|---|
| cdn/tsconfig.json |
|---|
| gateway/package-lock.json |
|---|
|
Too large (Show diff)
|
| gateway/package.json |
|---|
| gateway/scripts/tsconfig-paths-bootstrap.js 0 → 100644 |
|---|
| gateway/src/events/Close.ts |
|---|
| gateway/src/events/Connection.ts |
|---|
| gateway/src/events/Message.ts |
|---|
| gateway/src/index.ts |
|---|
| gateway/src/listener/listener.ts |
|---|
| gateway/src/opcodes/Heartbeat.ts |
|---|
| gateway/src/opcodes/Identify.ts |
|---|
| gateway/src/opcodes/LazyRequest.ts |
|---|
| gateway/src/opcodes/PresenceUpdate.ts |
|---|
| gateway/src/opcodes/RequestGuildMembers.ts |
|---|
| gateway/src/opcodes/Resume.ts |
|---|
| gateway/src/opcodes/VoiceStateUpdate.ts |
|---|
| gateway/src/opcodes/index.ts |
|---|
| gateway/src/opcodes/instanceOf.ts |
|---|
| gateway/src/util/Send.ts |
|---|
| gateway/src/util/WebSocket.ts |
|---|
| gateway/src/util/index.ts 0 → 100644 |
|---|
| gateway/tsconfig.json |
|---|
| util/package-lock.json |
|---|
| util/package.json |
|---|
| util/src/interfaces/Event.ts |
|---|
| util/src/util/Constants.ts |
|---|
| util/src/util/Database.ts |
|---|