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/2b206cba17cc968297d736bf2465e83e79ae74ad.ts | TypeScript | // Loaded from https://deno.land/x/graphql_deno@v15.0.0/lib/type/definition.js
// FIXME
/* eslint-disable import/no-cycle */
import objectEntries from '../polyfills/objectEntries.js';
import { SYMBOL_TO_STRING_TAG } from '../polyfills/symbols.js';
import inspect from '../jsutils/inspect.js';
import keyMap from '../j... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/2b4079a6a55d242f35211a78092b8ba2fcc7fd3e.ts | TypeScript | // Loaded from https://deno.land/x/compress@v0.3.8/zlib/zlib/zstream.ts
export default class ZStream {
/* next input byte */
input: Uint8Array | null = null; // JS specific, because we have no pointers
next_in = 0;
/* number of bytes available at input */
avail_in = 0;
/* total number of input bytes read ... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/2b5bb73daef23a2398824e9a41373be137249c6e.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/handlers/messages/MESSAGE_REACTION_REMOVE_EMOJI.ts
import { eventHandlers } from "../../bot.ts";
import { cacheHandlers } from "../../cache.ts";
import type { DiscordGatewayPayload } from "../../types/gateway/gateway_payload.ts";
import type { MessageReact... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/2b6e1c0654e1bf9f7f6102b05190cf351b39aca9.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/discovery/discovery_category.ts
import { DiscoveryName } from "./discovery_name.ts";
//TODO: add docs link
export interface DiscoveryCategory {
/** Numeric id of the category */
id: number;
/** The name of this category, in mutliple languages ... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/2b7b6bbc4b86ce27fdfaa13b6b7795eb23690606.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/helpers/guilds/get_widget_image_url.ts
import { cacheHandlers } from "../../cache.ts";
import type { GetGuildWidgetImageQuery } from "../../types/guilds/get_guild_widget_image.ts";
import { Errors } from "../../types/discordeno/errors.ts";
import { endpoin... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/2b85ac5eb77f99400bf84a9424fc4de3e0475e48.ts | TypeScript | // Loaded from https://deno.land/std@0.84.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/2b8953b5ddb1067a9a564a6120dd2b289242bfdc.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/helpers/templates/edit_guild_template.ts
import { rest } from "../../rest/rest.ts";
import type { ModifyGuildTemplate } from "../../types/templates/modify_guild_template.ts";
import type { Template } from "../../types/templates/template.ts";
import { endpo... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/2b9aa922c0505f3cae5a1babf57f87feb67c278e.ts | TypeScript | // Loaded from https://deno.land/x/segno@v1.1.0/lib/validations/isRgbColor.ts
// @ts-ignore allowing typedoc to build
import { assertString } from '../helpers/assertString.ts';
/**
* @ignore
*/
const rgbColor = /^rgb\((([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5]),){2}([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/2bb0930ebf629f0da142ad9e1271c5c148e4944e.ts | TypeScript | // Loaded from https://deno.land/x/deno_image@v0.0.3/lib/decoders/fast-png/pako/lib/zlib/gzheader.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 ... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/2bcc055889975fb5554056da7d75e08fa72ffcee.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/ws/create_shard.ts
import { DiscordGatewayCloseEventCodes } from "../types/codes/gateway_close_event_codes.ts";
import { identify } from "./identify.ts";
import { resume } from "./resume.ts";
import { ws } from "./ws.ts";
// deno-lint-ignore require-await... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/2c0f916aad3a2664589f13bd555e6d7ca230f463.ts | TypeScript | // Loaded from https://deno.land/x/segno@v1.1.0/lib/validations/isAscii.ts
// @ts-ignore allowing typedoc to build
import { assertString } from '../helpers/assertString.ts';
/**
* @ignore
*/
const ascii = /^[\x00-\x7F]+$/;
export const isAscii = (str: string) => {
assertString(str);
return ascii.test(str);
};... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/2c72044ea3963076ae6fec81d0d4c42925661b9d.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/interactions/commands/application_command_interaction_data_resolved.ts
import { Channel } from "../../channels/channel.ts";
import { Role } from "../../permissions/role.ts";
import { User } from "../../users/user.ts";
import { InteractionGuildMember ... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/2c829318184ed6639358ba8c587ecc74e074fa74.ts | TypeScript | // Loaded from https://deno.land/x/graphql_deno@v15.0.0/lib/error/formatError.js
import devAssert from '../jsutils/devAssert.js';
/**
* Given a GraphQLError, format it according to the rules described by the
* Response Format, Errors section of the GraphQL Specification.
*/
export function formatError(error) {
... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/2c95bfb85b9454cdc2563b45c46a55d3eb3e22f9.ts | TypeScript | // Loaded from https://deno.land/x/mysql/mod.ts
export type { ClientConfig } from "./src/client.ts";
export { Client } from "./src/client.ts";
export { Connection } from "./src/connection.ts";
export type { LoggerConfig } from "./src/logger.ts";
export { configLogger } from "./src/logger.ts";
export { log } from ".... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/2c9ab67ec6b292145ce3387a2d66ac5e20322116.ts | TypeScript | // Loaded from https://deno.land/x/ramda@v0.27.2/source/where.js
import _curry2 from './internal/_curry2.js';
import _has from './internal/_has.js';
/**
* Takes a spec object and a test object; returns true if the test satisfies
* the spec. Each of the spec's own properties must be a predicate function.
* Each p... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/2cb81a47a21610dbaec5920cc0c2c766d85a15a6.ts | TypeScript | // Loaded from https://deno.land/x/ramda@v0.27.2/source/internal/_assoc.js
import _isArray from './_isArray.js';
import _isInteger from './_isInteger.js';
/**
* Makes a shallow clone of an object, setting or overriding the specified
* property with the given value. Note that this copies and flattens prototype
* p... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/2cc038acc3fd43bd5da344af0274fd101aa8daea.ts | TypeScript | // Loaded from https://deno.land/std/io/bufio.ts
// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.
// Based on https://github.com/golang/go/blob/891682/src/bufio/bufio.go
// Copyright 2009 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license th... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/2d7a173257e41dc93c25f8ba38726c17bcfc09b4.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/applications/mod.ts
export * from "./application.ts";
export * from "./application_flags.ts";
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/2d804740b146426ba6d9e34663e999478829f5ea.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/discordeno/mod.ts
export * from "./create_slash_command.ts";
export * from "./debug_arg.ts";
export * from "./edit_webhook_message.ts";
export * from "./errors.ts";
export * from "./event_handlers.ts";
export * from "./file_content.ts";
export * from... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/2d91840595800da7c7a080a47ad734733d020438.ts | TypeScript | // Loaded from https://deno.land/std@0.80.0/encoding/_yaml/type/pairs.ts
// Ported from js-yaml v3.13.1:
// https://github.com/nodeca/js-yaml/commit/665aadda42349dcae869f12040d9b10ef18d12da
// Copyright 2011-2015 by Vitaly Puzrin. All rights reserved. MIT license.
// Copyright 2018-2020 the Deno authors. All rights r... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/2daddb70e9028c84a3ab6b1842002c2c1be2fa34.ts | TypeScript | // Loaded from https://deno.land/x/ramda@v0.27.2/source/pathSatisfies.js
import _curry3 from './internal/_curry3.js';
import path from './path.js';
/**
* Returns `true` if the specified object property at given path satisfies the
* given predicate; `false` otherwise.
*
* @func
* @memberOf R
* @since v0.19.0
... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/2dc23a89bed90347e12ed99f5803c239d8299a92.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/helpers/channels/edit_channel.ts
import { eventHandlers } from "../../bot.ts";
import { cacheHandlers } from "../../cache.ts";
import { rest } from "../../rest/rest.ts";
import type { DiscordenoChannel } from "../../structures/channel.ts";
import { structu... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/2dd9daf0365ff7332ecf10d95e54c759b4948c2f.ts | TypeScript | // Loaded from https://deno.land/x/god_crypto@v1.4.3/src/rsa/primitives.ts
import { createHash } from "./../hash.ts";
type HashFunction = (b: Uint8Array) => Uint8Array;
type HashAlgorithm = "sha1" | "sha256";
/**
* I2OSP converts a nonnegative integer to an octet string of a specified length.
* @param x nonnegati... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/2dde8fd41dc224af301d4dae192fd3ff2d2d8ea4.ts | TypeScript | // Loaded from https://deno.land/x/segno@v1.1.0/lib/validations/isEthereumAddress.ts
// @ts-ignore allowing typedoc to build
import { assertString } from '../helpers/assertString.ts';
/**
* @ignore
*/
const eth = /^(0x)[0-9a-f]{40}$/i;
export const isEthereumAddress = (str: string) => {
assertString(str);
ret... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/2dfc05fc9e8afd90985da0276a995c75480075fb.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/helpers/integrations/delete_integration.ts
import { rest } from "../../rest/rest.ts";
import { endpoints } from "../../util/constants.ts";
import { requireBotGuildPermissions } from "../../util/permissions.ts";
/** Delete the attached integration object f... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/2e142b585ca2e381060c1f88c850394eeaaf156d.ts | TypeScript | // Loaded from https://deno.land/std@0.90.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/2e1ecc93522c62e980636553abea59d20dcaf7f5.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/handlers/guilds/GUILD_INTEGRATIONS_UPDATE.ts
import { eventHandlers } from "../../bot.ts";
import { cacheHandlers } from "../../cache.ts";
import type { DiscordGatewayPayload } from "../../types/gateway/gateway_payload.ts";
import type { GuildIntegrationsU... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/2e252a07da5e43cf537638cb1e91ce169522ba82.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/util/constants.ts
/** https://discord.com/developers/docs/reference#api-reference-base-url */
export const BASE_URL = "https://discord.com/api";
/** https://discord.com/developers/docs/reference#api-versioning-api-versions */
export const API_VERSION = 9;... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/2e608badf8e4c4f7e7f2f8fba093e9c5cfa16aef.ts | TypeScript | // Loaded from https://deno.land/std@0.79.0/path/_interface.ts
// Copyright 2018-2020 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... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/2e919e4cf231b31260346098e4f0882e4f7b618d.ts | TypeScript | // Loaded from https://deno.land/x/cliffy@v0.18.0/command/completions/mod.ts
import { Command } from "../command.ts";
import { dim, italic } from "../deps.ts";
import { BashCompletionsCommand } from "./bash.ts";
import { CompleteCommand } from "./complete.ts";
import { FishCompletionsCommand } from "./fish.ts";
impor... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/2ea05a62f2abdfc7dafdc3c3f874c246a12da944.ts | TypeScript | // Loaded from https://deno.land/x/negotiator@1.0.1/mod.ts
/*!
* Based on https://github.com/jshttp/negotiator/blob/master/index.js
* Copyright(c) 2012 Federico Romero
* Copyright(c) 2012-2014 Isaac Z. Schlueter
* Copyright(c) 2015 Douglas Christopher Wilson
* Copyright(c) 2020 Henry Zhuang
* MIT Licensed
*/
... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/2ea9f96bcef16acd5a14b3b12a64faf9ce974cf1.ts | TypeScript | // Loaded from https://deno.land/x/mysql/src/deferred.ts
import { Deferred, deferred } from "../deps.ts";
/** @ignore */
export class DeferredStack<T> {
private _queue: Deferred<T>[] = [];
private _size = 0;
constructor(
readonly _maxSize: number,
private _array: T[] = [],
private readonly creator... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/2eaffd6d469bee9b0c839c1498dee132323aada4.ts | TypeScript | // Loaded from https://deno.land/x/isIP@1.0.0/mod.ts
const regIP4 = new RegExp(
"^([01]?[0-9]?[0-9]|2[0-4][0-9]|25[0-5])\\.([01]?[0-9]?[0-9]|2[0-4][0-9]|25[0-5])\\.([01]?[0-9]?[0-9]|2[0-4][0-9]|25[0-5])\\.([01]?[0-9]?[0-9]|2[0-4][0-9]|25[0-5])$",
);
const regIP6 = new RegExp(
"^(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/2eb2a9bbb4a98bf9058a8541d9e5776223322ead.ts | TypeScript | // Loaded from https://deno.land/x/ramda@v0.27.2/source/into.js
import _clone from './internal/_clone.js';
import _curry3 from './internal/_curry3.js';
import _isTransformer from './internal/_isTransformer.js';
import _reduce from './internal/_reduce.js';
import _stepCat from './internal/_stepCat.js';
/**
* Transf... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/2ef2bd5be99dcd0298be30f72f284528f693b921.ts | TypeScript | // Loaded from https://deno.land/std@0.86.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/2f060fa3891d00b864577b80f77bbbfa8f87b26e.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/gateway/identify.ts
import { IdentifyConnectionProperties } from "./identify_connection_properties.ts";
import { StatusUpdate } from "./status_update.ts";
/** https://discord.com/developers/docs/topics/gateway#identify */
export interface Identify {... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/2f2e2e321041c2a2def9cdb74571e35ce247b8b0.ts | TypeScript | // Loaded from https://deno.land/x/segno@v1.1.0/lib/validations/isISO8601.ts
// @ts-ignore allowing typedoc to build
import { assertString } from '../helpers/assertString.ts';
// from http://goo.gl/0ejHHW
/**
* @ignore
*/
const iso8601 = /^([\+-]?\d{4}(?!\d{2}\b))((-?)((0[1-9]|1[0-2])(\3([12]\d|0[1-9]|3[01]))?|W([... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/2f4a062634f232715eddb20bb0db67b256d8d214.ts | TypeScript | // Loaded from https://deno.land/std@0.79.0/path/mod.ts
// Copyright the Browserify authors. MIT License.
// Ported mostly from https://github.com/browserify/path-browserify/
/** This module is browser compatible. */
import { isWindows } from "../_util/os.ts";
import * as _win32 from "./win32.ts";
import * as _posix... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/2f518d372b9bbf4942a434421f0307f78898a896.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/misc/image_format.ts
/** https://discord.com/developers/docs/reference#image-formatting */
export type DiscordImageFormat = "jpg" | "jpeg" | "png" | "webp" | "gif";
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/2f65dd026e3580ddb7f5bb00827e6fa24dd11b5d.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/helpers/interactions/commands/get_slash_command_permission.ts
import { applicationId } from "../../../bot.ts";
import { rest } from "../../../rest/rest.ts";
import type { GuildApplicationCommandPermissions } from "../../../types/interactions/commands/guild... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/2f6c7999de82334780169a0ad1aa18457941dd57.ts | TypeScript | // Loaded from https://deno.land/x/graphql_deno@v15.0.0/lib/language/parser.js
import inspect from '../jsutils/inspect.js';
import devAssert from '../jsutils/devAssert.js';
import { syntaxError } from '../error/syntaxError.js';
import { Kind } from './kinds.js';
import { Source } from './source.js';
import { Directiv... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/2fba66176a6c6ef5d3dea129ed01fe374c439996.ts | TypeScript | // Loaded from https://deno.land/x/compress@v0.3.8/utils/uint8.ts
export async function readMsg(reader: Deno.Reader): Promise<Uint8Array | null> {
const arr: Uint8Array[] = [];
const n = 100;
let readed: number | null;
while (true) {
const p: Uint8Array = new Uint8Array(n);
readed = await reader.read(... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/2fd936944f47059be9e6b71bdb70f181821ac7fc.ts | TypeScript | // Loaded from https://deno.land/x/ramda@v0.27.2/source/mergeWith.js
import _curry3 from './internal/_curry3.js';
import mergeWithKey from './mergeWithKey.js';
/**
* Creates a new object with the own properties of the two provided objects. If
* a key exists in both objects, the provided function is applied to the... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/2fe78d73018d170c2f18b33bd51c3c048497ec10.ts | TypeScript | // Loaded from https://deno.land/x/dndb@0.2.4/src/methods/find.js
import { matches, project } from '../../deps.ts';
import { ReadFileStream } from '../storage.ts';
export default async (filename, query, projection) => {
let stream = new ReadFileStream(filename);
let found = [];
query = query || {};
stream.o... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/30172e8b12fe4b552cd028d0e93c1e4937f3fb0d.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/helpers/channels/delete_stage_instance.ts
import { cacheHandlers } from "../../cache.ts";
import { rest } from "../../rest/rest.ts";
import { ChannelTypes } from "../../types/channels/channel_types.ts";
import { Errors } from "../../types/discordeno/errors... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/30210486154dcf65f11bb3b10dd01d000978ec95.ts | TypeScript | // Loaded from https://deno.land/x/cliffy@v0.18.0/ansi/ansi_escapes.ts
import { encodeBase64 } from "./deps.ts";
/** Escape sequence: `\x1B` */
const ESC = "\x1B";
/** Control sequence intro: `\x1B[` */
const CSI = `${ESC}[`;
/** Operating system command: `\x1B]` */
const OSC = `${ESC}]`;
/** Link separator */
const... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/3045ecf37e4546ef147d10dd710c7e3b5402725e.ts | TypeScript | // Loaded from https://deno.land/x/ramda@v0.27.2/source/lensPath.js
import _curry1 from './internal/_curry1.js';
import assocPath from './assocPath.js';
import lens from './lens.js';
import path from './path.js';
/**
* Returns a lens whose focus is the specified path.
*
* @func
* @memberOf R
* @since v0.19.0
... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/30467d4514b2e2a5967a15089df54be1a2f73293.ts | TypeScript | // Loaded from https://deno.land/x/graphql_deno@v15.0.0/lib/utilities/valueFromASTUntyped.js
import inspect from '../jsutils/inspect.js';
import invariant from '../jsutils/invariant.js';
import keyValMap from '../jsutils/keyValMap.js';
import { Kind } from '../language/kinds.js';
/**
* Produces a JavaScript value g... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/3071a5627ae9109da7cb390903b736e5b30a4e73.ts | TypeScript | // Loaded from https://deno.land/x/ramda@v0.27.2/source/internal/_xwrap.js
function XWrap(fn) {
this.f = fn;
}
XWrap.prototype['@@transducer/init'] = function() {
throw new Error('init not implemented on XWrap');
};
XWrap.prototype['@@transducer/result'] = function(acc) { return acc; };
XWrap.prototype['@@transdu... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/308ac6e65b35fc9e67066bfbcf2d8037ed624076.ts | TypeScript | // Loaded from https://deno.land/std@0.78.0/encoding/_yaml/type/map.ts
// Ported from js-yaml v3.13.1:
// https://github.com/nodeca/js-yaml/commit/665aadda42349dcae869f12040d9b10ef18d12da
// Copyright 2011-2015 by Vitaly Puzrin. All rights reserved. MIT license.
// Copyright 2018-2020 the Deno authors. All rights res... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/3092d97fa5354a6587505256a1f13a0d139c48b3.ts | TypeScript | // Loaded from https://deno.land/std/async/deferred.ts
// Copyright 2018-2021 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 when tar... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/30be2f9fe0dd0201f8e4fb722ef267386b07d7fe.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/helpers/members/move_member.ts
import { editMember } from "./edit_member.ts";
/**
* Move a member from a voice channel to another.
* @param guildId the id of the guild which the channel exists in
* @param memberId the id of the member to move.
* @para... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/30c6394910dd3e93e42f215a3a77df4199acc956.ts | TypeScript | // Loaded from https://deno.land/x/sqlite@v2.3.1/src/rows.ts
import { getStr } from "./wasm.ts";
import { Status, Types, Values } from "./constants.ts";
import SqliteError from "./error.ts";
import { RowObjects } from "./row_objects.ts";
export interface ColumnName {
name: string;
originName: string;
tableName... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/30c84d7c3fe94bbcb5fab74ab49f850c573889bd.ts | TypeScript | // Loaded from https://deno.land/x/once/index.js
/// <reference types="./index.d.ts" />
/**
* Create a function that calls and cache a function once
* @template Return
* @param {() => Return} fn Function to be invoked once
* @returns {() => Return} Function that returns result of first-time execution of `fn`
*
... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/30d5bbfd730073c20a395ec8af05783e4f9a5372.ts | TypeScript | // Loaded from https://deno.land/x/cliffy@v0.12.1/packages/command/lib/zsh-completions-generator.ts
import snakeCase from '../../x/snakeCase.ts';
import { Command } from './command.ts';
import { IArgumentDetails, IOption } from './types.ts';
interface ICompletionAction {
arg: IArgumentDetails;
label: string;... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/30d697ee62a77eb7f64d3db051b6ba272d9c87cb.ts | TypeScript | // Loaded from https://deno.land/std@0.85.0/io/readers.ts
// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.
// Based on https://github.com/golang/go/blob/0452f9460f50f0f0aba18df43dc2b31906fb66cc/src/io/io.go
// Copyright 2009 The Go Authors. All rights reserved.
// Use of this source code is ... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/3107840a16f38d2c8595a86c1780768dcce3279f.ts | TypeScript | // Loaded from https://deno.land/std@0.84.0/hash/sha256.ts
// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.
/*
* Adapted to deno from:
*
* [js-sha256]{@link https://github.com/emn178/js-sha256}
*
* @version 0.9.0
* @author Chen, Yi-Cyuan [emn178@gmail.com]
* @copyright Chen, Yi-Cyuan ... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/3110941b544aeddb79a8d11bccdf87816b1b6a64.ts | TypeScript | // Loaded from https://deno.land/std@0.80.0/_util/os.ts
// Copyright 2018-2020 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/311b044f42a6ac82a6bce30cf0731193f8b9be39.ts | TypeScript | // Loaded from https://deno.land/x/deno_image@v0.0.3/index.ts
import { Resize } from './lib/resize/resize.js';
import { encodeJPG, decodeJPG, Image as ImageJPG } from "./deps.ts";
import { encode as encodePNG, decode as decodePNG } from './lib/decoders/fast-png/index.ts';
import { IImageData as ImagePNG } from './lib... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/31309ebe9dce51093b18db91b1f0ab39782026ff.ts | TypeScript | // Loaded from https://deno.land/std@0.77.0/log/logger.ts
// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
import { getLevelByName, getLevelName, LogLevels } from "./levels.ts";
import type { LevelName } from "./levels.ts";
import type { BaseHandler } from "./handlers.ts";
// deno-lint-igno... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/31864927d5d4568df6193fa6d52bf0bae2e0b000.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/discordeno/event_handlers.ts
import { DiscordenoChannel } from "../../structures/channel.ts";
import { DiscordenoGuild } from "../../structures/guild.ts";
import { DiscordenoMember } from "../../structures/member.ts";
import { DiscordenoMessage } fro... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/318cfebee0c056540312db81fb342856d7419560.ts | TypeScript | // Loaded from https://deno.land/std@0.84.0/path/mod.ts
// Copyright the Browserify authors. MIT License.
// Ported mostly from https://github.com/browserify/path-browserify/
// This module is browser compatible.
import { isWindows } from "../_util/os.ts";
import * as _win32 from "./win32.ts";
import * as _posix fro... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/31b201cc9177f641a2f4eec0ee0d85e177865877.ts | TypeScript | // Loaded from https://deno.land/std@0.77.0/path/_interface.ts
// Copyright 2018-2020 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... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/31e518114bda56f682a9c2d68b6b1bba43b9bd2f.ts | TypeScript | // Loaded from https://deno.land/x/cliffy@v0.12.1/packages/x/normalCase.ts
import camelCaseRegexp from 'https://deno.land/x/case/vendor/camelCaseRegexp.ts';
import camelCaseUpperRegexp from 'https://deno.land/x/case/vendor/camelCaseUpperRegexp.ts';
import nonWordRegexp from 'https://deno.land/x/case/vendor/nonWordRe... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/31ff5d93d96cad7ef81b05c67b3293cadacb91c6.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/helpers/messages/add_reaction.ts
import { rest } from "../../rest/rest.ts";
import { endpoints } from "../../util/constants.ts";
import { requireBotChannelPermissions } from "../../util/permissions.ts";
/** Create a reaction for the message. Reaction take... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/320e912741816078415249d998e4953a923873e4.ts | TypeScript | // Loaded from https://deno.land/x/proxy_addr@0.0.15/mod.ts
// deno-lint-ignore-file
import { ServerRequest } from 'https://deno.land/std@0.101.0/http/server.ts'
import { default as ipaddr, IPv4, IPv6 } from 'https://cdn.skypack.dev/ipaddr.js'
import { forwarded } from 'https://deno.land/x/forwarded@0.0.9/mod.ts'
co... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/32615335700c96432bcbee6e4106f30b8961719b.ts | TypeScript | // Loaded from https://deno.land/std@0.80.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/32a10190f67993d476dff3c06f28942ae96a5dfb.ts | TypeScript | // Loaded from https://deno.land/std@0.88.0/io/readers.ts
// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.
// Based on https://github.com/golang/go/blob/0452f9460f50f0f0aba18df43dc2b31906fb66cc/src/io/io.go
// Copyright 2009 The Go Authors. All rights reserved.
// Use of this source code is ... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/32b5f7962bc4f5842532d3d149fadbd265fa0ba5.ts | TypeScript | // Loaded from https://deno.land/x/cliffy@v0.12.1/packages/table/lib/cell.ts
export type ICell = number | string | String | Cell;
export interface ICellOptions {
border?: boolean;
colSpan?: number;
rowSpan?: number;
}
export class Cell {
protected options: ICellOptions = {};
public get length(... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/32f1e74001e93bd148d5181d6650440ac0e44cb3.ts | TypeScript | // Loaded from https://deno.land/x/media_types@v2.9.3/db.ts
/*!
* Ported from: https://github.com/jshttp/mime-db and licensed as:
*
* (The MIT License)
*
* Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
* Copyright (c) 2020 the Deno authors
* Copyright (c) 2020 the oak authors
*
* Permission is hereby ... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/33072e22acf735c097cc99f588a01404695de266.ts | TypeScript | // Loaded from https://deno.land/std@0.77.0/fs/copy.ts
// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
import * as path from "../path/mod.ts";
import { ensureDir, ensureDirSync } from "./ensure_dir.ts";
import { getFileInfoType, isSubdir } from "./_util.ts";
import { assert } from "../_util... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/3326f19509ea3a977dc495095ddbb8b024cae707.ts | TypeScript | // Loaded from https://deno.land/std@0.101.0/async/deferred.ts
// Copyright 2018-2021 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 ... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/332b7f37e967a71fa69975453a2f2c562e076ef2.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/members/guild_member_add.ts
import { GuildMemberWithUser } from "../members/guild_member.ts";
/** https://discord.com/developers/docs/topics/gateway#guild-member-add */
export interface GuildMemberAdd extends GuildMemberWithUser {
/** id of the gu... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/332f04df8c92ae06934b7b4796c04983ccb2f417.ts | TypeScript | // Loaded from https://deno.land/x/ramda@v0.27.2/source/reject.js
import _complement from './internal/_complement.js';
import _curry2 from './internal/_curry2.js';
import filter from './filter.js';
/**
* The complement of [`filter`](#filter).
*
* Acts as a transducer if a transformer is given in list position. F... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/33721bd328a696e7fb269893c49d10cc82fd1501.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/integrations/integration.ts
import { User } from "../users/user.ts";
import { IntegrationAccount } from "./integration_account.ts";
import { IntegrationApplication } from "./integration_application.ts";
import { DiscordIntegrationExpireBehaviors } fr... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/33964b38f887091acd435fe7b733ca6cb3750929.ts | TypeScript | // Loaded from https://deno.land/std@0.84.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/33c0fdd50cdbbdbb549caced907347d1b887654e.ts | TypeScript | // Loaded from https://deno.land/x/ramda@v0.27.2/source/both.js
import _curry2 from './internal/_curry2.js';
import _isFunction from './internal/_isFunction.js';
import and from './and.js';
import lift from './lift.js';
/**
* A function which calls the two provided functions and returns the `&&`
* of the results.... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/33d2b160da0ca6dc13a71b273d4e7333a2e71499.ts | TypeScript | // Loaded from https://deno.land/x/ramda@v0.27.2/source/remove.js
import _curry3 from './internal/_curry3.js';
/**
* Removes the sub-list of `list` starting at index `start` and containing
* `count` elements. _Note that this is not destructive_: it returns a copy of
* the list with the changes.
* <small>No list... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/33de80fa934ef8f1acfb27a3ad7d2de0deac570a.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/helpers/invites/create_invite.ts
import { rest } from "../../rest/rest.ts";
import type { CreateChannelInvite } from "../../types/invites/create_channel_invite.ts";
import type { InviteMetadata } from "../../types/invites/invite_metadata.ts";
import { Erro... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/33ebead6b3d7cbd6878695325b41caec9c9ec311.ts | TypeScript | // Loaded from https://deno.land/x/media_typer/mod.ts
/*!
* Based on https://github.com/jshttp/media-typer/blob/master/index.js
* Copyright(c) 2014-2017 Douglas Christopher Wilson
* Copyright(c) 2020 Henry Zhuang
* MIT Licensed
*/
/**
* RegExp to match type in RFC 6838
*
* type-name = restricted-name
* subt... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/33f049cc805c7770d22edf5afbf67151aa93cf0a.ts | TypeScript | // Loaded from https://deno.land/x/ramda@v0.27.2/source/pickBy.js
import _curry2 from './internal/_curry2.js';
/**
* Returns a partial copy of an object containing only the keys that satisfy
* the supplied predicate.
*
* @func
* @memberOf R
* @since v0.8.0
* @category Object
* @sig ((v, k) -> Boolean) -> {k... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/3413a04db03e1d27e52183924ec645578ac8cb48.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/handlers/channels/CHANNEL_UPDATE.ts
import { eventHandlers } from "../../bot.ts";
import { cacheHandlers } from "../../cache.ts";
import { structures } from "../../structures/mod.ts";
import type { Channel } from "../../types/channels/channel.ts";
import t... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/3416aa739965577e0d41ee5d94ff08b10c7b713d.ts | TypeScript | // Loaded from https://deno.land/x/ramda@v0.27.2/source/keys.js
import _curry1 from './internal/_curry1.js';
import _has from './internal/_has.js';
import _isArguments from './internal/_isArguments.js';
// cover IE < 9 keys issues
var hasEnumBug = !({toString: null}).propertyIsEnumerable('toString');
var nonEnumerab... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/34258bfe315c2e7dbaff38f7316cbfe31d370014.ts | TypeScript | // Loaded from https://deno.land/x/cliffy@v0.18.0/flags/types/number.ts
import type { ITypeHandler, ITypeInfo } from "../types.ts";
/** Number type handler. Excepts any numeric value. */
export const number: ITypeHandler<number> = (
{ label, name, value, type }: ITypeInfo,
): number => {
if (isNaN(Number(value))... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/3458bc46dfc4feb0b52d8f3fd78866b430b62cf6.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/helpers/messages/get_messages.ts
import { rest } from "../../rest/rest.ts";
import { structures } from "../../structures/mod.ts";
import { Errors } from "../../types/discordeno/errors.ts";
import {
GetMessagesAfter,
GetMessagesAround,
GetMessagesBefo... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/34bbd4e0de894076f481b36d5b1bccf5f7455bf4.ts | TypeScript | // Loaded from https://deno.land/std@0.104.0/_util/assert.ts
// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.
export class DenoStdInternalError extends Error {
constructor(message: string) {
super(message);
this.name = "DenoStdInternalError";
}
}
/** Make an assertion, if not `... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/34d3e04b554f3b12e1370b7d81d5f36c42a8901d.ts | TypeScript | // Loaded from https://deno.land/x/bytes_formater@v1.4.0/deps.ts
export {
green,
setColorEnabled,
} from "https://deno.land/std@0.77.0/fmt/colors.ts";
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/3504307e6e5de33948f67a9150b0ee9653189cea.ts | TypeScript | // Loaded from https://deno.land/x/args@1.0.7/flag-types.ts
import {
once,
} from "./deps.ts";
import {
FlagType,
ValueType,
} from "./types.ts";
import {
ok,
err,
flagPrefix,
findFlags,
} from "./utils.ts";
import {
MissingFlag,
ConflictFlags,
MissingValue,
UnexpectedFlag,
ValueParsingFail... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/3517e6b63a2f72cb7d1bea3cef010eb087114959.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/messages/components/message_component_types.ts
// TODO: add docs link
export enum DiscordMessageComponentTypes {
/** A row of components at the bottom of a message */
ActionRow = 1,
/** A button! */
Button,
}
export type MessageComponentType... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/351ef37dc999e80ad3e8964c74224cf42355d15b.ts | TypeScript | // Loaded from https://deno.land/x/validasaur/src/rules/date_between.ts
import type { Validity, Rule } from "../types.ts";
import { clearTimes, dateChecks } from "../utils.ts";
export function dateBetween(minDate: Date, maxDate: Date): Rule {
return function dateBetweenRule(value: any): Validity {
return dateC... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/352c70741cbe4aba4892e0c846f3704f8c3f6f5d.ts | TypeScript | // Loaded from https://deno.land/x/cliffy@v0.12.1/packages/command/types/type.ts
import { IFlagArgument, IFlagOptions } from '../../flags/lib/types.ts';
import { Command } from '../lib/command.ts';
export abstract class Type<T> {
public abstract parse( option: IFlagOptions, arg: IFlagArgument, value: string ): ... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/352e08deec75cc5239a03e6dfe0188ccc5121753.ts | TypeScript | // Loaded from https://deno.land/x/ramda@v0.27.2/source/append.js
import _concat from './internal/_concat.js';
import _curry2 from './internal/_curry2.js';
/**
* Returns a new list containing the contents of the given list, followed by
* the given element.
*
* @func
* @memberOf R
* @since v0.1.0
* @category ... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/3585e6feea6092da3750047f296439657b52a12d.ts | TypeScript | // Loaded from https://deno.land/std@0.85.0/fs/eol.ts
// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.
/** EndOfLine character enum */
export enum EOL {
LF = "\n",
CRLF = "\r\n",
}
const regDetect = /(?:\r?\n)/g;
/**
* Detect the EOL character for string input.
* returns null if no ... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/3589024f603e12aa898c36c2f1bf050d07274544.ts | TypeScript | // Loaded from https://deno.land/x/graphql_deno@v15.0.0/lib/type/validate.js
import find from '../polyfills/find.js';
import flatMap from '../polyfills/flatMap.js';
import objectValues from '../polyfills/objectValues.js';
import inspect from '../jsutils/inspect.js';
import { GraphQLError } from '../error/GraphQLError... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/35de52fb85ce53fd16dbac58630e578c51533c42.ts | TypeScript | // Loaded from https://deno.land/std@0.99.0/path/_util.ts
// Copyright the Browserify authors. MIT License.
// Ported from https://github.com/browserify/path-browserify/
// This module is browser compatible.
import type { FormatInputPathObject } from "./_interface.ts";
import {
CHAR_BACKWARD_SLASH,
CHAR_DOT,
C... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/36173482c4b22477cdd4c97a75266dd6d174ba66.ts | TypeScript | // Loaded from https://deno.land/std@0.92.0/io/buffer.ts
import { assert } from "../_util/assert.ts";
// MIN_READ is the minimum ArrayBuffer size passed to a read call by
// buffer.ReadFrom. As long as the Buffer has at least MIN_READ bytes beyond
// what is required to hold the contents of r, readFrom() will not gr... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/36302de64c7315f078f35c50ad8d1cf71ea114e1.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/helpers/invites/get_invite.ts
import { rest } from "../../rest/rest.ts";
import { GetInvite } from "../../types/invites/get_invite.ts";
import type { InviteMetadata } from "../../types/invites/invite_metadata.ts";
import { endpoints } from "../../util/cons... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/364b9c2423817567fb857d4fa511095fa696552d.ts | TypeScript | // Loaded from https://deno.land/x/mongo@v0.20.0/src/utils/uri.ts
// mongodb://username:password@example.com:27017,example2.com:27017,...,example.comN:27017/database?key=value&keyN=valueN
import { ConnectOptions } from "../types.ts";
export function parse(uri: string): ConnectOptions {
const uriObject = new URL(de... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/364c8d4025c16557fd958f85545cde8cea681157.ts | TypeScript | // Loaded from https://deno.land/x/cliffy@v0.18.0/prompt/prompt.ts
// deno-lint-ignore-file
import { tty } from "../ansi/tty.ts";
import {
GenericPrompt,
GenericPromptOptions,
StaticGenericPrompt,
} from "./_generic_prompt.ts";
type Awaited<T> = T extends PromiseLike<infer U> ? U : T;
type AwaitedReturnType<T... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/3667459eb39f2fe2888afaf3f31e8819c63499ec.ts | TypeScript | // Loaded from https://deno.land/std@0.89.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 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.