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/15650a0a33ba60fb495e9b783eff58745b9513b1.ts | TypeScript | // Loaded from https://deno.land/x/bytes_formater@v1.4.0/mod.ts
export { format } from "./format.ts";
export { setColorEnabled } from "./deps.ts";
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/156daf9b6ee0b185df5de38f122c6b66bc3e68f9.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/helpers/members/edit_bot_nickname.ts
import { rest } from "../../rest/rest.ts";
import { endpoints } from "../../util/constants.ts";
import { requireBotGuildPermissions } from "../../util/permissions.ts";
/** Edit the nickname of the bot in this guild */
... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/1571bd7549e130f1ab5fee0be392f5d4f3b89169.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/integrations/integration_application.ts
import { User } from "../users/user.ts";
/** https://discord.com/developers/docs/resources/guild#integration-application-object-integration-application-structure */
export interface IntegrationApplication {
... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/15a347bb7fca9af0a4718d7d35cabc074cf8e7ae.ts | TypeScript | // Loaded from https://deno.land/x/accepts@2.1.0/deps.ts
import Negotiator from "https://deno.land/x/negotiator@1.0.1/mod.ts";
export {
Negotiator,
};
export { lookup } from "https://deno.land/x/media_types@v2.4.7/mod.ts";
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/15ae507ca642346a832c9e45152f145273a69bd9.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/interactions/commands/application_command_callback_data.ts
import { Embed } from "../../embeds/embed.ts";
import { AllowedMentions } from "../../messages/allowed_mentions.ts";
import { MessageComponents } from "../../messages/components/message_compo... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/15ca3aadb89225d3e76fe28fdf4ca49c4f83e4f7.ts | TypeScript | // Loaded from https://deno.land/x/graphql_deno@v15.0.0/lib/utilities/findDeprecatedUsages.js
import { GraphQLError } from '../error/GraphQLError.js';
import { visit } from '../language/visitor.js';
import { getNamedType } from '../type/definition.js';
import { TypeInfo, visitWithTypeInfo } from './TypeInfo.js';
/**
... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/15cac5f1f1891cdfa29e2c62647fad5a090482c5.ts | TypeScript | // Loaded from https://deno.land/x/deno_image@v0.0.3/lib/decoders/fast-png/pako/lib/utils/strings.js
// String encode/decode helpers
import * as utils from "./common.js";
// Quick check if we can use fast array to bin string conversion
//
// - apply(Array) can fail on Android 2.2
// - apply(Uint8Array) can fail on ... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/15d082aae40f214deb470bba67860d5cf32c96e8.ts | TypeScript | // Loaded from https://deno.land/x/cliffy@v0.18.0/ansi/chain.ts
/** Chainable ansi escape sequence's. */
import type { ImageOptions } from "./ansi_escapes.ts";
/** Chainable ansi escape method declarations. */
export interface Chain<T extends Chain<T>> {
/** Add text. */
text: (text: string) => T;
/** Ring aud... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/15e012f58ce28a8f6da346ff8bfcd6e41d822f0e.ts | TypeScript | // Loaded from https://deno.land/x/ramda@v0.27.2/source/dropRepeatsWith.js
import _curry2 from './internal/_curry2.js';
import _dispatchable from './internal/_dispatchable.js';
import _xdropRepeatsWith from './internal/_xdropRepeatsWith.js';
import last from './last.js';
/**
* Returns a new list without any consec... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/15fe53182b4738291c2403d64a24e4e2dbb9f0f1.ts | TypeScript | // Loaded from https://deno.land/x/type_is@1.0.1/mod.ts
/*!
* Based on https://github.com/jshttp/type-is/blob/master/index.js
* Copyright(c) 2014 Jonathan Ong
* Copyright(c) 2014-2015 Douglas Christopher Wilson
* Copyright(c) 2020 Henry Zhuang
* MIT Licensed
*/
import { lookup, parse, test } from "./deps.ts";
... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/15ff69e5ba79d52cb453376285fe4fd42ba6f193.ts | TypeScript | // Loaded from https://deno.land/x/graphql_deno@v15.0.0/lib/validation/rules/SingleFieldSubscriptionsRule.js
import { GraphQLError } from '../../error/GraphQLError.js';
/**
* Subscriptions must only include one field.
*
* A GraphQL subscription is valid only if it contains a single root field.
*/
export function... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/16032fe56976e6f893a2b58aaf95200db3334291.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/helpers/emojis/create_emoji.ts
import { rest } from "../../rest/rest.ts";
import { CreateGuildEmoji } from "../../types/emojis/create_guild_emoji.ts";
import type { Emoji } from "../../types/emojis/emoji.ts";
import { snowflakeToBigint } from "../../util/b... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/161cdbb1659c8dc2529af32f1c9b9343ad2917a6.ts | TypeScript | // Loaded from https://deno.land/x/god_crypto@v1.4.3/src/rsa/basic_encoding_rule.ts
interface BasicEncodingRule {
type: number;
length: number;
totalLength: number;
value: BasicEncodingRuleValue;
}
type BasicEncodingRuleValue =
| Uint8Array
| string
| number
| BasicEncodingRule[]
| null
| bigint;... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/16325f6ee1005a7f0be993fca5ba52d8c384c07a.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/helpers/roles/delete_role.ts
import { rest } from "../../rest/rest.ts";
import { endpoints } from "../../util/constants.ts";
import { requireBotGuildPermissions } from "../../util/permissions.ts";
/** Delete a guild role. Requires the MANAGE_ROLES permiss... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/164b33e52b6c7ad35bd1f384d1a3ef8d13ff20d2.ts | TypeScript | // Loaded from https://deno.land/x/dnit@dnit-v1.11.0/adl-gen/resolver.ts
/* @generated from adl */
import { declResolver, ScopedDecl } from "./runtime/adl.ts";
import { _AST_MAP as dnit_manifest } from "./dnit/manifest.ts";
import { _AST_MAP as sys_types } from "./sys/types.ts";
export const ADL: { [key: string]: Sc... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/165c97bcca11ffb39b2a4cb938e798e6f6d4b03a.ts | TypeScript | // Loaded from https://deno.land/x/ramda@v0.27.2/source/liftN.js
import _curry2 from './internal/_curry2.js';
import _reduce from './internal/_reduce.js';
import ap from './ap.js';
import curryN from './curryN.js';
import map from './map.js';
/**
* "lifts" a function to be the specified arity, so that it may "map ... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/16636f1df996bc362111d560f402836346a3aff6.ts | TypeScript | // Loaded from https://deno.land/std@0.78.0/encoding/_yaml/schema/core.ts
// Ported from js-yaml v3.13.1:
// https://github.com/nodeca/js-yaml/commit/665aadda42349dcae869f12040d9b10ef18d12da
// Copyright 2011-2015 by Vitaly Puzrin. All rights reserved. MIT license.
// Copyright 2018-2020 the Deno authors. All rights ... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/16692c00956cd61edcfd64f0f19f50243e789615.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/oauth2/scopes.ts
/** https://discord.com/developers/docs/topics/oauth2#shared-resources-oauth2-scopes */
export type DiscordOAuth2Scopes =
| "bot"
| "connections"
| "email"
| "identify"
| "guilds"
| "guilds.join"
| "gdm.join"
| "messa... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/1672b7e2822cbaf4f5934b9c66f2047d44700339.ts | TypeScript | // Loaded from https://deno.land/x/ramda@v0.27.2/source/nthArg.js
import _curry1 from './internal/_curry1.js';
import curryN from './curryN.js';
import nth from './nth.js';
/**
* Returns a function which returns its nth argument.
*
* @func
* @memberOf R
* @since v0.9.0
* @category Function
* @sig Number -> *... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/16827ea9b7688ebfbfa4c0d8f05e9c5f4e1b1837.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/guilds/create_guild.ts
import { Channel } from "../channels/channel.ts";
import { Role } from "../permissions/role.ts";
import { DiscordDefaultMessageNotificationLevels } from "./default_message_notification_levels.ts";
import { DiscordExplicitConten... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/1683707d65cfb35904495c1562b51e40c61b97c6.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/guilds/create_guild_role.ts
import { PermissionStrings } from "../permissions/permission_strings.ts";
export interface CreateGuildRole {
/** Name of the role, default: "new role" */
name?: string;
/** Bitwise value of the enabled/disabled perm... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/16848ee55e1ad68eda05bb0a5cef4162d282b1d1.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/helpers/guilds/guild_banner_url.ts
import type { DiscordImageFormat } from "../../types/misc/image_format.ts";
import type { DiscordImageSize } from "../../types/misc/image_size.ts";
import { endpoints } from "../../util/constants.ts";
import { iconBigintT... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/169622807df1c3fbe893bb2c0dae763724774a86.ts | TypeScript | // Loaded from https://deno.land/x/negotiator@1.0.1/src/language.ts
/**
* Based on https://github.com/jshttp/negotiator/blob/master/lib/language.js
* Copyright(c) 2012 Isaac Z. Schlueter
* Copyright(c) 2014 Federico Romero
* Copyright(c) 2014-2015 Douglas Christopher Wilson
* Copyright(c) 2020 Henry Zhuang
* MI... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/169d6b00fa8f1ea1f037c70677c6fdd83c6e191d.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/voice/update_voice_state.ts
/** https://discord.com/developers/docs/topics/gateway#update-voice-state */
export interface UpdateVoiceState {
/** id of the guild */
guildId: string;
/** id of the voice channel client wants to join (null if disco... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/16a2d93ba3edc2ac5b527b1b9aa251a8e831becd.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/handlers/misc/READY.ts
import { eventHandlers, setApplicationId, setBotId } from "../../bot.ts";
import { cache } from "../../cache.ts";
import type { DiscordGatewayPayload } from "../../types/gateway/gateway_payload.ts";
import type { Ready } from "../../... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/16ac259d1b48b671c9d665f2209489e5dce17781.ts | TypeScript | // Loaded from https://deno.land/x/ramda@v0.27.2/source/allPass.js
import _curry1 from './internal/_curry1.js';
import curryN from './curryN.js';
import max from './max.js';
import pluck from './pluck.js';
import reduce from './reduce.js';
/**
* Takes a list of predicates and returns a predicate that returns true ... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/16c06cb624a7909ac257f16b0bdfc7a564ebe003.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/interactions/mod.ts
export * from "./commands/application_command_callback_data.ts";
export * from "./commands/application_command_create_update_delete.ts";
export * from "./commands/application_command_interaction_data_option.ts";
export * from "./c... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/16c4065cd22a2681274a9b18d81f316f1f7fa9f5.ts | TypeScript | // Loaded from https://deno.land/x/segno@v1.1.0/lib/validations/isBase32.ts
// @ts-ignore allowing typedoc to build
import { assertString } from '../helpers/assertString.ts';
/**
* @ignore
*/
const base32 = /^[A-Z2-7]+=*$/;
export const isBase32 = (str: string) => {
assertString(str);
const len = str.length;... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/16d59db544509c0a9c8afb761eb403181162fa9a.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/handlers/integrations/INTEGRATION_DELETE.ts
import { eventHandlers } from "../../bot.ts";
import type { DiscordGatewayPayload } from "../../types/gateway/gateway_payload.ts";
import type { IntegrationDelete } from "../../types/integrations/integration_dele... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/16dbb5fc0d7ed4138d96e4b4677bd2350f645818.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/integrations/guild_integrations_update.ts
/** https://discord.com/developers/docs/topics/gateway#guild-integrations-update */
export interface GuildIntegrationsUpdate {
/** id of the guild whose integrations were updated */
guildId: string;
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/16f800703b66ea01291d3e45b0fd004dd60ed688.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/handlers/commands/APPLICATION_COMMAND_DELETE.ts
import { eventHandlers } from "../../bot.ts";
import type { DiscordGatewayPayload } from "../../types/gateway/gateway_payload.ts";
import type { ApplicationCommandCreateUpdateDelete } from "../../types/intera... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/1702411109bea52e10527b6966cb752526c7d275.ts | TypeScript | // Loaded from https://deno.land/x/dndb@0.2.4/src/methods/mod.js
import _find from './find.js';
import _insert from './insert.js';
import _findOne from './findOne.js';
import _update from './update.js';
import _updateOne from './updateOne.js';
import _remove from './remove.js';
import _removeOne from './removeOne.js'... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/171424772f8b3d18b9b5e50b83712d4620f9079e.ts | TypeScript | // Loaded from https://deno.land/x/ramda@v0.27.2/source/omit.js
import _curry2 from './internal/_curry2.js';
/**
* Returns a partial copy of an object omitting the keys specified.
*
* @func
* @memberOf R
* @since v0.1.0
* @category Object
* @sig [String] -> {String: *} -> {String: *}
* @param {Array} names a... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/173dbbf770a1b85799ff97f4ffeed8e29422a496.ts | TypeScript | // Loaded from https://deno.land/std@0.85.0/flags/mod.ts
// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.
import { assert } from "../_util/assert.ts";
export interface Args {
/** Contains all the arguments that didn't have an option associated with
* them. */
_: Array<string | numbe... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/1740f39d7a42300c56c23e098ead3427c76289f5.ts | TypeScript | // Loaded from https://deno.land/std@0.84.0/async/delay.ts
// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.
/* Resolves after the given number of milliseconds. */
export function delay(ms: number): Promise<void> {
return new Promise((res): number =>
setTimeout((): void => {
res()... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/1775349c1d11b975768f47e60e70d21aad1b1006.ts | TypeScript | // Loaded from https://deno.land/std@0.77.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/178b1aa522fff69339fedb6b2e9ec497a42384c3.ts | TypeScript | // Loaded from https://deno.land/x/abc@v1.2.4/vendor/https/deno.land/std/fmt/colors.ts
export * from "https://deno.land/std@0.81.0/fmt/colors.ts";
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/17b7e0e94277d71843128bf99b7f68405b1f5308.ts | TypeScript | // Loaded from https://deno.land/std@0.101.0/node/events.ts
// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.
// Copyright (c) 2019 Denolibs authors. All rights reserved. MIT license.
// Copyright Joyent, Inc. and other Node contributors.
//
// Permission is hereby granted, free of charge, to... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/17e969504f75c0a60cb0dbb8f915b07533dc4068.ts | TypeScript | // Loaded from https://deno.land/std@0.74.0/textproto/mod.ts
// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
// Based on https://github.com/golang/go/tree/master/src/net/textproto
// Copyright 2009 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
//... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/17f62108acbdf7d22c0f6257be7f525374df7aa3.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/helpers/roles/remove_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, require... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/1823506ab54fa73305dc9a7c9db63be3a0d1c021.ts | TypeScript | // Loaded from https://deno.land/std@0.89.0/flags/mod.ts
// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.
import { assert } from "../_util/assert.ts";
export interface Args {
/** Contains all the arguments that didn't have an option associated with
* them. */
_: Array<string | numbe... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/1830fc4231d7949065108ba406eea9cfe33d4ef0.ts | TypeScript | // Loaded from https://deno.land/std@0.74.0/encoding/utf8.ts
// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
/** A default TextEncoder instance */
export const encoder = new TextEncoder();
/** Shorthand for new TextEncoder().encode() */
export function encode(input?: string): Uint8Array {... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/185373cd877407f0d49b9157e0ea4c689775dc60.ts | TypeScript | // Loaded from https://deno.land/x/sqlite@v2.3.1/src/error.ts
import { Status } from "./constants.ts";
export default class SqliteError extends Error {
/**
* SqliteError
*
* Extension over the standard JS Error object
* to also contain class members for error code
* and error code name.
*
* Th... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/1883a3d58b753cc5f249c4a88aa65dfa9f311b68.ts | TypeScript | // Loaded from https://deno.land/x/media_types@v2.5.1/deps.ts
// Copyright 2020 the oak authors. All rights reserved. MIT license.
export { extname } from "https://deno.land/std@0.73.0/path/mod.ts";
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/188998fe8bd8ae01bbc6e2ec7935e16a377a2f42.ts | TypeScript | // Loaded from https://deno.land/std/log/handlers.ts
// Copyright 2018-2021 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 { exists,... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/188a854bf2fcf891f3add27ab83bb40a0153d5ae.ts | TypeScript | // Loaded from https://deno.land/x/ramda@v0.27.2/source/trim.js
import _curry1 from './internal/_curry1.js';
var ws = '\x09\x0A\x0B\x0C\x0D\x20\xA0\u1680\u180E\u2000\u2001\u2002\u2003' +
'\u2004\u2005\u2006\u2007\u2008\u2009\u200A\u202F\u205F\u3000\u2028' +
'\u2029\uFEFF';
var zeroWidth = '\u200b'... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/18c31ad6227f598945da9d3bae0cf9301715c209.ts | TypeScript | // Loaded from https://deno.land/std@0.77.0/async/deferred.ts
// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
// TODO(ry) It'd be better to make Deferred a class that inherits from
// Promise, rather than an interface. This is possible in ES2016, however
// typescript produces broken code w... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/18c64b58700d8fb706632e781cb0ed077aa00a64.ts | TypeScript | // Loaded from https://deno.land/x/oak@v6.3.1/send.ts
/*!
* Adapted from koa-send at https://github.com/koajs/send and which is licensed
* with the MIT license.
*/
import type { Context } from "./context.ts";
import { createHttpError } from "./httpError.ts";
import { basename, extname, parse, sep } from "./deps.t... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/18f9b2005cbb455af48eb310c3ea2f787cfd071c.ts | TypeScript | // Loaded from https://deno.land/x/dso@v1.0.0/src/Reflect.ts
// @ts-nocheck
/*! *****************************************************************************
Copyright (C) Microsoft. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
this file except in compliance wit... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/18ff653ba0ac6b88cd88d5d70d343792704a10d1.ts | TypeScript | // Loaded from https://deno.land/x/ramda@v0.27.2/source/internal/_xfBase.js
export default {
init: function() {
return this.xf['@@transducer/init']();
},
result: function(result) {
return this.xf['@@transducer/result'](result);
}
};
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/1916719c6dbd64f6dba5c8f871f8d0a314b02f78.ts | TypeScript | // Loaded from https://deno.land/x/oak/negotiation/common.ts
/*!
* Adapted directly from negotiator at https://github.com/jshttp/negotiator/
* which is licensed as follows:
*
* (The MIT License)
*
* Copyright (c) 2012-2014 Federico Romero
* Copyright (c) 2012-2014 Isaac Z. Schlueter
* Copyright (c) 2014-2015 ... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/191cb7caa77b14c55b007dcaf9296bc5b4b0f414.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/ws/start_gateway.ts
import { DiscordGatewayIntents } from "../types/gateway/gateway_intents.ts";
import type { GetGatewayBot } from "../types/gateway/get_gateway_bot.ts";
import { camelize } from "../util/utils.ts";
import { StartGatewayOptions } from "./s... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/192c5b519e340a39c42e9ba7cc5cdbf2196278e6.ts | TypeScript | // Loaded from https://deno.land/x/validasaur/src/rules/date_after.ts
import type { Validity, Rule } from "../types.ts";
import { clearTimes, dateChecks } from "../utils.ts";
export function dateAfter(date: Date): Rule {
return function dateAfterRule(value: any): Validity {
return dateChecks(value, "dateAfter"... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/1947e42aaa95bc1bb5765186b1ca87d18a859e4c.ts | TypeScript | // Loaded from https://deno.land/x/case/lowerFirstCase.ts
import lowerCase from "./lowerCase.ts";
export default function (str: string, locale?: string): string {
if (str == null) {
return "";
}
str = String(str);
return lowerCase(str.charAt(0), locale) + str.substr(1);
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/197458d0a975f158097ae5c3f29fb1a5bdd76ff1.ts | TypeScript | // Loaded from https://deno.land/x/ramda@v0.27.2/source/head.js
import nth from './nth.js';
/**
* Returns the first element of the given list or string. In some libraries
* this function is named `first`.
*
* @func
* @memberOf R
* @since v0.1.0
* @category List
* @sig [a] -> a | Undefined
* @sig String -> ... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/198351dccca6a94f567522a91e138fc20de08034.ts | TypeScript | // Loaded from https://deno.land/x/sqlite@v2.3.1/mod.ts
export { DB } from "./src/db.ts";
export { Empty } from "./src/rows.ts";
export { Status } from "./src/constants.ts";
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/19a74b46907399a12d5e04a3088c26f2671f5272.ts | TypeScript | // Loaded from https://deno.land/x/ramda@v0.27.2/source/propIs.js
import _curry3 from './internal/_curry3.js';
import prop from './prop.js';
import is from './is.js';
/**
* Returns `true` if the specified object property is of the given type;
* `false` otherwise.
*
* @func
* @memberOf R
* @since v0.16.0
* @c... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/19f113629702d39e47def952114549a15a93cd55.ts | TypeScript | // Loaded from https://deno.land/x/ramda@v0.27.2/source/chain.js
import _curry2 from './internal/_curry2.js';
import _dispatchable from './internal/_dispatchable.js';
import _makeFlat from './internal/_makeFlat.js';
import _xchain from './internal/_xchain.js';
import map from './map.js';
/**
* `chain` maps a funct... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/1a02906df54de8682a94e81ec030c5e1748c9c8e.ts | TypeScript | // Loaded from https://deno.land/std@0.85.0/path/posix.ts
// Copyright the Browserify authors. MIT License.
// Ported from https://github.com/browserify/path-browserify/
// This module is browser compatible.
import type { FormatInputPathObject, ParsedPath } from "./_interface.ts";
import { CHAR_DOT, CHAR_FORWARD_SLA... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/1a07e5284bbaeeac02c1ad71f6d5ceafbae383a5.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/handlers/commands/APPLICATION_COMMAND_UPDATE.ts
import { eventHandlers } from "../../bot.ts";
import type { DiscordGatewayPayload } from "../../types/gateway/gateway_payload.ts";
import type { ApplicationCommandCreateUpdateDelete } from "../../types/intera... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/1a53b55b41069a12c154eb051f25deb05f797b90.ts | TypeScript | // Loaded from https://deno.land/x/segno@v1.1.0/lib/validations/isRFC3339.ts
/* Based on https://tools.ietf.org/html/rfc3339#section-5.6 */
// @ts-ignore allowing typedoc to build
import { assertString } from '../helpers/assertString.ts';
/**
* @ignore
*/
const dateFullYear = /[0-9]{4}/;
/**
* @ignore
*/
const... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/1a5b9ab371d52f951f291f13fe96c23ebab22c2f.ts | TypeScript | // Loaded from https://deno.land/x/ramda@v0.27.2/source/sortWith.js
import _curry2 from './internal/_curry2.js';
/**
* Sorts a list according to a list of comparators.
*
* @func
* @memberOf R
* @since v0.23.0
* @category Relation
* @sig [(a, a) -> Number] -> [a] -> [a]
* @param {Array} functions A list of c... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/1a60eafc82d4d7ac8ae2352f7ca7699df8de3f20.ts | TypeScript | // Loaded from https://deno.land/x/ramda@v0.27.2/source/paths.js
import _curry2 from './internal/_curry2.js';
import _isInteger from './internal/_isInteger.js';
import nth from './nth.js';
/**
* Retrieves the values at given paths of an object.
*
* @func
* @memberOf R
* @since v0.27.1
* @category Object
* @ty... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/1a72cbd07cabb6706884b35e157486cd37ea8ec5.ts | TypeScript | // Loaded from https://deno.land/std/uuid/_common.ts
// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.
/**
* Converts the byte array to a UUID string
* @param bytes Used to convert Byte to Hex
*/
export function bytesToUuid(bytes: number[] | Uint8Array): string {
const bits = [...bytes].... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/1a822049d3ad75c35f7b9c06d0bcb3d20879b360.ts | TypeScript | // Loaded from https://deno.land/std@0.93.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/1a961bff3c46f42c2f242228b25667e674f87baa.ts | TypeScript | // Loaded from https://deno.land/x/graphql_deno@v15.0.0/lib/validation/rules/ProvidedRequiredArgumentsRule.js
import inspect from '../../jsutils/inspect.js';
import keyMap from '../../jsutils/keyMap.js';
import { GraphQLError } from '../../error/GraphQLError.js';
import { Kind } from '../../language/kinds.js';
import... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/1aa8cc6352488fec0e34a6a9d497e25e3779e61c.ts | TypeScript | // Loaded from https://deno.land/x/ramda@v0.27.2/source/defaultTo.js
import _curry2 from './internal/_curry2.js';
/**
* Returns the second argument if it is not `null`, `undefined` or `NaN`;
* otherwise the first argument is returned.
*
* @func
* @memberOf R
* @since v0.10.0
* @category Logic
* @sig a -> b ... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/1ab0ffb728381c0e79b65e1bb44d7b46fa750aee.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/helpers/emojis/edit_emoji.ts
import { rest } from "../../rest/rest.ts";
import type { Emoji } from "../../types/emojis/emoji.ts";
import type { ModifyGuildEmoji } from "../../types/emojis/modify_guild_emoji.ts";
import { endpoints } from "../../util/consta... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/1aba0fbd7e93e34276469d966245619cbfff5799.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/templates/modify_guild_template.ts
/** https://discord.com/developers/docs/resources/template#modify-guild-template */
export interface ModifyGuildTemplate {
/** Name of the template (1-100 characters) */
name?: string;
/** Description of the t... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/1ac6c3c452ff2fdf1cb94120e921046446b48ac0.ts | TypeScript | // Loaded from https://deno.land/std@0.88.0/path/glob.ts
// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.
// This module is browser compatible.
import { osType } from "../_util/os.ts";
import { join, normalize } from "./mod.ts";
import { SEP, SEP_PATTERN } from "./separator.ts";
export int... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/1b0566230829126fecb541e367fd26ce521069db.ts | TypeScript | // Loaded from https://deno.land/std@0.81.0/path/separator.ts
// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
/** This module is browser compatible. */
import { isWindows } from "../_util/os.ts";
export const SEP = isWindows ? "\\" : "/";
export const SEP_PATTERN = isWindows ? /[\\/]+/ : ... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/1b2d0a727fc4a75d47a3e8f0fcd11de718d112a0.ts | TypeScript | // Loaded from https://deno.land/std@0.86.0/encoding/utf8.ts
// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.
/** A default TextEncoder instance */
export const encoder = new TextEncoder();
/** Shorthand for new TextEncoder().encode() */
export function encode(input?: string): Uint8Array {... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/1b31922fc075365c794afbfbc4a9360d7a38e2a3.ts | TypeScript | // Loaded from https://deno.land/x/compress@v0.3.8/zlib/zlib/deflate.ts
import { message as msg, CODE } from "./messages.ts";
import type ZStream from "./zstream.ts";
import * as trees from "./trees.ts";
import adler32 from "./adler32.ts";
import { crc32 } from "./crc32.ts";
import STATUS from "./status.ts";
/* Retu... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/1b331576d3a22cb56c3454878ffae3385d3c660a.ts | TypeScript | // Loaded from https://deno.land/x/ramda@v0.27.2/source/sort.js
import _curry2 from './internal/_curry2.js';
/**
* Returns a copy of the list, sorted according to the comparator function,
* which should accept two values at a time and return a negative number if the
* first value is smaller, a positive number if... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/1b4a2b4a6c460f5bd77c1dfd0134e23f17db993f.ts | TypeScript | // Loaded from https://deno.land/x/graphql_deno@v15.0.0/lib/language/lexer.js
import { syntaxError } from '../error/syntaxError.js';
import { Token } from './ast.js';
import { dedentBlockStringValue } from './blockString.js';
import { TokenKind } from './tokenKind.js';
/**
* Given a Source object, creates a Lexer fo... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/1b50737842a71ff8d90fada6cb46bf96a4012ed9.ts | TypeScript | // Loaded from https://deno.land/x/ramda@v0.27.2/source/internal/_curry3.js
import _curry1 from './_curry1.js';
import _curry2 from './_curry2.js';
import _isPlaceholder from './_isPlaceholder.js';
/**
* Optimized internal three-arity curry function.
*
* @private
* @category Function
* @param {Function} fn The... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/1b59e61107b04ef461b193fc873a00e993e2157e.ts | TypeScript | // Loaded from https://deno.land/x/segno@v1.1.0/lib/validations/isPort.ts
// @ts-ignore allowing typedoc to build
import { isInt } from './isInt.ts';
export const isPort = (str: string) => {
return isInt(str, { min: 0, max: 65535 });
};
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/1b5b62f0b0b53381965f66fc754510c8c0d647a2.ts | TypeScript | // Loaded from https://deno.land/std@0.92.0/archive/tar.ts
/**
* Ported and modified from: https://github.com/beatgammit/tar-js and
* licensed as:
*
* (The MIT License)
*
* Copyright (c) 2011 T. Jameson Little
* Copyright (c) 2019 Jun Kato
* Copyright (c) 2018-2021 the Deno authors
*
* Permission is hereby ... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/1bb092a8985beb3c101d0c8cebff7023aafe5218.ts | TypeScript | // Loaded from https://deno.land/x/segno@v1.1.0/lib/validations/isLength.ts
// @ts-ignore allowing typedoc to build
import { assertString } from '../helpers/assertString.ts';
type LengthOptions = {
min?: number;
max?: number;
};
export const isLength = (str: string, options?: LengthOptions) => {
assertString(... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/1bd0ce95901d7d41f02892f345773c2c80aee914.ts | TypeScript | // Loaded from https://deno.land/std/hash/_wasm/hash.ts
// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.
import init, {
create_hash as createHash,
DenoHash,
digest_hash as digestHash,
source,
update_hash as updateHash,
} from "./wasm.js";
import * as hex from "../../encoding/hex.... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/1c2d932450b79c54e05590e6e6a3dce706d77229.ts | TypeScript | // Loaded from https://deno.land/x/graphql_deno@v15.0.0/lib/jsutils/inspect.js
import nodejsCustomInspectSymbol from './nodejsCustomInspectSymbol.js';
const MAX_ARRAY_LENGTH = 10;
const MAX_RECURSIVE_DEPTH = 2;
/**
* Used to print values in error messages.
*/
export default function inspect(value) {
return forma... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/1c704466d024900efad5fd741596acad3fc58f83.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/interactions/commands/application_command_interaction_data.ts
import { ApplicationCommandInteractionDataOption } from "./application_command_interaction_data_option.ts";
import { ApplicationCommandInteractionDataResolved } from "./application_command... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/1c94a232c601b633a5feb4fad3bb61dced4c6929.ts | TypeScript | // Loaded from https://deno.land/x/validasaur/src/rules/is_email.ts
import type { Validity } from "../types.ts";
import { invalid } from "../utils.ts";
export function isEmail(value: any): Validity {
// https://stackoverflow.com/a/46181
const regex =
/^(([^<>()[\]\\.,;:\s@\"]+(\.[^<>()[\]\\.,;:\s@\"]+)*)|(\"... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/1ca0a0c4f846e6d768165adbe3e6eb0f5255aa6b.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/handlers/integrations/INTEGRATION_UPDATE.ts
import { eventHandlers } from "../../bot.ts";
import type { DiscordGatewayPayload } from "../../types/gateway/gateway_payload.ts";
import type { IntegrationCreateUpdate } from "../../types/integrations/integratio... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/1cc7ac0e1510d58095d23a75ae64e342c4d15559.ts | TypeScript | // Loaded from https://deno.land/std@0.81.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/1ce8a95d0b5f273dd7ac2d6e32ddaeeb16285913.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/audit_log/mod.ts
export * from "./audit_log.ts";
export * from "./audit_log_change.ts";
export * from "./audit_log_change_value.ts";
export * from "./audit_log_entry.ts";
export * from "./audit_log_events.ts";
export * from "./get_guild_audit_log.ts"... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/1d264b326a56d2da3f4916061b2d7ba8fd120cdd.ts | TypeScript | // Loaded from https://deno.land/x/ramda@v0.27.2/source/internal/_of.js
export default function _of(x) { return [x]; }
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/1d2e15181dc539bfe8e9784b45df9eb58aa1bd10.ts | TypeScript | // Loaded from https://deno.land/x/ramda@v0.27.2/source/tap.js
import _curry2 from './internal/_curry2.js';
import _dispatchable from './internal/_dispatchable.js';
import _xtap from './internal/_xtap.js';
/**
* Runs the given function with the supplied object, then returns the object.
*
* Acts as a transducer i... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/1d4a3723429f81f8242f9c87454d60c0f11b48d2.ts | TypeScript | // Loaded from https://deno.land/x/cliffy@v0.12.1/packages/table/lib/row.ts
import { Cell, ICell } from './cell.ts';
export type IRow<T extends ICell = ICell> = T[] | Row<T>;
export type IDataRow = Record<string, string | number>;
export interface IRowOptions {
indent?: number;
border?: boolean;
}
export c... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/1d587601653b6b01ec687661cd35b698d9503137.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/members/search_guild_members.ts
/** https://discord.com/developers/docs/resources/guild#search-guild-members-query-string-params */
export interface SearchGuildMembers {
/** Query string to match username(s) and nickname(s) against */
query: stri... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/1d7d1c1e1a2c07b345548f79d2e593adb3054812.ts | TypeScript | // Loaded from https://deno.land/x/ramda@v0.27.2/source/isNil.js
import _curry1 from './internal/_curry1.js';
/**
* Checks if the input value is `null` or `undefined`.
*
* @func
* @memberOf R
* @since v0.9.0
* @category Type
* @sig * -> Boolean
* @param {*} x The value to test.
* @return {Boolean} `true` i... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/1de8150cd53e58efec03968654c0e0240e6fa5b4.ts | TypeScript | // Loaded from https://deno.land/x/media_types@v2.4.7/mod.ts
/*!
* Ported from: https://github.com/jshttp/mime-types and licensed as:
*
* (The MIT License)
*
* Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
* Copyright (c) 2015 Douglas Christopher Wilson <doug@somethingdoug.com>
* Copyright (c) 2020 the ... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/1decd533a4b3cddede80ab6124372e87a6e9ac83.ts | TypeScript | // Loaded from https://deno.land/x/ramda@v0.27.2/source/all.js
import _curry2 from './internal/_curry2.js';
import _dispatchable from './internal/_dispatchable.js';
import _xall from './internal/_xall.js';
/**
* Returns `true` if all elements of the list match the predicate, `false` if
* there are any that don't.... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/1dee43122f76d3b4c8fd31ea058551b766a6f36f.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/helpers/channels/get_channel_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";
... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/1df917ce33031ac28d35aee85f13aad03e1cf3b9.ts | TypeScript | // Loaded from https://deno.land/x/cliffy@v0.18.0/prompt/mod.ts
export * from "./figures.ts";
export * from "./_generic_prompt.ts";
export * from "./_generic_input.ts";
export * from "./_generic_list.ts";
export * from "./checkbox.ts";
export * from "./confirm.ts";
export * from "./input.ts";
export * from "./list.t... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/1dfd4a9b35173d9489abdc782f55d0d4b8a431b8.ts | TypeScript | // Loaded from https://deno.land/std/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",
"b", "c... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/1e1d3032f76952002512c3f6d047ba419d12841d.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/messages/message_reaction_remove.ts
import { MessageReactionAdd } from "./message_reaction_add.ts";
/** https://discord.com/developers/docs/topics/gateway#message-reaction-remove */
export type MessageReactionRemove = Omit<MessageReactionAdd, "membe... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/1e3611887d74fbc5aa1c5e5e9211e8ba09127a7f.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/guilds/mod.ts
export * from "./ban.ts";
export * from "./begin_guild_prune.ts";
export * from "./create_guild.ts";
export * from "./create_guild_ban.ts";
export * from "./create_guild_channel.ts";
export * from "./create_guild_role.ts";
export * from... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/1e425603b458319a84c69cb564936fca745ddd13.ts | TypeScript | // Loaded from https://deno.land/x/deno_image@v0.0.3/lib/decoders/fast-png/pako/lib/zlib/zstream.js
// (C) 1995-2013 Jean-loup Gailly and Mark Adler
// (C) 2014-2017 Vitaly Puzrin and Andrey Tupitsin
//
// This software is provided 'as-is', without any express or implied
// warranty. In no event will the authors be h... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/1e5f425f88f8d6a6fe07dd802d9c56d0a464ab10.ts | TypeScript | // Loaded from https://deno.land/x/ramda@v0.27.2/source/dropRepeats.js
import _curry1 from './internal/_curry1.js';
import _dispatchable from './internal/_dispatchable.js';
import _xdropRepeatsWith from './internal/_xdropRepeatsWith.js';
import dropRepeatsWith from './dropRepeatsWith.js';
import equals from './equals... | 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.