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/eab1bda321eee3226e548463bed8a2543b94d358.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/messages/message_sticker_format_types.ts
/** https://discord.com/developers/docs/resources/channel#message-object-message-sticker-format-types */
export enum DiscordMessageStickerFormatTypes {
Png = 1,
Apng,
Lottie,
}
export type MessageSticke... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/eae50acd6710f077e24ca6d09970d763c25e5dce.ts | TypeScript | // Loaded from https://deno.land/x/ramda@v0.27.2/source/internal/_xfindIndex.js
import _curry2 from './_curry2.js';
import _reduced from './_reduced.js';
import _xfBase from './_xfBase.js';
function XFindIndex(f, xf) {
this.xf = xf;
this.f = f;
this.idx = -1;
this.found = false;
}
XFindIndex.prototype['@@tr... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/eb03e15cfa5da6261e350adb534008c26a438522.ts | TypeScript | // Loaded from https://deno.land/x/args@1.0.7/wrapper.ts
import {
ParseError,
FlagType,
} from "./types.ts";
import {
iterateArguments,
} from "./utils.ts";
import {
BLANK,
Command,
Describe,
FlaggedCommand,
SubCommand,
MergeCommand,
CommandReturn,
FlaggedCommandReturn,
SubCommandReturn,
P... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/eb3382db64df54e0b5bc263f81c31e4409840e23.ts | TypeScript | // Loaded from https://deno.land/x/cliffy@v0.18.0/command/types/number.ts
import { number } from "../../flags/types/number.ts";
import { Type } from "../type.ts";
import type { ITypeInfo } from "../types.ts";
/** Number type. */
export class NumberType extends Type<number> {
/** Parse number type. */
public pars... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/eb373f5a8e59c75021b33eb6fc831e871e423dfb.ts | TypeScript | // Loaded from https://deno.land/x/ramda@v0.27.2/source/mapAccum.js
import _curry3 from './internal/_curry3.js';
/**
* The `mapAccum` function behaves like a combination of map and reduce; it
* applies a function to each element of a list, passing an accumulating
* parameter from left to right, and returning a f... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/eb5889b5ba8d979ed755e2a7de93a57a3cbbb769.ts | TypeScript | // Loaded from https://deno.land/x/dndb@0.2.4/src/storage.ts
const encoder = new TextEncoder();
const decoder = new TextDecoder('utf-8');
import { EventEmitter } from "https://deno.land/std/node/events.ts";
import { BufReader } from "https://deno.land/std/io/bufio.ts";
import { existsSync } from "https://deno.land/st... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/eb8d11687c45b7ee87f85534097fbf0ff4d45c59.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/embeds/embed.ts
import { EmbedAuthor } from "./embed_author.ts";
import { EmbedField } from "./embed_field.ts";
import { EmbedFooter } from "./embed_footer.ts";
import { EmbedImage } from "./embed_image.ts";
import { EmbedProvider } from "./embed_pro... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/ebb89421583483600946712fe2d2f62a5690df3f.ts | TypeScript | // Loaded from https://deno.land/x/ramda@v0.27.2/source/internal/_isArrayLike.js
import _curry1 from './_curry1.js';
import _isArray from './_isArray.js';
import _isString from './_isString.js';
/**
* Tests whether or not an object is similar to an array.
*
* @private
* @category Type
* @category List
* @sig ... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/ebccff0d21f1fd7191d294b619fd66ee7663e2f0.ts | TypeScript | // Loaded from https://deno.land/x/oak/negotiation/mediaType.ts
/*!
* Adapted directly from negotiator at https://github.com/jshttp/negotiator/
* which is licensed as follows:
*
* (The MIT License)
*
* Copyright (c) 2012-2014 Federico Romero
* Copyright (c) 2012-2014 Isaac Z. Schlueter
* Copyright (c) 2014-20... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/ebd30b7622240cd7f684e7225f654b68c18f6cbe.ts | TypeScript | // Loaded from https://deno.land/std@0.63.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/ebe6eaca3e5eb971b48c8b7305c23eb3a355b1b3.ts | TypeScript | // Loaded from https://deno.land/x/ramda@v0.27.2/source/product.js
import multiply from './multiply.js';
import reduce from './reduce.js';
/**
* Multiplies together all the elements of a list.
*
* @func
* @memberOf R
* @since v0.1.0
* @category Math
* @sig [Number] -> Number
* @param {Array} list An array o... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/ebfcda31d95d7e064185b599f326ec315c10a7c6.ts | TypeScript | // Loaded from https://deno.land/std@0.85.0/async/delay.ts
// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.
/* Resolves after the given number of milliseconds. */
export function delay(ms: number): Promise<void> {
return new Promise((res): number =>
setTimeout((): void => {
res()... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/ec1f5a3ee5a5d243110abff55e35c590cd3e4653.ts | TypeScript | // Loaded from https://deno.land/x/ramda@v0.27.2/source/assoc.js
import _curry3 from './internal/_curry3.js';
import assocPath from './assocPath.js';
/**
* Makes a shallow clone of an object, setting or overriding the specified
* property with the given value. Note that this copies and flattens prototype
* proper... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/ec307dee8212cfb34b8571f7eec2b968d9657da1.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/guilds/guild_widget.ts
/** https://discord.com/developers/docs/resources/guild#guild-widget-object-guild-widget-structure */
export interface GuildWidget {
/** Whether the widget is enabled */
enabled: boolean;
/** The widget channel id */
ch... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/ec381e1d7c2d8e6436dc318c558aa6324dc8ad35.ts | TypeScript | // Loaded from https://deno.land/x/media_types@v2.5.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/ec45500c158059927f0c68d6acc32b79e85ac667.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/helpers/members/get_member.ts
import { cacheHandlers } from "../../cache.ts";
import { rest } from "../../rest/rest.ts";
import { structures } from "../../structures/mod.ts";
import type { GuildMemberWithUser } from "../../types/members/guild_member.ts";
i... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/ec554e0a029de478e1fc6dd631cb28495ceae983.ts | TypeScript | // Loaded from https://deno.land/x/graphql_deno@v15.0.0/lib/jsutils/didYouMean.js
const MAX_SUGGESTIONS = 5;
/**
* Given [ A, B, C ] return ' Did you mean A, B, or C?'.
*/
// eslint-disable-next-line no-redeclare
export default function didYouMean(firstArg, secondArg) {
const [subMessage, suggestionsArg] = typeo... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/ec5a67a9848776da4980ebde36ffd8b01c152d69.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/webhooks/webhooks_update.ts
/** https://discord.com/developers/docs/topics/gateway#webhooks-update-webhook-update-event-fields */
export interface WebhookUpdate {
/** id of the guild */
guildId: string;
/** id of the channel */
channelId: str... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/ec6e72c1b5c02205ac61be1a77f6e3dd8de7b5f2.ts | TypeScript | // Loaded from https://deno.land/std@0.81.0/io/readers.ts
// Copyright 2018-2020 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/ec753304e273d1e52aaa9d1b9dfc484f5c8b85be.ts | TypeScript | // Loaded from https://deno.land/x/ramda@v0.27.2/source/internal/_promap.js
export default function _promap(f, g, profunctor) {
return function(x) {
return g(profunctor(f(x)));
};
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/ececda68f08527d42336f71bf97a5c205f5afa9a.ts | TypeScript | // Loaded from https://deno.land/x/graphql_deno@v15.0.0/lib/utilities/findBreakingChanges.js
import objectValues from '../polyfills/objectValues.js';
import keyMap from '../jsutils/keyMap.js';
import inspect from '../jsutils/inspect.js';
import invariant from '../jsutils/invariant.js';
import { print } from '../langu... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/ecf39557d117c2042cfccf898c4308ca3266fca4.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/activity/activity_party.ts
/** https://discord.com/developers/docs/topics/gateway#activity-object-activity-party */
export interface ActivityParty {
/** The id of the party */
id?: string;
/** Used to show the party's current and maximum size *... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/ecfdb3b65ae0e8483f2ad7341b8c0f0fd3f495e3.ts | TypeScript | // Loaded from https://deno.land/x/sql_builder@v1.7.0/util.ts
export function replaceParams(sql: string, params: any | any[]): string {
if (!params) return sql;
let paramIndex = 0;
sql = sql.replace(/('.*')|(".*")|(\?\?)|(\?)/g, (str) => {
if (paramIndex >= params.length) return str;
// ignore
if (/... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/ed029800441dff481a8d8050491a7c32a269f17c.ts | TypeScript | // Loaded from https://deno.land/std@0.92.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/ed0e9841e38a9db45f76d7150cb539b43bf187bf.ts | TypeScript | // Loaded from https://deno.land/x/ramda@v0.27.2/source/applySpec.js
import _curry1 from './internal/_curry1.js';
import _isArray from './internal/_isArray.js';
import apply from './apply.js';
import curryN from './curryN.js';
import max from './max.js';
import pluck from './pluck.js';
import reduce from './reduce.js... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/ed0eff375a17bea16735f5503954a4e18e749c4a.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/helpers/members/kick_member.ts
import { botId } from "../../bot.ts";
import { rest } from "../../rest/rest.ts";
import { Errors } from "../../types/discordeno/errors.ts";
import { endpoints } from "../../util/constants.ts";
import { highestRole, requireBot... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/ed19cffd14f75acca4e78146263c090a69aa1f8b.ts | TypeScript | // Loaded from https://deno.land/x/ramda@v0.27.2/source/internal/_includesWith.js
export default function _includesWith(pred, x, list) {
var idx = 0;
var len = list.length;
while (idx < len) {
if (pred(x, list[idx])) {
return true;
}
idx += 1;
}
return false;
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/ed39c3dbed4105c56b0b567b0a9f5dcada1dd360.ts | TypeScript | // Loaded from https://deno.land/x/case@v2.1.0/lowerFirstCase.ts
import lowerCase from "./lowerCase.ts";
export default function (str: string, locale?: string): string {
if (str == null) {
return "";
}
str = String(str);
return lowerCase(str.charAt(0), locale) + str.substr(1);
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/ed5e9a05651dcf1c78f42aa13d1d4670b2d3f279.ts | TypeScript | // Loaded from https://deno.land/std@0.81.0/http/http_status.ts
// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
/** HTTP status codes */
export enum Status {
/** RFC 7231, 6.2.1 */
Continue = 100,
/** RFC 7231, 6.2.2 */
SwitchingProtocols = 101,
/** RFC 2518, 10.1 */
Processing... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/ed6d5c1acbb2717c8198f49ec672c9a770d7ec0c.ts | TypeScript | // Loaded from https://deno.land/std@0.77.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; /... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/eddcdb43b255c33e82cd5ba6b84aab5163bc53c0.ts | TypeScript | // Loaded from https://deno.land/x/ramda@v0.27.2/source/internal/_checkForMethod.js
import _isArray from './_isArray.js';
/**
* This checks whether a function has a [methodname] function. If it isn't an
* array it will execute that function otherwise it will default to the ramda
* implementation.
*
* @private
... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/ede0c46900ea938d8c465d44e4860a0d0a7e0e54.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/interactions/commands/edit_guild_application_command.ts
import { ApplicationCommandOption } from "./application_command_option.ts";
/** https://discord.com/developers/docs/interactions/slash-commands#edit-guild-application-command-json-params */
exp... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/ede6ff4d09eade5351116ad8848614003fe79f37.ts | TypeScript | // Loaded from https://deno.land/x/graphql_deno@v15.0.0/lib/language/directiveLocation.js
/**
* The set of allowed directive location values.
*/
export const DirectiveLocation = Object.freeze({
// Request Definitions
QUERY: 'QUERY',
MUTATION: 'MUTATION',
SUBSCRIPTION: 'SUBSCRIPTION',
FIELD: 'FIELD',
FRA... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/edf2d46d6a7d850911106bdde9d797d4043db0a8.ts | TypeScript | // Loaded from https://deno.land/x/graphql_deno@v15.0.0/lib/type/index.js
export { // Predicate
isSchema // Assertion
, assertSchema // GraphQL Schema definition
, GraphQLSchema } from './schema.js';
export { // Predicates
isType, isScalarType, isObjectType, isInterfaceType, isUnionType, isEnumType, isInputObjectType... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/edffdef85976f57517f47539cd7fafed508fe11f.ts | TypeScript | // Loaded from https://deno.land/x/ramda@v0.27.2/source/internal/_reduced.js
export default function _reduced(x) {
return x && x['@@transducer/reduced'] ? x :
{
'@@transducer/value': x,
'@@transducer/reduced': true
};
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/ee0fc9cb74aceb8096ec4c8451211294524f6580.ts | TypeScript | // Loaded from https://deno.land/x/validasaur/src/rules/not_in.ts
import type { Validity, Rule, PrimitiveTypes } from "../types.ts";
import { invalid } from "../utils.ts";
export function notIn(disallowedValues: PrimitiveTypes[]): Rule {
return function notInRule(value: any): Validity {
return disallowedValues... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/ee12e51a061316a3680db9ea4068422532542596.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/messages/message_reaction_remove_all.ts
import { MessageReactionAdd } from "./message_reaction_add.ts";
/** https://discord.com/developers/docs/topics/gateway#message-reaction-remove-all */
export type MessageReactionRemoveAll = Pick<MessageReaction... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/ee233ae531419dd1585dfb335807834d1058bcfe.ts | TypeScript | // Loaded from https://deno.land/std@0.102.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/ee36f05790a94dabab7195381c49135a6395df44.ts | TypeScript | // Loaded from https://deno.land/std@0.67.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/ee75c362415c966a02970d3c1a67639b59e574c6.ts | TypeScript | // Loaded from https://deno.land/x/ramda@v0.27.2/source/last.js
import nth from './nth.js';
/**
* Returns the last element of the given list or string.
*
* @func
* @memberOf R
* @since v0.1.4
* @category List
* @sig [a] -> a | Undefined
* @sig String -> String
* @param {*} list
* @return {*}
* @see R.ini... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/ee8348e7cd62ce54244583674e601be9a1425073.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/interactions/commands/application_command_interaction_data_option.ts
import { DiscordApplicationCommandOptionTypes } from "./application_command_option_types.ts";
/** https://discord.com/developers/docs/interactions/slash-commands#interaction-applic... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/ee9f4ca4b04fc67730be97a39cdee91ed3335c96.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/channels/threads/list_public_archived_threads.ts
// TODO: add docs link
export interface ListPublicArchivedThreads {
// TODO: convert unix to ISO9601 timestamp
/** Returns threads before this timestamp. UNIX or ISO8601 timestamp */
before?: num... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/eeb9cd4a2ad84d4eab0171ad7698d8c30bde9b3c.ts | TypeScript | // Loaded from https://deno.land/x/graphql_deno@v15.0.0/lib/subscription/mapAsyncIterator.js
import { SYMBOL_ASYNC_ITERATOR } from '../polyfills/symbols.js';
/**
* Given an AsyncIterable and a callback function, return an AsyncIterator
* which produces values mapped via calling the callback function.
*/
export de... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/eed75907032872bb5ba621789b35bd1fb7d79d7d.ts | TypeScript | // Loaded from https://deno.land/x/mongo@v0.20.0/deps.ts
export * as Bson from "./bson/mod.ts";
export * from "https://deno.land/x/bytes_formater/mod.ts";
export { BufReader } from "https://deno.land/std@0.77.0/io/mod.ts";
export { deferred } from "https://deno.land/std@0.77.0/async/deferred.ts";
export type { Deferr... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/eefdd96265d989cee1d5c13fa3ec4a73c682061c.ts | TypeScript | // Loaded from https://deno.land/std@0.104.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/ef066e1cbefeaa6a9a59b5ec351fc9ef618459e5.ts | TypeScript | // Loaded from https://deno.land/x/graphql_deno@v15.0.0/lib/polyfills/symbols.js
// In ES2015 (or a polyfilled) environment, this will be Symbol.iterator
/* istanbul ignore next (See: https://github.com/graphql/graphql-js/issues/2317) */
export const SYMBOL_ITERATOR = typeof Symbol === 'function' ? Symbol.iterator :... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/ef12a68c948f655914e8dc66d2f1a838897c13d7.ts | TypeScript | // Loaded from https://deno.land/x/segno@v1.1.0/lib/validations/isHsl.ts
// @ts-ignore allowing typedoc to build
import { assertString } from '../helpers/assertString.ts';
/**
* @ignore
*/
const hslcomma = /^(hsl)a?\(\s*((\+|\-)?([0-9]+(\.[0-9]+)?(e(\+|\-)?[0-9]+)?|\.[0-9]+(e(\+|\-)?[0-9]+)?))(deg|grad|rad|turn|\s... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/ef16c5f68bc6d92b8f58bb4046cc5f7735a24f40.ts | TypeScript | // Loaded from https://deno.land/x/segno@v1.1.0/lib/validations/isJWT.ts
// @ts-ignore allowing typedoc to build
import { assertString } from '../helpers/assertString.ts';
// @ts-ignore allowing typedoc to build
import { isBase64 } from './isBase64.ts';
export const isJWT = (str: string) => {
assertString(str);
... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/ef2702d20291c40faaef6ea5e15ae52132e12808.ts | TypeScript | // Loaded from https://deno.land/x/dndb@0.2.4/src/methods/findOne.js
import { matches, project } from '../../deps.ts';
import { ReadFileStream } from '../storage.ts';
export default async (filename, query, projection) => {
let stream = new ReadFileStream(filename);
query = query || {};
return new Promise((res... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/ef3a639c98fc9ebb9a6159739752e031956aa17c.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/guilds/modify_guild.ts
import { DiscordDefaultMessageNotificationLevels } from "./default_message_notification_levels.ts";
import { DiscordExplicitContentFilterLevels } from "./explicit_content_filter_levels.ts";
import { DiscordGuildFeatures } from ... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/ef45014f474c6f8d2d14e0720d0e255bc0d29cec.ts | TypeScript | // Loaded from https://deno.land/x/negotiator@1.0.1/src/charset.ts
/**
* Based on https://github.com/jshttp/negotiator/blob/master/lib/charset.js
* Copyright(c) 2012 Isaac Z. Schlueter
* Copyright(c) 2014 Federico Romero
* Copyright(c) 2014-2015 Douglas Christopher Wilson
* Copyright(c) 2020 Henry Zhuang
* MIT ... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/ef629a5e349cbbe89c05ba06c8b0f5de39d9de13.ts | TypeScript | // Loaded from https://deno.land/x/oak@v6.3.1/deps.ts
// Copyright 2018-2020 the oak authors. All rights reserved. MIT license.
// This file contains the external dependencies that oak depends upon
// `std` dependencies
export { copyBytes, equal } from "https://deno.land/std@0.73.0/bytes/mod.ts";
export { Sha1 } f... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/ef8650883a9d7ead402807e5eeca542074fe52aa.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/helpers/channels/create_channel.ts
import { cacheHandlers } from "../../cache.ts";
import { rest } from "../../rest/rest.ts";
import { structures } from "../../structures/mod.ts";
import type { Channel } from "../../types/channels/channel.ts";
import { Dis... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/efbb02dfca1ae4b1039f0c737256773e5978aac7.ts | TypeScript | // Loaded from https://deno.land/x/graphql_deno@v15.0.0/lib/type/schema.js
import find from '../polyfills/find.js';
import arrayFrom from '../polyfills/arrayFrom.js';
import objectValues from '../polyfills/objectValues.js';
import { SYMBOL_TO_STRING_TAG } from '../polyfills/symbols.js';
import inspect from '../jsutil... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/efed3186d8d4df111727ab07305af7c6ba8d90ea.ts | TypeScript | // Loaded from https://deno.land/std@0.85.0/fs/expand_glob.ts
// Copyright 2018-2021 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/f0106891e5e1552cae529dff7c51d6df72ac6664.ts | TypeScript | // Loaded from https://deno.land/x/mysql/src/packets/parsers/handshake.ts
import { BufferReader, BufferWriter } from "../../buffer.ts";
import ServerCapabilities from "../../constant/capabilities.ts";
import { PacketType } from "../../constant/packet.ts";
import { ReceivePacket } from "../packet.ts";
/** @ignore */
... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/f021cf3a9bc498aef7c7438a0d7d790c0d6f9e8d.ts | TypeScript | // Loaded from https://deno.land/std@0.77.0/io/streams.ts
// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
/** Create a `Writer` from a `WritablseStreamDefaultReader`. */
export function fromStreamWriter(
streamWriter: WritableStreamDefaultWriter<Uint8Array>,
): Deno.Writer {
return {
... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/f05679cf0ca50cd1bf2040caa367510080e9ab14.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/helpers/channels/swap_channels.ts
import { rest } from "../../rest/rest.ts";
import type { ModifyGuildChannelPositions } from "../../types/guilds/modify_guild_channel_position.ts";
import { endpoints } from "../../util/constants.ts";
/** Modify the positi... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/f05e1cdbd705f9212e8163dce1849842f82d9e66.ts | TypeScript | // Loaded from https://deno.land/std@0.82.0/flags/mod.ts
// Copyright 2018-2020 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/f05f3ef841c70bb2ecaf2024bfd28e0f48df0688.ts | TypeScript | // Loaded from https://deno.land/x/compress@v0.3.8/deps.ts
export { Tar, Untar } from "https://deno.land/std@0.92.0/archive/tar.ts";
export { ensureFile } from "https://deno.land/std@0.92.0/fs/ensure_file.ts";
export { ensureDir } from "https://deno.land/std@0.92.0/fs/ensure_dir.ts";
export { EventEmitter } from "htt... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/f061a58b30270d6046c798b97cfdf07d741fd54f.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/integrations/integration_account.ts
/** https://discord.com/developers/docs/resources/guild#integration-account-object-integration-account-structure */
export interface IntegrationAccount {
/** Id of the account */
id: string;
/** Name of the a... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/f06e823a58f5d6e1479a8667a1c1b18959b2d600.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/handlers/misc/PRESENCE_UPDATE.ts
import { eventHandlers } from "../../bot.ts";
import { cacheHandlers } from "../../cache.ts";
import type { PresenceUpdate } from "../../types/activity/presence_update.ts";
import type { DiscordGatewayPayload } from "../../... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/f085650960333ed4e507afac167060a47c9f6674.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/helpers/guilds/get_vainty_url.ts
import { rest } from "../../rest/rest.ts";
import type { InviteMetadata } from "../../types/invites/invite_metadata.ts";
import { endpoints } from "../../util/constants.ts";
/** Returns the code and uses of the vanity url ... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/f090dfcb21d26c0423abb9d247c53bdb2c674be1.ts | TypeScript | // Loaded from https://deno.land/x/cliffy@v0.12.1/packages/flags/lib/utils.ts
/**
* Fill string with given char until the string has a specified length.
*
* @param count The length until the string will be filled.
* @param str The string to fill.
* @param char The char to fill the string with.
*/
export func... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/f09d978ef160013c79688befed128d24ecc7a00b.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/emojis/modify_guild_emoji.ts
/** https://discord.com/developers/docs/resources/emoji#modify-guild-emoji */
export interface ModifyGuildEmoji {
/** Name of the emoji */
name?: string;
/** Roles allowed to use this emoji */
roles?: string[] | n... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/f0cf49b6b1c6ffc1b70e866f123da648c406acbc.ts | TypeScript | // Loaded from https://deno.land/x/ramda@v0.27.2/source/length.js
import _curry1 from './internal/_curry1.js';
import _isNumber from './internal/_isNumber.js';
/**
* Returns the number of elements in the array by returning `list.length`.
*
* @func
* @memberOf R
* @since v0.3.0
* @category List
* @sig [a] -> ... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/f0d10a65fce9496ef900f85b245f52ff507b9c60.ts | TypeScript | // Loaded from https://deno.land/std@0.80.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/f0d7d04c906a624c1dc1939575abc9da396f948d.ts | TypeScript | // Loaded from https://deno.land/std@0.80.0/encoding/_yaml/type/int.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/f0fef817de98ffdca3718ec3bf586d3623176b98.ts | TypeScript | // Loaded from https://deno.land/x/validasaur/src/rules/not_null.ts
import type { Validity } from "../types.ts";
import { invalid } from "../utils.ts";
export function notNull(value: any): Validity {
return value === null ? invalid("notNull", { value }, true) : undefined;
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/f12d86e54fc893b9d275f17892a2962f70e7b169.ts | TypeScript | // Loaded from https://deno.land/x/abc@v1.2.4/vendor/https/deno.land/std/http/server.ts
export * from "https://deno.land/std@0.81.0/http/server.ts";
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/f157729b84cc262181cdd85be7a27496d11ddf4f.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/guilds/guild_role_update.ts
import { Role } from "../permissions/role.ts";
/** https://discord.com/developers/docs/topics/gateway#guild-role-update */
export interface GuildRoleUpdate {
/** The id of the guild */
guildId: string;
/** The role ... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/f1584b8487b243908a50cb4bbf2d0947f85bbb05.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/helpers/interactions/commands/batch_edit_slash_command_permissions.ts
import { applicationId } from "../../../bot.ts";
import { rest } from "../../../rest/rest.ts";
import type { ApplicationCommandPermissions } from "../../../types/interactions/commands/ap... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/f16be204c08a08ab2dbe5bed9bf711b1625ef689.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/messages/components/action_row.ts
import { ButtonComponent } from "./button_component.ts";
// TODO: add docs link
export interface ActionRow {
/** Action rows are a group of buttons. */
type: 1;
/** The button components */
components: Butto... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/f1790e4ba6f10193adb3bbbfd59ad19ba99f82f2.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/oauth2/bot_auth_query.ts
import { DiscordOAuth2Scopes } from "./scopes.ts";
/** https://discord.com/developers/docs/topics/oauth2#bot-authorization-flow-bot-auth-parameters */
export interface BotAuthenticationFlowQuery {
/** App's client id */
... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/f182768bd362127278228ab5beef4074f8cd52f6.ts | TypeScript | // Loaded from https://deno.land/std@0.73.0/http/http_status.ts
// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
/** HTTP status codes */
export enum Status {
/** RFC 7231, 6.2.1 */
Continue = 100,
/** RFC 7231, 6.2.2 */
SwitchingProtocols = 101,
/** RFC 2518, 10.1 */
Processing... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/f1859871f9151fabaedbb685dc3ed931daad3b94.ts | TypeScript | // Loaded from https://deno.land/x/ramda@v0.27.2/source/anyPass.js
import _curry1 from './internal/_curry1.js';
import curryN from './curryN.js';
import max from './max.js';
import pluck from './pluck.js';
import reduce from './reduce.js';
/**
* Takes a list of predicates and returns a predicate that returns true ... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/f195ae14bfe1b07bbe964b4d60ad7f2e90532dac.ts | TypeScript | // Loaded from https://deno.land/std@0.73.0/async/deferred.ts
// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
// TODO(ry) It'd be better to make Deferred a class that inherits from
// Promise, rather than an interface. This is possible in ES2016, however
// typescript produces broken code w... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/f1ccf38dac1c29cab569e9ab475db676a3bc7582.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/interactions/commands/application_command.ts
import { ApplicationCommandOption } from "./application_command_option.ts";
/** https://discord.com/developers/docs/interactions/slash-commands#applicationcommand */
export interface ApplicationCommand {
... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/f20637e84a37a448be2af5fef8d4677c3c6cfc51.ts | TypeScript | // Loaded from https://deno.land/std@0.81.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; /... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/f2105c5c7e6674ed4a4337d18b6da3d39faab95d.ts | TypeScript | // Loaded from https://deno.land/x/cliffy@v0.12.1/packages/x/upperCase.ts
import { LanguageSpecific } from 'https://deno.land/x/case/types.ts';
const LANGUAGES: LanguageSpecific = {
tr: {
regexp: /[\u0069]/g,
map: {
i: '\u0130'
}
},
az: {
regexp: /[\u0069]/g,
... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/f2113260c45138c2949f38ba6fbe55627a0f9253.ts | TypeScript | // Loaded from https://deno.land/x/ramda@v0.27.2/source/internal/_xchain.js
import _curry2 from './_curry2.js';
import _flatCat from './_flatCat.js';
import map from '../map.js';
var _xchain = _curry2(function _xchain(f, xf) {
return map(f, _flatCat(xf));
});
export default _xchain;
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/f23b63af8d11297d01a07776c5436bc350feb168.ts | TypeScript | // Loaded from https://deno.land/x/jpegts@1.1/lib/decoder.ts
/* tslint:disable */
import { Image } from "./image.ts"
const JpegImage = (function jpegImage() {
"use strict";
const dctZigZag = new Int32Array([
0,
1, 8,
16, 9, 2,
3, 10, 17, 24,
32, 25, 18, 11, 4,
5, 12, 19, 26, 33, 4... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/f24663bf6bc39d346498c12b1236261ea6b2aefd.ts | TypeScript | // Loaded from https://deno.land/x/graphql_deno@v15.0.0/lib/error/GraphQLError.js
// FIXME:
// flowlint uninitialized-instance-property:off
import isObjectLike from '../jsutils/isObjectLike.js';
import { SYMBOL_TO_STRING_TAG } from '../polyfills/symbols.js';
import { getLocation } from '../language/location.js';
impo... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/f2ab55592a01b67ce2a240bafd09d5b932fe8c25.ts | TypeScript | // Loaded from https://deno.land/std@0.77.0/bytes/mod.ts
// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
/** Find first index of binary pattern from a. If not found, then return -1
* @param source source array
* @param pat pattern to find in source array
*/
export function findIndex(sou... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/f2d74c15d40f7f8179ca4947d83479e4bdc9c399.ts | TypeScript | // Loaded from https://deno.land/std@0.78.0/encoding/_yaml/loader/loader.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 right... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/f2f815fe98af39816a6b27070eeb2b9709944f2c.ts | TypeScript | // Loaded from https://deno.land/std@0.73.0/encoding/utf8.ts
// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
/** A default TextEncoder instance */
export const encoder = new TextEncoder();
/** Shorthand for new TextEncoder().encode() */
export function encode(input?: string): Uint8Array {... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/f33ab8033b02d812ab4aaeead09b0e7dc1a8a75d.ts | TypeScript | // Loaded from https://deno.land/std@0.84.0/path/glob.ts
// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.
// This module is browser compatible.
import { osType } from "../_util/os.ts";
import { join, normalize } from "./mod.ts";
import { SEP, SEP_PATTERN } from "./separator.ts";
export int... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/f37a3a0bb73875ad1e9c87067442fc1e595d2d3c.ts | TypeScript | // Loaded from https://deno.land/std@0.80.0/path/_interface.ts
// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
/** This module is browser compatible. */
/**
* A parsed path object generated by path.parse() or consumed by path.format().
*/
export interface ParsedPath {
/**
* The root... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/f3940634e1db5312cb35d8936773a13aa8f5862e.ts | TypeScript | // Loaded from https://deno.land/x/segno@v1.1.0/lib/validations/isDecimal.ts
// @ts-ignore allowing typedoc to build
import { decimal } from '../helpers/alpha.ts';
// @ts-ignore allowing typedoc to build
import { assertString } from '../helpers/assertString.ts';
// @ts-ignore allowing typedoc to build
import { includ... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/f3bf55d02e76c992ad36e50b4e1c1683b623ba18.ts | TypeScript | // Loaded from https://deno.land/x/tinyhttp@0.1.18/extensions/res/utils.ts
import { format, parse } from 'https://deno.land/x/content_type@1.0.1/mod.ts'
import { etag as eTag } from 'https://deno.land/x/opine@1.6.0/src/utils/etag.ts'
import { lookup } from '../../deps.ts'
export const createETag = (body: Parameters<... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/f3da55a6de8a63adcc73ce1f6f6af3b68e1c78f3.ts | TypeScript | // Loaded from https://deno.land/x/ramda@v0.27.2/source/transduce.js
import _reduce from './internal/_reduce.js';
import _xwrap from './internal/_xwrap.js';
import curryN from './curryN.js';
/**
* Initializes a transducer using supplied iterator function. Returns a single
* item by iterating through the list, suc... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/f3e1e2fd01c19702b6c9e8e1d10f65992bc2f99e.ts | TypeScript | // Loaded from https://deno.land/std@0.73.0/textproto/mod.ts
// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
// Based on https://github.com/golang/go/tree/master/src/net/textproto
// Copyright 2009 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
//... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/f3e64f9b72d453b4164078933576d2f70995ca8e.ts | TypeScript | // Loaded from https://deno.land/std@0.80.0/encoding/_yaml/type.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/f3f9e891c25758f49962fd90d39838ce511dd3c7.ts | TypeScript | // Loaded from https://deno.land/x/ramda@v0.27.2/source/splitEvery.js
import _curry2 from './internal/_curry2.js';
import slice from './slice.js';
/**
* Splits a collection into slices of the specified length.
*
* @func
* @memberOf R
* @since v0.16.0
* @category List
* @sig Number -> [a] -> [[a]]
* @sig Num... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/f3fc479f331dd963cd2b96063df6bf047890f887.ts | TypeScript | // Loaded from https://deno.land/std/node/events.ts
// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.
// Copyright (c) 2019 Denolibs authors. All rights reserved. MIT license.
// Copyright Joyent, Inc. and other Node contributors.
//
// Permission is hereby granted, free of charge, to any per... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/f40c5a3c54fb7a4f9bee9c63f2076a54bc3dbdf6.ts | TypeScript | // Loaded from https://deno.land/std@0.86.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/f4164aff01e96a80a3d439b3f8e665836444e7ef.ts | TypeScript | // Loaded from https://deno.land/x/ramda@v0.27.2/source/curryN.js
import _arity from './internal/_arity.js';
import _curry1 from './internal/_curry1.js';
import _curry2 from './internal/_curry2.js';
import _curryN from './internal/_curryN.js';
/**
* Returns a curried equivalent of the provided function, with the s... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/f421ec92d266853b574f3fc0bd3a710c5816dcbc.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/helpers/webhooks/get_webhook.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. */
export ... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/f44f62dd35324923bbde49ff3faff22d535af4ee.ts | TypeScript | // Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/rest/mod.ts
export * from "./check_rate_limits.ts";
export * from "./cleanup_queues.ts";
export * from "./create_request_body.ts";
export * from "./process_queue.ts";
export * from "./process_rate_limited_paths.ts";
export * from "./process_request.ts";
ex... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/deno/f451b711a14917283d138f2916e827d24744f455.ts | TypeScript | // Loaded from https://deno.land/x/mongo@v0.20.0/src/protocol/header.ts
export enum OpCode {
REPLAY = 1,
UPDATE = 2001,
INSERT = 2002,
RESERVED = 2003,
QUERY = 2004,
GET_MORE = 2005,
DELETE = 2006,
KILL_CURSORS = 2007,
MSG = 2013,
}
export interface MessageHeader {
messageLength: number;
reques... | 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.