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/bc3120b7bfc5fe89efe08f45ccbcfc4c43d19422.ts | TypeScript | // Loaded from https://deno.land/std@0.84.0/path/common.ts
// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.
// This module is browser compatible.
import { SEP } from "./separator.ts";
/** Determines the common path from a set of paths, using an optional separator,
* which defaults to the ... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/bc47146778e1c5169959a974b5970ec255b48ba2.ts | TypeScript | // Loaded from https://deno.land/x/cliffy@v0.18.0/command/help/mod.ts
import { Command } from "../command.ts";
import { UnknownCommand } from "../_errors.ts";
import { CommandType } from "../types/command.ts";
/** Generates well formatted and colored help output for specified command. */
export class HelpCommand ext... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/bc60eabdeb55ac9437e7e9ffd585e41cc9e22cf2.ts | TypeScript | // Loaded from https://deno.land/x/denodb@v1.0.18/lib/model-pivot.ts
import { Model, ModelSchema } from "./model.ts";
export type PivotModelSchema = typeof PivotModel;
export class PivotModel extends Model {
static _pivotsModels: { [modelName: string]: ModelSchema } = {};
static _pivotsFields: { [modelName: str... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/bc84e9245a74ba5977c1cf3f13c82a055fb0810f.ts | TypeScript | // Loaded from https://deno.land/x/graphql_deno@v15.0.0/lib/validation/rules/UniqueOperationTypesRule.js
import { GraphQLError } from '../../error/GraphQLError.js';
/**
* Unique operation types
*
* A GraphQL document is only valid if it has only one type per operation.
*/
export function UniqueOperationTypesRule... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/bc986b1445ce937dc4d820a1401bf1be6c092f8e.ts | TypeScript | // Loaded from https://deno.land/std@0.92.0/testing/_diff.ts
// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.
// This module is browser compatible.
interface FarthestPoint {
y: number;
id: number;
}
export enum DiffType {
removed = "removed",
common = "common",
added = "added",
}... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/bcad9def703f3f8ca75d0c9f9dd5aee5ee9f54da.ts | TypeScript | // Loaded from https://deno.land/std@0.80.0/encoding/_yaml/state.ts
// Ported from js-yaml v3.13.1:
// https://github.com/nodeca/js-yaml/commit/665aadda42349dcae869f12040d9b10ef18d12da
// Copyright 2011-2015 by Vitaly Puzrin. All rights reserved. MIT license.
// Copyright 2018-2020 the Deno authors. All rights reserv... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/bcccd34eee4136df7d2d2b9eaa3904a8da44371a.ts | TypeScript | // Loaded from https://deno.land/std@0.77.0/fs/ensure_symlink.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 { exists, existsSync } from "./exists.ts";
import { getFileInfoType } f... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/bcd0b5ee8ca721faa0cff7d88c03c20988982306.ts | TypeScript | // Loaded from https://deno.land/x/oak@v6.3.1/multipart.ts
// Copyright 2018-2020 the oak authors. All rights reserved. MIT license.
import { BufReader, ReadLineResult } from "./buf_reader.ts";
import { getFilename } from "./content_disposition.ts";
import { equal, extension } from "./deps.ts";
import { readHeaders,... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/bd16076533bae12743a4d2bba6e05ccf28233e0b.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/structures/role.ts
import { eventHandlers } from "../bot.ts";
import { cache } from "../cache.ts";
import { deleteRole } from "../helpers/roles/delete_role.ts";
import { editRole } from "../helpers/roles/edit_role.ts";
import { CreateGuildRole } from "../t... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/bd292ad393bc391f9f3f669e7fff1f44413893f1.ts | TypeScript | // Loaded from https://deno.land/x/segno@v1.1.0/lib/validations/isBase64.ts
// @ts-ignore allowing typedoc to build
import { assertString } from '../helpers/assertString.ts';
/**
* @ignore
*/
const notBase64 = /[^A-Z0-9+\/=]/i;
/**
* @ignore
*/
const urlSafeBase64 = /^[A-Z0-9_\-]+$/i;
type Base64Options = {
... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/bd705585e60808ac127b186551171080b840de50.ts | TypeScript | // Loaded from https://deno.land/std@0.84.0/path/win32.ts
// Copyright the Browserify authors. MIT License.
// Ported from https://github.com/browserify/path-browserify/
// This module is browser compatible.
import type { FormatInputPathObject, ParsedPath } from "./_interface.ts";
import {
CHAR_BACKWARD_SLASH,
C... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/bd80009c42186909c4575d0b9efb5353939ac77c.ts | TypeScript | // Loaded from https://deno.land/std@0.101.0/node/querystring.ts
// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.
interface ParseOptions {
/** The function to use when decoding percent-encoded characters in the query string. */
decodeURIComponent?: (string: string) => string;
/** Spec... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/bd830a87819dfc99b8f58a0d4d30efadf5f1fa5b.ts | TypeScript | // Loaded from https://deno.land/std/_util/os.ts
// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.
// This module is browser compatible.
export const osType = (() => {
if (globalThis.Deno != null) {
return Deno.build.os;
}
// deno-lint-ignore no-explicit-any
const navigator = (g... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/bd8ddabee420996d27972ea3049aad4f8330c2c9.ts | TypeScript | // Loaded from https://deno.land/x/compress@v0.3.8/zlib/zlib/adler32.ts
export default function adler32(adler: any, buf: any, len: any, pos: any) {
let s1 = (adler & 0xffff) | 0;
let s2 = ((adler >>> 16) & 0xffff) | 0;
let n = 0;
while (len !== 0) {
// Set limit ~ twice less than 5552, to keep
// s2 ... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/bd9df1206d20cec819150d96ba5f5dfff4464ea2.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/helpers/webhooks/edit_webhook_message.ts
import { rest } from "../../rest/rest.ts";
import { structures } from "../../structures/mod.ts";
import { Errors } from "../../types/discordeno/errors.ts";
import { DiscordAllowedMentionsTypes } from "../../types/me... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/bda2858b028012adaa6db66005f06f25b606df7c.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/helpers/channels/get_stage_instance.ts
import { cacheHandlers } from "../../cache.ts";
import { rest } from "../../rest/rest.ts";
import { ChannelTypes } from "../../types/channels/channel_types.ts";
import type { StageInstance } from "../../types/channels... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/bdaabc8391b5d7501f63ac431d74e2fa3c02178c.ts | TypeScript | // Loaded from https://deno.land/std@0.69.0/http/_io.ts
import { BufReader, BufWriter } from "../io/bufio.ts";
import { TextProtoReader } from "../textproto/mod.ts";
import { assert } from "../_util/assert.ts";
import { encoder } from "../encoding/utf8.ts";
import { ServerRequest, Response } from "./server.ts";
impor... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/bdc90f905b76f3949ac2d764328c049546d036ea.ts | TypeScript | // Loaded from https://deno.land/x/graphql_deno@v15.0.0/lib/type/scalars.js
import isFinite from '../polyfills/isFinite.js';
import isInteger from '../polyfills/isInteger.js';
import inspect from '../jsutils/inspect.js';
import isObjectLike from '../jsutils/isObjectLike.js';
import { Kind } from '../language/kinds.js... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/bdd9c5f714d6acdba0026c02e4d960987639bc2d.ts | TypeScript | // Loaded from https://deno.land/std/fs/ensure_dir.ts
// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.
import { getFileInfoType } from "./_util.ts";
/**
* Ensures that the directory exists.
* If the directory structure does not exist, it is created. Like mkdir -p.
* Requires the `--allow... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/be159932d1768f7fbd218488f0c9850b5362f41f.ts | TypeScript | // Loaded from https://deno.land/x/deno_image@v0.0.3/lib/decoders/fast-png/pako/lib/zlib/trees.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 hel... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/be319315b6f99b350b9a23c8b6d9b22a52987270.ts | TypeScript | // Loaded from https://deno.land/x/validasaur/src/rules/is_number.ts
import type { Validity } from "../types.ts";
import { invalid } from "../utils.ts";
export function isNumber(value: any): Validity {
if (typeof value !== "number") {
return invalid("isNumber", { value });
}
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/be3b0879dbb8217929fad6d58ce816aef5dc99f0.ts | TypeScript | // Loaded from https://deno.land/x/ramda@v0.27.2/source/indexOf.js
import _curry2 from './internal/_curry2.js';
import _indexOf from './internal/_indexOf.js';
import _isArray from './internal/_isArray.js';
/**
* Returns the position of the first occurrence of an item in an array, or -1
* if the item is not includ... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/be3fa38e2c6e5157aa842173dd6a6eb33401e827.ts | TypeScript | // Loaded from https://deno.land/std@0.69.0/path/_util.ts
// Copyright the Browserify authors. MIT License.
// Ported from https://github.com/browserify/path-browserify/
/** This module is browser compatible. */
import type { FormatInputPathObject } from "./_interface.ts";
import {
CHAR_UPPERCASE_A,
CHAR_LOWERCA... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/be71fc1ab3e65011528b5293819348b409ed66dd.ts | TypeScript | // Loaded from https://deno.land/std@0.52.0/encoding/hex.ts
// Ported from Go
// https://github.com/golang/go/blob/go1.12.5/src/encoding/hex/hex.go
// Copyright 2009 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// Copyrigh... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/be8334e79454fb246421227d887e97533a0c72e5.ts | TypeScript | // Loaded from https://deno.land/x/oak@v6.3.1/server_sent_event.ts
// Copyright 2018-2020 the oak authors. All rights reserved. MIT license.
import type { Application } from "./application.ts";
import { assert, BufWriter } from "./deps.ts";
import type { ServerRequest } from "./types.d.ts";
const encoder = new Text... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/be8697108396ee52c49749dc5a03c58c1b199992.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/guilds/modify_guild_role_positions.ts
/** https://discord.com/developers/docs/resources/guild#modify-guild-role-positions */
export interface ModifyGuildRolePositions {
/** Role id */
id: string;
/** Sorting position of the role */
position?:... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/be9c30d712598b0081a3509135a0345ea72965fb.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/guilds/system_channel_flags.ts
/** https://discord.com/developers/docs/resources/guild#guild-object-system-channel-flags */
export enum DiscordSystemChannelFlags {
/** Suppress member join notifications */
SuppressJoinNotifications = 1 << 0,
/*... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/be9d6583508483a1faa9fbe4a0b21da60f6679da.ts | TypeScript | // Loaded from https://deno.land/x/ramda@v0.27.2/source/toUpper.js
import invoker from './invoker.js';
/**
* The upper case version of a string.
*
* @func
* @memberOf R
* @since v0.9.0
* @category String
* @sig String -> String
* @param {String} str The string to upper case.
* @return {String} The upper ca... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/beb55af4dc5102f1c15cf9251165b5886e6d55d3.ts | TypeScript | // Loaded from https://deno.land/x/ramda@v0.27.2/source/reduced.js
import _curry1 from './internal/_curry1.js';
import _reduced from './internal/_reduced.js';
/**
* Returns a value wrapped to indicate that it is the final value of the reduce
* and transduce functions. The returned value should be considered a blac... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/beb6cbc6e8a4f063a14998239969c408ed878fe0.ts | TypeScript | // Loaded from https://deno.land/x/mysql/src/packets/parsers/err.ts
import type { BufferReader } from "../../buffer.ts";
import type { Connection } from "../../connection.ts";
import ServerCapabilities from "../../constant/capabilities.ts";
/** @ignore */
export interface ErrorPacket {
code: number;
sqlStateMark... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/bed65cf15dc4ca6b27dd12608debb67df2d16935.ts | TypeScript | // Loaded from https://deno.land/x/cliffy@v0.18.0/prompt/_generic_suggestions.ts
import type { KeyEvent } from "../keycode/key_event.ts";
import {
GenericInput,
GenericInputKeys,
GenericInputPromptOptions,
GenericInputPromptSettings,
} from "./_generic_input.ts";
import { blue, bold, dim, stripColor, underlin... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/bf3c2a7ec4005e4a5f70f4c3c97bce9208d7ff03.ts | TypeScript | // Loaded from https://deno.land/std@0.81.0/async/mux_async_iterator.ts
// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
import { Deferred, deferred } from "./deferred.ts";
interface TaggedYieldedValue<T> {
iterator: AsyncIterableIterator<T>;
value: T;
}
/** The MuxAsyncIterator class ... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/bf5bc14eb56af9fcd2f5ec323bc93426afed73c6.ts | TypeScript | // Loaded from https://deno.land/std@0.101.0/path/glob.ts
// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.
// This module is browser compatible.
import { isWindows, osType } from "../_util/os.ts";
import { SEP, SEP_PATTERN } from "./separator.ts";
import * as _win32 from "./win32.ts";
impor... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/bfa516c4b18c3dea64a583cb739a8dcf05e8dc0f.ts | TypeScript | // Loaded from https://deno.land/std/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 from "./po... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/bfc728960b621688ce2f4614e845571538a2eb25.ts | TypeScript | // Loaded from https://deno.land/x/god_crypto@v1.4.3/src/helper.ts
export function str2bytes(str: string): Uint8Array {
const encoder = new TextEncoder();
return encoder.encode(str);
}
export function hex(bytes: Uint8Array): string {
let output = "";
for (const b of bytes) output += b.toString(16).padStart(2... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/bfd3e30b262e3e7302d3dcba244808baacaed9ce.ts | TypeScript | // Loaded from https://deno.land/std@0.79.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/bfe1df149971f7e1a6aadf198eaadc235b12e81e.ts | TypeScript | // Loaded from https://deno.land/x/negotiator@1.0.1/src/encoding.ts
/**
* Based on https://github.com/jshttp/negotiator/blob/master/lib/encoding.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/bfea39fb2079246e4aa4f4d829138944e89d02e0.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/handlers/messages/MESSAGE_DELETE.ts
import { eventHandlers } from "../../bot.ts";
import { cacheHandlers } from "../../cache.ts";
import type { DiscordGatewayPayload } from "../../types/gateway/gateway_payload.ts";
import type { MessageDelete } from "../..... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/c00a0f003a69f62a165000111550171408f048f6.ts | TypeScript | // Loaded from https://deno.land/std@0.102.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_SL... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/c019e8f5fa8ec9f1f6e9fac399f8d6e612fcbfe3.ts | TypeScript | // Loaded from https://deno.land/std@0.77.0/path/separator.ts
// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
/** This module is browser compatible. */
import { isWindows } from "./_constants.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/c02585e967a479a02b6800829a28c31c595dbf1c.ts | TypeScript | // Loaded from https://deno.land/std@0.101.0/datetime/formatter.ts
// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.
import {
CallbackResult,
ReceiverResult,
Rule,
TestFunction,
TestResult,
Tokenizer,
} from "./tokenizer.ts";
function digits(value: string | number, count = 2): st... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/c039b9a77e6b1dc6bf8e5a8822784f093ca0a21e.ts | TypeScript | // Loaded from https://deno.land/x/case@v2.1.0/pascalCase.ts
import camelCase from "./camelCase.ts";
import upperFirstCase from "./upperFirstCase.ts";
export default function pascalCase(
value: string,
locale?: string,
mergeNumbers?: boolean,
): string {
return upperFirstCase(camelCase(value, locale, mergeNu... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/c0528b15f7de0ab87ac7b5115f9588f0b4f1bdfd.ts | TypeScript | // Loaded from https://deno.land/x/mongo@v0.20.0/src/protocol/message.ts
import { MessageHeader, OpCode, serializeHeader } from "./header.ts";
import { Document } from "../types.ts";
import { deserializeBson, serializeBson } from "../utils/bson.ts";
type MessageFlags = number;
const encoder = new TextEncoder();
con... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/c056969db90d847542e4b5eeddf4ada0b5516643.ts | TypeScript | // Loaded from https://deno.land/x/segno@v1.1.0/lib/validations/isSvg.ts
// @ts-ignore allowing typedoc to build
import { assertString } from '../helpers/assertString.ts';
/**
* @ignore
*/
const htmlCommentRegex = /<!--([\s\S]*?)-->/g;
/**
* @ignore
*/
const entityRegex = /\s*<!Entity\s+\S*\s*(?:"|')[^"]+(?:"|'... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/c078dfefe17fcc0e0db64d8e80e839a885b108be.ts | TypeScript | // Loaded from https://deno.land/x/case/mod.ts
export { default as camelCase } from "./camelCase.ts";
export { default as constantCase } from "./constantCase.ts";
export { default as dotCase } from "./dotCase.ts";
export { default as headerCase } from "./headerCase.ts";
export { default as lowerCase } from "./lowerCa... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/c07b6c382ece40a0756a3b4cadf1cf3cec50506a.ts | TypeScript | // Loaded from https://deno.land/x/validasaur/src/types.ts
import type {
ValidationErrors,
InvalidPayload,
ValidationUtils,
InvalidParams,
} from "./interfaces.ts";
export type OptionalValue = null | undefined | "";
export type Validity = InvalidPayload | undefined;
export type Rule = (
value: any,
uti... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/c09715257bce4b5f1ac2a32ed67a6643af215831.ts | TypeScript | // Loaded from https://deno.land/x/dnit@dnit-v1.11.0/adl-gen/sys/types.ts
/* @generated from adl module sys.types */
import type * as ADL from "./../runtime/adl.ts";
export interface Pair<T1, T2> {
v1: T1;
v2: T2;
}
export function makePair<T1, T2>(
input: {
v1: T1,
v2: T2,
}
): Pair<T1, T2> {
re... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/c0c370d38bd92a781f4511fb5c9f00dfbbcc58f0.ts | TypeScript | // Loaded from https://deno.land/std@0.84.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/c0ce03471a94cad5d90a747f54576f5ac9b873df.ts | TypeScript | // Loaded from https://deno.land/std@0.77.0/fs/expand_glob.ts
// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
import {
GlobOptions,
globToRegExp,
isAbsolute,
isGlob,
joinGlobs,
normalize,
SEP_PATTERN,
} from "../path/mod.ts";
import {
_createWalkEntry,
_createWalkEntrySync... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/c10fe05df59983639d2fba76188e16798e5a90ae.ts | TypeScript | // Loaded from https://deno.land/x/denodb@v1.0.18/lib/connectors/postgres-connector.ts
import { PostgresClient } from "../../deps.ts";
import type { Connector, ConnectorOptions } from "./connector.ts";
import { SQLTranslator } from "../translators/sql-translator.ts";
import type { QueryDescription } from "../query-bu... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/c14c897c247cc99ff37cf3deb00f9584b76bb808.ts | TypeScript | // Loaded from https://deno.land/std@0.81.0/_util/has_own_property.ts
// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
/**
* Determines whether an object has a property with the specified name.
* Avoid calling prototype builtin `hasOwnProperty` for two reasons:
*
* 1. `hasOwnProperty` i... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/c22b4dbf30ac46e0e39708037ba0d678ab8905d6.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/members/guild_member_remove.ts
import { User } from "../users/user.ts";
/** https://discord.com/developers/docs/topics/gateway#guild-member-remove */
export interface GuildMemberRemove {
/** The id of the guild */
guildId: string;
/** The user... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/c22b5f7aac3f5c747b6671c9b83c20623b5e9804.ts | TypeScript | // Loaded from https://deno.land/x/sqlite@v2.3.1/build/vfs.js
import { getStr } from "../src/wasm.ts";
// Closure to return an environment that links
// the current wasm context
export default function env(inst) {
// Map file rids to file names, since
// some of Deno's os methods use files-names
// instead of ... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/c2302aee2f4be0793fef68ba297edfe23ac4b272.ts | TypeScript | // Loaded from https://deno.land/x/graphql_deno@v15.0.0/lib/validation/rules/LoneAnonymousOperationRule.js
import { GraphQLError } from '../../error/GraphQLError.js';
import { Kind } from '../../language/kinds.js';
/**
* Lone anonymous operation
*
* A GraphQL document is only valid if when it contains an anonymou... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/c243d23aecc4d9f5798b7604b10ff3a5879cf0ab.ts | TypeScript | // Loaded from https://deno.land/std@0.78.0/encoding/_yaml/type/mod.ts
// Ported from js-yaml v3.13.1:
// https://github.com/nodeca/js-yaml/commit/665aadda42349dcae869f12040d9b10ef18d12da
// Copyright 2011-2015 by Vitaly Puzrin. All rights reserved. MIT license.
// Copyright 2018-2020 the Deno authors. All rights res... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/c255b3bd25f24ca867670a8505282d8fd7a74586.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/messages/message_reaction_add.ts
import { Emoji } from "../emojis/emoji.ts";
import { GuildMemberWithUser } from "../members/guild_member.ts";
/** https://discord.com/developers/docs/topics/gateway#message-reaction-add */
export interface MessageRea... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/c27dd78b5a1352cbe6105744ab85f0eed98fc879.ts | TypeScript | // Loaded from https://deno.land/x/validasaur/src/interfaces.ts
import type { Rule, MessageFunction, Validity } from "./types.ts";
export interface ValidationRules {
[key: string]: Rule | Rule[];
}
export interface InvalidParams {
[key: string]: any;
}
export interface InvalidPayload {
rule: string;
params... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/c2897f055a87c27545600578ff624f3a597d0bbe.ts | TypeScript | // Loaded from https://deno.land/std@0.84.0/fmt/colors.ts
// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.
// A module to print ANSI terminal colors. Inspired by chalk, kleur, and colors
// on npm.
//
// ```
// import { bgBlue, red, bold } from "https://deno.land/std/fmt/colors.ts";
// conso... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/c29ca8bdf0e04d5f285d44d868b422fcf28dd8bc.ts | TypeScript | // Loaded from https://deno.land/x/ramda@v0.27.2/source/clamp.js
import _curry3 from './internal/_curry3.js';
/**
* Restricts a number to be within a range.
*
* Also works for other ordered types such as Strings and Dates.
*
* @func
* @memberOf R
* @since v0.20.0
* @category Relation
* @sig Ord a => a -> a ... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/c29e9778b67063ad104296ceb03655620d0798f7.ts | TypeScript | // Loaded from https://deno.land/x/ramda@v0.27.2/source/range.js
import _curry2 from './internal/_curry2.js';
import _isNumber from './internal/_isNumber.js';
/**
* Returns a list of numbers from `from` (inclusive) to `to` (exclusive).
*
* @func
* @memberOf R
* @since v0.1.0
* @category List
* @sig Number ->... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/c2aa2ea224ab15081a36313c8ffcf8b43d2bbe47.ts | TypeScript | // Loaded from https://deno.land/x/ramda@v0.27.2/source/lastIndexOf.js
import _curry2 from './internal/_curry2.js';
import _isArray from './internal/_isArray.js';
import equals from './equals.js';
/**
* Returns the position of the last occurrence of an item in an array, or -1 if
* the item is not included in the ... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/c2ca017d610e882401452cd03ed1afd2826dba92.ts | TypeScript | // Loaded from https://deno.land/std@0.80.0/encoding/_yaml/schema/failsafe.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 rig... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/c2ce4783b0c868fbd1bc739c141dc29f98c60dae.ts | TypeScript | // Loaded from https://deno.land/x/cliffy@v0.18.0/command/completions/_bash_completions_generator.ts
import type { Command } from "../command.ts";
import type { IArgument } from "../types.ts";
/** Generates bash completions script. */
export class BashCompletionsGenerator {
/** Generates bash completions script fo... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/c3793e3d52f9614840eacb9bf8dd937bc7930a00.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/guilds/mfa_levels.ts
/** https://discord.com/developers/docs/resources/guild#guild-object-mfa-level */
export enum DiscordMfaLevels {
/** Guild has no MFA/2FA requirement for moderation actions */
None,
/** Guild has a 2FA requirement for moder... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/c3c606b9343c0c7fb21fc911c8188c8ab6a8450f.ts | TypeScript | // Loaded from https://deno.land/x/dnit@dnit-v1.11.0/deps.ts
import * as flags from "https://deno.land/std@0.77.0/flags/mod.ts";
import * as path from "https://deno.land/std@0.77.0/path/mod.ts";
import * as log from "https://deno.land/std@0.77.0/log/mod.ts";
import * as fs from "https://deno.land/std@0.77.0/fs/mod.ts... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/c4739ed0dfdba3a3ef0253d4341f848d2b9d1fee.ts | TypeScript | // Loaded from https://deno.land/std/_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 `true`, t... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/c515d79766d4c6d1de691f316a46c777167e195e.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/members/request_guild_members.ts
/** https://discord.com/developers/docs/topics/gateway#request-guild-members */
export interface RequestGuildMembers {
/** id of the guild to get members for */
guildId: string;
/** String that username starts w... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/c5160638be20ce382e11e3b363c25e3c192e2711.ts | TypeScript | // Loaded from https://deno.land/std@0.77.0/testing/_diff.ts
// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
/** This module is browser compatible. */
interface FarthestPoint {
y: number;
id: number;
}
export enum DiffType {
removed = "removed",
common = "common",
added = "added... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/c523b0da484f98437113f77e4c725032c98cf6fb.ts | TypeScript | // Loaded from https://deno.land/x/ramda@v0.27.2/source/juxt.js
import _curry1 from './internal/_curry1.js';
import converge from './converge.js';
/**
* juxt applies a list of functions to a list of values.
*
* @func
* @memberOf R
* @since v0.19.0
* @category Function
* @sig [(a, b, ..., m) -> n] -> ((a, b, ... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/c5257cbfef84774081325da11dd34df21a77e9fe.ts | TypeScript | // Loaded from https://deno.land/std@0.92.0/_util/os.ts
// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.
// This module is browser compatible.
export const osType = (() => {
if (globalThis.Deno != null) {
return Deno.build.os;
}
// deno-lint-ignore no-explicit-any
const navigat... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/c53d5a1a462c7cf4f18b3a1d58bb97d9b5c2cf36.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/ws/process_queue.ts
import { loopObject } from "../util/loop_object.ts";
import { delay } from "../util/utils.ts";
import { ws } from "./ws.ts";
export async function processQueue(id: number) {
const shard = ws.shards.get(id);
// If no items or its al... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/c56c554ad54951f2e2edce9f63603257451e7673.ts | TypeScript | // Loaded from https://deno.land/std/path/common.ts
// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.
// This module is browser compatible.
import { SEP } from "./separator.ts";
/** Determines the common path from a set of paths, using an optional separator,
* which defaults to the OS defa... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/c5a6eef65797e61b302a185f91d1792d86c3e97e.ts | TypeScript | // Loaded from https://deno.land/x/graphql_deno@v15.0.0/lib/validation/rules/UniqueTypeNamesRule.js
import { GraphQLError } from '../../error/GraphQLError.js';
/**
* Unique type names
*
* A GraphQL document is only valid if all defined types have unique names.
*/
export function UniqueTypeNamesRule(context) {
... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/c5efacd3b01ae2bec96353858bc543e6a6055224.ts | TypeScript | // Loaded from https://deno.land/x/ramda@v0.27.2/source/none.js
import _complement from './internal/_complement.js';
import _curry2 from './internal/_curry2.js';
import all from './all.js';
/**
* Returns `true` if no elements of the list match the predicate, `false`
* otherwise.
*
* Dispatches to the `all` meth... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/c616721069e562d9539869dbe39c83b9718f0adb.ts | TypeScript | // Loaded from https://deno.land/x/media_types@v2.4.7/deps.ts
// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
export { extname } from "https://deno.land/std@0.69.0/path/mod.ts";
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/c61ba1b78826159b423eb9e1ff1f74e01860e2d6.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/mod.ts
export * from "./src/bot.ts";
export * from "./src/cache.ts";
export * from "./src/handlers/mod.ts";
export * from "./src/helpers/mod.ts";
export * from "./src/rest/mod.ts";
export * from "./src/structures/mod.ts";
export * from "./src/types/mod.ts";
ex... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/c658df173df2a224ae3f7239f17771261507be83.ts | TypeScript | // Loaded from https://deno.land/std@0.67.0/path/posix.ts
// Copyright the Browserify authors. MIT License.
// Ported from https://github.com/browserify/path-browserify/
/** This module is browser compatible. */
import type { FormatInputPathObject, ParsedPath } from "./_interface.ts";
import { CHAR_DOT, CHAR_FORWARD... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/c66e79a62dda0af277aa98d552d9cdde889000a0.ts | TypeScript | // Loaded from https://deno.land/std@0.77.0/path/posix.ts
// Copyright the Browserify authors. MIT License.
// Ported from https://github.com/browserify/path-browserify/
/** This module is browser compatible. */
import type { FormatInputPathObject, ParsedPath } from "./_interface.ts";
import { CHAR_DOT, CHAR_FORWARD... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/c690ca445ae96ec0cd3f3b45436c134f70c6aa6a.ts | TypeScript | // Loaded from https://deno.land/x/base64/base64url.ts
import { init } from "./base.ts";
const lookup: string[] = [];
const revLookup: number[] = [];
const code: string =
"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_";
for (let i: number = 0, l = code.length; i < l; ++i) {
lookup[i] = code[i... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/c69ac0cee1fe234749f15dfa0112473d0d114434.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/helpers/channels/delete_channel_overwrite.ts
import { rest } from "../../rest/rest.ts";
import { endpoints } from "../../util/constants.ts";
import { requireBotGuildPermissions } from "../../util/permissions.ts";
/** Delete the channel permission overwrit... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/c6b25944cf5c161a8a0f5087f2a930faeffcfc2c.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/structures/guild.ts
import { botId, eventHandlers } from "../bot.ts";
import { cache, cacheHandlers } from "../cache.ts";
import { deleteGuild } from "../helpers/guilds/delete_guild.ts";
import { editGuild } from "../helpers/guilds/edit_guild.ts";
import {... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/c6b66edb91ebd6db54ce6aa59b21f51319c5c7fa.ts | TypeScript | // Loaded from https://deno.land/x/graphql_deno@v15.0.0/lib/language/printer.js
import { visit } from './visitor.js';
import { printBlockString } from './blockString.js';
/**
* Converts an AST into a string, using one set of reasonable
* formatting rules.
*/
export function print(ast) {
return visit(ast, {
... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/c6d7014195416a4e8767f62659ac95ca3e9d0ed3.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/guilds/get_guild_widget_image_style_options.ts
/** https://discord.com/developers/docs/resources/guild#get-guild-widget-image-widget-style-options */
export enum DiscordGetGuildWidgetImageStyleOptions {
/** Shield style widget with Discord icon and... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/c702b3c73d6328a7fd9c2a221d90c296bda0c32f.ts | TypeScript | // Loaded from https://deno.land/x/tinyhttp@0.1.18/extensions/res/mod.ts
export * from './end.ts'
export * from './send/mod.ts'
export * from './append.ts'
export * from './format.ts'
export * from './download.ts'
export * from './cookie.ts'
export * from './headers.ts'
export * from './redirect.ts'
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/c70c2c5563cc9193ee224d296df7f47443319d4c.ts | TypeScript | // Loaded from https://deno.land/x/mongo@v0.20.0/src/protocol/handshake.ts
import { WireProtocol } from "./protocol.ts";
export const driverMetadata = {
driver: {
name: "Deno Mongo",
version: "v0.0.1",
},
os: {
type: Deno.build.os,
name: Deno.build.os,
architecture: Deno.build.arch,
},
};... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/c71df4d383788df8395a01a44b7d68ceef33a84b.ts | TypeScript | // Loaded from https://deno.land/x/ramda@v0.27.2/source/unfold.js
import _curry2 from './internal/_curry2.js';
/**
* Builds a list from a seed value. Accepts an iterator function, which returns
* either false to stop iteration or an array of length 2 containing the value
* to add to the resulting list and the se... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/c746673ba17c2e68161a95e8f0fe134b2f66a93a.ts | TypeScript | // Loaded from https://deno.land/x/cliffy@v0.18.0/prompt/secret.ts
import { GenericPrompt } from "./_generic_prompt.ts";
import { blue, underline } from "./deps.ts";
import { Figures } from "./figures.ts";
import {
GenericInput,
GenericInputKeys,
GenericInputPromptOptions,
GenericInputPromptSettings,
} from "... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/c74c40a9e71a01d2a563831bc6582bcb9203c543.ts | TypeScript | // Loaded from https://deno.land/std@0.73.0/fmt/colors.ts
// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
/** A module to print ANSI terminal colors. Inspired by chalk, kleur, and colors
* on npm.
*
* ```
* import { bgBlue, red, bold } from "https://deno.land/std/fmt/colors.ts";
* cons... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/c76ca21f9dfe95b39bd838a0ef3cb4d5492970ee.ts | TypeScript | // Loaded from https://deno.land/x/graphql_deno@v15.0.0/lib/validation/rules/UniqueOperationNamesRule.js
import { GraphQLError } from '../../error/GraphQLError.js';
/**
* Unique operation names
*
* A GraphQL document is only valid if all defined operations have unique names.
*/
export function UniqueOperationNam... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/c7838e1b8c6125262a0b8fde9af47c141631d52e.ts | TypeScript | // Loaded from https://deno.land/x/ramda@v0.27.2/source/o.js
import _curry3 from './internal/_curry3.js';
/**
* `o` is a curried composition function that returns a unary function.
* Like [`compose`](#compose), `o` performs right-to-left function composition.
* Unlike [`compose`](#compose), the rightmost functio... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/c78d3084a2ef9400c44051b01f4c1749775180a2.ts | TypeScript | // Loaded from https://deno.land/x/ramda@v0.27.2/source/internal/_Set.js
import _includes from './_includes.js';
function _Set() {
/* globals Set */
this._nativeSet = typeof Set === 'function' ? new Set() : null;
this._items = {};
}
// until we figure out why jsdoc chokes on this
// @param item The item to a... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/c7a7732d167335b1c63600e2f4a2952d1d6e896f.ts | TypeScript | // Loaded from https://deno.land/std@0.78.0/encoding/_yaml/schema/json.ts
// Ported from js-yaml v3.13.1:
// https://github.com/nodeca/js-yaml/commit/665aadda42349dcae869f12040d9b10ef18d12da
// Copyright 2011-2015 by Vitaly Puzrin. All rights reserved. MIT license.
// Copyright 2018-2020 the Deno authors. All rights ... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/c7d91a1d53256cebf2c84f83d8194e2a482ea896.ts | TypeScript | // Loaded from https://deno.land/x/ramda@v0.27.2/source/prepend.js
import _concat from './internal/_concat.js';
import _curry2 from './internal/_curry2.js';
/**
* Returns a new list with the given element at the front, followed by the
* contents of the list.
*
* @func
* @memberOf R
* @since v0.1.0
* @categor... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/c83f2ab4836c0a0d7226211d0fbf51b8c00ef559.ts | TypeScript | // Loaded from https://deno.land/std@0.101.0/async/mod.ts
// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.
export * from "./debounce.ts";
export * from "./deferred.ts";
export * from "./delay.ts";
export * from "./mux_async_iterator.ts";
export * from "./pool.ts";
export * from "./tee.ts";
e... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/c84bf8333e90db1b47f57bd57d21243e0272cf50.ts | TypeScript | // Loaded from https://deno.land/x/ramda@v0.27.2/source/lens.js
import _curry2 from './internal/_curry2.js';
import map from './map.js';
/**
* Returns a lens for the given getter and setter functions. The getter "gets"
* the value of the focus; the setter "sets" the value of the focus. The setter
* should not mu... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/c8508b54b22550296bc401bbfe343303fa3f8826.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/helpers/webhooks/get_webhook_with_token.ts
import { rest } from "../../rest/rest.ts";
import type { Webhook } from "../../types/webhooks/webhook.ts";
import { endpoints } from "../../util/constants.ts";
/** Returns the new webhook object for the given id,... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/c870059092be4b5fbad851363384611d318b8eb4.ts | TypeScript | // Loaded from https://deno.land/x/case@v2.1.0/titleCase.ts
import upperCase from "./upperCase.ts";
import normalCase from "./normalCase.ts";
export default function titleCase(value: string, locale?: string): string {
return normalCase(value, locale).replace(/^.| ./g, function (
m: string,
): string {
re... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/c87517b6eb4d6c266f299f357e700e328567cc87.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/invites/mod.ts
export * from "./create_channel_invite.ts";
export * from "./get_invite.ts";
export * from "./invite.ts";
export * from "./invite_create.ts";
export * from "./invite_delete.ts";
export * from "./invite_metadata.ts";
export * from "./in... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/c89e70748d5935241dc952409e3c1ff1f791c954.ts | TypeScript | // Loaded from https://deno.land/std@0.81.0/path/posix.ts
// Copyright the Browserify authors. MIT License.
// Ported from https://github.com/browserify/path-browserify/
/** This module is browser compatible. */
import type { FormatInputPathObject, ParsedPath } from "./_interface.ts";
import { CHAR_DOT, CHAR_FORWARD... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/c8b799aae9ee9bc41146ecd14ace7a0aee25aeaf.ts | TypeScript | // Loaded from https://deno.land/x/cliffy@v0.12.1/packages/command/types/action-list.ts
import { Command } from '../lib/command.ts';
import { StringType } from './string.ts';
export class ActionListType extends StringType {
constructor( protected cmd: Command ) {
super();
}
public complete(): s... | 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.