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/c8f609065e1433082a58fbf574ea48c62937f7f8.ts
TypeScript
// Loaded from https://deno.land/x/ramda@v0.27.2/source/mergeDeepWith.js import _curry3 from './internal/_curry3.js'; import mergeDeepWithKey from './mergeDeepWithKey.js'; /** * Creates a new object with the own properties of the two provided objects. * If a key exists in both objects: * - and both associated va...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/c90899c5ecf9b52e9a64ffe2ebe754e51f098603.ts
TypeScript
// Loaded from https://deno.land/x/ramda@v0.27.2/source/eqProps.js import _curry3 from './internal/_curry3.js'; import equals from './equals.js'; /** * Reports whether two objects have the same value, in [`R.equals`](#equals) * terms, for the specified property. Useful as a curried predicate. * * @func * @memb...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/c9216ffc686286ea43077b69ccfc85d00bd5bd4a.ts
TypeScript
// Loaded from https://deno.land/x/cliffy@v0.12.1/packages/command/mod.ts export * from './lib/types.ts'; export * from './lib/command.ts'; export * from './commands/completions.ts'; export * from './commands/help.ts'; export * from './types/action-list.ts'; export * from './types/boolean.ts'; export * from './types/...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/c923cefabdb9c9a61ae5a8f9cf6381213c1145a0.ts
TypeScript
// Loaded from https://deno.land/x/dnit@dnit-v1.11.0/asyncQueue.ts export type Action<T> = ( ()=>Promise<T> ); // based on https://medium.com/@karenmarkosyan/how-to-manage-promises-into-dynamic-queue-with-vanilla-javascript-9d0d1f8d4df5 export class AsyncQueue { inProgress : number = 0; concurrency: number; ...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/c93a476d140777006168d29211f7dd371ce3b9ab.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/emojis/create_guild_emoji.ts /** https://discord.com/developers/docs/resources/emoji#create-guild-emoji */ export interface CreateGuildEmoji { /** Name of the emoji */ name: string; /** The 128x128 emoji image */ image: string; /** Roles al...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/c93e3d6cce9a6a512a59f516e52bc22bb5fd3800.ts
TypeScript
// Loaded from https://deno.land/std@0.104.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_SL...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/c94968dc9567b7b3b4ae233f8b8937cd042b9ac7.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/helpers/members/avatar_url.ts import type { DiscordImageFormat } from "../../types/misc/image_format.ts"; import type { DiscordImageSize } from "../../types/misc/image_size.ts"; import { endpoints } from "../../util/constants.ts"; import { iconBigintToHash...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/c963534787c8f203c77e0d04f568635833e067c3.ts
TypeScript
// Loaded from https://deno.land/x/graphql_deno@v15.0.0/lib/polyfills/arrayFrom.js import { SYMBOL_ITERATOR } from './symbols.js'; /* eslint-disable no-redeclare */ // $FlowFixMe const arrayFrom = Array.from || function (obj, mapFn, thisArg) { if (obj == null) { throw new TypeError('Array.from requires an arra...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/c9a547b1075f830fa033112c246ded4c8d51b01d.ts
TypeScript
// Loaded from https://deno.land/std@0.86.0/io/readers.ts // Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. // Based on https://github.com/golang/go/blob/0452f9460f50f0f0aba18df43dc2b31906fb66cc/src/io/io.go // Copyright 2009 The Go Authors. All rights reserved. // Use of this source code is ...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/c9af7fc2cbf21e8ce6fda80b1f611baceff7b48c.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/helpers/interactions/commands/upsert_slash_commands.ts import { applicationId } from "../../../bot.ts"; import { rest } from "../../../rest/rest.ts"; import type { ApplicationCommand } from "../../../types/interactions/commands/application_command.ts"; imp...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/c9c2d371ac6abbe0b7853f5e8928297fa977247b.ts
TypeScript
// Loaded from https://deno.land/std@0.81.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/c9e3a6b2946feeee82d0c7367ef1967c478ddfa3.ts
TypeScript
// Loaded from https://deno.land/std@0.80.0/encoding/_yaml/type/str.ts // Ported from js-yaml v3.13.1: // https://github.com/nodeca/js-yaml/commit/665aadda42349dcae869f12040d9b10ef18d12da // Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. import { Type } from "../type.ts"; export const str =...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/ca0db62b4ef38511465a571c2906b0d8054c9287.ts
TypeScript
// Loaded from https://deno.land/x/ramda@v0.27.2/source/otherwise.js import _curry2 from './internal/_curry2.js'; import _assertPromise from './internal/_assertPromise.js'; /** * Returns the result of applying the onFailure function to the value inside * a failed promise. This is useful for handling rejected prom...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/ca2e30b42dfba9e6db8be088b0545443ea8d1361.ts
TypeScript
// Loaded from https://deno.land/std@0.102.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/ca43e799c5ad63b2fd7b34f3ea6ab92c8365e006.ts
TypeScript
// Loaded from https://deno.land/x/tinyhttp@0.1.18/extensions/res/download.ts import { contentDisposition } from 'https://esm.sh/@tinyhttp/content-disposition' import { SendFileOptions, sendFile } from './send/sendFile.ts' import { extname } from 'https://deno.land/std@0.101.0/path/mod.ts' import { setContentType, se...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/ca51fd5fcaa5492a6c3320e9e9ea0a479b56d703.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/helpers/guilds/edit_welcome_screen.ts import { rest } from "../../rest/rest.ts"; import type { ModifyGuildWelcomeScreen } from "../../types/guilds/modify_guild_welcome_screen.ts"; import type { WelcomeScreen } from "../../types/guilds/welcome_screen.ts"; i...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/ca692db9e6f3636d5e4e89b69b40fd3578f3338d.ts
TypeScript
// Loaded from https://deno.land/std@0.69.0/textproto/mod.ts // Based on https://github.com/golang/go/tree/master/src/net/textproto // 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. import type { BufReader } ...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/ca71d58a99ef108aabe6beb45b263e23b169c872.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/helpers/guilds/guild_splash_url.ts import type { DiscordImageFormat } from "../../types/misc/image_format.ts"; import type { DiscordImageSize } from "../../types/misc/image_size.ts"; import { endpoints } from "../../util/constants.ts"; import { iconBigintT...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/ca9220de99ceee497dfde4dbea20265f6d5e69e6.ts
TypeScript
// Loaded from https://deno.land/x/graphql_deno@v15.0.0/lib/subscription/subscribe.js import { SYMBOL_ASYNC_ITERATOR } from '../polyfills/symbols.js'; import inspect from '../jsutils/inspect.js'; import { addPath, pathToArray } from '../jsutils/Path.js'; import { GraphQLError } from '../error/GraphQLError.js'; import...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/caa1378d2b64eb4f998d5dd70f98cca279fc3306.ts
TypeScript
// Loaded from https://deno.land/x/ramda@v0.27.2/source/isEmpty.js import _curry1 from './internal/_curry1.js'; import empty from './empty.js'; import equals from './equals.js'; /** * Returns `true` if the given value is its type's empty value; `false` * otherwise. * * @func * @memberOf R * @since v0.1.0 * @...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/caa27c2de3a7c563aabff926fafb3a9cdc9307ed.ts
TypeScript
// Loaded from https://deno.land/std@0.67.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_DOT, CHAR_BAC...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/cab1e5ff7a6dfdc48d5a436a04e64e4e160b7230.ts
TypeScript
// Loaded from https://deno.land/std@0.69.0/encoding/utf8.ts /** A default TextEncoder instance */ export const encoder = new TextEncoder(); /** Shorthand for new TextEncoder().encode() */ export function encode(input?: string): Uint8Array { return encoder.encode(input); } /** A default TextDecoder instance */ ex...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/caca037df0cc7e83b5d889b1cba0df7fc387931a.ts
TypeScript
// Loaded from https://deno.land/std/testing/_diff.ts // Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. // This module is browser compatible. interface FarthestPoint { y: number; id: number; } export enum DiffType { removed = "removed", common = "common", added = "added", } expor...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/cb0b631884b87a1f42892b9d007f666c4fadf1ec.ts
TypeScript
// Loaded from https://deno.land/x/ramda@v0.27.2/source/always.js import _curry1 from './internal/_curry1.js'; /** * Returns a function that always returns the given value. Note that for * non-primitives the value returned is a reference to the original value. * * This function is known as `const`, `constant`, ...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/cb468298855589bb9ac923c33459943a7596c8ec.ts
TypeScript
// Loaded from https://deno.land/std@0.84.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, C...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/cb4c357e1f3c29d25626790c9fe35e2596813eca.ts
TypeScript
// Loaded from https://deno.land/x/abc@v1.2.4/_http_method.ts export const Get = "GET", Head = "HEAD", Post = "POST", Put = "PUT", Patch = "PATCH", Delete = "DELETE", Connect = "CONNECT", Options = "OPTIONS", Trace = "TRACE";
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/cb8b4797e98f9bfb7d53b8a7086ea02ea511df95.ts
TypeScript
// Loaded from https://deno.land/x/ramda@v0.27.2/source/add.js import _curry2 from './internal/_curry2.js'; /** * Adds two values. * * @func * @memberOf R * @since v0.1.0 * @category Math * @sig Number -> Number -> Number * @param {Number} a * @param {Number} b * @return {Number} * @see R.subtract * @ex...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/cb99b36ef41d865479abf767d3698cb2e0bebee6.ts
TypeScript
// Loaded from https://deno.land/x/cliffy@v0.18.0/table/cell.ts /** Cell type */ // deno-lint-ignore ban-types export type ICell = number | string | String | Cell; /** Cell options. */ export interface ICellOptions { border?: boolean; colSpan?: number; rowSpan?: number; } /** Cell representation. */ export cl...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/cba5a538dcd7ca54b8108b80ebdcc7bdb61a462d.ts
TypeScript
// Loaded from https://deno.land/std/encoding/base64url.ts // Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. import * as base64 from "./base64.ts"; /* * Some variants allow or require omitting the padding '=' signs: * https://en.wikipedia.org/wiki/Base64#URL_applications * @param base64u...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/cbb5445f66f90a6bb17ea85d14684d0ba9a7b119.ts
TypeScript
// Loaded from https://deno.land/x/sodium/dist/browsers/sodium.js const __denoroot={},__document={};!function(A,g,I){function e(A){"use strict";var g;void 0===(g=A)&&(g={});var e=g;"object"!=typeof e.sodium&&("object"==typeof global?e=global:"object"==typeof window&&(e=window)),"object"==typeof e.sodium&&"number"==ty...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/cbc48f3303b3a58ea594e1fdf99b1c765ecf9592.ts
TypeScript
// Loaded from https://deno.land/x/validasaur/src/rules.ts export * from "./rules/date_after_or_equal.ts"; export * from "./rules/date_after.ts"; export * from "./rules/date_before_or_equal.ts"; export * from "./rules/date_before.ts"; export * from "./rules/date_between.ts"; export * from "./rules/either.ts"; export ...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/cbe82090c3559ac25bfd44d08408e7be1c6277cf.ts
TypeScript
// Loaded from https://deno.land/x/cliffy@v0.12.1/packages/table/lib/utils.ts /** * Get next words from the beginning of [content] until all words have a length lower or equal then [length]. * * @param length Max length of all words. * @param content The text content. */ import { Cell, ICell } from './cell....
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/cbf633d8fb10f64d13c5969a7822ff777f8c4d3e.ts
TypeScript
// Loaded from https://deno.land/x/segno@v1.1.0/lib/validations/isHexColor.ts // @ts-ignore allowing typedoc to build import { assertString } from '../helpers/assertString.ts'; /** * @ignore */ const hexcolor = /^#?([0-9A-F]{3}|[0-9A-F]{4}|[0-9A-F]{6}|[0-9A-F]{8})$/i; export const isHexColor = (str: string) => { ...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/cc24f9372feb279d3fe9aea3e594af976dac7134.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/helpers/messages/remove_reaction_emoji.ts import { rest } from "../../rest/rest.ts"; import { endpoints } from "../../util/constants.ts"; import { requireBotChannelPermissions } from "../../util/permissions.ts"; /** Removes all reactions for a single emoj...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/cc7273e31e9ae68fb3c750625e62f70ded4166e7.ts
TypeScript
// Loaded from https://deno.land/x/ramda@v0.27.2/source/values.js import _curry1 from './internal/_curry1.js'; import keys from './keys.js'; /** * Returns a list of all the enumerable own properties of the supplied object. * Note that the order of the output array is not guaranteed across different * JS platform...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/ccb634fb8b96d87d8d1839dfd32a2ee7084cf7aa.ts
TypeScript
// Loaded from https://deno.land/std@0.78.0/encoding/_yaml/type/seq.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/ccc13d148135efa61f45bfa4931c308b8e057a12.ts
TypeScript
// Loaded from https://deno.land/std/async/pool.ts // Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. /** * pooledMap transforms values from an (async) iterable into another async * iterable. The transforms are done concurrently, with a max concurrency * defined by the poolLimit. * * If ...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/cccc59a2a0435d6aa188a14df30cc43e4ee521b8.ts
TypeScript
// Loaded from https://deno.land/x/dndb@0.2.4/deps.ts import mongobj from "https://cdn.skypack.dev/mongobj" import { matches } from 'https://raw.githubusercontent.com/denyncrawford/safe-filter/master/dist/index.js' import project from 'https://raw.githubusercontent.com/denyncrawford/mongo-project.node/master/dist/bu...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/ccd4913c44e4ed7a6ffc108d1a72704acf50d08d.ts
TypeScript
// Loaded from https://deno.land/x/cliffy@v0.18.0/command/completions/zsh.ts import { Command } from "../command.ts"; import { dim, italic } from "../deps.ts"; import { ZshCompletionsGenerator } from "./_zsh_completions_generator.ts"; /** Generates zsh completions script. */ export class ZshCompletionsCommand extend...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/cce6dcd37c624f56a71789362eafc2186f8232fc.ts
TypeScript
// Loaded from https://deno.land/std@0.81.0/async/deferred.ts // Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. // TODO(ry) It'd be better to make Deferred a class that inherits from // Promise, rather than an interface. This is possible in ES2016, however // typescript produces broken code w...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/ccf53c1281a1a4637950dac29beb81df6d0d52e7.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/gateway/mod.ts export * from "./gateway_intents.ts"; export * from "./gateway_payload.ts"; export * from "./gateway_url_params.ts"; export * from "./get_gateway_bot.ts"; export * from "./hello.ts"; export * from "./identify.ts"; export * from "./iden...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/ccfb1d05d24a281ab8bbde0886902ee1f2bdc37a.ts
TypeScript
// Loaded from https://deno.land/x/case/upperFirstCase.ts import upperCase from "./upperCase.ts"; export default function (str: string, locale?: string): string { if (str == null) { return ""; } str = String(str); return upperCase(str.charAt(0), locale) + str.substr(1); }
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/cd226800e6a72c7fb63d4451e46b5d358479fea4.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/discordeno/debug_arg.ts export interface DebugArg { /** Red is for errors or urgent issues. Yellow is for warnings/alerts. Green is for actions being taken. Blue is for */ type?: | "gatewayIdentify" | "error" | "globallyRateLimited" ...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/cd26fe0dd70812fb13a6e67e9e0196fceed641e6.ts
TypeScript
// Loaded from https://deno.land/x/cliffy@v0.18.0/prompt/_utils.ts /** Alias method for Number constructor. */ // deno-lint-ignore no-explicit-any export function parseNumber(value: any): number { return Number(value); }
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/cd61d39a0baea90ce1528d1f7c3845f789ac7396.ts
TypeScript
// Loaded from https://deno.land/std@0.67.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/cd97ac9019a870f6b35e3ea3ce65612be37f223a.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/helpers/roles/get_roles.ts import { cacheHandlers } from "../../cache.ts"; import { rest } from "../../rest/rest.ts"; import { structures } from "../../structures/mod.ts"; import type { Role } from "../../types/permissions/role.ts"; import { Collection } f...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/cd9bc7139a65144209ea6d09bcce351435a75fe7.ts
TypeScript
// Loaded from https://deno.land/x/segno@v1.1.0/lib/validations/isPostalCode.ts // @ts-ignore allowing typedoc to build import { assertString } from '../helpers/assertString.ts'; // common patterns /** * @ignore */ const threeDigit = /^\d{3}$/; /** * @ignore */ const fourDigit = /^\d{4}$/; /** * @ignore */ c...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/cde3d856c31882977158cb69c3ef16a5b80fd976.ts
TypeScript
// Loaded from https://deno.land/x/case@v2.1.0/upperCase.ts import { LanguageSpecific } from "./types.ts"; const LANGUAGES: LanguageSpecific = { tr: { regexp: /[\u0069]/g, map: { i: "\u0130", }, }, az: { regexp: /[\u0069]/g, map: { i: "\u0130", }, }, lt: { regexp: /[...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/ce6629bb5596b83000d106bd7268ea0da5135a26.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/util/bigint.ts export function snowflakeToBigint(snowflake: string) { return BigInt(snowflake) | 0n; } export function bigintToSnowflake(snowflake: bigint) { return snowflake === 0n ? "" : snowflake.toString(); }
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/ce75f59ec68f7f35e428dd589cacf6a9124a097e.ts
TypeScript
// Loaded from https://deno.land/std/datetime/mod.ts // Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. import { DateTimeFormatter } from "./formatter.ts"; export const SECOND = 1e3; export const MINUTE = SECOND * 60; export const HOUR = MINUTE * 60; export const DAY = HOUR * 24; export cons...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/ce95cbd6f72bc3d00eabeb208656be46cf55bc90.ts
TypeScript
// Loaded from https://deno.land/x/graphql_deno@v15.0.0/lib/jsutils/memoize3.js /** * Memoizes the provided three-argument function. */ export default function memoize3(fn) { let cache0; function memoized(a1, a2, a3) { if (!cache0) { cache0 = new WeakMap(); } let cache1 = cache0.get(a1); ...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/ceb19cc325b11412000c495ef53a56edfe8abd54.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/channels/video_quality_modes.ts export enum DiscordVideoQualityModes { /** Discord chooses the quality for optimal performance */ Auto = 1, /** 720p */ Full, } export type VideoQualityModes = DiscordVideoQualityModes; export const VideoQuali...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/cee2dafcf0bd78b86c85553073f2a8354a049000.ts
TypeScript
// Loaded from https://deno.land/x/ramda@v0.27.2/source/either.js import _curry2 from './internal/_curry2.js'; import _isFunction from './internal/_isFunction.js'; import lift from './lift.js'; import or from './or.js'; /** * A function wrapping calls to the two functions in an `||` operation, * returning the res...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/cee985510d58f81ae25b09a502ac96a4b2d945d0.ts
TypeScript
// Loaded from https://deno.land/x/mongo@v0.20.0/src/protocol/mod.ts export * from "./protocol.ts"; export * from "./header.ts"; export * from "./message.ts"; export * from "./cursor.ts";
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/cef1ef36741f0138205fad9e3db2f2c77755df6b.ts
TypeScript
// Loaded from https://deno.land/x/ramda@v0.27.2/source/tryCatch.js import _arity from './internal/_arity.js'; import _concat from './internal/_concat.js'; import _curry2 from './internal/_curry2.js'; /** * `tryCatch` takes two functions, a `tryer` and a `catcher`. The returned * function evaluates the `tryer`; if...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/cf10b35d6f568026075877c710884d1eba1121d4.ts
TypeScript
// Loaded from https://deno.land/std@0.85.0/fs/ensure_file.ts // Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. import * as path from "../path/mod.ts"; import { ensureDir, ensureDirSync } from "./ensure_dir.ts"; import { getFileInfoType } from "./_util.ts"; /** * Ensures that the file exist...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/cf12ac454c69f7afb74184149dc89ad59a2120c7.ts
TypeScript
// Loaded from https://deno.land/x/deno_image@v0.0.3/lib/decoders/fast-png/types.ts import { IOBuffer } from './iobuffer/IOBuffer.ts'; declare enum StrategyValues { Z_FILTERED = 1, Z_HUFFMAN_ONLY = 2, Z_RLE = 3, Z_FIXED = 4, Z_DEFAULT_STRATEGY = 0, } export interface DeflateFunctionOptions { level?: -1...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/cf29dd9767780568d1f039c184d5ecc11958e9e3.ts
TypeScript
// Loaded from https://deno.land/std/async/mux_async_iterator.ts // Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. import { Deferred, deferred } from "./deferred.ts"; interface TaggedYieldedValue<T> { iterator: AsyncIterableIterator<T>; value: T; } /** The MuxAsyncIterator class multipl...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/cf36b7a6c0adb980604a2e0669ba7beabd173b03.ts
TypeScript
// Loaded from https://deno.land/x/cliffy@v0.18.0/command/completions/fish.ts import { Command } from "../command.ts"; import { dim, italic } from "../deps.ts"; import { FishCompletionsGenerator } from "./_fish_completions_generator.ts"; /** Generates fish completions script. */ export class FishCompletionsCommand e...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/cf51e700c9ca5d3530b589bda2fee36ee9441455.ts
TypeScript
// Loaded from https://deno.land/std@0.80.0/encoding/_yaml/type/seq.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/d043e7581e4be85d4ee64019510c7fea2a32f92d.ts
TypeScript
// Loaded from https://deno.land/std@0.83.0/log/mod.ts // Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. import { Logger } from "./logger.ts"; import type { GenericFunction } from "./logger.ts"; import { BaseHandler, ConsoleHandler, FileHandler, RotatingFileHandler, WriterHandler, }...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/d05317965c1121432be9c1713e3371315fbda0e1.ts
TypeScript
// Loaded from https://deno.land/std@0.78.0/encoding/_yaml/type/omap.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 re...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/d0723742a3d8846d81b311d9e52d887e3a60804d.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/guilds/guild_widget_details.ts import { SnakeCasedPropertiesDeep } from "../util.ts"; export interface GuildWidgetDetails { id: string; name: string; instantInvite: string; channels: { id: string; name: string; position: number; ...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/d092d52f215c538a4af8924db8f5b5a378b52f3a.ts
TypeScript
// Loaded from https://deno.land/x/cliffy@v0.12.1/packages/flags/lib/types/number.ts import { IFlagArgument, IFlagOptions, ITypeHandler } from '../types.ts'; export const number: ITypeHandler<number> = ( option: IFlagOptions, arg: IFlagArgument, value: string ): number => { if ( isNaN( value as any ) ) { ...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/d0a382933fe2041fbd15ba080b2559167189939e.ts
TypeScript
// Loaded from https://deno.land/std@0.89.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/d0a9c9736276898e6047cceb97f83dfb0197f116.ts
TypeScript
// Loaded from https://deno.land/std@0.84.0/http/_io.ts // Copyright 2018-2021 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/d0b3ab913f2da591f92d7c859d8138a98c46870d.ts
TypeScript
// Loaded from https://deno.land/std@0.85.0/async/mod.ts // Copyright 2018-2021 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/d0cb1cab22150588787552132815ba0adfaa9f25.ts
TypeScript
// Loaded from https://deno.land/std@0.74.0/async/pool.ts // Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. /** * pooledMap transforms values from an (async) iterable into another async * iterable. The transforms are done concurrently, with a max concurrency * defined by the poolLimit. *...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/d0f53c973249fa46c589bba3ed992682a61da5d6.ts
TypeScript
// Loaded from https://deno.land/x/denodb@v1.0.18/lib/connectors/sqlite3-connector.ts import { SQLiteClient } from "../../deps.ts"; import type { Connector, ConnectorOptions } from "./connector.ts"; import type { QueryDescription } from "../query-builder.ts"; import type { FieldValue } from "../data-types.ts"; import...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/d1090b86764c5193b1b2d03876f65c8a484c76d5.ts
TypeScript
// Loaded from https://deno.land/x/ramda@v0.27.2/source/subtract.js import _curry2 from './internal/_curry2.js'; /** * Subtracts its second argument from its first argument. * * @func * @memberOf R * @since v0.1.0 * @category Math * @sig Number -> Number -> Number * @param {Number} a The first value. * @pa...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/d12c56fba742aa5a2b334b900ff6ce11dda69bf7.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/integrations/mod.ts export * from "./guild_integrations_update.ts"; export * from "./integration.ts"; export * from "./integration_account.ts"; export * from "./integration_application.ts"; export * from "./integration_create_update.ts"; export * fro...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/d15e710d254ac117329c10f36f48735202199ad2.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/helpers/messages/send_message.ts import { cacheHandlers } from "../../cache.ts"; import { rest } from "../../rest/rest.ts"; import { structures } from "../../structures/mod.ts"; import { DiscordChannelTypes } from "../../types/channels/channel_types.ts"; i...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/d168b0f663b05a2aff5713eb265dde722651c7ef.ts
TypeScript
// Loaded from https://deno.land/std@0.83.0/log/logger.ts // Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. import { getLevelByName, getLevelName, LogLevels } from "./levels.ts"; import type { LevelName } from "./levels.ts"; import type { BaseHandler } from "./handlers.ts"; // deno-lint-igno...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/d16fa84a403387609691baebee6162db555a49eb.ts
TypeScript
// Loaded from https://deno.land/x/ramda@v0.27.2/source/max.js import _curry2 from './internal/_curry2.js'; /** * Returns the larger of its two arguments. * * @func * @memberOf R * @since v0.1.0 * @category Relation * @sig Ord a => a -> a -> a * @param {*} a * @param {*} b * @return {*} * @see R.maxBy, R...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/d1745064f6aff60fdf50815e4b14d6d5d6772d8c.ts
TypeScript
// Loaded from https://deno.land/x/god_crypto@v1.4.3/src/hash.ts import { sha1 } from "https://denopkg.com/chiefbiiko/sha1@v1.0.3/mod.ts"; import { sha256 } from "https://denopkg.com/chiefbiiko/sha256@v1.0.2/mod.ts"; export function createHash(algorithm: string) { return new class { protected m: Uint8Array = n...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/d1b7ad3e7191f63f255d692cb6247f36e074353c.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/helpers/messages/remove_all_reactions.ts import { rest } from "../../rest/rest.ts"; import { endpoints } from "../../util/constants.ts"; import { requireBotChannelPermissions } from "../../util/permissions.ts"; /** Removes all reactions for all emojis on ...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/d1e3d21226328ca899c8d9b7f50176af9f0f63e9.ts
TypeScript
// Loaded from https://deno.land/std@0.78.0/encoding/_yaml/state.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 reserv...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/d20887b7b6b613d2656b487efebc04b646d470ec.ts
TypeScript
// Loaded from https://deno.land/x/axiod@0.20.0-0/mod.ts import { urlJoin } from "https://deno.land/x/url_join/mod.ts"; import { IRequest, IConfig, Data, IAxiodResponse, } from "./interfaces.ts"; import { methods } from "./helpers.ts"; function axiod( url: string | IRequest, config?: IRequest, ): Promis...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/d20ae1cd188fa121bb7310fd04d1c44c622b452a.ts
TypeScript
// Loaded from https://deno.land/x/graphql_deno@v15.0.0/lib/validation/rules/UniqueFragmentNamesRule.js import { GraphQLError } from '../../error/GraphQLError.js'; /** * Unique fragment names * * A GraphQL document is only valid if all defined fragments have unique names. */ export function UniqueFragmentNamesRu...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/d2104f5cfe96d1e328d590e309094302175c8ff1.ts
TypeScript
// Loaded from https://deno.land/std@0.73.0/path/glob.ts // Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. // This module is browser compatible. import { NATIVE_OS } from "./_constants.ts"; import { join, normalize } from "./mod.ts"; import { SEP, SEP_PATTERN } from "./separator.ts"; export...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/d210984b6ab8a23314ce3a9c6a383ff61baa2b56.ts
TypeScript
// Loaded from https://deno.land/std@0.85.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/d2155de4865066b2969a3c391abc121ae656676f.ts
TypeScript
// Loaded from https://deno.land/x/type_is@1.0.3/mod.ts /*! * Based on https://github.com/jshttp/type-is/blob/master/index.js * Copyright(c) 2014 Jonathan Ong * Copyright(c) 2014-2015 Douglas Christopher Wilson * Copyright(c) 2020 Henry Zhuang * MIT Licensed */ import { lookup, parse, test } from "./deps.ts"; ...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/d22c66081a53eeae9b0f1f9faed126435d32375c.ts
TypeScript
// Loaded from https://deno.land/x/validasaur/src/rules/max_number.ts import type { Validity, Rule } from "../types.ts"; import { invalid } from "../utils.ts"; export function maxNumber(maxValue: number): Rule { return function maxRule(value: any): Validity { if (typeof value !== "number" || value > maxValue) ...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/d2434c6016a85ed73c9b8f148238c123140014f3.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/integrations/integration_create_update.ts import { Integration } from "./integration.ts"; /** https://github.com/discord/discord-api-docs/blob/master/docs/topics/Gateway.md#integration-create-event-additional-fields */ export interface IntegrationCr...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/d251696c4527382c3aa533f783ff28dabb7b6af8.ts
TypeScript
// Loaded from https://deno.land/x/cliffy@v0.18.0/prompt/number.ts import type { KeyEvent } from "../keycode/key_event.ts"; import { GenericPrompt } from "./_generic_prompt.ts"; import { GenericSuggestions, GenericSuggestionsKeys, GenericSuggestionsOptions, GenericSuggestionsSettings, } from "./_generic_sugge...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/d2770b20e27aa55cf9e8a86206eac21c2ca74223.ts
TypeScript
// Loaded from https://deno.land/x/graphql_deno@v15.0.0/lib/utilities/lexicographicSortSchema.js import objectValues from '../polyfills/objectValues.js'; import inspect from '../jsutils/inspect.js'; import invariant from '../jsutils/invariant.js'; import keyValMap from '../jsutils/keyValMap.js'; import { GraphQLSchem...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/d31e1432d013dcef458190f0d8157c996963cadd.ts
TypeScript
// Loaded from https://deno.land/x/case/pascalCase.ts import camelCase from "./camelCase.ts"; import upperFirstCase from "./upperFirstCase.ts"; export default function pascalCase( value: string, locale?: string, mergeNumbers?: boolean, ): string { return upperFirstCase(camelCase(value, locale, mergeNumbers),...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/d32b8d79f0069d67edfe1ace68b46ba73740f8e2.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/codes/gateway_close_event_codes.ts /** https://discord.com/developers/docs/topics/opcodes-and-status-codes#opcodes-and-status-codes */ export enum DiscordGatewayCloseEventCodes { UnknownError = 4000, UnknownOpcode, DecodeError, NotAuthenticat...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/d3344efb9da95e08758beadfdf7b40164049e343.ts
TypeScript
// Loaded from https://deno.land/x/ramda@v0.27.2/source/join.js import invoker from './invoker.js'; /** * Returns a string made by inserting the `separator` between each element and * concatenating all the elements into a single string. * * @func * @memberOf R * @since v0.1.0 * @category List * @sig String ...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/d33584c12e32941a6e6379a4a8d3be362140f70e.ts
TypeScript
// Loaded from https://deno.land/std@0.84.0/async/mux_async_iterator.ts // Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. import { Deferred, deferred } from "./deferred.ts"; interface TaggedYieldedValue<T> { iterator: AsyncIterableIterator<T>; value: T; } /** The MuxAsyncIterator class ...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/d36dce5b31e558abc5403810471c241b19486435.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/helpers/discovery/remove_discovery_subcategory.ts import { rest } from "../../rest/rest.ts"; import { endpoints } from "../../util/constants.ts"; import { requireBotGuildPermissions } from "../../util/permissions.ts"; /** Removes a discovery subcategory f...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/d3ba4b8fd26ecaedc2406d7fe318a8945fb438ff.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/channels/channel.ts import { User } from "../users/user.ts"; import { DiscordChannelTypes } from "./channel_types.ts"; import { DiscordOverwrite } from "./overwrite.ts"; import { ThreadMember } from "./threads/thread_member.ts"; import { ThreadMetada...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/d404e5c250663eeec42fcd8b8dfe25560269f725.ts
TypeScript
// Loaded from https://deno.land/x/ramda@v0.27.2/source/indexBy.js import reduceBy from './reduceBy.js'; /** * Given a function that generates a key, turns a list of objects into an * object indexing the objects by the given key. Note that if multiple * objects generate the same value for the indexing key only t...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/d42b01d05df891bb90356b1d048c8a63ad5148fe.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/guilds/update_others_voice_state.ts /** https://discord.com/developers/docs/resources/guild#update-user-voice-state */ export interface UpdateOthersVoiceState { /** The id of the channel the user is currently in */ channelId: string; /** Toggle...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/d437cf9a8c17626352d164ef4e7aa14af842055c.ts
TypeScript
// Loaded from https://deno.land/x/graphql_deno@v15.0.0/lib/utilities/getOperationAST.js import { Kind } from '../language/kinds.js'; /** * Returns an operation AST given a document AST and optionally an operation * name. If a name is not provided, an operation is only returned if only one is * provided in the do...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/d45959e8749b8e98ed8168e128b2c7f880a13d15.ts
TypeScript
// Loaded from https://deno.land/std@0.79.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/d4625b7094f865f77dc8bb0bbcedba7fcad22d7d.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/discovery/mod.ts export * from "./add_guild_discovery_subcategory.ts"; export * from "./discovery_category.ts"; export * from "./discovery_metadata.ts"; export * from "./discovery_name.ts"; export * from "./modify_guild_discovery_metadata.ts"; export...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/d495bb8948f07a6834ee4fe2233cd25ce8e3151a.ts
TypeScript
// Loaded from https://deno.land/std@0.90.0/path/separator.ts // Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. // This module is browser compatible. import { isWindows } from "../_util/os.ts"; export const SEP = isWindows ? "\\" : "/"; export const SEP_PATTERN = isWindows ? /[\\/]+/ : /\/+...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/d4bad255e58dc318b70a6a85d42fe06c367f50d0.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/webhooks/edit_webhook_message.ts import { FileContent } from "../discordeno/file_content.ts"; import { Embed } from "../embeds/embed.ts"; import { AllowedMentions } from "../messages/allowed_mentions.ts"; import { Attachment } from "../messages/attac...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/d4d6921a7a08ab2164439921d0dff2bccc62f26a.ts
TypeScript
// Loaded from https://deno.land/std/node/_utils.ts // Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. import { deferred } from "../async/mod.ts"; import { assert, assertStringIncludes, fail } from "../testing/asserts.ts"; export type BinaryEncodings = "binary"; export type TextEncodings = ...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University