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/98facb91d996ee56dd5524610c52c74c61afd8a8.ts
TypeScript
// Loaded from https://deno.land/x/deno_image@v0.0.3/lib/resize/resize.js //JavaScript Image Resizer (c) 2012 - Grant Galitz export class Resize { constructor(widthOriginal, heightOriginal, targetWidth, targetHeight, blendAlpha, interpolationPass, useWebWorker, resizeCallback) { this.widthOriginal = Math.abs(pars...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/997bfd04da400e57d24beffc37e6a510d3516424.ts
TypeScript
// Loaded from https://deno.land/x/graphql_deno@v15.0.0/lib/utilities/stripIgnoredCharacters.js import inspect from '../jsutils/inspect.js'; import { Source } from '../language/source.js'; import { TokenKind } from '../language/tokenKind.js'; import { Lexer, isPunctuatorTokenKind } from '../language/lexer.js'; import...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/9985aff73012127ae1e5c05ce1f7943e112b0656.ts
TypeScript
// Loaded from https://deno.land/x/ramda@v0.27.2/source/not.js import _curry1 from './internal/_curry1.js'; /** * A function that returns the `!` of its argument. It will return `true` when * passed false-y value, and `false` when passed a truth-y one. * * @func * @memberOf R * @since v0.1.0 * @category Logi...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/99a3bb90a2d488faece7beebb3f3d741aad15536.ts
TypeScript
// Loaded from https://deno.land/x/args@1.0.7/value-errors.ts import { ParseError, } from "./types.ts"; /** * Base class of all `ValueError` */ export abstract class ValueError implements ParseError { /** Raw input */ public abstract readonly raw: string; public abstract toString(): string; } /** * `Valu...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/99ae2cb23db40c82aef8e00ef3a59e3e3acd5c79.ts
TypeScript
// Loaded from https://deno.land/std@0.92.0/testing/asserts.ts // Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. // This module is browser compatible. Do not rely on good formatting of values // for AssertionError messages in browsers. import { bold, gray, green, red, stripColor, white } fro...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/99bc8d3c8204355079b5a33fe9707ab0d0f1c823.ts
TypeScript
// Loaded from https://deno.land/std/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 start ...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/99c8f9ffb2769b7c8a38b8c028eb9644e7e0c7ce.ts
TypeScript
// Loaded from https://deno.land/x/bytes_formater/mod.ts export { format } from "./format.ts"; export { setColorEnabled } from "./deps.ts";
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/99d5df44232646fd9cd0e6f61c854f6a4caeba26.ts
TypeScript
// Loaded from https://deno.land/std@0.81.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 "../_util/os.ts"; import * as _win32 from "./win32.ts"; import * as _posix...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/99e6408e62dd4a64c2610648e8cdd49451d8477b.ts
TypeScript
// Loaded from https://deno.land/std/fs/eol.ts // Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. /** EndOfLine character enum */ export enum EOL { LF = "\n", CRLF = "\r\n", } const regDetect = /(?:\r?\n)/g; /** * Detect the EOL character for string input. * returns null if no newline...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/9a0306f1968bd8e16ebf6cd198f159124cc48eea.ts
TypeScript
// Loaded from https://deno.land/std@0.90.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/9a1620710343e82f127a6f67ae49a4ffba1ad8e0.ts
TypeScript
// Loaded from https://deno.land/std@0.92.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/9a51485b4928e87e6035b907f215d7332503d987.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/helpers/guilds/get_bans.ts import { rest } from "../../rest/rest.ts"; import type { Ban } from "../../types/guilds/ban.ts"; import { snowflakeToBigint } from "../../util/bigint.ts"; import { Collection } from "../../util/collection.ts"; import { endpoints ...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/9a54aa41e5f75d772cbb60a6a9b5981a978f8316.ts
TypeScript
// Loaded from https://deno.land/x/abc@v1.2.4/group.ts import type { HandlerFunc, MiddlewareFunc } from "./types.ts"; import type { Application } from "./app.ts"; import { join } from "./vendor/https/deno.land/std/path/mod.ts"; import { NotFoundHandler } from "./util.ts"; export class Group { prefix: string; mi...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/9a5fff78dd6609bd3add0404c6be987ca110d756.ts
TypeScript
// Loaded from https://deno.land/x/djwt@v1.9/_depts.ts export * as base64url from "https://deno.land/std@0.75.0/encoding/base64url.ts"; export { decodeString as convertHexToUint8Array, encodeToString as convertUint8ArrayToHex, } from "https://deno.land/std@0.75.0/encoding/hex.ts"; export { HmacSha256 } from "http...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/9a92d2bbef513374c4cf97a7173aa0df19e6ba6d.ts
TypeScript
// Loaded from https://deno.land/x/ramda@v0.27.2/source/slice.js import _checkForMethod from './internal/_checkForMethod.js'; import _curry3 from './internal/_curry3.js'; /** * Returns the elements of the given list or string (or object with a `slice` * method) from `fromIndex` (inclusive) to `toIndex` (exclusive...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/9a95075c98085ee5ba5712ee0dfc4ac915a9b4d8.ts
TypeScript
// Loaded from https://deno.land/x/dndb@0.2.4/src/mod.ts import { resolve } from 'https://deno.land/std/path/mod.ts'; import { _find, _insert, _findOne, _update, _updateOne, _remove, _removeOne } from './methods/mod.js'; import { init } from './storage.ts'; import DataStoreOptions from './types/ds.options.ts' class ...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/9aae52a163549973a5565d61dbe898fd00162c8c.ts
TypeScript
// Loaded from https://deno.land/x/media_types@v2.8.1/mod.ts /*! * Ported from: https://github.com/jshttp/mime-types and licensed as: * * (The MIT License) * * Copyright (c) 2014 Jonathan Ong <me@jongleberry.com> * Copyright (c) 2015 Douglas Christopher Wilson <doug@somethingdoug.com> * Copyright (c) 2020 the ...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/9abef5534b7bfa653115e8c66598b8eb530dd23a.ts
TypeScript
// Loaded from https://deno.land/std@0.81.0/mime/multipart.ts // Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. import { equals, indexOf, lastIndexOf, startsWith } from "../bytes/mod.ts"; import { copyN } from "../io/ioutil.ts"; import { MultiReader } from "../io/readers.ts"; import { extname...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/9b1265c0489cdf12097a875250964a07c1e5a26b.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/voice/mod.ts export * from "./update_voice_state.ts"; export * from "./voice_region.ts"; export * from "./voice_server_update.ts"; export * from "./voice_state.ts";
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/9b38878d3a3deb276cf1d6f2763b3cb6bbb994f1.ts
TypeScript
// Loaded from https://deno.land/std@0.101.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/9b3c55c32e87549332177095420f778702ea4d1f.ts
TypeScript
// Loaded from https://deno.land/x/deno_image@v0.0.3/mime-type.ts /** * Return mime type of a file * @param headerString - header of file * List here: * https://en.wikipedia.org/wiki/List_of_file_signatures * https://mimesniff.spec.whatwg.org/#matching-an-image-type-pattern */ export function mimeType(imgFile: ...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/9b6df7316f6b18748c68ebd56025d9c438875ae2.ts
TypeScript
// Loaded from https://deno.land/x/cliffy@v0.12.1/packages/command/types/boolean.ts import { IFlagArgument, IFlagOptions } from '../../flags/lib/types.ts'; import { boolean } from '../../flags/lib/types/boolean.ts'; import { Type } from './type.ts'; export class BooleanType extends Type<boolean> { public parse(...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/9b84e3e97dd68110c483dff58408787d0d1fac29.ts
TypeScript
// Loaded from https://deno.land/x/tinyhttp@0.1.18/app.ts // deno-lint-ignore-file import { Router, serve, Server, rg, pushMiddleware } from './deps.ts' import { NextFunction, RHandler as Handler, Middleware, UseMethodParams } from './types.ts' import { onErrorHandler, ErrorHandler } from './onError.ts' import { setI...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/9b9748d7d7c6da0df8807cec3546472da2134a55.ts
TypeScript
// Loaded from https://deno.land/std@0.74.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/9bae15a49d4944fe8006a3c7c7bfccd2ffcf0ae5.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/gateway/ready.ts import { UnavailableGuild } from "../guilds/unavailable_guild.ts"; import { Application } from "../applications/application.ts"; import { User } from "../users/user.ts"; import { SnakeCasedPropertiesDeep } from "../util.ts"; /** htt...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/9bdac2ed843b57239c26b1ed98d19b782d97c261.ts
TypeScript
// Loaded from https://deno.land/x/cliffy@v0.12.1/packages/x/format.ts // Copied from https://github.com/defunctzombie/node-util/blob/master/util.ts // Modified to format %o and %O as deno objects const { inspect } = Deno; const formatRegExp = /%[sdjoO%]/g; export default function format( ...args: any[] ) { if ...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/9be60b7b9005fa08f1afaf283eccf1e0a15a260f.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/helpers/webhooks/edit_webhook.ts import { rest } from "../../rest/rest.ts"; import type { ModifyWebhook } from "../../types/webhooks/modify_webhook.ts"; import type { Webhook } from "../../types/webhooks/webhook.ts"; import { endpoints } from "../../util/c...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/9c25233b39e99e0ea4e1bdf55b30e9585545d1c9.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/helpers/messages/publish_message.ts import { rest } from "../../rest/rest.ts"; import { structures } from "../../structures/mod.ts"; import type { Message } from "../../types/messages/message.ts"; import { endpoints } from "../../util/constants.ts"; /** C...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/9c45d3a7664d993410bd947eccc6735ba7cd66b6.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/helpers/messages/remove_reaction.ts import { rest } from "../../rest/rest.ts"; import { endpoints } from "../../util/constants.ts"; import { requireBotChannelPermissions } from "../../util/permissions.ts"; /** Removes a reaction from the given user on thi...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/9c47dde211bb6194f626b9b66f0ed42808dd1c19.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/embeds/embed_author.ts /** https://discord.com/developers/docs/resources/channel#embed-object-embed-author-structure */ export interface EmbedAuthor { /** Name of author */ name?: string; /** Url of author */ url?: string; /** Url of author...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/9c5ca0e5731e16ff5197221fe61ba6beea163fc0.ts
TypeScript
// Loaded from https://deno.land/x/ramda@v0.27.2/source/curry.js import _curry1 from './internal/_curry1.js'; import curryN from './curryN.js'; /** * Returns a curried equivalent of the provided function. The curried function * has two unusual capabilities. First, its arguments needn't be provided one * at a tim...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/9c63dc11abb86dce3f2c541c3aed34ac5cb562c8.ts
TypeScript
// Loaded from https://deno.land/x/denodb@v1.0.18/deps.ts export * as ConsoleColor from "https://deno.land/x/colorlog@v1.0/mod.ts"; export { default as SQLQueryBuilder } from "https://raw.githubusercontent.com/denjucks/dex/master/mod.ts"; export { camelCase, snakeCase } from "https://deno.land/x/case/mod.ts"; expo...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/9c76992410f3623cd49b48606cff60cd3d96ffa3.ts
TypeScript
// Loaded from https://deno.land/x/graphql_deno@v15.0.0/lib/type/directives.js import objectEntries from '../polyfills/objectEntries.js'; import { SYMBOL_TO_STRING_TAG } from '../polyfills/symbols.js'; import inspect from '../jsutils/inspect.js'; import toObjMap from '../jsutils/toObjMap.js'; import devAssert from '....
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/9c81053c9706a3001be04e7c404f27153ac27541.ts
TypeScript
// Loaded from https://deno.land/x/tinyhttp@0.1.18/deps.ts import { default as parseRange, Options } from 'https://esm.sh/range-parser@1.2.1' export { parseRange } export type { Options as ParseRangeOptions } export { escapeHtml } from 'https://deno.land/x/escape_html@1.0.0/mod.ts' export { vary } from 'https://deno....
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/9c82043323fc0bedbcef878efd5f57ac474a167a.ts
TypeScript
// Loaded from https://deno.land/std@0.80.0/encoding/_yaml/schema/json.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 ...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/9c94ac12667fe50bac28b7c3fb447ea308414120.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/templates/create_guild_from_template.ts /** https://discord.com/developers/docs/resources/template#create-guild-from-template-json-params */ export interface CreateGuildFromTemplate { /** Name of the guild (2-100 characters) */ name: string; /*...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/9c9b37ee49588ac69071cc12105286e561114082.ts
TypeScript
// Loaded from https://deno.land/x/segno@v1.1.0/lib/validations/isJSON.ts // @ts-ignore allowing typedoc to build import { assertString } from '../helpers/assertString.ts'; type JSONOptions = { allowPrimitives?: boolean; }; /** * @ignore */ const defaultJSONOptions = { allowPrimitives: false, }; export const...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/9c9e6d78179d2bb95ebbb9a342dccfbab2126bda.ts
TypeScript
// Loaded from https://deno.land/std@0.78.0/encoding/_yaml/schema/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 r...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/9cc8d5abc567d953176a286c2b3f91548ed40f0c.ts
TypeScript
// Loaded from https://deno.land/x/ramda@v0.27.2/source/internal/_dropLast.js import take from '../take.js'; export default function dropLast(n, xs) { return take(n < xs.length ? xs.length - n : 0, xs); }
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/9cd336816eb9d2e62620edf5c3cc7c5864ff6f1b.ts
TypeScript
// Loaded from https://deno.land/std@0.69.0/http/cookie.ts // Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. // Structured similarly to Go's cookie.go // https://github.com/golang/go/blob/master/src/net/http/cookie.go import { assert } from "../_util/assert.ts"; import { toIMF } from "../date...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/9cd9b64ab6e8c7cf1faad4e63c46c2428391105d.ts
TypeScript
// Loaded from https://deno.land/x/case/headerCase.ts import upperCase from "./upperCase.ts"; import normalCase from "./normalCase.ts"; export default function headerCase(value: string, locale?: string): string { return normalCase(value, locale, "-").replace(/^.|-./g, function ( m: string, ): string { re...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/9cfb9889396211cf2538f4459a8bcd54db59bc91.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/audit_log/audit_log_entry.ts import { AuditLogChange } from "./audit_log_change.ts"; import { DiscordAuditLogEvents } from "./audit_log_events.ts"; import { OptionalAuditEntryInfo } from "./optional_audit_entry_info.ts"; /** https://discord.com/deve...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/9d00bc54060ae39448a2e478d06a235400f7219a.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/helpers/invites/get_channel_invites.ts import { rest } from "../../rest/rest.ts"; import type { InviteMetadata } from "../../types/invites/invite_metadata.ts"; import { Collection } from "../../util/collection.ts"; import { endpoints } from "../../util/con...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/9d2a1bc97acfa3d69ad0b0475c6239291fd39ca0.ts
TypeScript
// Loaded from https://deno.land/x/ramda@v0.27.2/source/without.js import _includes from './internal/_includes.js'; import _curry2 from './internal/_curry2.js'; import flip from './flip.js'; import reject from './reject.js'; /** * Returns a new list without values in the first argument. * [`R.equals`](#equals) is...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/9d2d497b9e6ca45db50ecdf91e329bf9b7213822.ts
TypeScript
// Loaded from https://deno.land/x/ramda@v0.27.2/source/apply.js import _curry2 from './internal/_curry2.js'; /** * Applies function `fn` to the argument list `args`. This is useful for * creating a fixed-arity function from a variadic function. `fn` should be a * bound function if context is significant. * * ...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/9d6e3c83a4d819014cc598e48cb57b1d54598e41.ts
TypeScript
// Loaded from https://deno.land/x/abc@v1.2.4/app.ts import type { HandlerFunc, MiddlewareFunc, Renderer } from "./types.ts"; import type { HTTPOptions, HTTPSOptions, Server, } from "./vendor/https/deno.land/std/http/server.ts"; import { serve, serveTLS } from "./vendor/https/deno.land/std/http/server.ts"; imp...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/9d90990a1cdc11b616d1ee3a5a4d9e0537c86579.ts
TypeScript
// Loaded from https://deno.land/std@0.69.0/path/_constants.ts // Copyright the Browserify authors. MIT License. // Ported from https://github.com/browserify/path-browserify/ /** This module is browser compatible. */ // Alphabet chars. export const CHAR_UPPERCASE_A = 65; /* A */ export const CHAR_LOWERCASE_A = 97; /...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/9d9320616be508a2b52c0e06ef30d93548f6a381.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/messages/message_reference.ts /** https://discord.com/developers/docs/resources/channel#message-object-message-reference-structure */ export interface MessageReference { /** id of the originating message */ messageId?: string; /** * id of th...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/9d93b712ae58fe01ffd8de872d2cf6ffd56fa336.ts
TypeScript
// Loaded from https://deno.land/x/graphql_deno@v15.0.0/lib/jsutils/suggestionList.js /** * Given an invalid input string and a list of valid options, returns a filtered * list of valid options sorted based on their similarity with the input. */ export default function suggestionList(input, options) { const opti...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/9d978e070c7aa2862ef4e9685882f334aeb6e9fb.ts
TypeScript
// Loaded from https://deno.land/std@0.92.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/9da7e4179d6ebcf72f22a4885758a4a7c7a68367.ts
TypeScript
// Loaded from https://deno.land/std@0.84.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/9dcce8e8f8ff78e88fad5a3298b8482e87b1b16d.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/helpers/interactions/commands/edit_slash_response.ts import { applicationId } from "../../../bot.ts"; import { rest } from "../../../rest/rest.ts"; import { structures } from "../../../structures/mod.ts"; import type { DiscordenoEditWebhookMessage } from "...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/9dedb5d39fd0db50a0995a243e45ad8f788766df.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/applications/application_flags.ts /** https://discord.com/developers/docs/topics/oauth2#application-application-flags */ export enum DiscordApplicationFlags { GatewayPresence = 1 << 12, GatewayPresenceLimited = 1 << 13, GatewayGuildMembers = 1 ...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/9e02da7d9a12d1b73a86ce9548a7dbeca8611eef.ts
TypeScript
// Loaded from https://deno.land/x/segno@v1.1.0/lib/validations/isISIN.ts // @ts-ignore allowing typedoc to build import { assertString } from '../helpers/assertString.ts'; /** * @ignore */ const isin = /^[A-Z]{2}[0-9A-Z]{9}[0-9]$/; export const isISIN = (str: string) => { assertString(str); if (!isin.test(st...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/9e3be7f995d1941f802cf870ffe35abf0fd95880.ts
TypeScript
// Loaded from https://deno.land/x/sodium/basic.ts // Copyright 2020-present the denosaurs team. All rights reserved. MIT license. import type { Sodium } from "./basic_types.ts"; import sodium from "./dist/browsers/sodium.js"; export default sodium as Sodium; export * from "./basic_types.ts";
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/9e4379f4cc4c4c34835c657349213a5a6b3e5630.ts
TypeScript
// Loaded from https://deno.land/x/cliffy@v0.18.0/keycode/key_event.ts /** KeyEvent options. */ export interface IKey { name?: string; sequence?: string; ctrl: boolean; meta: boolean; shift: boolean; } /** KeyEvent representation. */ export class KeyEvent { protected constructor( public readonly name...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/9ebdc92020a20a7a2085325f3cbae10ff8506e55.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/invites/invite.ts import { Channel } from "../channels/channel.ts"; import { Guild } from "../guilds/guild.ts"; import { Application } from "../applications/application.ts"; import { User } from "../users/user.ts"; import { DiscordTargetTypes } from ...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/9ecba02e8ea0e532a9deef159e3164f8dd1145a3.ts
TypeScript
// Loaded from https://deno.land/x/cliffy@v0.12.1/packages/flags/lib/validate-flags.ts import camelCase from '../../x/camelCase.ts'; import paramCase from '../../x/paramCase.ts'; import { getOption } from './flags.ts'; import { IFlagArgument, IFlagOptions, IFlags, IFlagValue } from './types.ts'; // @TODO: add suppor...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/9ed30952b4eec3c021dc83fa5a602ff0d6bb4d2d.ts
TypeScript
// Loaded from https://deno.land/x/base64/base.ts function getLengths(b64: string): [number, number] { const len: number = b64.length; // if (len % 4 > 0) { // throw new TypeError("Invalid string. Length must be a multiple of 4"); // } // Trim off extra bytes after placeholder bytes are found // See: ...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/9edd5acd79adc04456021e53454823e02099e224.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/messages/components/button_styles.ts // TODO: add docs link export enum DiscordButtonStyles { /** A blurple button */ Primary = 1, /** A grey button */ Secondary, /** A green button */ Success, /** A red button */ Danger, /** A butt...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/9edec584cde0ae04f8e4ed9919abd0d1c2358a2f.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/embeds/embed_types.ts /** https://discord.com/developers/docs/resources/channel#embed-object-embed-types */ export type DiscordEmbedTypes = "rich" | "image" | "video" | "gifv" | "article" | "link";
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/9f4fe1e3c9d6f9b48a77a834781eb7f240a4c13e.ts
TypeScript
// Loaded from https://deno.land/std@0.88.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 "../_util/os.ts"; import * as _win32 from "./win32.ts"; import * as _posix fro...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/9f56fdfd4a6a05f6d41a59217864fe149f750774.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/codes/mod.ts export * from "./gateway_close_event_codes.ts"; export * from "./gateway_opcodes.ts"; export * from "./http_response_codes.ts"; export * from "./json_error_codes.ts"; export * from "./rpc_close_event_codes.ts"; export * from "./rpc_error...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/9f5cdcfcb2729cc827f25c504e9bc61290f17beb.ts
TypeScript
// Loaded from https://deno.land/x/denodb@v1.0.18/lib/model.ts import type { Operator, OrderByClauses, OrderDirection, QueryBuilder, QueryDescription, QueryType, } from "./query-builder.ts"; import type { Database } from "./database.ts"; import type { PivotModelSchema } from "./model-pivot.ts"; import { c...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/9f785be930eb0edcce28b7f5e8b1fbb94c2c66bb.ts
TypeScript
// Loaded from https://deno.land/x/graphql_deno@v15.0.0/lib/utilities/astFromValue.js import isFinite from '../polyfills/isFinite.js'; import arrayFrom from '../polyfills/arrayFrom.js'; import objectValues from '../polyfills/objectValues.js'; import inspect from '../jsutils/inspect.js'; import invariant from '../jsut...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/9f858d6801bfbf39868a0cd53dc8c88af0a0528d.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/channels/channel_mention.ts /** https://discord.com/developers/docs/resources/channel#channel-mention-object */ export interface ChannelMention { /** id of the channel */ id: string; /** id of the guild containing the channel */ guildId: stri...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/9fb76e3b0f12955adf1974932fb23da6d5456b02.ts
TypeScript
// Loaded from https://deno.land/x/ramda@v0.27.2/source/memoizeWith.js import _arity from './internal/_arity.js'; import _curry2 from './internal/_curry2.js'; import _has from './internal/_has.js'; /** * Creates a new function that, when invoked, caches the result of calling `fn` * for a given argument set and re...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/9ff3546c8a86abae4076ee5b0962adba04573216.ts
TypeScript
// Loaded from https://deno.land/x/god_crypto@v1.4.3/src/binary.ts export class RawBinary extends Uint8Array { hex() { return [...this].map((x) => x.toString(16).padStart(2, "0")).join(""); } binary(): Uint8Array { return this; } base64(): string { return btoa(String.fromCharCode.apply(null, [...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/9ffca612a6d8c7b77bbbfa3817e7b0f7295750ef.ts
TypeScript
// Loaded from https://deno.land/x/cliffy@v0.12.1/packages/x/snakeCase.ts import normalCase from './normalCase.ts'; export default function snakeCase( value: string, locale?: string ): string { return normalCase( value, locale, '_' ); }
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/a001e0eaeb21f32126184e530076160ecf8f0dcd.ts
TypeScript
// Loaded from https://deno.land/x/cliffy@v0.18.0/flags/normalize.ts /** * Normalize command line arguments. * @param args Command line arguments e.g: `Deno.args` */ export function normalize(args: string[]) { const normalized = []; let inLiteral = false; for (const arg of args) { if (inLiteral) { ...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/a02bb3e1e8e28628f380c4bb7a0d0ca6974da00d.ts
TypeScript
// Loaded from https://deno.land/std@0.69.0/async/mux_async_iterator.ts // Copyright 2018-2020 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/a057173f80d5c6732fd09e7ed4b25a29c3ec4b8b.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/helpers/misc/get_gateway_bot.ts import { rest } from "../../rest/rest.ts"; import type { GetGatewayBot } from "../../types/gateway/get_gateway_bot.ts"; import { endpoints } from "../../util/constants.ts"; /** Get the bots Gateway metadata that can help du...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/a090b8dab4156ea4b6c4e9703c40ebb5f642b743.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/structures/member.ts import { eventHandlers } from "../bot.ts"; import { cache, cacheHandlers } from "../cache.ts"; import { avatarURL } from "../helpers/members/avatar_url.ts"; import { banMember } from "../helpers/members/ban_member.ts"; import { editMem...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/a0ce90699f36d6eff2a6c46552dd71e7290631d0.ts
TypeScript
// Loaded from https://deno.land/x/ramda@v0.27.2/source/dissocPath.js import _curry2 from './internal/_curry2.js'; import _dissoc from './internal/_dissoc.js'; import _isInteger from './internal/_isInteger.js'; import _isArray from './internal/_isArray.js'; import assoc from './assoc.js'; /** * Makes a shallow clon...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/a0d944ee426f6b53f2d4c0b7a7677fd234ea0d71.ts
TypeScript
// Loaded from https://deno.land/x/graphql_deno@v15.0.0/lib/jsutils/devAssert.js export default function devAssert(condition, message) { const booleanCondition = Boolean(condition); /* istanbul ignore else (see transformation done in './resources/inlineInvariant.js') */ if (!booleanCondition) { throw new E...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/a0e6e3414326f598d7fd3ae73751015dfcdcfc66.ts
TypeScript
// Loaded from https://deno.land/x/ramda@v0.27.2/source/internal/_arity.js export default function _arity(n, fn) { /* eslint-disable no-unused-vars */ switch (n) { case 0: return function() { return fn.apply(this, arguments); }; case 1: return function(a0) { return fn.apply(this, arguments); }; case 2...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/a0ea2e238a1e02016791fa7797e01956529e54e5.ts
TypeScript
// Loaded from https://deno.land/std@0.78.0/encoding/_yaml/utils.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/a0ec615fc998552dc25b92f8d0949c54b286dc0c.ts
TypeScript
// Loaded from https://deno.land/x/ramda@v0.27.2/source/internal/_xfind.js import _curry2 from './_curry2.js'; import _reduced from './_reduced.js'; import _xfBase from './_xfBase.js'; function XFind(f, xf) { this.xf = xf; this.f = f; this.found = false; } XFind.prototype['@@transducer/init'] = _xfBase.init; ...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/a0f642cb504d28b4ec5f53a2223e1f362babf045.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/guilds/guild_role_create.ts import { Role } from "../permissions/role.ts"; /** https://discord.com/developers/docs/topics/gateway#guild-role-create */ export interface GuildRoleCreate { /** The id of the guild */ guildId: string; /** The role ...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/a0fc45eac1469f47ed6e2bbaad4b323e856fac7b.ts
TypeScript
// Loaded from https://deno.land/x/dnit@dnit-v1.11.0/main.ts import { setupLogging, log, flags } from "./mod.ts"; import { launch } from "./launch.ts"; import { version } from './version.ts'; export async function main() { const args = flags.parse(Deno.args); if (args["version"] === true) { console.log(`dnit...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/a0fc6a489f364f69771cdaa068b0d481258e9b3f.ts
TypeScript
// Loaded from https://deno.land/x/god_crypto@v1.4.3/src/utility/encode.ts import { RawBinary } from "../binary.ts"; export class encode { static hex(data: string) { if (data.length % 2 !== 0) throw "Invalid hex format"; const output = new RawBinary(data.length >> 1); let ptr = 0; for (let i = 0;...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/a142b5e1699303d9d84903b5d8ab47e4d70e663c.ts
TypeScript
// Loaded from https://deno.land/x/deno_image@v0.0.3/lib/decoders/fast-png/pako/lib/zlib/inflate.js // (C) 1995-2013 Jean-loup Gailly and Mark Adler // (C) 2014-2017 Vitaly Puzrin and Andrey Tupitsin // // This software is provided 'as-is', without any express or implied // warranty. In no event will the authors be h...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/a15b11d129b5e8610439feb319f9820f27f70306.ts
TypeScript
// Loaded from https://deno.land/x/ramda@v0.27.2/source/toPairsIn.js import _curry1 from './internal/_curry1.js'; /** * Converts an object into an array of key, value arrays. The object's own * properties and prototype properties are used. Note that the order of the * output array is not guaranteed to be consist...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/a1b9e6663f02f0653908ee8308aab59b94f55eb2.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/channels/threads/thread_metadata.ts export interface ThreadMetadata { /** Whether the thread is archived */ archived: boolean; /** Id of the user that last archived or unarchived the thread */ archiverId?: string; /** Duration in minutes to...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/a1d8ad5e02bb32984c3e30feac4210015f5e4d62.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/messages/components/button_component.ts import { SnakeCasedPropertiesDeep } from "../../util.ts"; import { ButtonStyles } from "./button_styles.ts"; // TODO: add docs link export interface ButtonComponent { /** All button components have type 2 */...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/a1db4a8415b7048abe237b3238f7b5096543d3fe.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/handlers/members/GUILD_MEMBERS_CHUNK.ts import { cache, cacheHandlers } from "../../cache.ts"; import { structures } from "../../structures/mod.ts"; import type { DiscordGatewayPayload } from "../../types/gateway/gateway_payload.ts"; import type { GuildMem...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/a1fe7afb9b53eb7efdb97e5c48c31b9062dd806b.ts
TypeScript
// Loaded from https://deno.land/std@0.93.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/a21d87f2ab664d2e7c871ead97f91b4bb8b90538.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/guilds/verification_levels.ts /** https://discord.com/developers/docs/resources/guild#guild-object-verification-level */ export enum DiscordVerificationLevels { /** Unrestricted */ None, /** Must have verified email on account */ Low, /** M...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/a2217ca7912d30cc35e4cf968a33b8b6af4a7d2f.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/messages/message_delete.ts /** https://discord.com/developers/docs/topics/gateway#message-delete */ export interface MessageDelete { /** The id of the message */ id: string; /** The id of the channel */ channelId: string; /** The id of the ...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/a2626f5ab048da5f313379ef7dc74db490c86368.ts
TypeScript
// Loaded from https://deno.land/x/graphql_deno@v15.0.0/lib/validation/rules/NoUnusedFragmentsRule.js import { GraphQLError } from '../../error/GraphQLError.js'; /** * No unused fragments * * A GraphQL document is only valid if all fragment definitions are spread * within operations, or spread within other fragm...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/a268c7e75a2e2b6b207972e91e1818f60f33d058.ts
TypeScript
// Loaded from https://deno.land/x/graphql_deno@v15.0.0/lib/validation/rules/ValuesOfCorrectTypeRule.js import objectValues from '../../polyfills/objectValues.js'; import keyMap from '../../jsutils/keyMap.js'; import inspect from '../../jsutils/inspect.js'; import didYouMean from '../../jsutils/didYouMean.js'; import...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/a27ac559077481e0855e6f712e8c46361a85e490.ts
TypeScript
// Loaded from https://deno.land/x/ramda@v0.27.2/source/constructN.js import _curry2 from './internal/_curry2.js'; import curry from './curry.js'; import nAry from './nAry.js'; /** * Wraps a constructor function inside a curried function that can be called * with the same arguments and returns the same type. The ...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/a288ff294ba8ed53e4c4efda5e662ffc01756ece.ts
TypeScript
// Loaded from https://deno.land/x/ramda@v0.27.2/source/sequence.js import _curry2 from './internal/_curry2.js'; import ap from './ap.js'; import map from './map.js'; import prepend from './prepend.js'; import reduceRight from './reduceRight.js'; /** * Transforms a [Traversable](https://github.com/fantasyland/fant...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/a28ff8733f5ead137230cf0c8f86e809c228b794.ts
TypeScript
// Loaded from https://deno.land/x/ramda@v0.27.2/source/internal/_objectAssign.js import _has from './_has.js'; // Based on https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Object/assign function _objectAssign(target) { if (target == null) { throw new TypeError('Cannot convert unde...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/a28ffee6293481d2bff1a2ed09801d3a1abfc052.ts
TypeScript
// Loaded from https://deno.land/x/mysql/src/buffer.ts import { decode, encode } from "../deps.ts"; /** @ignore */ export class BufferReader { private pos: number = 0; constructor(readonly buffer: Uint8Array) {} get finished(): boolean { return this.pos >= this.buffer.length; } skip(len: number): Buf...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/a296c325ce67cf5d189b8a41805912eab77d371a.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/rest/cleanup_queues.ts import { rest } from "./rest.ts"; /** Cleans up the queues by checking if there is nothing left and removing it. */ export function cleanupQueues() { for (const [key, queue] of rest.pathQueues) { rest.eventHandlers.debug?.("lo...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/a299bdee03f3ecc904559722c3e5d5b98929e314.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/handlers/channels/THREAD_LIST_SYNC.ts import { eventHandlers } from "../../bot.ts"; import { cacheHandlers } from "../../cache.ts"; import { DiscordenoChannel } from "../../structures/channel.ts"; import { structures } from "../../structures/mod.ts"; impor...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/a29a56db8af6ba83faca60508b76ed8fb7446737.ts
TypeScript
// Loaded from https://deno.land/x/abc@v1.2.4/vendor/https/deno.land/std/http/cookie.ts export * from "https://deno.land/std@0.81.0/http/cookie.ts";
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/a2af37659e6a590305032727c17d8c504d79880d.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/helpers/guilds/create_guild.ts import { botId } from "../../bot.ts"; import { cacheHandlers } from "../../cache.ts"; import { rest } from "../../rest/rest.ts"; import { structures } from "../../structures/mod.ts"; import type { CreateGuild } from "../../ty...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/a2b80a39683e43c8a4de639efe0ac18f7755fd22.ts
TypeScript
// Loaded from https://deno.land/x/negotiator@1.0.1/src/media_type.ts /** * Based on https://github.com/jshttp/negotiator/blob/master/lib/mediaType.js * Copyright(c) 2012 Isaac Z. Schlueter * Copyright(c) 2014 Federico Romero * Copyright(c) 2014-2015 Douglas Christopher Wilson * Copyright(c) 2020 Henry Zhuang *...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University