file_path
stringlengths
3
280
file_language
stringclasses
66 values
content
stringlengths
1
1.04M
repo_name
stringlengths
5
92
repo_stars
int64
0
154k
repo_description
stringlengths
0
402
repo_primary_language
stringclasses
108 values
developer_username
stringlengths
1
25
developer_name
stringlengths
0
30
developer_company
stringlengths
0
82
crates/swc_bundler/tests/.cache/deno/e06d62038d3006a28c9402688ab31a47253615f7.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/rest/rest.ts // deno-lint-ignore-file no-unused-vars import { checkRateLimits } from "./check_rate_limits.ts"; import { cleanupQueues } from "./cleanup_queues.ts"; import { createRequestBody } from "./create_request_body.ts"; import { processQueue } from "...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/e07fc48ca28e556adcca084ee40f7e652d4fe4c3.ts
TypeScript
// Loaded from https://deno.land/x/graphql_deno@v15.0.0/lib/polyfills/flatMap.js const flatMapMethod = Array.prototype.flatMap; /* eslint-disable no-redeclare */ // $FlowFixMe const flatMap = flatMapMethod ? function (list, fn) { return flatMapMethod.call(list, fn); } : function (list, fn) { let result = []; ...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/e08eb0fed457105bf6bd1d6d7319ecf219ac4bef.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/helpers/members/send_direct_message.ts import { cacheHandlers } from "../../cache.ts"; import { rest } from "../../rest/rest.ts"; import { structures } from "../../structures/mod.ts"; import type { Channel } from "../../types/channels/channel.ts"; import t...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/e0c25675fa160d443fa68d7205f49d64dea5ff6a.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/interactions/interaction_response_types.ts /** https://discord.com/developers/docs/interactions/slash-commands#interaction-response-interactionresponsetype */ export enum DiscordInteractionResponseTypes { /** ACK a `Ping` */ Pong = 1, /** Respo...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/e0cd953338b5f75ce93555b731d80e127cb15f8a.ts
TypeScript
// Loaded from https://deno.land/x/graphql_deno@v15.0.0/lib/execution/execute.js import arrayFrom from '../polyfills/arrayFrom.js'; import inspect from '../jsutils/inspect.js'; import memoize3 from '../jsutils/memoize3.js'; import invariant from '../jsutils/invariant.js'; import devAssert from '../jsutils/devAssert.j...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/e0dabbe7e118562667b67101887814c2f0b4bcf6.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/embeds/embed_field.ts /** https://discord.com/developers/docs/resources/channel#embed-object-embed-field-structure */ export interface EmbedField { /** Name of the field */ name: string; /** Value of the field */ value: string; /** Whether ...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/e0f1cab70b6e1d5c6b63516818d675cb4b54e72f.ts
TypeScript
// Loaded from https://deno.land/std@0.92.0/bytes/mod.ts // Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. /** Find first index of binary pattern from source. If not found, then return -1 * @param source source array * @param pat pattern to find in source array * @param start the index to...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/e100cbe58f455002090fed192baa83b8a471f524.ts
TypeScript
// Loaded from https://deno.land/std@0.73.0/async/delay.ts // Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. /* Resolves after the given number of milliseconds. */ export function delay(ms: number): Promise<void> { return new Promise((res): number => setTimeout((): void => { res()...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/e10c0c2bc160551bb9ddae4049dd7707df449cc4.ts
TypeScript
// Loaded from https://deno.land/std@0.73.0/http/_io.ts // Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. import { BufReader, BufWriter } from "../io/bufio.ts"; import { TextProtoReader } from "../textproto/mod.ts"; import { assert } from "../_util/assert.ts"; import { encoder } from "../enco...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/e116c68a8a5d1c732844e511d4ed45356398ed3f.ts
TypeScript
// Loaded from https://deno.land/x/tinyhttp@0.1.18/response.ts // deno-lint-ignore-file import { Res as ServerResponse } from './deps.ts' import type { SendFileOptions } from './extensions/res/send/sendFile.ts' import type { TemplateEngineOptions, App } from './app.ts' import type { FormatProps } from './extensions/...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/e12f197f584c32e84c4a91178e294941eaa27f33.ts
TypeScript
// Loaded from https://deno.land/x/mongo@v0.20.0/src/collection/commands/aggregate.ts import { CommandCursor } from "../../protocol/cursor.ts"; import { WireProtocol } from "../../protocol/protocol.ts"; import { AggregateOptions, Document } from "../../types.ts"; interface AggregateCursorContext { dbName: string; ...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/e15c629849ad80411d71bbfb9fed0866fd521c3c.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/util/validate_length.ts /** Validates the length of a string in JS. Certain characters in JS can have multiple numbers in length in unicode and discords api is in python which treats length differently. */ export function validateLength(text: string, optio...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/e15e34e2df22b87f06994f00c9b4e0e9e912d5f8.ts
TypeScript
// Loaded from https://deno.land/std@0.77.0/fs/eol.ts // Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. /** EndOfLine character enum */ export enum EOL { LF = "\n", CRLF = "\r\n", } const regDetect = /(?:\r?\n)/g; /** * Detect the EOL character for string input. * returns null if no ...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/e16350396582d144dec24f30bad7a5e535719b36.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/rest/simplify_url.ts /** * Credits: github.com/abalabahaha/eris lib/rest/RequestHandler.js#L397 * Modified for our usecase */ export function simplifyUrl(url: string, method: string) { let route = url .replace(/\/([a-z-]+)\/(?:[0-9]{17,19})/g, fu...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/e172f2cf0c39fe54286e353190000b46f66147fc.ts
TypeScript
// Loaded from https://deno.land/x/ramda@v0.27.2/source/internal/_dissoc.js import _isInteger from './_isInteger.js'; import _isArray from './_isArray.js'; import remove from '../remove.js'; /** * Returns a new object that does not contain a `prop` property. * * @private * @param {String|Number} prop The name of...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/e2c0b68f0922808ac3e46209df6ad95211da52a3.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/helpers/webhooks/send_webhook.ts import { rest } from "../../rest/rest.ts"; import { structures } from "../../structures/mod.ts"; import { DiscordAllowedMentionsTypes } from "../../types/messages/allowed_mentions_types.ts"; import type { Message } from ".....
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/e2c269b8eb8154e77fa3e29616a66f12457e0d99.ts
TypeScript
// Loaded from https://deno.land/std@0.73.0/_util/assert.ts // Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. export class DenoStdInternalError extends Error { constructor(message: string) { super(message); this.name = "DenoStdInternalError"; } } /** Make an assertion, if not `t...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/e2ed8b69988a34e5280e092db717ab4a77651b79.ts
TypeScript
// Loaded from https://deno.land/x/ramda@v0.27.2/source/uncurryN.js import _curry2 from './internal/_curry2.js'; import curryN from './curryN.js'; /** * Returns a function of arity `n` from a (manually) curried function. * Note that, the returned function is actually a ramda style * curryied function, which can ...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/e31fbd5a45e548817df35e52c3e911f2e3481f8d.ts
TypeScript
// Loaded from https://deno.land/x/deno_image@v0.0.3/lib/decoders/fast-png/PNGDecoder.ts import { IOBuffer } from './iobuffer/IOBuffer.ts'; import { Inflate as Inflator } from './pako/index.js'; import { pngSignature, crc } from './common.ts'; import type { IDecodedPNG, DecoderInputType, IPNGDecoderOptions, ...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/e3333f62378110bf7e775e1cbdd7190c7243deab.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/helpers/members/edit_member.ts import { cacheHandlers } from "../../cache.ts"; import { rest } from "../../rest/rest.ts"; import { structures } from "../../structures/mod.ts"; import { Errors } from "../../types/discordeno/errors.ts"; import type { ModifyG...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/e347b9844739d6f8cdba667c63adc3985638179b.ts
TypeScript
// Loaded from https://deno.land/x/god_crypto@v0.2.0/src/basic_encoding_rule.ts interface BasicEncodingRule { type: number; length: number; totalLength: number; value: BasicEncodingRuleValue; } type BasicEncodingRuleValue = | Uint8Array | string | number | BasicEncodingRule[] | null | bigint; typ...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/e3538a08508a6bc6a8e87897cb875847b761bd81.ts
TypeScript
// Loaded from https://deno.land/std@0.74.0/io/bufio.ts // Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. // Based on https://github.com/golang/go/blob/891682/src/bufio/bufio.go // Copyright 2009 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // lic...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/e398bc9afb1566b85f6c9ea04c369eafa7482e65.ts
TypeScript
// Loaded from https://deno.land/std@0.74.0/encoding/hex.ts // Ported from Go // https://github.com/golang/go/blob/go1.12.5/src/encoding/hex/hex.go // Copyright 2009 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // Copyrigh...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/e3a0278758561db5c2d15dd1d40f7a812db5ef13.ts
TypeScript
// Loaded from https://deno.land/std@0.89.0/io/streams.ts // Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. /** Create a `Writer` from a `WritableStreamDefaultReader`. */ export function writerFromStreamWriter( streamWriter: WritableStreamDefaultWriter<Uint8Array>, ): Deno.Writer { retur...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/e3bcd01ccc957b1178b27fa902d0b982f69e7dc2.ts
TypeScript
// Loaded from https://deno.land/std@0.89.0/io/ioutil.ts // Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. import type { BufReader } from "./bufio.ts"; type Reader = Deno.Reader; type Writer = Deno.Writer; import { assert } from "../_util/assert.ts"; const DEFAULT_BUFFER_SIZE = 32 * 1024; /...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/e3c0218f36225aa29d9c1d9c1d2b0484a0ade1dd.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/channels/threads/list_active_threads.ts import { Channel } from "../channel.ts"; import { ThreadMember } from "./thread_member.ts"; // TODO: add docs link export interface ListActiveThreads { /** The active threads */ threads: Channel[]; /** A...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/e3e0b287b76a670a9c14318f6309e0693e260a60.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/invites/create_channel_invite.ts import { DiscordInviteTargetTypes } from "./invite_target_types.ts"; export interface CreateChannelInvite { /** Duration of invite in seconds before expiry, or 0 for never. Between 0 and 604800 (7 days). Default: 8...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/e3efdd613084bf3caa54256095349d55941abe65.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/emojis/mod.ts export * from "./create_guild_emoji.ts"; export * from "./emoji.ts"; export * from "./guild_emojis_update.ts"; export * from "./modify_guild_emoji.ts";
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/e404240aa73d45c9a97581950a2f3191f1763e97.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/helpers/webhooks/edit_webhook_with_token.ts import { rest } from "../../rest/rest.ts"; import type { ModifyWebhook } from "../../types/webhooks/modify_webhook.ts"; import type { Webhook } from "../../types/webhooks/webhook.ts"; import { endpoints } from "....
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/e4420c1f014d74f39f8f0b4beaf283f65acb1bf2.ts
TypeScript
// Loaded from https://deno.land/x/segno@v1.1.0/lib/validations/isUppercase.ts // @ts-ignore allowing typedoc to build import { assertString } from '../helpers/assertString.ts'; export const isUppercase = (str: string) => { assertString(str); return str === str.toUpperCase(); };
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/e44f041c274af69fe87a62141a54d150e7318029.ts
TypeScript
// Loaded from https://deno.land/x/ramda@v0.27.2/source/clone.js import _clone from './internal/_clone.js'; import _curry1 from './internal/_curry1.js'; /** * Creates a deep copy of the source that can be used in place of the source * object without retaining any references to it. * The source object may contain...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/e4519cf959e83e6291af0f91a44c8f17dd4d1cd6.ts
TypeScript
// Loaded from https://deno.land/x/oak@v6.3.1/request.ts // Copyright 2018-2020 the oak authors. All rights reserved. MIT license. import type { Body, BodyForm, BodyFormData, BodyJson, BodyOptions, BodyRaw, BodyReader, BodyText, } from "./body.ts"; import { RequestBody } from "./body.ts"; import type...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/e46a55e3f1c2e3dbe70b85ef128fe772d62aad6b.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/discovery/discovery_name.ts //TODO: add docs link export interface DiscoveryName { /** The name in English */ default: string; /** The name in other languages */ localizations?: Record<string, string>; }
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/e472e1b4ad1786b59e6e86f728927fca9dc86475.ts
TypeScript
// Loaded from https://deno.land/x/segno@v1.1.0/lib/validations/isISO31661Alpha3.ts // @ts-ignore allowing typedoc to build import { assertString } from '../helpers/assertString.ts'; // @ts-ignore allowing typedoc to build import { includes } from '../helpers/includes.ts'; // from https://en.wikipedia.org/wiki/ISO_3...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/e49026769aca15b8be2c53086352cb572d25ca96.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/handlers/invites/INVITE_CREATE.ts import { eventHandlers } from "../../bot.ts"; import type { DiscordGatewayPayload } from "../../types/gateway/gateway_payload.ts"; import type { InviteCreate } from "../../types/invites/invite_create.ts"; export function ...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/e4a376507b2178de7ad97da524b6e2de5718912d.ts
TypeScript
// Loaded from https://deno.land/x/cliffy@v0.18.0/prompt/toggle.ts import type { KeyEvent } from "../keycode/key_event.ts"; import { blue, dim, underline } from "./deps.ts"; import { Figures } from "./figures.ts"; import { GenericPrompt, GenericPromptKeys, GenericPromptOptions, GenericPromptSettings, } from "...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/e4a4afd9b88ccde473efae412e71df3448982ee7.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/helpers/channels/clone_channel.ts import { cacheHandlers } from "../../cache.ts"; import { DiscordChannelTypes } from "../../types/channels/channel_types.ts"; import type { CreateGuildChannel } from "../../types/guilds/create_guild_channel.ts"; import { Er...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/e500ac28a810826629739b9660c78f4d55499fc3.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/users/mod.ts export * from "./connection.ts"; export * from "./create_dm.ts"; export * from "./create_group_dm.ts"; export * from "./modify_current_user.ts"; export * from "./premium_types.ts"; export * from "./user.ts"; export * from "./user_flags.t...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/e50c78d40dc985f77ba8402b211ce55d4beb7863.ts
TypeScript
// Loaded from https://deno.land/x/graphql_deno@v15.0.0/lib/validation/rules/LoneSchemaDefinitionRule.js import { GraphQLError } from '../../error/GraphQLError.js'; /** * Lone Schema definition * * A GraphQL document is only valid if it contains only one schema definition. */ export function LoneSchemaDefinition...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/e53c93135b6bda5c5240206f42d74d37558bfb2a.ts
TypeScript
// Loaded from https://deno.land/x/ramda@v0.27.2/source/internal/_curryN.js import _arity from './_arity.js'; import _isPlaceholder from './_isPlaceholder.js'; /** * Internal curryN function. * * @private * @category Function * @param {Number} length The arity of the curried function. * @param {Array} receive...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/e5523baec54c0e7c65cea0b40e8b2fe139d8366b.ts
TypeScript
// Loaded from https://deno.land/x/case@v2.1.0/mod.ts export { default as camelCase } from "./camelCase.ts"; export { default as constantCase } from "./constantCase.ts"; export { default as dotCase } from "./dotCase.ts"; export { default as headerCase } from "./headerCase.ts"; export { default as lowerCase } from "./...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/e57442939c7c6a47cdb10e76be05183de31ec54d.ts
TypeScript
// Loaded from https://deno.land/x/cliffy@v0.18.0/command/completions/bash.ts import { Command } from "../command.ts"; import { dim, italic } from "../deps.ts"; import { BashCompletionsGenerator } from "./_bash_completions_generator.ts"; /** Generates bash completions script. */ export class BashCompletionsCommand e...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/e588eed3ca4a864679bd2883a537f4f380a903e6.ts
TypeScript
// Loaded from https://deno.land/x/denodb@v1.0.18/lib/translators/sql-translator.ts import { snakeCase, SQLQueryBuilder } from "../../deps.ts"; import type { FieldAlias } from "../data-types.ts"; import type { DatabaseDialect } from "../database.ts"; import { addFieldToSchema } from "../helpers/fields.ts"; import typ...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/e59c0cb02e0d5033a3bc649628ff97fa458e8457.ts
TypeScript
// Loaded from https://deno.land/x/ramda@v0.27.2/source/internal/_xall.js import _curry2 from './_curry2.js'; import _reduced from './_reduced.js'; import _xfBase from './_xfBase.js'; function XAll(f, xf) { this.xf = xf; this.f = f; this.all = true; } XAll.prototype['@@transducer/init'] = _xfBase.init; XAll.p...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/e59cdf1a2f7a16611eaba51323cf0fa2fe97022a.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/discordeno/edit_webhook_message.ts import { EditWebhookMessage } from "../webhooks/edit_webhook_message.ts"; export interface DiscordenoEditWebhookMessage extends EditWebhookMessage { /** Id of the message you want to edit if undefined the initial...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/e5a044ac01ee0a6a13527517fb59204f6103f846.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/helpers/emojis/delete_emoji.ts import { rest } from "../../rest/rest.ts"; import { endpoints } from "../../util/constants.ts"; import { requireBotGuildPermissions } from "../../util/permissions.ts"; /** Delete the given emoji. Requires the MANAGE_EMOJIS p...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/e5bf2b575f845e5f97a11bc711bb2df0bf2739a9.ts
TypeScript
// Loaded from https://deno.land/x/oak/multipart.ts // Copyright 2018-2021 the oak authors. All rights reserved. MIT license. import { BufReader, ReadLineResult } from "./buf_reader.ts"; import { getFilename } from "./content_disposition.ts"; import { equals, extension } from "./deps.ts"; import { readHeaders, toPar...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/e5f320e3d79e2e9bdf3cf22788293e9744830efc.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/integrations/integration_expire_behaviors.ts /** https://discord.com/developers/docs/resources/guild#integration-object-integration-expire-behaviors */ export enum DiscordIntegrationExpireBehaviors { RemoveRole, Kick, } export type IntegrationEx...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/e5f5d851f69664ba45d3c6ec77d03ac0a34aaf83.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/helpers/messages/get_message.ts import { cacheHandlers } from "../../cache.ts"; import { rest } from "../../rest/rest.ts"; import { structures } from "../../structures/mod.ts"; import type { Message } from "../../types/messages/message.ts"; import { endpoi...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/e5fa8bbda465712e08bde0da9448fde9082f38e1.ts
TypeScript
// Loaded from https://deno.land/x/graphql_deno@v15.0.0/lib/jsutils/keyValMap.js /** * Creates a keyed JS object from an array, given a function to produce the keys * and a function to produce the values from each item in the array. * * const phoneBook = [ * { name: 'Jon', num: '555-1234' }, * {...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/e600798754efb2758cf4433489970f7e9eecfc4b.ts
TypeScript
// Loaded from https://deno.land/x/ramda@v0.27.2/source/mathMod.js import _curry2 from './internal/_curry2.js'; import _isInteger from './internal/_isInteger.js'; /** * `mathMod` behaves like the modulo operator should mathematically, unlike the * `%` operator (and by extension, [`R.modulo`](#modulo)). So while ...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/e61522e99211280d0617220e33004a5cd7b58cff.ts
TypeScript
// Loaded from https://deno.land/x/ramda@v0.27.2/source/flatten.js import _curry1 from './internal/_curry1.js'; import _makeFlat from './internal/_makeFlat.js'; /** * Returns a new list by pulling every item out of it (and all its sub-arrays) * and putting them in a new array, depth-first. * * @func * @memberO...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/e6250acaa0a1151d0df24957b6470a453c45a68e.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/guilds/modify_guild_role.ts import { PermissionStrings } from "../permissions/permission_strings.ts"; export interface ModifyGuildRole { /** Name of the role */ name?: string | null; /** Bitwise value of the enabled/disabled permissions */ p...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/e630bf2fbe9fc1622490ed06eaa33196ccd5b560.ts
TypeScript
// Loaded from https://deno.land/std@0.86.0/_util/assert.ts // Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. export class DenoStdInternalError extends Error { constructor(message: string) { super(message); this.name = "DenoStdInternalError"; } } /** Make an assertion, if not `t...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/e6647eb0c812a95a749b4c79c0af85b919afa64e.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/handlers/channels/STAGE_INSTANCE_DELETE.ts import { eventHandlers } from "../../bot.ts"; import type { StageInstance } from "../../types/channels/stage_instance.ts"; import type { DiscordGatewayPayload } from "../../types/gateway/gateway_payload.ts"; expo...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/e665211801a740bae0c136d4b6a8435289f6cbf5.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/helpers/channels/get_pins.ts import { rest } from "../../rest/rest.ts"; import { structures } from "../../structures/mod.ts"; import type { Message } from "../../types/messages/message.ts"; import { endpoints } from "../../util/constants.ts"; /** Get pinn...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/e67a9ccd77c0442381980a8e0b247e162ac57ecf.ts
TypeScript
// Loaded from https://deno.land/std@0.80.0/encoding/yaml.ts // Ported from js-yaml v3.13.1: // https://github.com/nodeca/js-yaml/commit/665aadda42349dcae869f12040d9b10ef18d12da // Copyright 2011-2015 by Vitaly Puzrin. All rights reserved. MIT license. // Copyright 2018-2020 the Deno authors. All rights reserved. MIT...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/e67ddd6a63ce844336904b9552353dc7bcc25360.ts
TypeScript
// Loaded from https://deno.land/std@0.77.0/path/mod.ts // Copyright the Browserify authors. MIT License. // Ported mostly from https://github.com/browserify/path-browserify/ /** This module is browser compatible. */ import { isWindows } from "./_constants.ts"; import * as _win32 from "./win32.ts"; import * as _posi...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/e6bfdc6d796554312de4bfd98ee1d11cef2cdbc6.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/permissions/role.ts import { RoleTags } from "./role_tags.ts"; /** https://discord.com/developers/docs/topics/permissions#role-object-role-structure */ export interface Role { /** Role id */ id: string; /** Role name */ name: string; /** I...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/e6cc48c158de625fb396045db3042a95a705e98b.ts
TypeScript
// Loaded from https://deno.land/x/ramda@v0.27.2/source/modify.js import _curry3 from './internal/_curry3.js'; import modifyPath from './modifyPath.js'; /** * Creates a copy of the passed object by applying an `fn` function to the given `prop` property. * * The function will not be invoked, and the object will n...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/e6d07026036b391db737b44a8b79d5cd4844623d.ts
TypeScript
// Loaded from https://deno.land/std/fs/mod.ts // Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. export * from "./empty_dir.ts"; export * from "./ensure_dir.ts"; export * from "./ensure_file.ts"; export * from "./ensure_link.ts"; export * from "./ensure_symlink.ts"; export * from "./exists.ts...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/e6eef9714db48a30f7a024aab133a04af95c9d4e.ts
TypeScript
// Loaded from https://deno.land/x/ramda@v0.27.2/source/reduceRight.js import _curry3 from './internal/_curry3.js'; /** * Returns a single item by iterating through the list, successively calling * the iterator function and passing it an accumulator value and the current * value from the array, and then passing ...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/e7515f9cebf42e8ed896aea96ab9ac152e4390e2.ts
TypeScript
// Loaded from https://deno.land/x/bytes_formater/format.ts import { green } from "./deps.ts"; export function format(data: ArrayBufferView) { const bytes = new Uint8Array(data.buffer); let out = " +-------------------------------------------------+\n"; out += ` |${ green(" 0 1 2 3 4 ...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/e7ba54d20badad2eaa355b56939a37ff681c2f27.ts
TypeScript
// Loaded from https://deno.land/x/graphql_deno@v15.0.0/lib/jsutils/isCollection.js import { SYMBOL_ITERATOR } from '../polyfills/symbols.js'; /** * Returns true if the provided object is an Object (i.e. not a string literal) * and is either Iterable or Array-like. * * This may be used in place of [Array.isArray(...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/e7baf0178286c6118449c632aea9e35a66c5a78a.ts
TypeScript
// Loaded from https://deno.land/std/uuid/v1.ts // Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. import { bytesToUuid } from "./_common.ts"; const UUID_RE = /^[0-9a-f]{8}-[0-9a-f]{4}-1[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$/i; /** * Validates the UUID v1. * @param id UUID value. *...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/e7bb29a6419eeaf17cdc257a289d708cd43a764b.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/helpers/templates/get_guild_templates.ts import { rest } from "../../rest/rest.ts"; import type { Template } from "../../types/templates/template.ts"; import { Collection } from "../../util/collection.ts"; import { endpoints } from "../../util/constants.ts...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/e7ca6e09cde14717854459f3a9112f88912d9fb1.ts
TypeScript
// Loaded from https://deno.land/x/abc@v1.2.4/context.ts import type { Response, ServerRequest, } from "./vendor/https/deno.land/std/http/server.ts"; import type { Cookie, Cookies, } from "./vendor/https/deno.land/std/http/cookie.ts"; import type { Application } from "./app.ts"; import type { ContextOptions }...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/e7d2993a1ac0bc76e0740d8f42a7065e807b5419.ts
TypeScript
// Loaded from https://deno.land/std@0.77.0/fs/mod.ts // Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. export * from "./empty_dir.ts"; export * from "./ensure_dir.ts"; export * from "./ensure_file.ts"; export * from "./ensure_link.ts"; export * from "./ensure_symlink.ts"; export * from "./ex...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/e7df95de00127c2edf9189aa2588824ae8365d5d.ts
TypeScript
// Loaded from https://deno.land/x/segno@v1.1.0/lib/validations/isHalfWidth.ts // @ts-ignore allowing typedoc to build import { assertString } from '../helpers/assertString.ts'; export const halfWidth = /[\u0020-\u007E\uFF61-\uFF9F\uFFA0-\uFFDC\uFFE8-\uFFEE0-9a-zA-Z]/; export const isHalfWidth = (str: string) => { ...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/e7e781048374a1526e9c9dc782aa263d4fb81c22.ts
TypeScript
// Loaded from https://deno.land/std@0.83.0/fmt/colors.ts // Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. /** A module to print ANSI terminal colors. Inspired by chalk, kleur, and colors * on npm. * * ``` * import { bgBlue, red, bold } from "https://deno.land/std/fmt/colors.ts"; * cons...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/e8144b3b08999291a196bd3e205d7e6905d412db.ts
TypeScript
// Loaded from https://deno.land/x/ramda@v0.27.2/source/ap.js import _concat from './internal/_concat.js'; import _curry2 from './internal/_curry2.js'; import _reduce from './internal/_reduce.js'; import map from './map.js'; /** * ap applies a list of functions to a list of values. * * Dispatches to the `ap` met...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/e8475c7bbef4930e4b56114c49fe84e5fb942b24.ts
TypeScript
// Loaded from https://deno.land/x/case@v2.1.0/vendor/nonWordRegexp.ts const nonWordRegexp: RegExp = /[^A-Za-z\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/e84a80c61546d201faba63612e45400af5789596.ts
TypeScript
// Loaded from https://deno.land/x/ramda@v0.27.2/source/traverse.js import _curry3 from './internal/_curry3.js'; import map from './map.js'; import sequence from './sequence.js'; /** * Maps an [Applicative](https://github.com/fantasyland/fantasy-land#applicative)-returning * function over a [Traversable](https://...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/e89de4a1a3a9a4ed9849df838cbcfd99afd82445.ts
TypeScript
// Loaded from https://deno.land/x/media_types@v2.8.1/db.ts /*! * Ported from: https://github.com/jshttp/mime-db and licensed as: * * (The MIT License) * * Copyright (c) 2014 Jonathan Ong <me@jongleberry.com> * Copyright (c) 2020 the Deno authors * Copyright (c) 2020 the oak authors * * Permission is hereby ...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/e8b5867dc1dbb41f4e0d2cb9e6052378956bedcf.ts
TypeScript
// Loaded from https://deno.land/x/ramda@v0.27.2/source/type.js import _curry1 from './internal/_curry1.js'; /** * Gives a single-word string description of the (native) type of a value, * returning such answers as 'Object', 'Number', 'Array', or 'Null'. Does not * attempt to distinguish user Object types any fu...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/e8b8e1ff5937d70755af97da8aa79db450b5b2d7.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/helpers/emojis/get_emoji.ts import { cacheHandlers } from "../../cache.ts"; import { rest } from "../../rest/rest.ts"; import type { Emoji } from "../../types/emojis/emoji.ts"; import { Errors } from "../../types/discordeno/errors.ts"; import { endpoints }...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/e8d58fc58316e43fd2e972bad3b81ff041bb3f36.ts
TypeScript
// Loaded from https://deno.land/std@0.67.0/path/_interface.ts /** This module is browser compatible. */ /** * A parsed path object generated by path.parse() or consumed by path.format(). */ export interface ParsedPath { /** * The root of the path such as '/' or 'c:\' */ root: string; /** * The full...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/e8f52e784781a1fdc50f65e2a0650bfc86914b0b.ts
TypeScript
// Loaded from https://deno.land/x/case@v2.1.0/dotCase.ts import normalCase from "./normalCase.ts"; export default function dotCase(value: string, locale?: string): string { return normalCase(value, locale, "."); }
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/e912299d2a5fe3e85b18a8068bbcc876ced17c9c.ts
TypeScript
// Loaded from https://deno.land/std@0.78.0/encoding/_yaml/type/set.ts // Ported from js-yaml v3.13.1: // https://github.com/nodeca/js-yaml/commit/665aadda42349dcae869f12040d9b10ef18d12da // Copyright 2011-2015 by Vitaly Puzrin. All rights reserved. MIT license. // Copyright 2018-2020 the Deno authors. All rights res...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/e93264d24375855aa43285f47e65738148517f85.ts
TypeScript
// Loaded from https://deno.land/std@0.74.0/async/mod.ts // Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. export * from "./deferred.ts"; export * from "./delay.ts"; export * from "./mux_async_iterator.ts"; export * from "./pool.ts";
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/e9ad7c8ec5a53722d736a7531867ea75f38d10af.ts
TypeScript
// Loaded from https://deno.land/std@0.69.0/io/bufio.ts // Based on https://github.com/golang/go/blob/891682/src/bufio/bufio.go // Copyright 2009 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. type Reader = Deno.Reader; typ...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/e9b0ce296ba88c94aae6befed065caf3dc4a686e.ts
TypeScript
// Loaded from https://deno.land/x/validasaur/src/rules/number_between.ts import type { Validity, Rule } from "../types.ts"; import { invalid } from "../utils.ts"; export function numberBetween(minValue: number, maxValue: number): Rule { return function maxRule(value: any): Validity { if (typeof value !== "num...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/e9c32e5ce2a4e9d581d49d62465001439f02a00e.ts
TypeScript
// Loaded from https://deno.land/std@0.77.0/io/ioutil.ts // Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. import type { BufReader } from "./bufio.ts"; type Reader = Deno.Reader; type Writer = Deno.Writer; import { assert } from "../_util/assert.ts"; const DEFAULT_BUFFER_SIZE = 32 * 1024; /...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/e9ca7a432c1f3d078a8e8413e1e8ba93e217ffda.ts
TypeScript
// Loaded from https://deno.land/x/abc@v1.2.4/vendor/https/deno.land/x/router/mod.ts export * from "https://deno.land/x/router@v2.0.0/mod.ts";
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/e9d0208432d3eb64408f342e1140cd0b7fe6965a.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/gateway/identify_connection_properties.ts export interface IdentifyConnectionProperties { /** Operating system */ $os: string; /** Library name */ $browser: string; /** Library name */ $device: string; } /** https://discord.com/developer...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/e9d65fc0c0411e5bdba1dc5c9cea11108d3b7ce4.ts
TypeScript
// Loaded from https://deno.land/std@0.84.0/_util/has_own_property.ts // Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. /** * Determines whether an object has a property with the specified name. * Avoid calling prototype builtin `hasOwnProperty` for two reasons: * * 1. `hasOwnProperty` i...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/e9f0183616f01090c1da3ab6e723d7e54164de6d.ts
TypeScript
// Loaded from https://deno.land/std/signal/mod.ts // Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. import { MuxAsyncIterator } from "../async/mux_async_iterator.ts"; export type Disposable = { dispose: () => void }; /** * Generates an AsyncIterable which can be awaited on for one or more...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/e9f7d4485b66931dd3408895cfc56d3eaf42ea5f.ts
TypeScript
// Loaded from https://deno.land/x/args@1.0.7/deps.ts export { once } from "https://deno.land/x/once/index.js";
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/ea1a114c48d412edae56e1371a8d58054b2a3b8b.ts
TypeScript
// Loaded from https://deno.land/x/ramda@v0.27.2/source/internal/_xtake.js import _curry2 from './_curry2.js'; import _reduced from './_reduced.js'; import _xfBase from './_xfBase.js'; function XTake(n, xf) { this.xf = xf; this.n = n; this.i = 0; } XTake.prototype['@@transducer/init'] = _xfBase.init; XTake.pr...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/ea2429f7014cf08b829918c879a8414bc51e7a74.ts
TypeScript
// Loaded from https://deno.land/std@0.101.0/_util/assert.ts // Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. export class DenoStdInternalError extends Error { constructor(message: string) { super(message); this.name = "DenoStdInternalError"; } } /** Make an assertion, if not `...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/ea39bc11aa7b965d520279f29a5f1c711636864c.ts
TypeScript
// Loaded from https://deno.land/x/media_types/mod.ts /*! * Ported from: https://github.com/jshttp/mime-types and licensed as: * * (The MIT License) * * Copyright (c) 2014 Jonathan Ong <me@jongleberry.com> * Copyright (c) 2015 Douglas Christopher Wilson <doug@somethingdoug.com> * Copyright (c) 2020 the Deno au...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/ea48b0e5f38c0d40c54cd7527604688c830803ac.ts
TypeScript
// Loaded from https://deno.land/std@0.85.0/fs/walk.ts // Documentation and interface for walk were adapted from Go // https://golang.org/pkg/path/filepath/#Walk // Copyright 2009 The Go Authors. All rights reserved. BSD license. import { assert } from "../_util/assert.ts"; import { basename, join, normalize } from "...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/ea49499a5afcc250740f6c648daa0a2703abbde5.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/messages/get_messages.ts /** https://discord.com/developers/docs/resources/channel#get-channel-messages-query-string-params */ export interface GetMessagesLimit { /** Max number of messages to return (1-100) default 50 */ limit?: number; } /** h...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/ea5508dbdb9921c493375e9c6b2e29b8d8524e01.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/members/modify_current_user_nick.ts /** https://discord.com/developers/docs/resources/guild#modify-current-user-nick */ export interface ModifyCurrentUserNick { /** Value to set users nickname to. Requires the CHANGENICKNAME permission */ nick?: ...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/ea661840a4c5e4f2ab14b825f7de60bd5f0d5ec9.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/helpers/members/unban_member.ts import { rest } from "../../rest/rest.ts"; import { endpoints } from "../../util/constants.ts"; import { requireBotGuildPermissions } from "../../util/permissions.ts"; /** Remove the ban for a user. Requires BAN_MEMBERS per...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/ea78e7fb0bcf6549a37d4d10feb27e4a7a2487ce.ts
TypeScript
// Loaded from https://deno.land/x/args@1.0.7/help.ts import { makeIndentN, InitMap, } from "./utils.ts"; import { Command, CommandHelp, } from "./command-types.ts"; class HelpCategories extends InitMap<string, CommandHelp[]> { protected init(): CommandHelp[] { return []; } } export function* helpL...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/ea86d8c5015cd12a56099eb91069c8ecef2d3103.ts
TypeScript
// Loaded from https://deno.land/std@0.74.0/hash/_wasm/wasm.js /* eslint-disable */ //deno-fmt-ignore-file //deno-lint-ignore-file import * as base64 from "../../encoding/base64.ts";export const source = base64.decode("AGFzbQEAAAABSQxgAn9/AGACf38Bf2ADf39/AGADf39/AX9gAX8AYAF/AX9gAABgBH9/f38Bf2AFf39/f38AYAV/f39/fwF/YAJ...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/eaa2d6eea1656f58e38f12d3539f969b17b7c96b.ts
TypeScript
// Loaded from https://deno.land/x/oak/async_iterable_reader.ts // Copyright 2018-2021 the oak authors. All rights reserved. MIT license. import { copyBytes } from "./deps.ts"; export class AsyncIterableReader<T> implements Deno.Reader { #asyncIterator: AsyncIterator<T>; #closed = false; #current: Uint8Array ...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/eaa7bd40c129dcc02ba34363a825753f3d3ec09c.ts
TypeScript
// Loaded from https://deno.land/x/oak/helpers.ts // Copyright 2018-2021 the oak authors. All rights reserved. MIT license. import type { Context } from "./context.ts"; import type { RouterContext } from "./router.ts"; function isRouterContext(value: Context): value is RouterContext { return "params" in value; } ...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/eaad61e44f7f9751276af72e4b7bc23f83950609.ts
TypeScript
// Loaded from https://deno.land/x/dnit@dnit-v1.11.0/dnit.ts import { flags, path, log, fs, hash } from "./deps.ts"; import { version } from "./version.ts"; import { textTable } from "./textTable.ts"; import type * as A from "./adl-gen/dnit/manifest.ts"; import { Manifest, TaskManifest } from "./manifest.ts"; impo...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University