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/0001ff668a4b2872431d6fffb5cbe9dd7f226525.ts | TypeScript | // Loaded from https://deno.land/x/cliffy@v0.18.0/flags/mod.ts
export * from "./flags.ts";
export * from "./normalize.ts";
export * from "./types.ts";
export * from "./validate_flags.ts";
export * from "./types/boolean.ts";
export * from "./types/number.ts";
export * from "./types/string.ts";
export { ValidationError... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/0004535d5f93eb2ada7a36c4a14755f0a944c39f.ts | TypeScript | // Loaded from https://deno.land/std/fs/ensure_file.ts
// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.
import * as path from "../path/mod.ts";
import { ensureDir, ensureDirSync } from "./ensure_dir.ts";
import { getFileInfoType } from "./_util.ts";
/**
* Ensures that the file exists.
* I... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/000eaaf9c0385c727c48e5dd5638a0230d00c3dd.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/interactions/commands/create_guild_application_command.ts
import { ApplicationCommandOption } from "./application_command_option.ts";
/** https://discord.com/developers/docs/interactions/slash-commands#create-guild-application-command-json-params */... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/000ffa42c9218a387d09c7be59f9609249baa988.ts | TypeScript | // Loaded from https://deno.land/x/god_crypto@v0.2.0/src/rsa.ts
import { power_mod } from "./math.ts";
import { eme_oaep_encode, eme_oaep_decode } from "./eme_oaep.ts";
import { os2ip, i2osp } from "./primitives.ts";
import { concat, random_bytes } from "./helper.ts";
/**
* @param n public key modulus
* @param e p... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/002f5d1cbfd5e28f9167bc34bbab797dd6d45867.ts | TypeScript | // Loaded from https://deno.land/x/deno_image@v0.0.3/lib/decoders/fast-png/common.ts
export const pngSignature = [137, 80, 78, 71, 13, 10, 26, 10];
const crcTable: number[] = [];
for (let n = 0; n < 256; n++) {
let c = n;
for (let k = 0; k < 8; k++) {
if (c & 1) {
c = 0xedb88320 ^ (c >>> 1);
} else... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/0046e5420144af71c85b6f4b9d027a4872b958aa.ts | TypeScript | // Loaded from https://deno.land/std/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.
// Copyright 2018-... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/0046ef139334d849e0580670a5e984a126560b34.ts | TypeScript | // Loaded from https://deno.land/std@0.85.0/io/mod.ts
// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.
export * from "./bufio.ts";
export * from "./ioutil.ts";
export * from "./readers.ts";
export * from "./writers.ts";
export * from "./streams.ts";
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/00640c542630e1b962728650765ab970308277b3.ts | TypeScript | // Loaded from https://deno.land/x/validasaur/src/rules/required_when.ts
import type { Validity, Rule } from "../types.ts";
import type { ValidationUtils } from "../interfaces.ts";
import { required } from "./required.ts";
import { optionallyValid } from "../utils.ts";
export function requiredWhen(
callback: (
... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/007133b016f8a1fc63b289080efa0359d29eea83.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/channels/channel_types.ts
/** https://discord.com/developers/docs/resources/channel#channel-object-channel-types */
export enum DiscordChannelTypes {
/** A text channel within a server */
GuildText,
/** A direct message between users */
DM,
... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/0087dc7fd03e2d3f1c521aa350f2b1607ad513be.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/handlers/guilds/GUILD_DELETE.ts
import { eventHandlers } from "../../bot.ts";
import { cacheHandlers } from "../../cache.ts";
import type { DiscordGatewayPayload } from "../../types/gateway/gateway_payload.ts";
import type { UnavailableGuild } from "../../... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/00ac2e3568aa701b50dbe03658b1969f4fa89905.ts | TypeScript | // Loaded from https://deno.land/x/segno@v1.1.0/lib/validations/isBtcAddress.ts
// @ts-ignore allowing typedoc to build
import { assertString } from '../helpers/assertString.ts';
// supports Bech32 addresses
/**
* @ignore
*/
const btc = /^(bc1|[13])[a-zA-HJ-NP-Z0-9]{25,39}$/;
export const isBtcAddress = (str: str... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/00cadceb739e8646ce070b20898b7ec735abf64d.ts | TypeScript | // Loaded from https://deno.land/x/validasaur/src/rules/validate_array.ts
import type { Validity, Rule } from "../types.ts";
import type { RawValidationResult, ValidationUtils } from "../interfaces.ts";
import { invalid, isOptionalValue } from "../utils.ts";
import { required } from "./required.ts";
import { validate... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/00e80e1fcecb7f5bb763e9c4d41a4fc8646c763e.ts | TypeScript | // Loaded from https://deno.land/x/encodeurl@1.0.0/mod.ts
/*!
* encodeurl
* Copyright(c) 2016 Douglas Christopher Wilson
* Copyright (c) 2020 Henry Zhuang
* MIT Licensed
*/
/**
* RegExp to match non-URL code points, *after* encoding (i.e. not including "%")
* and including invalid escape sequences.
* @privat... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/010ed334fc1d1e67f2d47e70a3bba7078ca7c879.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/rest/process_queue.ts
import { eventHandlers } from "../bot.ts";
import { DiscordHTTPResponseCodes } from "../types/codes/http_response_codes.ts";
import { delay } from "../util/utils.ts";
import { rest } from "./rest.ts";
/** Processes the queue by loopi... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/013993bd641a8f773adbcb8f51d7fa01cc2065ad.ts | TypeScript | // Loaded from https://deno.land/std@0.79.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/013995dd8fd3b251611b4cc58c38d2c5fd957f74.ts | TypeScript | // Loaded from https://deno.land/std@0.69.0/_util/assert.ts
// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
export class DenoStdInternalError extends Error {
constructor(message: string) {
super(message);
this.name = "DenoStdInternalError";
}
}
/** Make an assertion, if not `t... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/013da1a69449f69887e4259f172d5b80f642e78c.ts | TypeScript | // Loaded from https://deno.land/x/graphql_deno@v15.0.0/lib/validation/rules/UniqueArgumentNamesRule.js
import { GraphQLError } from '../../error/GraphQLError.js';
/**
* Unique argument names
*
* A GraphQL field or directive is only valid if all supplied arguments are
* uniquely named.
*/
export function Unique... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/01474d64962c420e64b489dc2c1ef19664ef6574.ts | TypeScript | // Loaded from https://deno.land/std@0.74.0/fs/exists.ts
// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
/**
* Test whether or not the given path exists by checking with the file system
*/
export async function exists(filePath: string): Promise<boolean> {
try {
await Deno.lstat(file... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/017111745f34ea7e1ee5489286bba848979bba8d.ts | TypeScript | // Loaded from https://deno.land/x/ramda@v0.27.2/mod.ts
export * from "./source/index.js";
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/01815f0bfc7c38ccb35716808b637adb22658131.ts | TypeScript | // Loaded from https://deno.land/x/deno_image@v0.0.3/lib/decoders/fast-png/pako/lib/zlib/adler32.js
// Note: adler32 takes 12% for level 0 and 2% for level 6.
// It isn't worth it to make additional optimizations as in original.
// Small size is preferable.
// (C) 1995-2013 Jean-loup Gailly and Mark Adler
// (C) 201... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/01dc08ae3d8fc0122627ab537a8afbd684ecbdea.ts | TypeScript | // Loaded from https://deno.land/x/ramda@v0.27.2/source/internal/_isRegExp.js
export default function _isRegExp(x) {
return Object.prototype.toString.call(x) === '[object RegExp]';
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/01f6a4bddb7dd4a2399c436cf5ac1e48aeae7e53.ts | TypeScript | // Loaded from https://deno.land/x/cliffy@v0.18.0/command/mod.ts
export * from "./types.ts";
export * from "./command.ts";
export * from "./completions/mod.ts";
export * from "./help/mod.ts";
export * from "./types/action_list.ts";
export * from "./types/boolean.ts";
export * from "./types/child_command.ts";
export *... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/01f9532d107c1bd2d05d91b3f51d3e57711ef2b5.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/ws/mod.ts
export * from "./cleanup_loading_shards.ts";
export * from "./create_shard.ts";
export * from "./events.ts";
export * from "./handle_discord_payload.ts";
export * from "./handle_on_message.ts";
export * from "./heartbeat.ts";
export * from "./ide... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/020be644443b8947fbca69ea92ebd2ece761d2d0.ts | TypeScript | // Loaded from https://deno.land/x/djwt@v1.9/_signature.ts
import type { Algorithm } from "./_algorithm.ts";
import {
base64url,
convertHexToUint8Array,
HmacSha256,
HmacSha512,
RSA,
} from "./_depts.ts";
function assertNever(alg: never, message: string): never {
throw new RangeError(message);
}
export f... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/020cccee8635a75fe889ea33c2a663e761999e24.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/helpers/guilds/get_audit_logs.ts
import { rest } from "../../rest/rest.ts";
import type { AuditLog } from "../../types/audit_log/audit_log.ts";
import type { GetGuildAuditLog } from "../../types/audit_log/get_guild_audit_log.ts";
import { endpoints } from ... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/020e7c93fbe1e18a705db3506ade9f67fb9bf81b.ts | TypeScript | // Loaded from https://deno.land/x/graphql_deno@v15.0.0/lib/subscription/index.js
export { subscribe, createSourceEventStream } from './subscribe.js'; | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/022b6a900d4aee51362ccb4701c84a4d771ec2d3.ts | TypeScript | // Loaded from https://deno.land/x/case/paramCase.ts
import normalCase from "./normalCase.ts";
export default function paramCase(value: string, locale?: string): string {
return normalCase(value, locale, "-");
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/02935e5502cec01d27691615f6fdbae907e86c3c.ts | TypeScript | // Loaded from https://deno.land/std@0.92.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/02afa43de67db405fc53f955efba75216682ef07.ts | TypeScript | // Loaded from https://deno.land/std@0.78.0/encoding/_yaml/mark.ts
// Ported from js-yaml v3.13.1:
// https://github.com/nodeca/js-yaml/commit/665aadda42349dcae869f12040d9b10ef18d12da
// Copyright 2011-2015 by Vitaly Puzrin. All rights reserved. MIT license.
// Copyright 2018-2020 the Deno authors. All rights reserve... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/02bfa7ac84cde68442aeb8e2b62e0ec94dbd0a41.ts | TypeScript | // Loaded from https://deno.land/std@0.80.0/path/glob.ts
// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
// This module is browser compatible.
import { osType } from "../_util/os.ts";
import { join, normalize } from "./mod.ts";
import { SEP, SEP_PATTERN } from "./separator.ts";
export int... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/02db72652992953a61416af10d0e488d6a114481.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/ws/heartbeat.ts
import { DiscordGatewayOpcodes } from "../types/codes/gateway_opcodes.ts";
import { delay } from "../util/utils.ts";
import { identify } from "./identify.ts";
import { ws } from "./ws.ts";
export async function heartbeat(shardId: number, i... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/02e85e08c4a126f8a100950ecb56cf3d85566557.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/handlers/channels/THREAD_DELETE.ts
import { eventHandlers } from "../../bot.ts";
import { cacheHandlers } from "../../cache.ts";
import { Channel } from "../../types/channels/channel.ts";
import { DiscordGatewayPayload } from "../../types/gateway/gateway_p... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/02f1f752554e9c3f05fe3472f405d989a016815d.ts | TypeScript | // Loaded from https://deno.land/x/ramda@v0.27.2/source/equals.js
import _curry2 from './internal/_curry2.js';
import _equals from './internal/_equals.js';
/**
* Returns `true` if its arguments are equivalent, `false` otherwise. Handles
* cyclical data structures.
*
* Dispatches symmetrically to the `equals` me... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/02fec2e21e7ad66e6023abe2223435a89f34b31b.ts | TypeScript | // Loaded from https://deno.land/x/segno@v1.1.0/lib/validations/isUUID.ts
// @ts-ignore allowing typedoc to build
import { assertString } from '../helpers/assertString.ts';
/**
* @ignore
*/
const uuid = {
3: /^[0-9A-F]{8}-[0-9A-F]{4}-3[0-9A-F]{3}-[0-9A-F]{4}-[0-9A-F]{12}$/i,
4: /^[0-9A-F]{8}-[0-9A-F]{4}-4[0-9A... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/03076ce0e8c0d32d269eb5f3055675ccfefa5698.ts | TypeScript | // Loaded from https://deno.land/x/status@0.1.0/codes.ts
// Copyright 2020 Filippo Rossi. All rights reserved. MIT license.
/**
* Official Documentation @ https://tools.ietf.org/html/rfc7231#section-6.3.3
*
* The request has been received but not yet acted upon. It is non-committal, meaning that there is no way i... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/032aa2cac902835a8f309213d42a7695689ed373.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/interactions/commands/guild_application_command_permissions.ts
import { ApplicationCommandPermissions } from "./application_command_permissions.ts";
/** https://discord.com/developers/docs/interactions/slash-commands#guildapplicationcommandpermissio... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/03316c24461b68ab740623d666246afa37407d86.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/handlers/mod.ts
import { handleChannelCreate } from "./channels/CHANNEL_CREATE.ts";
import { handleChannelDelete } from "./channels/CHANNEL_DELETE.ts";
import { handleChannelPinsUpdate } from "./channels/CHANNEL_PINS_UPDATE.ts";
import { handleChannelUpdat... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/033dbd979aae4e58ee6710f96505a1823483cb3d.ts | TypeScript | // Loaded from https://deno.land/std@0.92.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/03752eb1923228fe872d7ee78c263867fa3cb43f.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/discordeno/file_content.ts
export interface FileContent {
/** The file blob */
blob: Blob;
/** The name of the file */
name: string;
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/03890a1957ff2569db77447abb160e420ce1176f.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/helpers/interactions/get_original_interaction_response.ts
import { applicationId } from "../../bot.ts";
import { rest } from "../../rest/rest.ts";
import { structures } from "../../structures/mod.ts";
import type { Message } from "../../types/messages/mess... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/03a2696060909a82e9151b4f1aced5810a318823.ts | TypeScript | // Loaded from https://deno.land/x/deno_image@v0.0.3/lib/decoders/fast-png/iobuffer/IOBuffer.ts
import { decode, encode } from './utf8.ts';
const defaultByteLength = 1024 * 8;
type InputData = number | ArrayBufferLike | ArrayBufferView | IOBuffer;
interface IOBufferOptions {
/**
* Ignore the first n bytes of ... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/03afd40f15323e4a10de83fb16b022ef4d0fa49c.ts | TypeScript | // Loaded from https://deno.land/x/mysql/src/packets/parsers/result.ts
import type { BufferReader } from "../../buffer.ts";
import {
MYSQL_TYPE_DATE,
MYSQL_TYPE_DATETIME,
MYSQL_TYPE_DATETIME2,
MYSQL_TYPE_DECIMAL,
MYSQL_TYPE_DOUBLE,
MYSQL_TYPE_FLOAT,
MYSQL_TYPE_INT24,
MYSQL_TYPE_LONG,
MYSQL_TYPE_LONG... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/04182eda558f91c98c91784a313ad88c9cea253f.ts | TypeScript | // Loaded from https://deno.land/x/mongo@v0.20.0/src/collection/collection.ts
import { Bson } from "../../deps.ts";
import { WireProtocol } from "../protocol/mod.ts";
import {
CountOptions,
DeleteOptions,
DistinctOptions,
Document,
DropOptions,
FindOptions,
InsertOptions,
UpdateOptions,
} from "../typ... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/042e5ed5300c9e5f707cd1fb94bbe2a7973adc82.ts | TypeScript | // Loaded from https://deno.land/x/ramda@v0.27.2/source/lensProp.js
import _curry1 from './internal/_curry1.js';
import assoc from './assoc.js';
import lens from './lens.js';
import prop from './prop.js';
/**
* Returns a lens whose focus is the specified property.
*
* @func
* @memberOf R
* @since v0.14.0
* @c... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/0468eb68bbd37eea025b91fc98494fc8f6347920.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/discordeno/errors.ts
export enum Errors {
// Bot Role errors
BOTS_HIGHEST_ROLE_TOO_LOW = "BOTS_HIGHEST_ROLE_TOO_LOW",
// Channel Errors
CHANNEL_NOT_FOUND = "CHANNEL_NOT_FOUND",
CHANNEL_NOT_IN_GUILD = "CHANNEL_NOT_IN_GUILD",
CHANNEL_NOT_TE... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/0487c855c9f9ad28ad81c1a9f1e7446b2a188d09.ts | TypeScript | // Loaded from https://deno.land/std@0.78.0/encoding/_yaml/schema.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 reser... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/048a424b4a0d2b5ef1753fb52fc81ba3d31d6656.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/users/connection.ts
import { Integration } from "../integrations/integration.ts";
import { DiscordVisibilityTypes } from "./visibility_types.ts";
/** https://discord.com/developers/docs/resources/user#connection-objecthttps://discord.com/developers/... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/04c5beb117daf148add8d6428102a65050829835.ts | TypeScript | // Loaded from https://deno.land/x/ramda@v0.27.2/source/pipe.js
import _arity from './internal/_arity.js';
import _pipe from './internal/_pipe.js';
import reduce from './reduce.js';
import tail from './tail.js';
/**
* Performs left-to-right function composition. The first argument may have
* any arity; the remain... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/04d2cd119ea6b5f6e98c4d7a3c012cac22088f30.ts | TypeScript | // Loaded from https://deno.land/std/log/logger.ts
// Copyright 2018-2021 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-ignore no-e... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/04f2435ab4500b55ef683496a38c20a92bb0b21c.ts | TypeScript | // Loaded from https://deno.land/std@0.80.0/encoding/_yaml/error.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/053868eeb53e02742f74c3818b879bfbb1c39417.ts | TypeScript | // Loaded from https://deno.land/std@0.101.0/datetime/mod.ts
// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.
import { DateTimeFormatter } from "./formatter.ts";
export const SECOND = 1e3;
export const MINUTE = SECOND * 60;
export const HOUR = MINUTE * 60;
export const DAY = HOUR * 24;
exp... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/054091ea47b4a686799fcdcfafda8d47aa16513b.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/rest/process_request_headers.ts
import { rest } from "./rest.ts";
/** Processes the rate limit headers and determines if it needs to be ratelimited and returns the bucket id if available */
export function processRequestHeaders(url: string, headers: Heade... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/0558e83aa94dff0374c8909ac9e804e17d1d898c.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/messages/message_types.ts
/** https://discord.com/developers/docs/resources/channel#message-object-message-types */
export enum DiscordMessageTypes {
Default,
RecipientAdd,
RecipientRemove,
Call,
ChannelNameChange,
ChannelIconChange,
Ch... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/055c51823e86235b0076115fa0fcfa6a793db7f5.ts | TypeScript | // Loaded from https://deno.land/std@0.73.0/io/ioutil.ts
// Copyright 2018-2020 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/056fcea72bc25d7fa9eafac174ce56b80cf99571.ts | TypeScript | // Loaded from https://deno.land/x/oak@v6.3.1/cookies.ts
// Copyright 2018-2020 the oak authors. All rights reserved. MIT license.
// This was heavily influenced by
// [cookies](https://github.com/pillarjs/cookies/blob/master/index.js)
import type { KeyStack } from "./keyStack.ts";
import type { Request } from "./r... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/05813f2855546fdac890dfbc4b16e07212ab3731.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/permissions/permission_strings.ts
import { DiscordBitwisePermissionFlags } from "./bitwise_permission_flags.ts";
export type PermissionStrings = keyof typeof DiscordBitwisePermissionFlags;
export type Permission = PermissionStrings;
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/0598e2f21b0a75467096a0aa8082dcc14ba23a59.ts | TypeScript | // Loaded from https://deno.land/x/god_crypto@v0.2.0/src/eme_oaep.ts
import { createHash } from "https://deno.land/std/hash/mod.ts";
import { mgf1 } from "./primitives.ts";
import { concat, xor, random_bytes } from "./helper.ts";
/**
* https://tools.ietf.org/html/rfc3447#page-10
*
* @param label
* @param m
*... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/05d629026c1d721c6cbc08637b23fdd0672ea565.ts | TypeScript | // Loaded from https://deno.land/std@0.84.0/path/_constants.ts
// Copyright the Browserify authors. MIT License.
// Ported from https://github.com/browserify/path-browserify/
// This module is browser compatible.
// Alphabet chars.
export const CHAR_UPPERCASE_A = 65; /* A */
export const CHAR_LOWERCASE_A = 97; /* a ... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/060431bb79a5fdc17dd38d75812ec1007c8a09ac.ts | TypeScript | // Loaded from https://deno.land/std@0.80.0/encoding/_yaml/schema.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 reser... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/06199e7707f73bcd1b860910ef3e1e202d83f6f6.ts | TypeScript | // Loaded from https://deno.land/x/compress@v0.3.8/gzip/writer_gzip.ts
import { EventEmitter, Crc32Stream } from "../deps.ts";
import { concatUint8Array } from "../utils/uint8.ts";
import { getHeader, putLong } from "./gzip.ts";
import { Deflate } from "../zlib/mod.ts";
type File = Deno.File;
interface Options {
... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/061dc1bc102d98a87c92425e09bf0203e0434fc9.ts | TypeScript | // Loaded from https://deno.land/std@0.77.0/log/levels.ts
// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
/** Get log level numeric values through enum constants
*/
export enum LogLevels {
NOTSET = 0,
DEBUG = 10,
INFO = 20,
WARNING = 30,
ERROR = 40,
CRITICAL = 50,
}
/** Permit... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/064f179d0e57a87f277f9972efaeaa1c11faeb99.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/ws/resharder.ts
import { getGatewayBot } from "../helpers/misc/get_gateway_bot.ts";
import { ws } from "./ws.ts";
/** The handler to automatically reshard when necessary. */
export async function resharder() {
ws.botGatewayData = await getGatewayBot();
... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/06690f3535d0a01288299061649a51b1ac0435aa.ts | TypeScript | // Loaded from https://deno.land/std@0.81.0/async/pool.ts
// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
/**
* pooledMap transforms values from an (async) iterable into another async
* iterable. The transforms are done concurrently, with a max concurrency
* defined by the poolLimit.
*... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/06840a8904e244f906a89aff3c364599d24554af.ts | TypeScript | // Loaded from https://deno.land/x/ramda@v0.27.2/source/internal/_isObject.js
export default function _isObject(x) {
return Object.prototype.toString.call(x) === '[object Object]';
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/068c2d45fb9edc362a3af0a37718179290fbd722.ts | TypeScript | // Loaded from https://deno.land/x/graphql_deno@v15.0.0/lib/utilities/assertValidName.js
import devAssert from '../jsutils/devAssert.js';
import { GraphQLError } from '../error/GraphQLError.js';
const NAME_RX = /^[_a-zA-Z][_a-zA-Z0-9]*$/;
/**
* Upholds the spec rules about naming.
*/
export function assertValidNam... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/06ac04fc4e5dd9779a3391910b554b0bd6c0c72c.ts | TypeScript | // Loaded from https://deno.land/std@0.67.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/06bc18457d3941be8672f05312cd12e11aab6884.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/guilds/ban.ts
import { User } from "../users/user.ts";
/** https://discord.com/developers/docs/resources/guild#ban-object */
export interface Ban {
/** The reason for the ban */
reason: string | null;
/** The banned user */
user: User;
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/0707cfdbd33633257119e59325e21b1157e536d0.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/webhooks/execute_webhook.ts
import { Embed } from "../embeds/embed.ts";
import { AllowedMentions } from "../messages/allowed_mentions.ts";
import { FileContent } from "../discordeno/file_content.ts";
import { SnakeCasedPropertiesDeep } from "../util.... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/0746b127cd90af92cf12b2ec02c10c123b75903c.ts | TypeScript | // Loaded from https://deno.land/x/graphql_deno@v15.0.0/lib/validation/rules/NoUnusedVariablesRule.js
import { GraphQLError } from '../../error/GraphQLError.js';
/**
* No unused variables
*
* A GraphQL operation is only valid if all variables defined by an operation
* are used, either directly or within a spread... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/07549e322b5884b0b56710f621809fef08d1866e.ts | TypeScript | // Loaded from https://deno.land/x/tinyhttp@0.1.18/extensions/res/cookie.ts
import { Req, Res } from '../../deps.ts'
import * as cookie from 'https://deno.land/std@0.101.0/http/cookie.ts'
export const setCookie = <Request extends Req = Req, Response extends Res = Res>(req: Request, res: Response) => (
name: string... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/07edaff2f29d36d34886867c4a9100a3250091ca.ts | TypeScript | // Loaded from https://deno.land/std@0.85.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/08120cba5feb53715566490767556b622333fcda.ts | TypeScript | // Loaded from https://deno.land/x/segno@v1.1.0/lib/validations/isTaxID.ts
/**
* An Employer Identification Number (EIN), also known as a Federal Tax Identification Number,
* is used to identify a business entity.
*
* NOTES:
* - Prefix 47 is being reserved for future use
* - Prefixes 26, 27, 45, 46 and 47 we... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/0861ab2da31544114172079b055ce1d743795b1d.ts | TypeScript | // Loaded from https://deno.land/std@0.99.0/_util/assert.ts
// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.
export class DenoStdInternalError extends Error {
constructor(message: string) {
super(message);
this.name = "DenoStdInternalError";
}
}
/** Make an assertion, if not `t... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/086270680629deac2a20a68fb1068f2473e47d4f.ts | TypeScript | // Loaded from https://deno.land/std@0.73.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/0889b0a101f4e90270d90a7834853dcb46bf71bc.ts | TypeScript | // Loaded from https://deno.land/x/cliffy@v0.18.0/ansi/cursor_position.ts
import { cursorPosition } from "./ansi_escapes.ts";
/** Cursor position. */
export interface Cursor {
x: number;
y: number;
}
/** Cursor position options. */
export interface CursorPositionOptions {
stdout?: Deno.WriterSync;
stdin?: D... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/08ebb50fccb7ae62f9102d66ba379b39e85bc40f.ts | TypeScript | // Loaded from https://deno.land/x/media_types@v2.9.1/mod.ts
/*!
* Ported from: https://github.com/jshttp/mime-types and licensed as:
*
* (The MIT License)
*
* Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
* Copyright (c) 2015 Douglas Christopher Wilson <doug@somethingdoug.com>
* Copyright (c) 2020 the ... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/08fb5ffb652d3ab4254036be928c3aa4652e251a.ts | TypeScript | // Loaded from https://deno.land/x/segno@v1.1.0/mod.ts
import * as segno from './lib/index.ts';
// exporting all functions
export * from './lib/index.ts';
// exporting functions namespaced to segno
export { segno };
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/09052193f388a9d79c8450ad354894d5b0b4dd9d.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/helpers/emojis/get_emojis.ts
import { eventHandlers } from "../../bot.ts";
import { cacheHandlers } from "../../cache.ts";
import { rest } from "../../rest/rest.ts";
import type { Emoji } from "../../types/emojis/emoji.ts";
import { Errors } from "../../ty... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/0921d954843d1a985feac7de57d6c1db75b7500e.ts | TypeScript | // Loaded from https://deno.land/std@0.80.0/path/separator.ts
// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
/** This module is browser compatible. */
import { isWindows } from "../_util/os.ts";
export const SEP = isWindows ? "\\" : "/";
export const SEP_PATTERN = isWindows ? /[\\/]+/ : ... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/09236d67cd7c89114ef7fae5927846001fdb3ee1.ts | TypeScript | // Loaded from https://deno.land/x/colorlog@v1.0/mod.ts
const reset: String = "\x1b[0m";
const red: String = "\x1b[31m";
const green: String = "\x1b[32m";
const yellow: String = "\x1b[33m";
function error(val: any) {
return (red + val + reset);
}
function success(val: any) {
return (green + val + reset);
}
fun... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/09383f7134bcbb64cadf410adb933d67b8a87fc1.ts | TypeScript | // Loaded from https://deno.land/x/ramda@v0.27.2/source/toPairs.js
import _curry1 from './internal/_curry1.js';
import _has from './internal/_has.js';
/**
* Converts an object into an array of key, value arrays. Only the object's
* own properties are used.
* Note that the order of the output array is not guarant... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/095c726f58dc8e8e09e5e723ca294ce0ffa2d12a.ts | TypeScript | // Loaded from https://deno.land/x/ramda@v0.27.2/source/internal/_xfilter.js
import _curry2 from './_curry2.js';
import _xfBase from './_xfBase.js';
function XFilter(f, xf) {
this.xf = xf;
this.f = f;
}
XFilter.prototype['@@transducer/init'] = _xfBase.init;
XFilter.prototype['@@transducer/result'] = _xfBase.res... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/0977feb3b53e690b725b21f25dc74eb3561f0dee.ts | TypeScript | // Loaded from https://deno.land/x/ramda@v0.27.2/source/propEq.js
import _curry3 from './internal/_curry3.js';
import prop from './prop.js';
import equals from './equals.js';
/**
* Returns `true` if the specified object property is equal, in
* [`R.equals`](#equals) terms, to the given value; `false` otherwise.
*... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/098bc7f3867b2ef1ccaad83722f64cf34603e925.ts | TypeScript | // Loaded from https://deno.land/x/type_is@1.0.1/deps.ts
export { lookup } from "https://deno.land/x/media_types/mod.ts";
export { parse } from "https://deno.land/x/content_type/mod.ts";
export { test } from "https://deno.land/x/media_typer/mod.ts";
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/09d3538bdb461399415f8f68af9da00dd02f839f.ts | TypeScript | // Loaded from https://deno.land/x/ramda@v0.27.2/source/internal/_xdrop.js
import _curry2 from './_curry2.js';
import _xfBase from './_xfBase.js';
function XDrop(n, xf) {
this.xf = xf;
this.n = n;
}
XDrop.prototype['@@transducer/init'] = _xfBase.init;
XDrop.prototype['@@transducer/result'] = _xfBase.result;
XDr... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/09ffbce4c7ea94b418f62b043ae9efa219f6a467.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/rest/process_rate_limited_paths.ts
import { eventHandlers } from "../bot.ts";
import { rest } from "./rest.ts";
/** This will create a infinite loop running in 1 seconds using tail recursion to keep rate limits clean. When a rate limit resets, this will r... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/0a4173dba5b3054c0ecd1ca376e13a5c81b682a5.ts | TypeScript | // Loaded from https://deno.land/x/compress@v0.3.8/zlib/zlib/trees.ts
//const Z_FILTERED = 1;
//const Z_HUFFMAN_ONLY = 2;
//const Z_RLE = 3;
const Z_FIXED = 4;
//const Z_DEFAULT_STRATEGY = 0;
/* Possible values of the data_type field (though see inflate()) */
const Z_BINARY = 0;
const Z_... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/0a4e19efb83fa2243776941917a596463ec6aa51.ts | TypeScript | // Loaded from https://deno.land/x/cliffy@v0.18.0/flags/flags.ts
import { getOption, paramCaseToCamelCase } from "./_utils.ts";
import {
ArgumentFollowsVariadicArgument,
DuplicateOptionName,
InvalidOptionValue,
MissingOptionValue,
RequiredArgumentFollowsOptionalArgument,
UnknownConflictingOption,
Unknow... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/0a59d5ac534c81d425e489007f14f71ea6ccbe45.ts | TypeScript | // Loaded from https://deno.land/std@0.101.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 fr... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/0a853a87f6be3cb7b6a6facd3f40ac37ff096b55.ts | TypeScript | // Loaded from https://deno.land/std@0.92.0/path/_constants.ts
// Copyright the Browserify authors. MIT License.
// Ported from https://github.com/browserify/path-browserify/
// This module is browser compatible.
// Alphabet chars.
export const CHAR_UPPERCASE_A = 65; /* A */
export const CHAR_LOWERCASE_A = 97; /* a ... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/0a96f91ab9a6d6c195b5722e00c81d4bc5feb7e6.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/helpers/interactions/commands/get_slash_command_permissions.ts
import { applicationId } from "../../../bot.ts";
import { rest } from "../../../rest/rest.ts";
import type { GuildApplicationCommandPermissions } from "../../../types/interactions/commands/guil... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/0ab31312a4d3ecab9cdf41f345e7e69882da7d3f.ts | TypeScript | // Loaded from https://deno.land/x/case@v2.1.0/constantCase.ts
import upperCase from "./upperCase.ts";
import snakeCase from "./snakeCase.ts";
export default function constantCase(value: string, locale?: string): string {
return upperCase(snakeCase(value, locale), locale);
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/0afa3c9e6688d294fdfb23eefa94f6c131088a6e.ts | TypeScript | // Loaded from https://deno.land/x/segno@v1.1.0/lib/validations/isMimeType.ts
/*
Checks if the provided string matches to a correct Media type format (MIME type)
This function only checks is the string format follows the
etablished rules by the according RFC specifications.
This function supports 'charset' i... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/0b086b224cfb53ca597f563a04870b8111f3b27d.ts | TypeScript | // Loaded from https://deno.land/x/cliffy@v0.18.0/command/completions/_fish_completions_generator.ts
import type { Command } from "../command.ts";
import type { IOption } from "../types.ts";
/** Generates fish completions script. */
interface CompleteOptions {
description?: string;
shortOption?: string;
longOp... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/0b0bcf31fcc627ab2d8c38be6aaf7d0f7a9fefa3.ts | TypeScript | // Loaded from https://deno.land/std@0.80.0/path/win32.ts
// Copyright the Browserify authors. MIT License.
// Ported from https://github.com/browserify/path-browserify/
/** This module is browser compatible. */
import type { FormatInputPathObject, ParsedPath } from "./_interface.ts";
import {
CHAR_BACKWARD_SLASH,
... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/0b342060ff1856cd94ca234727849c893a6e0ee4.ts | TypeScript | // Loaded from https://deno.land/std@0.78.0/encoding/_yaml/stringify.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 re... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/0b44fd40571b3b06a493c9a07b00afe7a7377189.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/messages/message_activity.ts
import { DiscordMessageActivityTypes } from "./message_activity_types.ts";
/** https://discord.com/developers/docs/resources/channel#message-object-message-activity-structure */
export interface MessageActivity {
/** T... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/0b61675219dbd7c7ea5f54023af19dcf6ac666b9.ts | TypeScript | // Loaded from https://deno.land/std@0.99.0/path/separator.ts
// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.
// This module is browser compatible.
import { isWindows } from "../_util/os.ts";
export const SEP = isWindows ? "\\" : "/";
export const SEP_PATTERN = isWindows ? /[\\/]+/ : /\/+... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/0b639d8abb7284720ea3d1299bff254ef5b9345f.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/handlers/members/GUILD_MEMBER_REMOVE.ts
import { eventHandlers } from "../../bot.ts";
import { cacheHandlers } from "../../cache.ts";
import type { DiscordGatewayPayload } from "../../types/gateway/gateway_payload.ts";
import type { GuildMemberRemove } fro... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/0b9548184c4b86f602c627692a27bebb67f87ffd.ts | TypeScript | // Loaded from https://deno.land/std@0.101.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 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.