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/4253dad3572328e02e6f5061276b94b719cad933.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/handlers/misc/TYPING_START.ts import { eventHandlers } from "../../bot.ts"; import type { DiscordGatewayPayload } from "../../types/gateway/gateway_payload.ts"; import type { TypingStart } from "../../types/misc/typing_start.ts"; export function handleTyp...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/427901ad1cd16bf868fc4668b6cb7c01d221e744.ts
TypeScript
// Loaded from https://deno.land/x/ramda@v0.27.2/source/prop.js import _curry2 from './internal/_curry2.js'; import _isInteger from './internal/_isInteger.js'; import nth from './nth.js'; /** * Returns a function that when supplied an object returns the indicated * property of that object, if it exists. * * @fu...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/428018a751e2754796c08b89c9ffbf149a799833.ts
TypeScript
// Loaded from https://deno.land/x/args@1.0.7/value-types.ts import { ValueType, } from "./types.ts"; import { ok, err, } from "./utils.ts"; import { NotANumber, NotAnInteger, InvalidChoice, } from "./value-errors.ts"; const sharedProps = (typeName: string) => ({ [Symbol.toStringTag]: typeName, }); ...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/428ac176b112223e3c88facf799e013fc8626515.ts
TypeScript
// Loaded from https://deno.land/std@0.84.0/hash/sha1.ts // Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. /* * [js-sha1]{@link https://github.com/emn178/js-sha1} * * @version 0.6.0 * @author Chen, Yi-Cyuan [emn178@gmail.com] * @copyright Chen, Yi-Cyuan 2014-2017 * @license MIT */ exp...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/42a1f8f598baf2256fe7dc56ebfa5f073c5b88e2.ts
TypeScript
// Loaded from https://deno.land/x/oak/cookies.ts // Copyright 2018-2021 the oak authors. All rights reserved. MIT license. // This was heavily influenced by // [cookies](https://github.com/pillarjs/cookies/blob/master/index.js) import type { KeyStack } from "./keyStack.ts"; import type { Request } from "./request....
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/42af7bbbde622a92649e4d8f524733b0b2d69442.ts
TypeScript
// Loaded from https://deno.land/std/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, CHAR_COL...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/42dd301b20bfd790d55a5326e3a5ecbeffe1c4bf.ts
TypeScript
// Loaded from https://deno.land/x/media_typer@1.0.1/mod.ts /*! * Based on https://github.com/jshttp/media-typer/blob/master/index.js * Copyright(c) 2014-2017 Douglas Christopher Wilson * Copyright(c) 2020 Henry Zhuang * MIT Licensed */ /** * RegExp to match type in RFC 6838 * * type-name = restricted-name ...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/43134cc6e07489dac32e72afa21a5924d826878e.ts
TypeScript
// Loaded from https://deno.land/x/media_types@v2.9.3/deps.ts // Copyright 2020 the oak authors. All rights reserved. MIT license. export { extname } from "https://deno.land/std@0.102.0/path/mod.ts";
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/4331d3713598236c66a1298a388359e9bce940dc.ts
TypeScript
// Loaded from https://deno.land/x/escape_html@1.0.0/mod.ts /*! * escape-html * Copyright(c) 2012-2013 TJ Holowaychuk * Copyright(c) 2015 Andreas Lubbe * Copyright(c) 2015 Tiancheng "Timothy" Gu * Copyright (c) 2020 Henry Zhuang * MIT Licensed */ const matchHtmlRegExp = /["'&<>]/; /** * Escape special chara...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/43454605486473f70df2c2cf3d2637b833e7e72d.ts
TypeScript
// Loaded from https://deno.land/x/mysql/src/constant/errors.ts export class ConnnectionError extends Error { constructor(msg?: string) { super(msg); } } export class WriteError extends ConnnectionError { constructor(msg?: string) { super(msg); } } export class ReadError extends ConnnectionError { ...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/436fedb1c26cb2dc05a2583ac302c341b0a257d8.ts
TypeScript
// Loaded from https://deno.land/x/ramda@v0.27.2/source/bind.js import _arity from './internal/_arity.js'; import _curry2 from './internal/_curry2.js'; /** * Creates a function that is bound to a context. * Note: `R.bind` does not provide the additional argument-binding capabilities of * [Function.prototype.bind...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/437832530c2437d88d8ae058fc9b2df20f9360af.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/channels/threads/modify_thread.ts // TODO: add docs link export interface ModifyThread { /** 2-100 character thread name */ name?: string; /** Whether the thread is archived */ archived?: boolean; /** Duration in minutes to automatically ar...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/439854b137b09b029bd1cbb876fe307daf0c3feb.ts
TypeScript
// Loaded from https://deno.land/std@0.75.0/encoding/base64url.ts // Copyright 2018-2020 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 ...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/43b7cec7d69cb9e6669fb549f66fb9dd2c6e269a.ts
TypeScript
// Loaded from https://deno.land/x/compress@v0.3.8/gzip/gzip_stream.ts import { EventEmitter } from "../deps.ts"; import GzipWriter from "./writer_gzip.ts"; import GunzipWriter from "./writer_gunzip.ts"; export class GzipStream extends EventEmitter { constructor() { super(); } async compress(src: string, ...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/43de29f75c64b8fc7e379c85644b0f5238ef8e13.ts
TypeScript
// Loaded from https://deno.land/std@0.83.0/log/handlers.ts // Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. import { getLevelByName, LevelName, LogLevels } from "./levels.ts"; import type { LogRecord } from "./logger.ts"; import { blue, bold, red, yellow } from "../fmt/colors.ts"; import { ...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/44119fe2b09b8154b92c92707ca092e1cc5e68ed.ts
TypeScript
// Loaded from https://deno.land/x/validasaur/src/rules/date_before_or_equal.ts import type { Validity, Rule } from "../types.ts"; import { clearTimes, dateChecks } from "../utils.ts"; export function dateBeforeOrEqual(date: Date): Rule { return function dateBeforeOrEqualRule(value: any): Validity { return dat...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/4454b244b55c4649927d5b6f1b8821a755bb83c1.ts
TypeScript
// Loaded from https://deno.land/std@0.69.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/445bb7d0616adf21a051238115124cb2eae0fc5f.ts
TypeScript
// Loaded from https://deno.land/std@0.78.0/encoding/_yaml/schema/default.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 righ...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/445f0f6ca18de28c77eaa54e49643160d671395e.ts
TypeScript
// Loaded from https://deno.land/x/cliffy@v0.18.0/flags/types/boolean.ts import type { ITypeHandler, ITypeInfo } from "../types.ts"; /** Boolean type handler. Excepts `true`, `false`, `1`, `0` */ export const boolean: ITypeHandler<boolean> = ( { label, name, value, type }: ITypeInfo, ): boolean => { if (~["1", "...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/446e35c82899823a5af983342b857d4efdfa2eae.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/handlers/messages/MESSAGE_REACTION_REMOVE.ts import { eventHandlers } from "../../bot.ts"; import { cacheHandlers } from "../../cache.ts"; import type { DiscordGatewayPayload } from "../../types/gateway/gateway_payload.ts"; import type { MessageReactionRem...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/4475a53fde242cc34edb56a8cd5f33571e6cedd0.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/messages/message_get_reactions.ts /** https://discord.com/developers/docs/resources/channel#get-reactions-query-string-params */ export interface GetReactions { /** Get users after this user Id */ after?: string; /** Max number of users to retu...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/4499e7e3262ba37ec5077bba62106c434b0420ef.ts
TypeScript
// Loaded from https://deno.land/std@0.101.0/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. ...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/4499ec1594f4dc7479903a32c1a971f3e373de83.ts
TypeScript
// Loaded from https://deno.land/x/graphql_deno@v15.0.0/lib/validation/specifiedRules.js // Spec Section: "Executable Definitions" import { ExecutableDefinitionsRule } from './rules/ExecutableDefinitionsRule.js'; // Spec Section: "Operation Name Uniqueness" import { UniqueOperationNamesRule } from './rules/UniqueOpe...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/449b00f05e5d4a8f442f39854ae8759b91fc91f7.ts
TypeScript
// Loaded from https://deno.land/x/segno@v1.1.0/lib/validations/isMD5.ts // @ts-ignore allowing typedoc to build import { assertString } from '../helpers/assertString.ts'; /** * @ignore */ const md5 = /^[a-f0-9]{32}$/; export const isMD5 = (str: string) => { assertString(str); return md5.test(str); };
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/44a4e31858c4f87ab373493a0a2fcda0af905bf6.ts
TypeScript
// Loaded from https://deno.land/std@0.74.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"; // eslint-disable...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/44c08f96c7e6c795415d925868ec0089677994c1.ts
TypeScript
// Loaded from https://deno.land/x/url_join/mod.ts export const urlJoin = function (...args: any[]) { let input; if (typeof args[0] === 'object') { input = args[0]; } else { input = [].slice.call(args); } return normalize(input); }; const normalize = (strArray: Array<string>) => { const resultA...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/44d35d8e63a12ed86b408ff44c33b822266e47b4.ts
TypeScript
// Loaded from https://deno.land/std@0.104.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; /* a...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/4507642b8b5992a8a74d16a6415658f9a77eb20f.ts
TypeScript
// Loaded from https://deno.land/x/deno_image@v0.0.3/lib/decoders/fast-png/pako/lib/zlib/crc32.js // Note: we can't get significant speed boost here. // So write code to minimize size - no pregenerated tables // and array tools dependencies. // (C) 1995-2013 Jean-loup Gailly and Mark Adler // (C) 2014-2017 Vitaly Pu...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/451ef1836081b9b98b8a899fc937ee56c45a1289.ts
TypeScript
// Loaded from https://deno.land/x/oak/application.ts // Copyright 2018-2021 the oak authors. All rights reserved. MIT license. import { Context } from "./context.ts"; import { serve as defaultServe, serveTLS as defaultServeTls, Status, STATUS_TEXT, } from "./deps.ts"; import { Key, KeyStack } from "./keySta...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/451fafadda3a0c356f5570e16bcb16350de45397.ts
TypeScript
// Loaded from https://deno.land/x/sqlite@v2.3.1/src/constants.ts export enum Status { Unknown = -1, // Unknown status SqliteOk = 0, // Successful result SqliteError = 1, // Generic error SqliteInternal = 2, // Internal logic error in SQLite SqlitePerm = 3, // Access permission denied SqliteAbort = 4, //...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/45324c0f4edb746a00b6b785537bf663118d4762.ts
TypeScript
// Loaded from https://deno.land/x/ramda@v0.27.2/source/thunkify.js import curryN from './curryN.js'; import _curry1 from './internal/_curry1.js'; /** * Creates a thunk out of a function. A thunk delays a calculation until * its result is needed, providing lazy evaluation of arguments. * * @func * @memberOf R ...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/453da1b4d8b1b2643d716cf15df5d941bde7beac.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/helpers/channels/is_channel_synced.ts import { cacheHandlers } from "../../cache.ts"; /** Checks whether a channel is synchronized with its parent/category channel or not. */ export async function isChannelSynced(channelId: bigint) { const channel = awa...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/4574739cf95aae7e28811fe54088d62720e1f4c5.ts
TypeScript
// Loaded from https://deno.land/x/graphql_deno@v15.0.0/lib/polyfills/find.js /* eslint-disable no-redeclare */ // $FlowFixMe const find = Array.prototype.find ? function (list, predicate) { return Array.prototype.find.call(list, predicate); } : function (list, predicate) { for (const value of list) { if (pre...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/45bbc627d15de129fade5b6e093d90e76a207d11.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/helpers/webhooks/get_webhooks.ts import { rest } from "../../rest/rest.ts"; import type { Webhook } from "../../types/webhooks/webhook.ts"; import { Collection } from "../../util/collection.ts"; import { endpoints } from "../../util/constants.ts"; import {...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/45cbdb78ad21367c0ca736455ae34a00e1157c84.ts
TypeScript
// Loaded from https://deno.land/x/media_types@v2.4.7/db.ts export const db: { [mediaType: string]: { source?: string; compressible?: boolean; charset?: string; extensions?: string[]; }; } = { "application/1d-interleaved-parityfec": { source: "iana", }, "application/3gpdash-qoe-report+xm...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/45ce4f3ffe80a7e90648316a82a255cdf80cc36a.ts
TypeScript
// Loaded from https://deno.land/x/god_crypto@v1.4.3/src/rsa/rsa_wc.ts import type { RSAOption } from "./common.ts"; import type { RSAKey } from "./rsa_key.ts"; function big_base64(m?: bigint) { if (m === undefined) return undefined; const bytes = []; while (m > 0n) { bytes.push(Number(m & 255n)); m ...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/45f2a268d30f7d69ba9a96646ff8d1c64783363c.ts
TypeScript
// Loaded from https://deno.land/std@0.90.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; /* a ...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/4638df2524daab4791609fd880e83f1d9495244d.ts
TypeScript
// Loaded from https://deno.land/x/ramda@v0.27.2/source/internal/_toString.js import _includes from './_includes.js'; import _map from './_map.js'; import _quote from './_quote.js'; import _toISOString from './_toISOString.js'; import keys from '../keys.js'; import reject from '../reject.js'; export default functio...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/4657b24088bee28fb9a569eb73505893b4026616.ts
TypeScript
// Loaded from https://deno.land/std@0.80.0/encoding/_yaml/type/nil.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/469f7ce647cb65cb7a73665132155147981f700b.ts
TypeScript
// Loaded from https://deno.land/x/validasaur/src/rules/required.ts import type { Validity } from "../types.ts"; import { invalid, isOptionalValue } from "../utils.ts"; export function required(value: any): Validity { return isOptionalValue(value) ? invalid("required", { value }, true) : undefined; }
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/46a1236156395c1fe96936ab72872a84be8adf2c.ts
TypeScript
// Loaded from https://deno.land/std@0.77.0/fs/exists.ts // Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. /** * Test whether or not the given path exists by checking with the file system */ export async function exists(filePath: string): Promise<boolean> { try { await Deno.lstat(file...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/46d55f695329edeac0c9687aa3d069a5ba03e620.ts
TypeScript
// Loaded from https://deno.land/x/graphql_deno@v15.0.0/lib/execution/index.js export { pathToArray as responsePathAsArray } from '../jsutils/Path.js'; export { execute, defaultFieldResolver, defaultTypeResolver } from './execute.js'; export { getDirectiveValues } from './values.js';
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/46ea1d082fcd7442a897e7a7533252e2e1f447c4.ts
TypeScript
// Loaded from https://deno.land/x/segno@v1.1.0/lib/validations/isLowercase.ts // @ts-ignore allowing typedoc to build import { assertString } from '../helpers/assertString.ts'; export const isLowercase = (str: string) => { assertString(str); return str === str.toLowerCase(); };
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/473fec7cdfecb1bec5d182f2094cb86ed6c3900f.ts
TypeScript
// Loaded from https://deno.land/x/cliffy@v0.12.1/packages/command/commands/completions/complete.ts import { encode } from 'https://deno.land/std@0.63.0/encoding/utf8.ts'; import { IFlags } from '../../../flags/lib/types.ts'; import { Command } from '../../lib/command.ts'; import { ICompleteSettings } from '../../lib...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/47c3fca65712b5c5508b03cf96d71d204dd225d7.ts
TypeScript
// Loaded from https://deno.land/x/case/pathCase.ts import normalCase from "./normalCase.ts"; export default function (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/47de9b53c23af19a9766c0b19dd0df30322d2989.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/ws/ws.ts import { DiscordGatewayOpcodes } from "../types/codes/gateway_opcodes.ts"; import { Collection } from "../util/collection.ts"; import { cleanupLoadingShards } from "./cleanup_loading_shards.ts"; import { closeWS } from "./close_ws.ts"; import { cr...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/4808d630409fdc31c7d2cf07386707460235e7bb.ts
TypeScript
// Loaded from https://deno.land/x/validasaur/src/rules/min_length.ts import type { Validity, Rule } from "../types.ts"; import { invalid } from "../utils.ts"; export function minLength(minValue: number): Rule { return function minLengthRule(value: any): Validity { if (typeof value !== "string") { return...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/4840adb91c6f0c05bac4cb4abbfd2cb5cbe48f67.ts
TypeScript
// Loaded from https://deno.land/std@0.97.0/encoding/base64.ts // Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. // deno-fmt-ignore const base64abc = ["A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N", "O", "P", "Q", "R", "S", "T", "U", "V", "W", "X", "Y", "Z", "a", ...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/4858486e9d0a8e7e8ba5a3620a92c99e87b012df.ts
TypeScript
// Loaded from https://deno.land/x/case/vendor/camelCaseRegexp.ts const camelCaseRegexp: RegExp = /([a-z\xB5\xDF-\xF6\xF8-\xFF\u0101\u0103\u0105\u0107\u0109\u010B\u010D\u010F\u0111\u0113\u0115\u0117\u0119\u011B\u011D\u011F\u0121\u0123\u0125\u0127\u0129\u012B\u012D\u012F\u0131\u0133\u0135\u0137\u0138\u013A\u013C\u01...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/48814d77cdb52ba4ae4ba9d5dcb8163d57fb6b3c.ts
TypeScript
// Loaded from https://deno.land/x/ramda@v0.27.2/source/times.js import _curry2 from './internal/_curry2.js'; /** * Calls an input function `n` times, returning an array containing the results * of those function calls. * * `fn` is passed one argument: The current value of `n`, which begins at `0` * and is gra...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/48886e92913f00dcd683a27a6c2be3e5ab28cde1.ts
TypeScript
// Loaded from https://deno.land/std@0.84.0/io/ioutil.ts // Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. import type { BufReader } from "./bufio.ts"; type Reader = Deno.Reader; type Writer = Deno.Writer; import { assert } from "../_util/assert.ts"; const DEFAULT_BUFFER_SIZE = 32 * 1024; /...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/48a099fa3385d20745052b1fe9e8fd85a882529f.ts
TypeScript
// Loaded from https://deno.land/std@0.101.0/http/cookie.ts // Copyright 2018-2021 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 "../dat...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/48a64ee352806e0c1987dc77fbb80a0b227c484d.ts
TypeScript
// Loaded from https://deno.land/x/ramda@v0.27.2/source/descend.js import _curry3 from './internal/_curry3.js'; /** * Makes a descending comparator function out of a function that returns a value * that can be compared with `<` and `>`. * * @func * @memberOf R * @since v0.23.0 * @category Function * @sig Or...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/48f456ec1237e6ae9c059579742299193830c2da.ts
TypeScript
// Loaded from https://deno.land/std@0.77.0/hash/mod.ts // Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. import { Hash } from "./_wasm/hash.ts"; import type { Hasher } from "./hasher.ts"; export type { Hasher } from "./hasher.ts"; export type SupportedAlgorithm = | "md2" | "md4" | "m...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/48f6d7093d05accc73986117019da099383a1c6f.ts
TypeScript
// Loaded from https://deno.land/std@0.79.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/48fb493cb824ef3ac579f7de990c1902768c206a.ts
TypeScript
// Loaded from https://deno.land/std@0.80.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...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/4957b0366f9e1de9f9f0b54793b17811c85daf8d.ts
TypeScript
// Loaded from https://deno.land/std@0.92.0/io/bufio.ts // Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. // Based on https://github.com/golang/go/blob/891682/src/bufio/bufio.go // Copyright 2009 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // lic...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/49d27439f7f396d6dbf3cc9571b64597103a2da7.ts
TypeScript
// Loaded from https://deno.land/std@0.85.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, C...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/49d7bf951494afde8ccf63631cce395147f37765.ts
TypeScript
// Loaded from https://deno.land/x/deno_image@v0.0.3/lib/decoders/fast-png/pako/lib/inflate.js import * as zlib_inflate from "./zlib/inflate.js"; import * as utils from "./utils/common.js"; import * as strings from "./utils/strings.js"; import c from "./zlib/constants.js"; import msg from "./zlib/messages.js"; import...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/49f4ea8c5c52b8ea50750f742c1d228d56db5e1f.ts
TypeScript
// Loaded from https://deno.land/x/ramda@v0.27.2/source/internal/_isString.js export default function _isString(x) { return Object.prototype.toString.call(x) === '[object String]'; }
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/4a1aca5aa0ff49c1333bc985dd655ee10d2cf542.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/guilds/guild_preview.ts import { Emoji } from "../emojis/emoji.ts"; import { DiscordGuildFeatures } from "./guild_features.ts"; /** https://discord.com/developers/docs/resources/guild#guild-preview-object */ export interface GuildPreview { /** Gui...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/4a2521dcf9309684b59e9161bffca655e9340708.ts
TypeScript
// Loaded from https://deno.land/std@0.78.0/encoding/_yaml/dumper/dumper.ts // Ported from js-yaml v3.13.1: // https://github.com/nodeca/js-yaml/commit/665aadda42349dcae869f12040d9b10ef18d12da // Copyright 2011-2015 by Vitaly Puzrin. All rights reserved. MIT license. // Copyright 2018-2020 the Deno authors. All right...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/4a270a3ae273e586086c47504f5d25a53ea8c73d.ts
TypeScript
// Loaded from https://deno.land/std@0.85.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/4a443b390387f042a28cd11f3ce8b2dd46c1d8d8.ts
TypeScript
// Loaded from https://deno.land/std@0.93.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/4a7cbaf4c5614c7bda0d4a1d74db09e9057c1b31.ts
TypeScript
// Loaded from https://deno.land/x/abc@v1.2.4/_mime.ts const charsetUTF8 = "charset=UTF-8"; export const ApplicationGZip = "application/gzip", ApplicationJSON = "application/json", ApplicationJSONCharsetUTF8 = ApplicationJSON + "; " + charsetUTF8, ApplicationJavaScript = "application/javascript", Application...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/4a7fff49242870a7997015726a3b63355d8c3502.ts
TypeScript
// Loaded from https://deno.land/std@0.90.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, C...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/4a8d0eefeb1d44dba685a7499061fd308ec6f403.ts
TypeScript
// Loaded from https://deno.land/std@0.85.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/4b0051a7f395123c535b56bce7f99aac24f08257.ts
TypeScript
// Loaded from https://deno.land/x/compress@v0.3.8/zlib/zlib/status.ts enum STATUS { /* Allowed flush values; see deflate() and inflate() below for details */ Z_NO_FLUSH = 0, Z_PARTIAL_FLUSH = 1, Z_SYNC_FLUSH = 2, Z_FULL_FLUSH = 3, Z_FINISH = 4, Z_BLOCK = 5, Z_TREES = 6, /* Return codes for the com...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/4b1868674ebff842c09bdeafa5265fd0b635b745.ts
TypeScript
// Loaded from https://deno.land/std@0.89.0/_util/assert.ts // Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. export class DenoStdInternalError extends Error { constructor(message: string) { super(message); this.name = "DenoStdInternalError"; } } /** Make an assertion, if not `t...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/4b1c3924620504c9bb953999d37bb3d7208e1b4a.ts
TypeScript
// Loaded from https://deno.land/x/ramda@v0.27.2/source/symmetricDifferenceWith.js import _curry3 from './internal/_curry3.js'; import concat from './concat.js'; import differenceWith from './differenceWith.js'; /** * Finds the set (i.e. no duplicates) of all elements contained in the first or * second list, but ...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/4b1fcd9155cc51bb4552609aea3626fefc66b92a.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/helpers/messages/delete_message.ts import { botId } from "../../bot.ts"; import { cacheHandlers } from "../../cache.ts"; import { rest } from "../../rest/rest.ts"; import { endpoints } from "../../util/constants.ts"; import { requireBotChannelPermissions }...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/4b25da3aa13edddb5dc5e60357417107b10ee18d.ts
TypeScript
// Loaded from https://deno.land/std@0.90.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/4b4e98de9a47611e0c984e2ebfabb0ac7465b025.ts
TypeScript
// Loaded from https://deno.land/x/validasaur/src/rules/nullable.ts import type { Validity } from "../types.ts"; import { invalid } from "../utils.ts"; export function nullable(value: any): Validity { if (typeof value === "undefined") { return invalid("nullable", { value }, true); } }
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/4b50276e6b96761e9dd16ad7268b7d060fb73e83.ts
TypeScript
// Loaded from https://deno.land/x/dnit@dnit-v1.11.0/adl-gen/runtime/json.ts import type {DeclResolver,ATypeExpr} from "./adl.ts"; import type * as AST from "./sys/adlast.ts"; //import * as b64 from 'base64-js'; import {isVoid, isEnum, scopedNamesEqual} from "./utils.ts"; /** A type for json serialised values */ ex...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/4b9432109028093ba4d366dcdaadda6569aacd8a.ts
TypeScript
// Loaded from https://deno.land/std@0.85.0/io/streams.ts // Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. /** Create a `Writer` from a `WritableStreamDefaultReader`. */ export function writerFromStreamWriter( streamWriter: WritableStreamDefaultWriter<Uint8Array>, ): Deno.Writer { retur...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/4bceeb6a6b3228665a8a02883e92962cd14cf907.ts
TypeScript
// Loaded from https://deno.land/x/ramda@v0.27.2/source/internal/_dropLastWhile.js import slice from '../slice.js'; export default function dropLastWhile(pred, xs) { var idx = xs.length - 1; while (idx >= 0 && pred(xs[idx])) { idx -= 1; } return slice(0, idx + 1, xs); }
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/4be4f4c7b49a84985f8c94acbeb22868943dea66.ts
TypeScript
// Loaded from https://deno.land/x/ramda@v0.27.2/source/aperture.js import _aperture from './internal/_aperture.js'; import _curry2 from './internal/_curry2.js'; import _dispatchable from './internal/_dispatchable.js'; import _xaperture from './internal/_xaperture.js'; /** * Returns a new list, composed of n-tuple...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/4c1d6cffc7774275592739c8397f71cd4544e9c7.ts
TypeScript
// Loaded from https://deno.land/x/mysql/src/connection.ts import { byteFormat, delay } from "../deps.ts"; import { ClientConfig } from "./client.ts"; import { ConnnectionError, ProtocolError, ReadError, ResponseTimeoutError, } from "./constant/errors.ts"; import { log } from "./logger.ts"; import { buildAuth...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/4c200ec131b7d33cb3d5247a2b3f9caf76a94909.ts
TypeScript
// Loaded from https://deno.land/x/ramda@v0.27.2/source/lensIndex.js import _curry1 from './internal/_curry1.js'; import lens from './lens.js'; import nth from './nth.js'; import update from './update.js'; /** * Returns a lens whose focus is the specified index. * * @func * @memberOf R * @since v0.14.0 * @cat...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/4c2dca625f369b898974fdb3ea469f42d4dc7e64.ts
TypeScript
// Loaded from https://deno.land/x/ramda@v0.27.2/source/until.js import _curry3 from './internal/_curry3.js'; /** * Takes a predicate, a transformation function, and an initial value, * and returns a value of the same type as the initial value. * It does so by applying the transformation until the predicate is s...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/4c3d0ee3ac04e3efbe0b93d3bfbba7b50168341b.ts
TypeScript
// Loaded from https://deno.land/x/oak@v6.3.1/tssCompare.ts // Copyright 2018-2020 the oak authors. All rights reserved. MIT license. // This was inspired by https://github.com/suryagh/tsscmp which provides a // timing safe string comparison to avoid timing attacks as described in // https://codahale.com/a-lesson-in...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/4c51a1dc3d98f85e68bccc8940f9d992cf6f3bec.ts
TypeScript
// Loaded from https://deno.land/x/segno@v1.1.0/lib/validations/isHash.ts // @ts-ignore allowing typedoc to build import { assertString } from '../helpers/assertString.ts'; type Algorithm = | 'md5' | 'md4' | 'sha1' | 'sha256' | 'sha384' | 'sha512' | 'ripemd128' | 'ripemd160' | 'tiger128' | 'tiger...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/4c58b2a3beb60fd5cb45cad435f6b63c6e29632b.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/gateway/session_start_limit.ts /** https://discord.com/developers/docs/topics/gateway#session-start-limit-object */ export interface SessionStartLimit { /** The total number of session starts the current user is allowed */ total: number; /** Th...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/4c8bf1516cc3178a1924a1bb5cf7f135b84b8759.ts
TypeScript
// Loaded from https://deno.land/x/segno@v1.1.0/lib/validations/isEmpty.ts // @ts-ignore allowing typedoc to build import { assertString } from '../helpers/assertString.ts'; type EmptyOptions = { ignoreWhitespace?: boolean; }; /** * @ignore */ const defaultEmptyOptions: EmptyOptions = { ignoreWhitespace: fals...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/4d06f66f9ce1249dbe8735b482ed30a1d8f6f01c.ts
TypeScript
// Loaded from https://deno.land/x/ramda@v0.27.2/source/move.js import _curry3 from './internal/_curry3.js'; /** * Move an item, at index `from`, to index `to`, in a list of elements. * A new list will be created containing the new elements order. * * @func * @memberOf R * @since v0.27.1 * @category List * @...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/4d5f03f1721f4cf43904dd89e093559b5ee252af.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/messages/message.ts import { Channel } from "../channels/channel.ts"; import { ChannelMention } from "../channels/channel_mention.ts"; import { ThreadMember } from "../channels/threads/thread_member.ts"; import { Embed } from "../embeds/embed.ts"; im...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/4d78eabd363df43550bdb559ec9f6a29a3dbf4e6.ts
TypeScript
// Loaded from https://deno.land/x/oak@v6.3.1/mod.ts // Copyright 2018-2020 the oak authors. All rights reserved. MIT license. export { Application } from "./application.ts"; export type { ApplicationOptions, ListenOptions, ListenOptionsBase, ListenOptionsTls, State, } from "./application.ts"; export type ...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/4d8f05cb65c48defd3c21a3ade45b55f8baf7ab4.ts
TypeScript
// Loaded from https://deno.land/std@0.78.0/encoding/_yaml/parse.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/4d976ca8b317b06c4d620bfa9b0f73139bcdf925.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/helpers/guilds/leave_guild.ts import { rest } from "../../rest/rest.ts"; import { endpoints } from "../../util/constants.ts"; /** Leave a guild */ export async function leaveGuild(guildId: bigint) { return await rest.runMethod<undefined>("delete", endpo...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/4da5a949f20e99f83a7046ef0c1e8ed0d4625536.ts
TypeScript
// Loaded from https://deno.land/x/ramda@v0.27.2/source/fromPairs.js import _curry1 from './internal/_curry1.js'; /** * Creates a new object from a list key-value pairs. If a key appears in * multiple pairs, the rightmost pair is included in the object. * * @func * @memberOf R * @since v0.3.0 * @category Lis...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/4de203f7ebfdb6b8d526ae5d6c6c222e4ebfb0cc.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/handlers/channels/CHANNEL_CREATE.ts import { eventHandlers } from "../../bot.ts"; import { cacheHandlers } from "../../cache.ts"; import { structures } from "../../structures/mod.ts"; import type { Channel } from "../../types/channels/channel.ts"; import t...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/4df71753733ad4b2cc601bb3b716efd0c9147bfd.ts
TypeScript
// Loaded from https://deno.land/x/segno@v1.1.0/lib/validations/isFQDN.ts // @ts-ignore allowing typedoc to build import { assertString } from '../helpers/assertString.ts'; type FQDNOptions = { /** * @default true */ requireTLD?: boolean; /** * @default false */ allowUnderscores?: boolean; /*...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/4df77deede2cb6099a13a44bba50a480d83bdb25.ts
TypeScript
// Loaded from https://deno.land/x/segno@v1.1.0/lib/validations/isMultibyte.ts // @ts-ignore allowing typedoc to build import { assertString } from '../helpers/assertString.ts'; /** * @ignore */ const multibyte = /[^\x00-\x7F]/; export const isMultibyte = (str: string) => { assertString(str); return multibyte...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/4dfa8dc502cb1805a4670e086a9fd75346583e12.ts
TypeScript
// Loaded from https://deno.land/x/graphql_deno@v15.0.0/lib/validation/rules/NoUndefinedVariablesRule.js import { GraphQLError } from '../../error/GraphQLError.js'; /** * No undefined variables * * A GraphQL operation is only valid if all variables encountered, both directly * and via fragment spreads, are defin...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/4e397aa4df73759f04ad893d3f35dd7bdfb7f429.ts
TypeScript
// Loaded from https://deno.land/x/graphql_deno@v15.0.0/lib/version.js /** * Note: This file is autogenerated using "resources/gen-version.js" script and * automatically updated by "yarn version" command. */ /** * A string containing the version of the GraphQL.js library */ export const version = '15.0.0'; /** ...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/4e3a9af7dd181cf30d456cf3772f154428805133.ts
TypeScript
// Loaded from https://deno.land/std@0.81.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/4e3d3275b0d4fb951769bfb64312bb499460d572.ts
TypeScript
// Loaded from https://deno.land/x/graphql_deno@v15.0.0/lib/polyfills/isInteger.js /* eslint-disable no-redeclare */ // $FlowFixMe workaround for: https://github.com/facebook/flow/issues/4441 const isInteger = Number.isInteger || function (value) { return typeof value === 'number' && isFinite(value) && Math.floor(v...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/4e9a17cde98e1a8d8343a4082871fb8aea8b8418.ts
TypeScript
// Loaded from https://deno.land/x/ramda@v0.27.2/source/mergeDeepRight.js import _curry2 from './internal/_curry2.js'; import mergeDeepWithKey from './mergeDeepWithKey.js'; /** * Creates a new object with the own properties of the first object merged with * the own properties of the second object. If a key exists...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/4f0ca3a2d31f06654fb104bbaa8282c00c877f6c.ts
TypeScript
// Loaded from https://deno.land/std@0.79.0/path/_util.ts // Copyright the Browserify authors. MIT License. // Ported from https://github.com/browserify/path-browserify/ /** This module is browser compatible. */ import type { FormatInputPathObject } from "./_interface.ts"; import { CHAR_BACKWARD_SLASH, CHAR_DOT,...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/4f1aa6a5dd35bd28fae83eff303b9b295f1694e8.ts
TypeScript
// Loaded from https://deno.land/std@0.99.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