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/76d1b5d69dc192f40bdf7f959ce24d87f7643f4a.ts | TypeScript | // Loaded from https://deno.land/x/oak@v6.3.1/middleware.ts
// Copyright 2018-2020 the oak authors. All rights reserved. MIT license.
// deno-lint-ignore-file
import type { State } from "./application.ts";
import type { Context } from "./context.ts";
/** Middleware are functions which are chained together to deal ... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/76d2fdb7b9577301f985522851bc9fc520f85b63.ts | TypeScript | // Loaded from https://deno.land/std/fs/ensure_symlink.ts
// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.
import * as path from "../path/mod.ts";
import { ensureDir, ensureDirSync } from "./ensure_dir.ts";
import { exists, existsSync } from "./exists.ts";
import { getFileInfoType } from "./... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/76ded5755756198f70d88116a058fc283ab09690.ts | TypeScript | // Loaded from https://deno.land/x/mysql/src/packets/packet.ts
import { byteFormat } from "../../deps.ts";
import { BufferReader, BufferWriter } from "../buffer.ts";
import { WriteError } from "../constant/errors.ts";
import { debug, log } from "../logger.ts";
import { PacketType } from "../../src/constant/packet.ts"... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/76efc74293f3621dcf4859f03b4b7557bf793860.ts | TypeScript | // Loaded from https://deno.land/x/cliffy@v0.12.1/packages/flags/lib/types/string.ts
import { IFlagArgument, IFlagOptions, ITypeHandler } from '../types.ts';
export const string: ITypeHandler<string> = ( option: IFlagOptions, arg: IFlagArgument, value: string ): string => {
return value;
};
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/775734d0697b47c92ca122c057602380ff50121e.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/users/user_flags.ts
/** https://discord.com/developers/docs/resources/user#user-object-user-flags */
export enum DiscordUserFlags {
None,
DiscordEmployee = 1 << 0,
ParteneredServerOwner = 1 << 1,
HypeSquadEvents = 1 << 2,
BugHunterLevel1 = ... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/776673bed83e3b2230f76ad6440c123e1318f370.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/helpers/guilds/get_welcome_screen.ts
import { rest } from "../../rest/rest.ts";
import type { WelcomeScreen } from "../../types/guilds/welcome_screen.ts";
import { endpoints } from "../../util/constants.ts";
export async function getWelcomeScreen(guildId:... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/77917a9a34b772d8f676553fd265872465855a93.ts | TypeScript | // Loaded from https://deno.land/x/jpegts@1.1/lib/pixel.ts
export class Pixel {
// @ts-ignore
r: number
// @ts-ignore
g: number
// @ts-ignore
b: number
// @ts-ignore
a: number
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/77e38d9bcbb3cede209cfa25ae8363c5b40bebf4.ts | TypeScript | // Loaded from https://deno.land/std@0.102.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/783f5890dde13e85ec3009ba3cc8b211e459d635.ts | TypeScript | // Loaded from https://deno.land/x/graphql_deno@v15.0.0/lib/utilities/extendSchema.js
import objectValues from '../polyfills/objectValues.js';
import keyMap from '../jsutils/keyMap.js';
import inspect from '../jsutils/inspect.js';
import mapValue from '../jsutils/mapValue.js';
import invariant from '../jsutils/invari... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/785a5c7a73317a88ca6c6722d91f232cc32313ae.ts | TypeScript | // Loaded from https://deno.land/x/ramda@v0.27.2/source/internal/_has.js
export default function _has(prop, obj) {
return Object.prototype.hasOwnProperty.call(obj, prop);
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/78684882ae1fd30151abacef77d1f388b92a405b.ts | TypeScript | // Loaded from https://deno.land/x/cliffy@v0.18.0/command/types/child_command.ts
import type { Command } from "../command.ts";
import { StringType } from "./string.ts";
/** String type with auto completion of child command names. */
export class ChildCommandType extends StringType {
#cmd?: Command;
constructor(... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/78821e16b4859fd41cfd24ab71f728b35d93a1d2.ts | TypeScript | // Loaded from https://deno.land/std@0.67.0/path/glob.ts
// globToRegExp() is originall ported from globrex@0.1.2.
// Copyright 2018 Terkel Gjervig Nielsen. All rights reserved. MIT license.
// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
// This module is browser compatible.
import { NATI... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/7886034c74a5bb74cfa1c7112f6c084b9bc24009.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/helpers/roles/add_role.ts
import { botId } from "../../bot.ts";
import { rest } from "../../rest/rest.ts";
import { Errors } from "../../types/discordeno/errors.ts";
import { endpoints } from "../../util/constants.ts";
import { isHigherPosition, requireBot... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/789147538de69d96e7eae3e6897003d0ff7edca5.ts | TypeScript | // Loaded from https://deno.land/std@0.69.0/datetime/formatter.ts
import {
CallbackResult,
Rule,
TestFunction,
TestResult,
Tokenizer,
} from "./tokenizer.ts";
function digits(value: string | number, count = 2): string {
return String(value).padStart(count, "0");
}
// as declared as in namespace Intl
typ... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/7892e5f52128fa044be9b5f46e7ad506d0475139.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/handlers/messages/MESSAGE_DELETE_BULK.ts
import { eventHandlers } from "../../bot.ts";
import { cacheHandlers } from "../../cache.ts";
import type { DiscordGatewayPayload } from "../../types/gateway/gateway_payload.ts";
import type { MessageDeleteBulk } fr... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/78d8c2947b86180aadc1ac0da05b7b97bf7f9583.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/helpers/messages/unpin_message.ts
import { rest } from "../../rest/rest.ts";
import { endpoints } from "../../util/constants.ts";
import { requireBotChannelPermissions } from "../../util/permissions.ts";
/** Unpin a message in a channel. Requires MANAGE_M... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/78e85c38153fa5e04a795f5fd46eef12c33b4cb6.ts | TypeScript | // Loaded from https://deno.land/std@0.77.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/7903677cdc2694e84da677874f5a3481474a4dfa.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/helpers/members/ban_member.ts
import { rest } from "../../rest/rest.ts";
import type { CreateGuildBan } from "../../types/guilds/create_guild_ban.ts";
import { endpoints } from "../../util/constants.ts";
import { requireBotGuildPermissions } from "../../ut... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/791c9e8ccc0629c311c619c5cbfe62bbafa71a25.ts | TypeScript | // Loaded from https://deno.land/x/cliffy@v0.12.1/packages/flags/lib/flags.ts
import camelCase from '../../x/camelCase.ts';
import { normalize } from './normalize.ts';
import { IFlagArgument, IFlagOptions, IFlags, IFlagsResult, IFlagValue, IFlagValueType, IParseOptions, IType, OptionType } from './types.ts';
import {... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/7926c4b58412f619b669bd22b8e5125230b1855e.ts | TypeScript | // Loaded from https://deno.land/std@0.89.0/io/mod.ts
// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.
export * from "./bufio.ts";
export * from "./ioutil.ts";
export * from "./readers.ts";
export * from "./writers.ts";
export * from "./streams.ts";
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/793e9f07b35bed4156c8a285c3976d7324247570.ts | TypeScript | // Loaded from https://deno.land/std@0.73.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/79494db6be17d78653063fbe0ebd979397c3f004.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/guilds/premium_tiers.ts
/** https://discord.com/developers/docs/resources/guild#guild-object-premium-tier */
export enum DiscordPremiumTiers {
/** Guild has not unlocked any Server Boost perks */
None,
/** Guild has unlocked Server Boost level ... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/7974584a1aeac849d2ff78672887193e02656c9c.ts | TypeScript | // Loaded from https://deno.land/std@0.101.0/node/_utils.ts
// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.
import { deferred } from "../async/mod.ts";
import { assert, assertStringIncludes, fail } from "../testing/asserts.ts";
import { readAll } from "../io/util.ts";
export type BinaryEnc... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/798c4b21bb1ce616f65cbc8b5b0e14c0bcd94e5e.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/helpers/guilds/guild_icon_url.ts
import type { DiscordImageFormat } from "../../types/misc/image_format.ts";
import type { DiscordImageSize } from "../../types/misc/image_size.ts";
import { endpoints } from "../../util/constants.ts";
import { iconBigintToH... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/7990a380a50d6c557f184ebcf6a35837037d6722.ts | TypeScript | // Loaded from https://deno.land/std@0.85.0/io/writers.ts
// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.
type Writer = Deno.Writer;
type WriterSync = Deno.WriterSync;
import { decode, encode } from "../encoding/utf8.ts";
/** Writer utility for buffering string chunks */
export class Strin... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/79966696f2293039182376a45b07ccbd5cb05fa7.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/util/deps.ts
export { encode } from "https://deno.land/std@0.97.0/encoding/base64.ts";
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/79bea9ed66d116daac5227f65977756c9434267e.ts | TypeScript | // Loaded from https://deno.land/std@0.101.0/http/http_status.ts
// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.
/** HTTP status codes */
export enum Status {
/** RFC 7231, 6.2.1 */
Continue = 100,
/** RFC 7231, 6.2.2 */
SwitchingProtocols = 101,
/** RFC 2518, 10.1 */
Processin... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/79d809cf48163d86f3ae2c8b17c41f6dc8cdff01.ts | TypeScript | // Loaded from https://deno.land/x/graphql_deno@v15.0.0/lib/validation/rules/ExecutableDefinitionsRule.js
import { GraphQLError } from '../../error/GraphQLError.js';
import { Kind } from '../../language/kinds.js';
import { isExecutableDefinitionNode } from '../../language/predicates.js';
/**
* Executable definition... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/79e86c5e195ad14afccd87a335f14c4cdcea6488.ts | TypeScript | // Loaded from https://deno.land/x/graphql_deno@v15.0.0/lib/error/syntaxError.js
import { GraphQLError } from './GraphQLError.js';
/**
* Produces a GraphQLError representing a syntax error, containing useful
* descriptive information about the syntax error's position in the source.
*/
export function syntaxError(... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/79f505bea1d648c43ca269558fb7497a714f50f4.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/ws/start_gateway_options.ts
import { DiscordGatewayIntents } from "../types/gateway/gateway_intents.ts";
export interface StartGatewayOptions {
/** The bot token. */
token: string;
/** Whether or not to use compression for gateway payloads. */
com... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/79f8922dd9d9b5284e4c47291588712d1e3232c7.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/helpers/channels/delete_channel.ts
import { cacheHandlers } from "../../cache.ts";
import { rest } from "../../rest/rest.ts";
import { Errors } from "../../types/discordeno/errors.ts";
import { ChannelTypes } from "../../types/channels/channel_types.ts";
i... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/7a42ca78a2e065adec5211c9851e5db9374b9426.ts | TypeScript | // Loaded from https://deno.land/std@0.74.0/encoding/base64.ts
// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
/**
* Converts given data with base64 encoding
* @param data input to encode
*/
export function encode(data: string | ArrayBuffer): string {
if (typeof data === "string") {
... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/7a42cff166fb5d9682bf8f090754a5dc7dc5dbae.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/teams/mod.ts
export * from "./team.ts";
export * from "./team_member.ts";
export * from "./team_membership_states.ts";
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/7a47fdae08406d9df00e8bb460cbbb321be915b0.ts | TypeScript | // Loaded from https://deno.land/std@0.88.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/7a5872bea77c536f0fb74e317a2db3ef4170f753.ts | TypeScript | // Loaded from https://deno.land/x/media_types@v2.8.1/deps.ts
// Copyright 2020 the oak authors. All rights reserved. MIT license.
export { extname } from "https://deno.land/std@0.93.0/path/mod.ts";
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/7a63b3a3b8a9614a110d00b2e40e2340d3315c14.ts | TypeScript | // Loaded from https://deno.land/x/ramda@v0.27.2/source/negate.js
import _curry1 from './internal/_curry1.js';
/**
* Negates its argument.
*
* @func
* @memberOf R
* @since v0.9.0
* @category Math
* @sig Number -> Number
* @param {Number} n
* @return {Number}
* @example
*
* R.negate(42); //=> -42
*... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/7a74e76c87cc20eb0ff08b26a7c37c3ed003e117.ts | TypeScript | // Loaded from https://deno.land/std@0.85.0/fs/exists.ts
// Copyright 2018-2021 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/7a7632089b03302fd2d861bda1595e08d7bf9956.ts | TypeScript | // Loaded from https://deno.land/x/ramda@v0.27.2/source/gt.js
import _curry2 from './internal/_curry2.js';
/**
* Returns `true` if the first argument is greater than the second; `false`
* otherwise.
*
* @func
* @memberOf R
* @since v0.1.0
* @category Relation
* @sig Ord a => a -> a -> Boolean
* @param {*} ... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/7a88e707df7d1953cab706162571cd0bbbe5aef9.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/handlers/guilds/GUILD_UPDATE.ts
import { eventHandlers } from "../../bot.ts";
import { cacheHandlers } from "../../cache.ts";
import { structures } from "../../structures/mod.ts";
import type { GuildUpdateChange } from "../../types/discordeno/guild_update_... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/7a9a4b356f9e37d84b1bcc46df13e40ec6e9e219.ts | TypeScript | // Loaded from https://deno.land/x/ramda@v0.27.2/source/dropLast.js
import _curry2 from './internal/_curry2.js';
import _dispatchable from './internal/_dispatchable.js';
import _dropLast from './internal/_dropLast.js';
import _xdropLast from './internal/_xdropLast.js';
/**
* Returns a list containing all but the l... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/7aa593b31947cc239638b653c7f2a4fbd4e0bc70.ts | TypeScript | // Loaded from https://deno.land/std@0.73.0/path/common.ts
// Copyright 2018-2020 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 ... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/7ab1519e70ec0f0de969a9692e2cf867ec67c125.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/helpers/channels/update_voice_state.ts
import { rest } from "../../rest/rest.ts";
import { UpdateOthersVoiceState } from "../../types/guilds/update_others_voice_state.ts";
import type { UpdateSelfVoiceState } from "../../types/guilds/update_self_voice_stat... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/7abcb0cfce117c782f328a960440cfdab538ae3a.ts | TypeScript | // Loaded from https://deno.land/x/case@v2.1.0/sentenceCase.ts
import normalCase from "./normalCase.ts";
import upperFirstCase from "./upperFirstCase.ts";
export default function sentenceCase(value: string, locale?: string): string {
return upperFirstCase(normalCase(value, locale), locale);
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/7abe2cb8747802a5939867e7a8676627fa667806.ts | TypeScript | // Loaded from https://deno.land/x/ramda@v0.27.2/source/symmetricDifference.js
import _curry2 from './internal/_curry2.js';
import concat from './concat.js';
import difference from './difference.js';
/**
* Finds the set (i.e. no duplicates) of all elements contained in the first or
* second list, but not both.
*... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/7acc8e7cf173abfbb82b4e379f1b367cddafc5d5.ts | TypeScript | // Loaded from https://deno.land/x/graphql_deno@v15.0.0/lib/jsutils/defineToJSON.js
import nodejsCustomInspectSymbol from './nodejsCustomInspectSymbol.js';
/**
* The `defineToJSON()` function defines toJSON() and inspect() prototype
* methods, if no function provided they become aliases for toString().
*/
export ... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/7aded0740cb27c015443cdba7f35e72e47290825.ts | TypeScript | // Loaded from https://deno.land/x/mongo@v0.20.0/src/utils/ns.ts
export function parseNamespace(ns: string) {
const [db, ...rest] = ns.split(".");
return { db, collection: rest.join(".") };
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/7ae9bcc8ace6c8d56f5cf6ba58e2b796cb48bd3e.ts | TypeScript | // Loaded from https://deno.land/x/oak@v6.3.1/headers.ts
// Copyright 2018-2020 the oak authors. All rights reserved. MIT license.
import type { BufReader } from "./buf_reader.ts";
import { httpErrors } from "./httpError.ts";
const COLON = ":".charCodeAt(0);
const HTAB = "\t".charCodeAt(0);
const SPACE = " ".charCo... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/7af2e9d1a5254ac0cfc26d339af5555abe80a8ea.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/handlers/roles/GUILD_ROLE_CREATE.ts
import { eventHandlers } from "../../bot.ts";
import { cacheHandlers } from "../../cache.ts";
import { structures } from "../../structures/mod.ts";
import type { DiscordGatewayPayload } from "../../types/gateway/gateway_... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/7b1fc30e6da24c4528ee737cabf5dc299c4e923c.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/handlers/messages/MESSAGE_REACTION_REMOVE_ALL.ts
import { eventHandlers } from "../../bot.ts";
import { cacheHandlers } from "../../cache.ts";
import type { DiscordGatewayPayload } from "../../types/gateway/gateway_payload.ts";
import type { MessageReactio... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/7b63201f6755489a20530775145bf9a9d619924d.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/guilds/update_self_voice_state.ts
/** https://discord.com/developers/docs/resources/guild#update-current-user-voice-state */
export interface UpdateSelfVoiceState {
/** The id of the channel the user is currently in */
channelId: string;
/** To... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/7bbc39cc18f20c9ea29143a43bc5b9d469be2304.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/helpers/interactions/send_interaction_response.ts
import { applicationId, eventHandlers } from "../../bot.ts";
import { cache } from "../../cache.ts";
import { rest } from "../../rest/rest.ts";
import type { DiscordenoInteractionResponse } from "../../type... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/7bbc857517d433fe324260638f2366514c655a99.ts | TypeScript | // Loaded from https://deno.land/std@0.81.0/fmt/colors.ts
// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
/** A module to print ANSI terminal colors. Inspired by chalk, kleur, and colors
* on npm.
*
* ```
* import { bgBlue, red, bold } from "https://deno.land/std/fmt/colors.ts";
* cons... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/7c0ee352809cd72e176677ef30efb2786482f71b.ts | TypeScript | // Loaded from https://deno.land/std@0.88.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/7c1dce387e456c70c622d782820348ccfaeb3e6e.ts | TypeScript | // Loaded from https://deno.land/x/abc@v1.2.4/http_exception.ts
import { Status } from "./vendor/https/deno.land/std/http/http_status.ts";
export interface HttpExceptionBody {
message?: string;
error?: string;
statusCode?: number;
}
export function createHttpExceptionBody(
message: string,
error?: string,... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/7c21357211237ccc1687131e6dffbf13507cbd9c.ts | TypeScript | // Loaded from https://deno.land/std@0.86.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/7c23c2a3ed280e486b392c825480f3ca80048e58.ts | TypeScript | // Loaded from https://deno.land/x/sqlite@v2.3.1/src/db.ts
import instantiate from "../build/sqlite.js";
import { getStr, setArr, setStr } from "./wasm.ts";
import { Status, Values } from "./constants.ts";
import SqliteError from "./error.ts";
import { Empty, Rows } from "./rows.ts";
// Possible parameters to be bou... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/7c2441e9e89932d51dcadcf015cc3e8732260595.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/invites/invite_target_types.ts
/** https://discord.com/developers/docs/resources/invite#invite-object-invite-target-types */
export enum DiscordInviteTargetTypes {
Stream = 1,
EmbeddedApplication,
}
export type InviteTargetTypes = DiscordInviteT... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/7c3e708d0b2a1e9dac8a7ab498de63afabe6fb0f.ts | TypeScript | // Loaded from https://deno.land/x/validasaur/src/rules/date_after_or_equal.ts
import type { Validity, Rule } from "../types.ts";
import { clearTimes, dateChecks } from "../utils.ts";
export function dateAfterOrEqual(date: Date): Rule {
return function dateAfterOrEqualRule(value: any): Validity {
return dateCh... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/7ca5bbc16be57c84d9cdf891977f1335743cb15b.ts | TypeScript | // Loaded from https://deno.land/std@0.67.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_UPPERCASE_A,
CHAR_LOWERCA... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/7cafe1a696512c0c634cfbe9d8ef241c2b89b936.ts | TypeScript | // Loaded from https://deno.land/std@0.101.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: AsyncIterator<T>;
value: T;
}
/** The MuxAsyncIterator class multipl... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/7ce870403c4d6de06afba28d120adead7c745740.ts | TypeScript | // Loaded from https://deno.land/x/ramda@v0.27.2/source/internal/_objectIs.js
// Based on https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/is
function _objectIs(a, b) {
// SameValue algorithm
if (a === b) { // Steps 1-5, 7-10
// Steps 6.b-6.e: +0 != -0
return a !== 0... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/7ce982cb3e08cb9d838d4f29e477aed3e64eab46.ts | TypeScript | // Loaded from https://deno.land/std@0.99.0/path/_interface.ts
// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.
// This module is browser compatible.
/**
* A parsed path object generated by path.parse() or consumed by path.format().
*/
export interface ParsedPath {
/**
* The root of ... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/7cf98f205bef3b9638a9a9a5478a8e7a8015640d.ts | TypeScript | // Loaded from https://deno.land/x/denodb@v1.0.18/lib/connectors/mysql-connector.ts
import { MySQLClient, MySQLConnection } from "../../deps.ts";
import type { Connector, ConnectorOptions } from "./connector.ts";
import { SQLTranslator } from "../translators/sql-translator.ts";
import type { QueryDescription } from "... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/7d0d5ccacb8ac66dc7fe35f59c4f0ff07826bd19.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/embeds/embed_footer.ts
/** https://discord.com/developers/docs/resources/channel#embed-object-embed-footer-structure */
export interface EmbedFooter {
/** Footer text */
text: string;
/** Url of footer icon (only supports http(s) and attachment... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/7d321a0a4adba33947519f81b8af557bb503605c.ts | TypeScript | // Loaded from https://deno.land/x/oak/content_disposition.ts
/**
* Adapted directly from content-disposition.js at
* https://github.com/Rob--W/open-in-browser/blob/master/extension/content-disposition.js
* which is licensed as:
*
* (c) 2017 Rob Wu <rob@robwu.nl> (https://robwu.nl)
* This Source Code Form is ... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/7d6e283d829c453d006990147a6812151a1c49a3.ts | TypeScript | // Loaded from https://deno.land/std@0.101.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/7d816bc760832c0fe6bc2230610af872d6e7d6df.ts | TypeScript | // Loaded from https://deno.land/x/segno@v1.1.0/lib/validations/isISSN.ts
// @ts-ignore allowing typedoc to build
import { assertString } from '../helpers/assertString.ts';
/**
* @ignore
*/
const issn = '^\\d{4}-?\\d{3}[\\dX]$';
type ISSNOptions = {
requireHyphen?: boolean;
caseSensitive?: boolean;
};
export... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/7d91bb2e9c0b6bb18b682186b5f563eac9e08c70.ts | TypeScript | // Loaded from https://deno.land/std@0.99.0/_util/os.ts
// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.
// This module is browser compatible.
export const osType = (() => {
if (globalThis.Deno != null) {
return Deno.build.os;
}
// deno-lint-ignore no-explicit-any
const navigat... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/7dbb802a102789227da04940da0f89fc2919e418.ts | TypeScript | // Loaded from https://deno.land/std@0.80.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/7e0cc9be1448fb1f79498069ddbcd044d2d7037d.ts | TypeScript | // Loaded from https://deno.land/x/validasaur/src/rules/validate_object.ts
import type { Validity, Rule } from "../types.ts";
import type {
ValidationRules,
InputData,
ValidationUtils,
} from "../interfaces.ts";
import { invalid, isOptionalValue } from "../utils.ts";
import { required } from "./required.ts";
im... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/7e17928999646c49e71cacee35d6f7300f2ed537.ts | TypeScript | // Loaded from https://deno.land/x/segno@v1.1.0/lib/validations/isMagnetURI.ts
// @ts-ignore allowing typedoc to build
import { assertString } from '../helpers/assertString.ts';
/**
* @ignore
*/
const magnetURI = /^magnet:\?xt=urn:[a-z0-9]+:[a-z0-9]{32,40}&dn=.+&tr=.+$/i;
export const isMagnetURI = (url: string) ... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/7e1e03ae78ebbfe81bfa16175375dc339d7de73c.ts | TypeScript | // Loaded from https://deno.land/x/ramda@v0.27.2/source/complement.js
import lift from './lift.js';
import not from './not.js';
/**
* Takes a function `f` and returns a function `g` such that if called with the same arguments
* when `f` returns a "truthy" value, `g` returns `false` and when `f` returns a "falsy" ... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/7e1fb9ca288bf210d0d0aac59d0ce427f9579e80.ts | TypeScript | // Loaded from https://deno.land/x/cliffy@v0.18.0/prompt/input.ts
import { GenericPrompt } from "./_generic_prompt.ts";
import {
GenericSuggestions,
GenericSuggestionsKeys,
GenericSuggestionsOptions,
GenericSuggestionsSettings,
} from "./_generic_suggestions.ts";
import { blue } from "./deps.ts";
import { Fig... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/7e21c91d78f26065d76012053994f60ef22b97ff.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/activity/activity_types.ts
/** https://discord.com/developers/docs/topics/gateway#activity-object-activity-types */
export enum DiscordActivityTypes {
Game,
Streaming,
Listening,
Watching,
Custom = 4,
Competing,
}
export type ActivityTyp... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/7e65ba6a1badcbf82337f6ce08d7db46840f01b6.ts | TypeScript | // Loaded from https://deno.land/x/case/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/7e6975a3e1e93bcf7fd065bd50aeb3ba090febed.ts | TypeScript | // Loaded from https://deno.land/x/case/constantCase.ts
import upperCase from "./upperCase.ts";
import snakeCase from "./snakeCase.ts";
export default function constantCase(value: string, locale?: string): string {
return upperCase(snakeCase(value, locale), locale);
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/7e9135591954e3f36b2ad538edca5efb30c5f399.ts | TypeScript | // Loaded from https://deno.land/std/fs/ensure_link.ts
// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.
import * as path from "../path/mod.ts";
import { ensureDir, ensureDirSync } from "./ensure_dir.ts";
import { exists, existsSync } from "./exists.ts";
import { getFileInfoType } from "./_ut... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/7ed31e79626ae13ed08a2ad28a04566f63b8209e.ts | TypeScript | // Loaded from https://deno.land/x/ramda@v0.27.2/source/flip.js
import _curry1 from './internal/_curry1.js';
import curryN from './curryN.js';
/**
* Returns a new function much like the supplied one, except that the first two
* arguments' order is reversed.
*
* @func
* @memberOf R
* @since v0.1.0
* @category... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/7eeaba637e9c30cc5ebdd8897ba0cdef3aa4e375.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/misc/mod.ts
export * from "./image_format.ts";
export * from "./image_size.ts";
export * from "./typing_start.ts";
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/7ef3811114b6c098de92818f962f72a20db0fd8b.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/guilds/modify_guild_welcome_screen.ts
import { WelcomeScreenChannel } from "./welcome_screen_channel.ts";
/** https://discord.com/developers/docs/resources/guild#modify-guild-welcome-screen */
export interface ModifyGuildWelcomeScreen {
/** Whethe... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/7f01369bec49c7c256617f9c898a2237480d78d3.ts | TypeScript | // Loaded from https://deno.land/std@0.86.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/7f4294c6ebf9244c5d7c7893d1a17fec1b81a4b8.ts | TypeScript | // Loaded from https://deno.land/x/cliffy@v0.18.0/command/types/string.ts
import { string } from "../../flags/types/string.ts";
import { Type } from "../type.ts";
import type { ITypeInfo } from "../types.ts";
/** String type. Allows any value. */
export class StringType extends Type<string> {
/** Complete string t... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/7f7e7afce1432e6216cfaf131c293d8014e1cf77.ts | TypeScript | // Loaded from https://deno.land/x/mysql/src/auth_plugin/index.ts
import * as caching_sha2_password from "./caching_sha2_password.ts";
export default {
caching_sha2_password,
};
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/7f8d9135f3fd71278a5dbcc6b74fd3c9e286d9ea.ts | TypeScript | // Loaded from https://deno.land/x/cliffy@v0.18.0/keycode/mod.ts
export * from "./key_code.ts";
export * from "./key_codes.ts";
export * from "./key_event.ts";
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/7f9c4f913f47c870b1038321feaa3e30417427f5.ts | TypeScript | // Loaded from https://deno.land/x/ramda@v0.27.2/source/or.js
import _curry2 from './internal/_curry2.js';
/**
* Returns `true` if one or both of its arguments are `true`. Returns `false`
* if both arguments are `false`.
*
* @func
* @memberOf R
* @since v0.1.0
* @category Logic
* @sig a -> b -> a | b
* @par... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/7fa8cd676047f7f29262998a0ee917bd73d3f8f8.ts | TypeScript | // Loaded from https://deno.land/std@0.78.0/encoding/_yaml/type/binary.ts
// Ported from js-yaml v3.13.1:
// Copyright 2011-2015 by Vitaly Puzrin. All rights reserved. MIT license.
// https://github.com/nodeca/js-yaml/commit/665aadda42349dcae869f12040d9b10ef18d12da
// Copyright 2018-2020 the Deno authors. All rights ... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/7faac7b86f16e26d4cf5cf5dad053117f49c4877.ts | TypeScript | // Loaded from https://deno.land/x/graphql_deno@v15.0.0/lib/validation/rules/VariablesInAllowedPositionRule.js
import inspect from '../../jsutils/inspect.js';
import { GraphQLError } from '../../error/GraphQLError.js';
import { Kind } from '../../language/kinds.js';
import { isNonNullType } from '../../type/definitio... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/7fb9ab46a6bdc3718b6d297ce2eacf806691d512.ts | TypeScript | // Loaded from https://deno.land/x/dnit@dnit-v1.11.0/textTable.ts
export function textTable(headings: string[], cells: string[][]): string {
const corners = [["┌", "┐"], ["└", "┘"]];
const hbar = "─";
const vbar = "│";
const ttop = "┬";
const tbottom = "┴";
const cross = "┼";
const tleft = "├";
const ... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/7fd52323a08a88e89c1ff539603f0eed75300fee.ts | TypeScript | // Loaded from https://deno.land/x/segno@v1.1.0/lib/validations/isAfter.ts
// @ts-ignore allowing typedoc to build
import { assertString } from '../helpers/assertString.ts';
// @ts-ignore allowing typedoc to build
import { toDate } from '../helpers/toDate.ts';
export const isAfter = (str: string, date = String(new D... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/8005a6d40f4bc8caf70c58603c1a2135d75706ef.ts | TypeScript | // Loaded from https://deno.land/std@0.81.0/bytes/mod.ts
// Copyright 2018-2020 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/800e0269d9d6f5d1befea624dae464b66a63e24c.ts | TypeScript | // Loaded from https://deno.land/x/media_types@v2.7.1/deps.ts
// Copyright 2020 the oak authors. All rights reserved. MIT license.
export { extname } from "https://deno.land/std@0.84.0/path/mod.ts";
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/801654566f8bc2edba9c6a34f3ec100aa8eff92e.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/webhooks/create_webhook.ts
export interface CreateWebhook {
/** Name of the webhook (1-80 characters) */
name: string;
/** Image for the default webhook avatar */
avatar?: string | null;
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/80581649dac8affe51fcf5a43235883217da2b0a.ts | TypeScript | // Loaded from https://deno.land/x/args@1.0.7/command-types.ts
import {
once,
} from "./deps.ts";
import {
ArgvItem,
ParseError,
FlagType,
} from "./types.ts";
import {
record,
} from "./utils.ts";
import {
MAIN_COMMAND,
PARSE_FAILURE,
} from "./symbols.ts";
import {
CommandError,
} from "./comman... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/805a90266a6d4a5b289292fba043bdea1b49c9f8.ts | TypeScript | // Loaded from https://deno.land/std@0.80.0/encoding/_yaml/mark.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 reserve... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/806693eaf8249da89dbe5b5602a459c2b201e843.ts | TypeScript | // Loaded from https://deno.land/std@0.77.0/encoding/base64.ts
// Copyright 2018-2020 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/80797233c86ee71f9bf0465b49d6765039d35241.ts | TypeScript | // Loaded from https://deno.land/std@0.85.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/80b9641631a24e60aab47b5d0f8778bd4f159d8c.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/handlers/guilds/GUILD_CREATE.ts
import { eventHandlers } from "../../bot.ts";
import { cache, cacheHandlers } from "../../cache.ts";
import { structures } from "../../structures/mod.ts";
import type { DiscordGatewayPayload } from "../../types/gateway/gatew... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/80d3a662bbb6cd8904908eed9876399632b3be80.ts | TypeScript | // Loaded from https://deno.land/x/validasaur/src/rules/max_length.ts
import type { Validity, Rule } from "../types.ts";
import { invalid } from "../utils.ts";
export function maxLength(maxValue: number): Rule {
return function maxLengthRule(value: any): Validity {
if (typeof value !== "string") {
return... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/80e98ad1d69691a1006049cefb69176b0c3a630e.ts | TypeScript | // Loaded from https://deno.land/x/ramda@v0.27.2/source/groupBy.js
import _checkForMethod from './internal/_checkForMethod.js';
import _curry2 from './internal/_curry2.js';
import reduceBy from './reduceBy.js';
/**
* Splits a list into sub-lists stored in an object, based on the result of
* calling a key-returning... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/80f27cbd543cd8d4be680b68be6e0c5d6a04b9d5.ts | TypeScript | // Loaded from https://deno.land/std@0.77.0/hash/_wasm/hash.ts
// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
import init, {
source,
create_hash as createHash,
update_hash as updateHash,
digest_hash as digestHash,
DenoHash,
} from "./wasm.js";
import * as hex from "../../encodi... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.