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/1e6adcffc2ad6931824a313d09e20e4b1db0c077.ts
TypeScript
// Loaded from https://deno.land/std@0.81.0/datetime/tokenizer.ts // Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. export type Token = { type: string; value: string | number; index: number; [key: string]: unknown; }; export interface ReceiverResult { [name: string]: string | numb...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/1e70110a27b77ce4047986f5401326ad4ef7b5c8.ts
TypeScript
// Loaded from https://deno.land/x/ramda@v0.27.2/source/takeLast.js import _curry2 from './internal/_curry2.js'; import drop from './drop.js'; /** * Returns a new list containing the last `n` elements of the given list. * If `n > list.length`, returns a list of `list.length` elements. * * @func * @memberOf R ...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/1ea734242118f7ccc262c1caa4bcc639a2fe709b.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/activity/activity_timestamps.ts /** https://discord.com/developers/docs/topics/gateway#activity-object-activity-timestamps */ export interface ActivityTimestamps { /** Unix time (in milliseconds) of when the activity started */ start?: number; ...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/1eae6cb756fd595674695de852cdb68c7e346d2d.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/helpers/webhooks/create_webhook.ts import { rest } from "../../rest/rest.ts"; import { Errors } from "../../types/discordeno/errors.ts"; import type { CreateWebhook } from "../../types/webhooks/create_webhook.ts"; import type { Webhook } from "../../types/...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/1ecf7bba1624502a5f3159b7bd7c948afcfa6f8d.ts
TypeScript
// Loaded from https://deno.land/x/ramda@v0.27.2/source/uniq.js import identity from './identity.js'; import uniqBy from './uniqBy.js'; /** * Returns a new list containing only one copy of each element in the original * list. [`R.equals`](#equals) is used to determine equality. * * @func * @memberOf R * @sinc...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/1ee173bc90e59030878ab7e8704cbe8bbedb2622.ts
TypeScript
// Loaded from https://deno.land/x/ramda@v0.27.2/source/findLast.js import _curry2 from './internal/_curry2.js'; import _dispatchable from './internal/_dispatchable.js'; import _xfindLast from './internal/_xfindLast.js'; /** * Returns the last element of the list which matches the predicate, or * `undefined` if n...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/1ee353624ef6241df943ac3d4ead4415d9f2d033.ts
TypeScript
// Loaded from https://deno.land/x/cliffy@v0.18.0/prompt/_generic_input.ts import type { KeyEvent } from "../keycode/key_event.ts"; import { GenericPrompt, GenericPromptKeys, GenericPromptOptions, GenericPromptSettings, } from "./_generic_prompt.ts"; import { blue, dim, stripColor, underline } from "./deps.ts...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/1ee87725016ae057029c33381458b238686cdf0e.ts
TypeScript
// Loaded from https://deno.land/x/compress@v0.3.8/tar/mod.ts import { Tar, Untar, ensureDir, path } from "../deps.ts"; import type { compressInterface } from "../interface.ts"; export async function uncompress(src: string, dest: string): Promise<void> { const reader = await Deno.open(src, { read: true }); const...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/1f0dc9b13a24de08f6bc89d190c17b85afb3c770.ts
TypeScript
// Loaded from https://deno.land/x/segno@v1.1.0/lib/validations/isBefore.ts // @ts-ignore allowing typedoc to build import { assertString } from '../helpers/assertString.ts'; // @ts-ignore allowing typedoc to build import { toDate } from '../helpers/toDate.ts'; export const isBefore = (str: string, date = String(new...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/1f19c7f6c7f920a1d641403a5a5037fbdc2fe68f.ts
TypeScript
// Loaded from https://deno.land/std@0.85.0/hash/mod.ts // Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. import { Hash } from "./_wasm/hash.ts"; import type { Hasher } from "./hasher.ts"; export type { Hasher } from "./hasher.ts"; export type SupportedAlgorithm = | "md2" | "md4" | "m...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/1f429c4cfe3b434f4499e64af941c5f3500798ba.ts
TypeScript
// Loaded from https://deno.land/x/graphql_deno@v15.0.0/lib/validation/ValidationContext.js import { Kind } from '../language/kinds.js'; import { visit } from '../language/visitor.js'; import { TypeInfo, visitWithTypeInfo } from '../utilities/TypeInfo.js'; /** * An instance of this class is passed as the "this" con...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/1f595005ac31bf95953bd02fb3f806bc8ee829ac.ts
TypeScript
// Loaded from https://deno.land/std@0.75.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/1f5f2fee52bd827e920929dd5763097080e756b4.ts
TypeScript
// Loaded from https://deno.land/x/graphql_deno@v15.0.0/lib/language/index.js export { Source } from './source.js'; export { getLocation } from './location.js'; export { printLocation, printSourceLocation } from './printLocation.js'; export { Kind } from './kinds.js'; export { TokenKind } from './tokenKind.js'; expor...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/1f87aec459f140142a6c8ce4197c36daf9d959d5.ts
TypeScript
// Loaded from https://deno.land/x/segno@v1.1.0/lib/validations/isIBAN.ts // @ts-ignore allowing typedoc to build import { assertString } from '../helpers/assertString.ts'; /** * List of country codes with * corresponding IBAN regular expression * Reference: https://en.wikipedia.org/wiki/International_Bank_Accoun...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/1fb57519bb17c899ccede64820e37e4a757717ed.ts
TypeScript
// Loaded from https://deno.land/std@0.80.0/encoding/_yaml/dumper/dumper.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 right...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/1fb5d6eb9dcd21056962f0b0b8703f120add3040.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/messages/mod.ts export * from "./allowed_mentions.ts"; export * from "./allowed_mentions_types.ts"; export * from "./attachment.ts"; export * from "./components/action_row.ts"; export * from "./components/button_component.ts"; export * from "./compon...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/1fca36f2394e0e6489e8249cb95bdcfac94bf09b.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/messages/allowed_mentions_types.ts /** https://discord.com/developers/docs/resources/channel#allowed-mentions-object-allowed-mention-types */ export enum DiscordAllowedMentionsTypes { /** Controls role mentions */ RoleMentions = "roles", /** Co...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/1fd0175804216d11e14cfa6fe2663b4c3f62ac2f.ts
TypeScript
// Loaded from https://deno.land/x/segno@v1.1.0/lib/validations/isWhitelisted.ts // @ts-ignore allowing typedoc to build import { assertString } from '../helpers/assertString.ts'; export const isWhitelisted = (str: string, chars: string[]) => { assertString(str); for (let i = str.length - 1; i >= 0; i--) { i...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/1ff509c9694ea91930285d4ac609e7dd403917f0.ts
TypeScript
// Loaded from https://deno.land/std@0.73.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/1ff6a595e378303b3b5dad0661049f3137822aa8.ts
TypeScript
// Loaded from https://deno.land/std/uuid/v4.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}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$/i; /** * Validates the UUID v4. * @param id UUID value. *...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/209bbc6a5e3d5962580306a9a7389dc32842d4b6.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/emojis/guild_emojis_update.ts import { Emoji } from "../emojis/emoji.ts"; /** https://discord.com/developers/docs/topics/gateway#guild-emojis-update */ export interface GuildEmojisUpdate { /** id of the guild */ guildId: string; /** Array of e...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/20b47a4a80dcf4024da1d6c4155148c5e92c7560.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/helpers/messages/get_reactions.ts import { rest } from "../../rest/rest.ts"; import type { GetReactions } from "../../types/messages/message_get_reactions.ts"; import type { User } from "../../types/users/user.ts"; import { Collection } from "../../util/co...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/20e4512d5c898122c7d93fc59c314fc1610d96b6.ts
TypeScript
// Loaded from https://deno.land/x/jpegts@1.1/mod.ts export { decode } from "./lib/decoder.ts" export { encode } from "./lib/encoder.ts" export { Image } from "./lib/image.ts" export { Pixel } from "./lib/pixel.ts"
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/212822c05c6e42e4f774ec561becbdf587150b2f.ts
TypeScript
// Loaded from https://deno.land/x/abc@v1.2.4/router.ts import type { HandlerFunc } from "./types.ts"; import type { Context } from "./context.ts"; import { Node } from "./vendor/https/deno.land/x/router/mod.ts"; import { hasTrailingSlash, NotFoundHandler } from "./util.ts"; export class Router { trees: Record<st...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/2142a574d05831629b1f10318078984950a5d48b.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/handlers/roles/GUILD_ROLE_DELETE.ts import { eventHandlers } from "../../bot.ts"; import { cacheHandlers } from "../../cache.ts"; import type { DiscordGatewayPayload } from "../../types/gateway/gateway_payload.ts"; import type { GuildRoleDelete } from "../...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/214868c4b3fe07f8136d5c9bacdd210c92358372.ts
TypeScript
// Loaded from https://deno.land/x/segno@v1.1.0/lib/validations/isMongoId.ts // @ts-ignore allowing typedoc to build import { assertString } from '../helpers/assertString.ts'; // @ts-ignore allowing typedoc to build import { isHexadecimal } from './isHexadecimal.ts'; export const isMongoId = (str: string) => { ass...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/2177309745b4816746b9fee98c1447f965bcbadb.ts
TypeScript
// Loaded from https://deno.land/x/validasaur/src/rules/is_float.ts import type { Validity } from "../types.ts"; import { invalid } from "../utils.ts"; export function isFloat(value: any): Validity { if (typeof value !== "number" || value % 1 === 0) { return invalid("isFloat", { value }); } }
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/21ecfb5d36b7bde52b3ad64e6d594b0c8b4547b3.ts
TypeScript
// Loaded from https://deno.land/std@0.85.0/path/common.ts // Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. // This module is browser compatible. import { SEP } from "./separator.ts"; /** Determines the common path from a set of paths, using an optional separator, * which defaults to the ...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/2245d08f0e8ec31c6412dc4041c0ca6fcb5e5423.ts
TypeScript
// Loaded from https://deno.land/x/segno@v1.1.0/lib/validations/isDataURI.ts // @ts-ignore allowing typedoc to build import { assertString } from '../helpers/assertString.ts'; /** * @ignore */ const validMediaType = /^[a-z]+\/[a-z0-9\-\+]+$/i; /** * @ignore */ const validAttribute = /^[a-z\-]+=[a-z0-9\-]+$/i; ...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/2248898495ad0b68a8c3c60d718a0c75db13067d.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/discordeno/guild_update_change.ts import { Guild } from "../guilds/guild.ts"; export interface GuildUpdateChange { key: keyof Guild; oldValue?: unknown; value?: unknown; }
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/227bede68fafb47619d0717320f64a046bb27841.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/codes/http_response_codes.ts /** https://discord.com/developers/docs/topics/opcodes-and-status-codes#http */ export enum DiscordHTTPResponseCodes { Ok = 200, Created, NoContent = 204, NotModified = 304, BadRequest = 400, Unauthorized, F...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/22bfe63e325acaa541a6ce50d7bf77fb6a82e9a7.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/activity/presence_update.ts import { User } from "../users/user.ts"; import { Activity } from "./activity.ts"; import { ClientStatus } from "./client_status.ts"; /** https://discord.com/developers/docs/topics/gateway#presence-update */ export interf...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/22d4cff3c725f357baab702365bd0574fd9ac91f.ts
TypeScript
// Loaded from https://deno.land/x/ramda@v0.27.2/source/internal/_stepCat.js import _objectAssign from './_objectAssign.js'; import _identity from './_identity.js'; import _isArrayLike from './_isArrayLike.js'; import _isTransformer from './_isTransformer.js'; import objOf from '../objOf.js'; var _stepCatArray = { ...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/22f36390a0c69ba96a5e2f34e6f90b3dd514e3bf.ts
TypeScript
// Loaded from https://deno.land/x/deno_lodash@v0.1.0/mod.ts export * from './lodash.ts'
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/233295ae9b26d1a31cacd984af3623706fcd83a6.ts
TypeScript
// Loaded from https://deno.land/x/cliffy@v0.12.1/packages/command/lib/types.ts import { IFlagArgument, IFlagOptions, ITypeHandler } from '../../flags/lib/types.ts'; import { Type } from '../types/type.ts'; import { Command } from './command.ts'; /** Description handler. */ export type IDescription = string | ( ( th...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/23757f2a45edf09f858ba2b3dd6b3d1ca9908dc2.ts
TypeScript
// Loaded from https://deno.land/x/mysql/src/auth_plugin/crypt.ts import { RSA } from "https://deno.land/x/god_crypto@v0.2.0/mod.ts"; function encryptWithPublicKey(key: string, data: Uint8Array): Uint8Array { const publicKey = RSA.parseKey(key); return RSA.encrypt(data, publicKey); } export { encryptWithPublicKe...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/23932f4bd1fc8d5fc3f43bec5ebb45e8a8003868.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/ws/events.ts import type { DiscordGatewayPayload } from "../types/gateway/gateway_payload.ts"; import { DiscordenoShard, WebSocketRequest } from "./ws.ts"; /** The handler for logging different actions happening inside the ws. User can override and put cu...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/2398ec583e381bfbf7d3d6bf9daa86f50224c05f.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/members/guild_member.ts import { User } from "../users/user.ts"; /** https://discord.com/developers/docs/resources/guild#guild-member-object */ export interface GuildMember { /** The user this guild member represents */ user?: User; /** This u...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/23c84b974d00dec426c6a7225d4b451aca13ba70.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/gateway/gateway_intents.ts /** https://discord.com/developers/docs/topics/gateway#list-of-intents */ export enum DiscordGatewayIntents { /** * - GUILD_CREATE * - GUILD_DELETE * - GUILD_ROLE_CREATE * - GUILD_ROLE_UPDATE * - GUILD_ROLE...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/23ea8eb81de07a565c0781f28bcd6b4725d81f70.ts
TypeScript
// Loaded from https://deno.land/std@0.75.0/hash/sha256.ts // Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. /* * Adapted to deno from: * * [js-sha256]{@link https://github.com/emn178/js-sha256} * * @version 0.9.0 * @author Chen, Yi-Cyuan [emn178@gmail.com] * @copyright Chen, Yi-Cyuan ...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/23f4b2f19f08795e4cc4cbeda7d20befdc86cde0.ts
TypeScript
// Loaded from https://deno.land/x/graphql_deno@v15.0.0/lib/utilities/getIntrospectionQuery.js export function getIntrospectionQuery(options) { const optionsWithDefault = { descriptions: true, directiveIsRepeatable: false, schemaDescription: false, ...options }; const descriptions = optionsWithD...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/24215edc904104698eb3a4674075d856ef5956aa.ts
TypeScript
// Loaded from https://deno.land/x/ramda@v0.27.2/source/nth.js import _curry2 from './internal/_curry2.js'; import _isString from './internal/_isString.js'; /** * Returns the nth element of the given list or string. If n is negative the * element at index length + n is returned. * * @func * @memberOf R * @sin...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/24279622b88096044234fd988ade9c3f8b7f7789.ts
TypeScript
// Loaded from https://deno.land/x/cliffy@v0.12.1/packages/x/lowerCase.ts /** * via: https://github.com/blakeembrey/lower-case */ import { LanguageSpecific } from 'https://deno.land/x/case/types.ts'; /** * Special language-specific overrides. * Source: ftp://ftp.unicode.org/Public/UCD/latest/ucd/SpecialCasing.t...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/24485297d719ecfc501e841f12fab821d87d2b70.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/members/mod.ts export * from "./guild_member.ts"; export * from "./guild_members_chunk.ts"; export * from "./guild_member_add.ts"; export * from "./guild_member_remove.ts"; export * from "./guild_member_update.ts"; export * from "./list_guild_members...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/2453e4e427d8028ee0e560424008c732c2d30aaa.ts
TypeScript
// Loaded from https://deno.land/std@0.85.0/path/glob.ts // Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. // This module is browser compatible. import { osType } from "../_util/os.ts"; import { join, normalize } from "./mod.ts"; import { SEP, SEP_PATTERN } from "./separator.ts"; export int...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/24dddb52e5c4f8f5b0aa00d7f13efc5e08831eca.ts
TypeScript
// Loaded from https://deno.land/std@0.80.0/path/_util.ts // Copyright the Browserify authors. MIT License. // Ported from https://github.com/browserify/path-browserify/ /** This module is browser compatible. */ import type { FormatInputPathObject } from "./_interface.ts"; import { CHAR_BACKWARD_SLASH, CHAR_DOT,...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/24e74201c3948a0287228cb2a6c3c421a5caba31.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/helpers/channels/update_stage_instance.ts import { rest } from "../../rest/rest.ts"; import { Errors } from "../../types/discordeno/errors.ts"; import type { StageInstance } from "../../types/channels/stage_instance.ts"; import { endpoints } from "../../ut...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/250a6730c15c7e1d94d5c0115a67ef935b7fde54.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/channels/threads/thread_list_sync.ts import { Channel } from "../channel.ts"; import { ThreadMember } from "./thread_member.ts"; // TODO: add docs link export interface ThreadListSync { /** The id of the guild */ guildId: string; /** The paren...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/2515a04cfb871afc51045e85a6b10d3247354723.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/util/permissions.ts import { botId } from "../bot.ts"; import { cacheHandlers } from "../cache.ts"; import { DiscordenoChannel } from "../structures/channel.ts"; import { DiscordenoGuild } from "../structures/guild.ts"; import { DiscordenoMember } from ".....
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/25191601e5fc11d54bc4340fc01f921f04b8eeff.ts
TypeScript
// Loaded from https://deno.land/x/ramda@v0.27.2/source/composeWith.js import _curry2 from './internal/_curry2.js'; import pipeWith from './pipeWith.js'; import reverse from './reverse.js'; /** * Performs right-to-left function composition using transforming function. The last function may have * any arity; the r...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/253fbaf75096c30a50e76b998acd4d4a19101a94.ts
TypeScript
// Loaded from https://deno.land/std@0.80.0/encoding/_yaml/type/mod.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/254cb219f9b8bf4d4bd27151b9c6b9451f5aa485.ts
TypeScript
// Loaded from https://deno.land/x/oak/response.ts // Copyright 2018-2021 the oak authors. All rights reserved. MIT license. import { AsyncIterableReader } from "./async_iterable_reader.ts"; import { contentType, Status } from "./deps.ts"; import type { Request } from "./request.ts"; import type { ServerResponse } f...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/25ae65fc43783464c3514ac80a82a7c2b7e7b259.ts
TypeScript
// Loaded from https://deno.land/x/ramda@v0.27.2/source/identical.js import _objectIs from './internal/_objectIs.js'; import _curry2 from './internal/_curry2.js'; /** * Returns true if its arguments are identical, false otherwise. Values are * identical if they reference the same memory. `NaN` is identical to `Na...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/25ba836406baf9db5b2076a960708a6a62d92933.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/ws/send_shard_message.ts import { DiscordenoShard, WebSocketRequest, ws } from "./ws.ts"; export function sendShardMessage(shard: number | DiscordenoShard, message: WebSocketRequest, highPriority = false) { if (typeof shard === "number") shard = ws.shar...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/25fdad3e38f78ead83d999722d4e4bb25a8c59e4.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/webhooks/webhook.ts import { Channel } from "../channels/channel.ts"; import { Guild } from "../guilds/guild.ts"; import { User } from "../users/user.ts"; import { DiscordWebhookTypes } from "./discord_webhook_types.ts"; /** https://discord.com/deve...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/26011cfcdccf2c97ce392f5122ffdf185e7c86c6.ts
TypeScript
// Loaded from https://deno.land/x/mysql/src/util.ts export function xor(a: Uint8Array, b: Uint8Array): Uint8Array { return a.map((byte, index) => { return byte ^ b[index]; }); }
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/2611e46d39df5923363309b9adb4c81731694129.ts
TypeScript
// Loaded from https://deno.land/std@0.81.0/_util/os.ts // Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. // This module is browser compatible. export const osType = (() => { if (globalThis.Deno != null) { return Deno.build.os; } // deno-lint-ignore no-explicit-any const navigat...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/26229dc3fa7de5f57e16c6d1cf5aa281c6692c78.ts
TypeScript
// Loaded from https://deno.land/x/segno@v1.1.0/lib/validations/isDivisibleBy.ts // @ts-ignore allowing typedoc to build import { assertString } from '../helpers/assertString.ts'; // @ts-ignore allowing typedoc to build import { toFloat } from '../helpers/toFloat.ts'; export const isDivisibleBy = (str: string, num: ...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/264c6f8a074a064dbf16fe3f4c24d50065a9611e.ts
TypeScript
// Loaded from https://deno.land/x/ramda@v0.27.2/source/internal/_indexOf.js import equals from '../equals.js'; export default function _indexOf(list, a, idx) { var inf, item; // Array.prototype.indexOf doesn't exist below IE9 if (typeof list.indexOf === 'function') { switch (typeof a) { case 'numbe...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/2661a946a5032d7f962249e461492beeaf3d511f.ts
TypeScript
// Loaded from https://deno.land/x/segno@v1.1.0/lib/validations/isSemVer.ts // @ts-ignore allowing typedoc to build import { multilineRegexp } from '../helpers/multilineRegex.ts'; // @ts-ignore allowing typedoc to build import { assertString } from '../helpers/assertString.ts'; /** * Regular Expression to match * ...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/267696912a4da95cd9837b87c73e1f24e1c55ca0.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/helpers/discovery/valid_discovery_term.ts import { rest } from "../../rest/rest.ts"; import type { ValidateDiscoverySearchTerm } from "../../types/discovery/validate_discovery_search_term.ts"; import { endpoints } from "../../util/constants.ts"; export as...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/26b8c843f930aaf5bbb72a9d59265db102137c78.ts
TypeScript
// Loaded from https://deno.land/x/compress@v0.3.8/zlib/zlib/inflate.ts import adler32 from "./adler32.ts"; import { crc32 } from "./crc32.ts"; import inflate_fast from "./inffast.ts"; import inflate_table from "./inftrees.ts"; import type ZStream from "./zstream.ts"; const CODES = 0; const LENS = 1; const DISTS = 2...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/26bccda9ee4e0cfb178dc0f6e701669feded9f28.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/helpers/channels/follow_channel.ts import { rest } from "../../rest/rest.ts"; import type { FollowedChannel } from "../../types/channels/followed_channel.ts"; import { endpoints } from "../../util/constants.ts"; import { requireBotChannelPermissions } from...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/26ca9cf6769ad9debd3359b877e6586b462778ad.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/guilds/guild_ban_remove.ts import { User } from "../users/user.ts"; /** https://discord.com/developers/docs/topics/gateway#guild-ban-remove */ export interface GuildBanRemove { /** id of the guild */ guildId: string; /** The unbanned user */ ...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/27462e170380c6afdec6fd4a7bcf61d114bb0d3a.ts
TypeScript
// Loaded from https://deno.land/x/ramda@v0.27.2/source/of.js import _curry1 from './internal/_curry1.js'; import _of from './internal/_of.js'; /** * Returns a singleton array containing the value provided. * * Note this `of` is different from the ES6 `of`; See * https://developer.mozilla.org/en-US/docs/Web/Jav...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/27641063817a82fd723ecc0f8be06d7cd7d4c4e1.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/rest/check_rate_limits.ts import { rest } from "./rest.ts"; /** Check the rate limits for a url or a bucket. */ export function checkRateLimits(url: string) { const ratelimited = rest.ratelimitedPaths.get(url); const global = rest.ratelimitedPaths.get...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/2797931a766244d071d3dc12230f5d999252faf1.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/embeds/embed_provider.ts export type DiscordEmbedProvider = EmbedProvider; export interface EmbedProvider { /** Name of provider */ name?: string; /** Url of provider */ url?: string; }
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/27a5693556028e1da430db5f6660ce5827aaa105.ts
TypeScript
// Loaded from https://deno.land/x/crc32@v0.2.0/mod.ts export function crc32(arr: Uint8Array | string): string { if (typeof arr === "string") { arr = new TextEncoder().encode(arr); } let crc = -1, i, j, l, temp, poly = 0xEDB88320; for (i = 0, l = arr.length; i < l; i += 1) { temp = (crc ^ arr[i]) & 0...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/27dc4d2dd7eb352391ca33475abe6dd1dfadb61c.ts
TypeScript
// Loaded from https://deno.land/x/bytes_formater@v1.4.0/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 ...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/27e585629f2edc542d9103600a9f4b46e97cd38b.ts
TypeScript
// Loaded from https://deno.land/x/ramda@v0.27.2/source/lte.js import _curry2 from './internal/_curry2.js'; /** * Returns `true` if the first argument is less than or equal to the second; * `false` otherwise. * * @func * @memberOf R * @since v0.1.0 * @category Relation * @sig Ord a => a -> a -> Boolean * @...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/27e68e7896365acf65e2f7d3748c899d59dad587.ts
TypeScript
// Loaded from https://deno.land/x/oak/context.ts // Copyright 2018-2021 the oak authors. All rights reserved. MIT license. import type { Application, State } from "./application.ts"; import { Cookies } from "./cookies.ts"; import { acceptable, acceptWebSocket, WebSocket } from "./deps.ts"; import { createHttpError ...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/27e92fa1ee8580ba9ac4ecb4ee98d941111687ac.ts
TypeScript
// Loaded from https://deno.land/std@0.73.0/_util/has_own_property.ts // Copyright 2018-2020 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/280a12d7344b3f78c7ed991e74dd33dca76b6144.ts
TypeScript
// Loaded from https://deno.land/x/compress@v0.3.8/gzip/gzip.ts import { crc32 } from "../deps.ts"; /** very fast */ import { deflateRaw, inflateRaw } from "../zlib/mod.ts"; /** slow */ // import { deflateRaw, inflateRaw } from "../deflate/mod.ts"; // magic numbers marking this file as GZIP const ID1 = 0x1F; const I...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/2848eaf794b78a575c19794382c82958390f8f78.ts
TypeScript
// Loaded from https://deno.land/x/validasaur/src/rules/either.ts import type { Validity, Rule } from "../types.ts"; import type { ValidationUtils } from "../interfaces.ts"; import { invalid } from "../utils.ts"; import { validateValue } from "../validate.ts"; export function either( ruleSets: (Rule | Rule[])[], ...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/28bd60dc23fe1221d19c06b781ac2bfe434e61e3.ts
TypeScript
// Loaded from https://deno.land/x/oak@v6.3.1/response.ts // Copyright 2018-2020 the oak authors. All rights reserved. MIT license. import { contentType, Status } from "./deps.ts"; import type { Request } from "./request.ts"; import type { ServerResponse } from "./types.d.ts"; import { encodeUrl, isHtml, isRedirectS...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/28c2ca9507c5f5fbcb07467e2ae1f9ed35f2b91b.ts
TypeScript
// Loaded from https://deno.land/x/compress@v0.3.8/zlib/zlib/inffast.ts // See state defs from inflate.js const BAD = 30; /* got a data error -- remain here until reset */ const TYPE = 12; /* i: waiting for type bits, including last-flag bit */ /* Decode literal, length, and distance codes and write out the resul...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/28c92ae545e5e5ba5a1df5a7918d590089ce701d.ts
TypeScript
// Loaded from https://deno.land/std@0.77.0/path/win32.ts // Copyright the Browserify authors. MIT License. // Ported from https://github.com/browserify/path-browserify/ /** This module is browser compatible. */ import type { FormatInputPathObject, ParsedPath } from "./_interface.ts"; import { CHAR_BACKWARD_SLASH,...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/28ddc10bea9c284f99a9d0069dfe0114eba5e3a8.ts
TypeScript
// Loaded from https://deno.land/x/cliffy@v0.12.1/packages/command/commands/help.ts import { IFlags } from '../../flags/lib/types.ts'; import { Command } from '../lib/command.ts'; import { CommandType } from '../types/command.ts'; /** * Generates well formatted and colored help output for specified command. */ exp...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/28de55c65e4113976616b3871cff5973c733e391.ts
TypeScript
// Loaded from https://deno.land/x/graphql_deno@v15.0.0/lib/utilities/coerceInputValue.js import arrayFrom from '../polyfills/arrayFrom.js'; import objectValues from '../polyfills/objectValues.js'; import inspect from '../jsutils/inspect.js'; import invariant from '../jsutils/invariant.js'; import didYouMean from '.....
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/28ebe74c8ba8647b93eddd04e0a232d66fc0d316.ts
TypeScript
// Loaded from https://deno.land/std@0.69.0/http/mod.ts export * from "./cookie.ts"; export * from "./http_status.ts"; export * from "./server.ts";
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/28f30a5497a7979341eebb9564b5c63c8a7ae66f.ts
TypeScript
// Loaded from https://deno.land/std@0.104.0/path/common.ts // Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. // This module is browser compatible. import { SEP } from "./separator.ts"; /** Determines the common path from a set of paths, using an optional separator, * which defaults to the...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/2912a85a196c595e5785799639a6de461b24d928.ts
TypeScript
// Loaded from https://deno.land/std@0.84.0/http/http_status.ts // Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. /** HTTP status codes */ export enum Status { /** RFC 7231, 6.2.1 */ Continue = 100, /** RFC 7231, 6.2.2 */ SwitchingProtocols = 101, /** RFC 2518, 10.1 */ Processing...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/2912a8bc48f5fdbaf35bfdd037b4c4ae1490c4b2.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/emojis/emoji.ts import { User } from "../users/user.ts"; /** https://discord.com/developers/docs/resources/emoji#emoji-object-emoji-structure */ export interface Emoji { /** Emoji id */ id: string | null; /** Emoji name (can only be null in re...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/294a64a54f41d7b8bc5f18f4793c7afe95baec6f.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/guilds/create_guild_ban.ts /** https://discord.com/developers/docs/resources/guild#create-guild-ban */ export interface CreateGuildBan { /** Number of days to delete messages for (0-7) */ deleteMessageDays?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7; /** R...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/298ac5cb1f292fbd1e88d1cb6f8a6a2f92620f4b.ts
TypeScript
// Loaded from https://deno.land/std@0.84.0/io/bufio.ts // Copyright 2018-2021 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/29e96043b98c596a88a9ecb45fc25c9e62e292d0.ts
TypeScript
// Loaded from https://deno.land/x/ramda@v0.27.2/source/intersperse.js import _checkForMethod from './internal/_checkForMethod.js'; import _curry2 from './internal/_curry2.js'; /** * Creates a new list with the separator interposed between elements. * * Dispatches to the `intersperse` method of the second argume...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/29fb2fe171192a3a2955dbd76d5cccf928f1b6b8.ts
TypeScript
// Loaded from https://deno.land/std@0.92.0/path/posix.ts // Copyright the Browserify authors. MIT License. // Ported from https://github.com/browserify/path-browserify/ // This module is browser compatible. import type { FormatInputPathObject, ParsedPath } from "./_interface.ts"; import { CHAR_DOT, CHAR_FORWARD_SLA...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/29fe1d6a6c6f95c62987b34fe56254f99d87d067.ts
TypeScript
// Loaded from https://deno.land/x/cliffy@v0.12.1/packages/command/types/child-command.ts import { Command } from '../lib/command.ts'; import { StringType } from './string.ts'; // @TODO: add exclude option export class ChildCommandType extends StringType { #cmd?: Command; constructor( cmd?: Command ) { ...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/2a148ed2236f95bf3d312375264d5b808491bbb3.ts
TypeScript
// Loaded from https://deno.land/x/ramda@v0.27.2/source/applyTo.js import _curry2 from './internal/_curry2.js'; /** * Takes a value and applies a function to it. * * This function is also known as the `thrush` combinator. * * @func * @memberOf R * @since v0.25.0 * @category Function * @sig a -> (a -> b) -> ...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/2a49ade11cb9979e607b3f10474f75c7bb9b8683.ts
TypeScript
// Loaded from https://deno.land/std@0.85.0/encoding/base64.ts // Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. // deno-fmt-ignore const base64abc = ["A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N", "O", "P", "Q", "R", "S", "T", "U", "V", "W", "X", "Y", "Z", "a", ...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/2a4f10b4b743fbf437d81567a8a0af2ab149a14a.ts
TypeScript
// Loaded from https://deno.land/std/datetime/formatter.ts // Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. import { CallbackResult, ReceiverResult, Rule, TestFunction, TestResult, Tokenizer, } from "./tokenizer.ts"; function digits(value: string | number, count = 2): string { ...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/2a7bb7657d73da4a00f49d87322148f3eb15a422.ts
TypeScript
// Loaded from https://deno.land/x/god_crypto@v1.4.3/src/rsa/rsa_js.ts import { rsa_oaep_encrypt, rsa_pkcs1_encrypt, rsa_oaep_decrypt, rsa_pkcs1_decrypt, rsa_pkcs1_verify, rsa_pkcs1_sign, } from "./rsa_internal.ts"; import { RawBinary } from "./../binary.ts"; import type { RSAOption, RSASignOption } from ...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/2a8072d06fdc24bb0773d2daf7eb64c1469c432c.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/util/utils.ts import { encode } from "./deps.ts"; import { eventHandlers } from "../bot.ts"; import { isActionRow } from "../helpers/type_guards/is_action_row.ts"; import { isButton } from "../helpers/type_guards/is_button.ts"; import { Errors } from "../t...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/2aa86467537e9d09af6d641d0c97285a8806f65d.ts
TypeScript
// Loaded from https://deno.land/x/graphql_deno@v15.0.0/lib/language/predicates.js import { Kind } from './kinds.js'; export function isDefinitionNode(node) { return isExecutableDefinitionNode(node) || isTypeSystemDefinitionNode(node) || isTypeSystemExtensionNode(node); } export function isExecutableDefinitionNode(...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/2ab8414d73697114242dcbb3433341224d17b30f.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/cache.ts // deno-lint-ignore-file require-await no-explicit-any prefer-const import type { DiscordenoChannel } from "./structures/channel.ts"; import type { DiscordenoGuild } from "./structures/guild.ts"; import type { DiscordenoMember } from "./structures...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/2ac7f0a0369e40861b5285d17a7444c57b8b1a7c.ts
TypeScript
// Loaded from https://deno.land/std@0.69.0/http/http_status.ts // Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. /** HTTP status codes */ export enum Status { /** RFC 7231, 6.2.1 */ Continue = 100, /** RFC 7231, 6.2.2 */ SwitchingProtocols = 101, /** RFC 2518, 10.1 */ Processing...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/2ac81768a33cbd97bb1a6d3c50686350f1130003.ts
TypeScript
// Loaded from https://deno.land/std@0.92.0/fs/_util.ts // Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. import * as path from "../path/mod.ts"; /** * Test whether or not `dest` is a sub-directory of `src` * @param src src file path * @param dest dest file path * @param sep path separat...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/2adbfab19da02fbe2ff485f9c907b5b023afc151.ts
TypeScript
// Loaded from https://deno.land/x/abc@v1.2.4/types.ts import type { ServerRequest } from "./vendor/https/deno.land/std/http/server.ts"; import type { Context } from "./context.ts"; import type { Application } from "./app.ts"; /** `Renderer` is the interface that wraps the `render` function. */ export type Renderer...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/2ae6669cfb6f655894f8861c3ae839388b467167.ts
TypeScript
// Loaded from https://deno.land/x/graphql_deno@v15.0.0/lib/jsutils/instanceOf.js /** * A replacement for instanceof which includes an error warning when multi-realm * constructors are detected. */ // See: https://expressjs.com/en/advanced/best-practice-performance.html#set-node_env-to-production // See: https://w...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/2aeb963553d95da69a2f534fba2a864e731cdd74.ts
TypeScript
// Loaded from https://deno.land/x/ramda@v0.27.2/source/uniqBy.js import _Set from './internal/_Set.js'; import _curry2 from './internal/_curry2.js'; /** * Returns a new list containing only one copy of each element in the original * list, based upon the value returned by applying the supplied function to * each...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University