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/0bc2073c627b10654f8712f63ac65d8c08962ce3.ts
TypeScript
// Loaded from https://deno.land/x/graphql_deno@v15.0.0/lib/graphql.js import isPromise from './jsutils/isPromise.js'; import { parse } from './language/parser.js'; import { validate } from './validation/validate.js'; import { validateSchema } from './type/validate.js'; import { execute } from './execution/execute.js...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/0c181b6d53e1f4ac21bbbeda6c540c2421e341b6.ts
TypeScript
// Loaded from https://deno.land/x/tinyhttp@0.1.18/extensions/res/send/json.ts import { Req, Res } from '../../../deps.ts' export const json = <Request extends Req = Req, Response extends Res = Res>(req: Request, res: Response) => < T = unknown >( body: T ): Response => { res.headers?.set('Content-Type', 'appl...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/0c1db9c6ccb68158f83bcf73b40db2be98ecad42.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/permissions/bitwise_permission_flags.ts /** https://discord.com/developers/docs/topics/permissions#permissions-bitwise-permission-flags */ export enum DiscordBitwisePermissionFlags { /** Allows creation of instant invites */ CREATE_INSTANT_INVITE...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/0c2b38876aaa5edf2c8d409ae47a73efc0318651.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/helpers/guilds/edit_widget.ts import { rest } from "../../rest/rest.ts"; import type { GuildWidget } from "../../types/guilds/guild_widget.ts"; import { endpoints } from "../../util/constants.ts"; import { requireBotGuildPermissions } from "../../util/perm...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/0c370b0dde6a38f8d964c5a397f9161f3283201d.ts
TypeScript
// Loaded from https://deno.land/std@0.77.0/hash/_wasm/wasm.js // deno-lint-ignore-file //deno-fmt-ignore-file //deno-lint-ignore-file import * as base64 from "../../encoding/base64.ts";export const source = base64.decode("AGFzbQEAAAABSQxgAn9/AGACf38Bf2ADf39/AGADf39/AX9gAX8AYAF/AX9gAABgBH9/f38Bf2AFf39/f38AYAV/f39/fwF...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/0c7a0d6c694f85dee0238660c0f31e7e2fd20633.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/discovery/validate_discovery_search_term_params.ts // TODO: add docs link export interface ValidateDiscoverySearchTermParams { /** The search term to check */ term: string; }
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/0c7ae39177272e7cc7929cdc37af066f08d303eb.ts
TypeScript
// Loaded from https://deno.land/x/ramda@v0.27.2/source/internal/_xmap.js import _curry2 from './_curry2.js'; import _xfBase from './_xfBase.js'; function XMap(f, xf) { this.xf = xf; this.f = f; } XMap.prototype['@@transducer/init'] = _xfBase.init; XMap.prototype['@@transducer/result'] = _xfBase.result; XMap.pr...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/0c7c964a9fa6eb6c0d13fa7542363da68da91e1e.ts
TypeScript
// Loaded from https://deno.land/std@0.77.0/io/writers.ts // Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. type Writer = Deno.Writer; type WriterSync = Deno.WriterSync; import { decode, encode } from "../encoding/utf8.ts"; /** Writer utility for buffering string chunks */ export class Strin...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/0ccc1e4f8ec7667a215d3cfe848bd04fab48ecea.ts
TypeScript
// Loaded from https://deno.land/x/cliffy@v0.18.0/ansi/deps.ts export { encode as encodeBase64, } from "https://deno.land/std@0.89.0/encoding/base64.ts";
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/0cd7f74af998eea7ac9eb8d676fe7ebf85a2f5cf.ts
TypeScript
// Loaded from https://deno.land/x/ramda@v0.27.2/source/drop.js import _curry2 from './internal/_curry2.js'; import _dispatchable from './internal/_dispatchable.js'; import _xdrop from './internal/_xdrop.js'; import slice from './slice.js'; /** * Returns all but the first `n` elements of the given list, string, or...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/0cdc36c0fbd42779e71f6f7280e4c0fdfe8276cb.ts
TypeScript
// Loaded from https://deno.land/x/cliffy@v0.18.0/command/completions/_zsh_completions_generator.ts import type { Command } from "../command.ts"; import type { IArgument, IOption } from "../types.ts"; interface ICompletionAction { arg: IArgument; label: string; name: string; cmd: string; } /** Generates zsh...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/0cec2c496ae1ff3e1b5d55c14e0a1668ace7a495.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/discordeno/interaction_response.ts import { InteractionResponse } from "../interactions/interaction_response.ts"; export interface DiscordenoInteractionResponse extends InteractionResponse { /** Set to true if the response should be private */ p...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/0d07b97042b0ea4818087ca2b6e808496581bb52.ts
TypeScript
// Loaded from https://deno.land/x/graphql_deno@v15.0.0/lib/jsutils/nodejsCustomInspectSymbol.js /* istanbul ignore next (See: https://github.com/graphql/graphql-js/issues/2317) */ const nodejsCustomInspectSymbol = typeof Symbol === 'function' && typeof Symbol.for === 'function' ? Symbol.for('nodejs.util.inspect.cust...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/0d11afcb85ce307ca57356ebc5e83b4a32ca9cd7.ts
TypeScript
// Loaded from https://deno.land/std@0.73.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/0d13bad4776062d351b45fa0be0cc06239fbb9f1.ts
TypeScript
// Loaded from https://deno.land/std@0.79.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/0d23c5b9cc93892c0b3962151240a8fd65b69297.ts
TypeScript
// Loaded from https://deno.land/std@0.89.0/io/writers.ts // Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. type Writer = Deno.Writer; type WriterSync = Deno.WriterSync; /** Writer utility for buffering string chunks */ export class StringWriter implements Writer, WriterSync { private chun...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/0d24ee36aec622d55db1ac9087c2eb045d25fd78.ts
TypeScript
// Loaded from https://deno.land/x/case/vendor/camelCaseUpperRegexp.ts const camelCaseUpperRegexp: RegExp = /([A-Z\xC0-\xD6\xD8-\xDE\u0100\u0102\u0104\u0106\u0108\u010A\u010C\u010E\u0110\u0112\u0114\u0116\u0118\u011A\u011C\u011E\u0120\u0122\u0124\u0126\u0128\u012A\u012C\u012E\u0130\u0132\u0134\u0136\u0139\u013B\u01...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/0d46a97f5f1e7e868c2dffc8a349254afcb53f54.ts
TypeScript
// Loaded from https://deno.land/x/ramda@v0.27.2/source/internal/_xdropRepeatsWith.js import _curry2 from './_curry2.js'; import _xfBase from './_xfBase.js'; function XDropRepeatsWith(pred, xf) { this.xf = xf; this.pred = pred; this.lastValue = undefined; this.seenFirstValue = false; } XDropRepeatsWith.pro...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/0d47e0f97f3400f94d64ddaea361b231dfec322a.ts
TypeScript
// Loaded from https://deno.land/std@0.83.0/io/bufio.ts // Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. // Based on https://github.com/golang/go/blob/891682/src/bufio/bufio.go // Copyright 2009 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // lic...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/0d6d743987ee8a4cb56e5a7d90307745c12f7a87.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/embeds/embed_thumbnail.ts /** https://discord.com/developers/docs/resources/channel#embed-object-embed-thumbnail-structure */ export interface EmbedThumbnail { /** Source url of thumbnail (only supports http(s) and attachments) */ url?: string; ...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/0dd29d6944d00bffe1f39444ea233e2fd11c7006.ts
TypeScript
// Loaded from https://deno.land/x/mysql/src/packets/builders/auth.ts import auth from "../../auth.ts"; import { BufferWriter } from "../../buffer.ts"; import ServerCapabilities from "../../constant/capabilities.ts"; import { Charset } from "../../constant/charset.ts"; import type { HandshakeBody } from "../parsers/h...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/0de042643e033407fefa8933f0387a5f4271257c.ts
TypeScript
// Loaded from https://deno.land/x/segno@v1.1.0/lib/validations/isDate.ts /** * @ignore */ const isValidFormat = (format: string) => { return /(^(y{4}|y{2})[\/-](m{1,2})[\/-](d{1,2})$)|(^(m{1,2})[\/-](d{1,2})[\/-]((y{4}|y{2})$))|(^(d{1,2})[\/-](m{1,2})[\/-]((y{4}|y{2})$))/gi.test( format ); }; /** * @igno...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/0e10ac285f46cdbd723a2e09e09540b56bb39d77.ts
TypeScript
// Loaded from https://deno.land/x/segno@v1.1.0/lib/validations/isCurrency.ts // @ts-ignore allowing typedoc to build import { assertString } from '../helpers/assertString.ts'; type CurrencyOptions = { symbol?: string; requireSymbol?: boolean; allowSpaceAfterSymbol?: boolean; symbolAfterDigits?: boolean; a...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/0e357b6b47106575272f7ed539c47656b9e86d3d.ts
TypeScript
// Loaded from https://deno.land/std@0.81.0/http/cookie.ts // Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. // Structured similarly to Go's cookie.go // https://github.com/golang/go/blob/master/src/net/http/cookie.go import { assert } from "../_util/assert.ts"; import { toIMF } from "../date...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/0e47d8913c6b47a431dc17cdbcc20d4d2041ab54.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/helpers/guilds/get_widget_settings.ts import { rest } from "../../rest/rest.ts"; import type { GuildWidget } from "../../types/guilds/guild_widget.ts"; import { endpoints } from "../../util/constants.ts"; import { requireBotGuildPermissions } from "../../u...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/0edccd409d61a4468d09126b0d058cde514f2056.ts
TypeScript
// Loaded from https://deno.land/std@0.77.0/io/mod.ts // Copyright 2018-2020 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/0ee19e5fb8e5787dc6229b7b0c22dac41fadcf37.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/guilds/get_guild_prune_count.ts /** https://discord.com/developers/docs/resources/guild#get-guild-prune-count */ export interface GetGuildPruneCountQuery { /** Number of days to count prune for (1 or more), default: 7 */ days?: number; /** Role...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/0ee1e04aa3313526b5b5280d4b60128e8867138f.ts
TypeScript
// Loaded from https://deno.land/x/cliffy@v0.18.0/prompt/list.ts import { GenericPrompt } from "./_generic_prompt.ts"; import { GenericSuggestions, GenericSuggestionsKeys, GenericSuggestionsOptions, GenericSuggestionsSettings, } from "./_generic_suggestions.ts"; import { blue, dim, underline } from "./deps.ts...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/0ef781beeea83aa8b2b5e6dad06dad46e12064be.ts
TypeScript
// Loaded from https://deno.land/x/ramda@v0.27.2/source/internal/_clone.js import _cloneRegExp from './_cloneRegExp.js'; import type from '../type.js'; /** * Copies an object. * * @private * @param {*} value The value to be copied * @param {Array} refFrom Array containing the source references * @param {Array...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/0ef9a4598fa5881690a2f4b35c76defd573a8523.ts
TypeScript
// Loaded from https://deno.land/x/ramda@v0.27.2/source/pick.js import _curry2 from './internal/_curry2.js'; /** * Returns a partial copy of an object containing only the keys specified. If * the key does not exist, the property is ignored. * * @func * @memberOf R * @since v0.1.0 * @category Object * @sig [...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/0f4f26c742d59b7600f30283fbcabab7c92d3f6d.ts
TypeScript
// Loaded from https://deno.land/x/denodb@v1.0.18/lib/relationships.ts import type { ModelSchema } from "./model.ts"; import { DataTypes, FieldTypeString, RelationshipType } from "./data-types.ts"; import { PivotModel } from "./model-pivot.ts"; type RelationshipOptions = { primaryKey?: string; foreignKey?: strin...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/0f69c7e97d1f7eb852db11328506cbb50171e5e3.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/guilds/explicit_content_filter_levels.ts /** https://discord.com/developers/docs/resources/guild#guild-object-explicit-content-filter-level */ export enum DiscordExplicitContentFilterLevels { /** Media content will not be scanned */ Disabled, /...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/0f6f644c56410f6a8540ac63779169fec060c331.ts
TypeScript
// Loaded from https://deno.land/x/ramda@v0.27.2/source/zipObj.js import _curry2 from './internal/_curry2.js'; /** * Creates a new object out of a list of keys and a list of values. * Key/value pairing is truncated to the length of the shorter of the two lists. * Note: `zipObj` is equivalent to `pipe(zip, fromPa...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/0f7dfad28dcd32a1ab1390591772d2adc69b73d7.ts
TypeScript
// Loaded from https://deno.land/x/oak@v6.3.1/context.ts // Copyright 2018-2020 the oak authors. All rights reserved. MIT license. import type { Application, State } from "./application.ts"; import { Cookies } from "./cookies.ts"; import { acceptable, acceptWebSocket, WebSocket } from "./deps.ts"; import { createHtt...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/0f8cfd82f215e35382a230fd72bcd7094f42c8ce.ts
TypeScript
// Loaded from https://deno.land/x/segno@v1.1.0/lib/validations/isHexadecimal.ts // @ts-ignore allowing typedoc to build import { assertString } from '../helpers/assertString.ts'; /** * @ignore */ const hexadecimal = /^(0x|0h)?[0-9A-F]+$/i; export const isHexadecimal = (str: string) => { assertString(str); re...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/0fa28d6816fcab5d11ba4ee1ede2a72680b8b6c0.ts
TypeScript
// Loaded from https://deno.land/x/ramda@v0.27.2/source/update.js import _curry3 from './internal/_curry3.js'; import adjust from './adjust.js'; import always from './always.js'; /** * Returns a new copy of the array with the element at the provided index * replaced with the given value. * * @func * @memberOf ...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/0ff16ed81878dbaa6c6dce1a42c7e986260c2c1d.ts
TypeScript
// Loaded from https://deno.land/x/ramda@v0.27.2/source/median.js import _curry1 from './internal/_curry1.js'; import mean from './mean.js'; /** * Returns the median of the given list of numbers. * * @func * @memberOf R * @since v0.14.0 * @category Math * @sig [Number] -> Number * @param {Array} list * @re...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/10211d0af78bc73c80c5c4de7927515eaf13db69.ts
TypeScript
// Loaded from https://deno.land/std@0.67.0/path/common.ts // Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. /** This module is browser compatible. */ import { SEP } from "./separator.ts"; /** Determines the common path from a set of paths, using an optional separator, * which defaults to ...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/102b68862ac1918ef4cf8a2b19164384c89f8290.ts
TypeScript
// Loaded from https://deno.land/x/segno@v1.1.0/lib/validations/isBoolean.ts // @ts-ignore allowing typedoc to build import { assertString } from '../helpers/assertString.ts'; export const isBoolean = (str: string) => { assertString(str); return ['true', 'false', '1', '0'].indexOf(str) >= 0; };
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/102eb79561b7bc6a50ed8bae5d2a37ac9b465a42.ts
TypeScript
// Loaded from https://deno.land/x/mongo@v0.20.0/src/collection/mod.ts export { Collection } from "./collection.ts";
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/103b3ea1f747fc5a984b3f75a82b94024de14e5f.ts
TypeScript
// Loaded from https://deno.land/x/status@0.1.0/maps.ts // Copyright 2020 Filippo Rossi. All rights reserved. MIT license. import * as codes from "./codes.ts"; /** * Mapping all status codes to status phrases. */ export const STATUS_MESSAGES: { [key: number]: string } = { [codes.ACCEPTED]: "ACCEPTED", [codes....
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/105e20f2af89b6331d0b5b450ea2998c90fa869c.ts
TypeScript
// Loaded from https://deno.land/std@0.80.0/encoding/_yaml/type/bool.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/10b8210f532d7000c016d4d3dc2ebe84c0c1d1e7.ts
TypeScript
// Loaded from https://deno.land/std@0.101.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/10b947c996f852af42218239739b6f6c991c496e.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/util/collection.ts export class Collection<K, V> extends Map<K, V> { maxSize?: number; private sweeper?: CollectionSweeper<K, V> & { intervalId?: number }; constructor(entries?: (readonly (readonly [K, V])[] | null) | Map<K, V>, options?: Collection...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/10c5d90b3aecacee0f0511e8ea317f3174d065ce.ts
TypeScript
// Loaded from https://deno.land/x/ramda@v0.27.2/source/objOf.js import _curry2 from './internal/_curry2.js'; /** * Creates an object containing a single key:value pair. * * @func * @memberOf R * @since v0.18.0 * @category Object * @sig String -> a -> {String:a} * @param {String} key * @param {*} val * @r...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/10ecf12c1b876c0c6ef22f96c5340b05644d69eb.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/channels/channel_pins_update.ts /** https://discord.com/developers/docs/topics/gateway#channel-pins-update */ export interface ChannelPinsUpdate { /** The id of the guild */ guildId?: string; /** The id of the channel */ channelId: string; ...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/1111434a0697d95cf1a2f8f34fa771885b5be26a.ts
TypeScript
// Loaded from https://deno.land/x/regexparam@v2.0.0/src/index.js export function parse(str, loose) { if (str instanceof RegExp) return { keys:false, pattern:str }; var c, o, tmp, ext, keys=[], pattern='', arr = str.split('/'); arr[0] || arr.shift(); while (tmp = arr.shift()) { c = tmp[0]; if (c === '*') { ...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/112f65ca7363e7b053f7dc0f5b44098a12cb67fb.ts
TypeScript
// Loaded from https://deno.land/std@0.88.0/io/bufio.ts // Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. // Based on https://github.com/golang/go/blob/891682/src/bufio/bufio.go // Copyright 2009 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // lic...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/1133466265e7072d7293c6c60857590974a94e3e.ts
TypeScript
// Loaded from https://deno.land/x/ramda@v0.27.2/source/partialObject.js import mergeDeepRight from './mergeDeepRight.js'; import _curry2 from './internal/_curry2.js'; /** * Takes a function `f` and an object, and returns a function `g`. * When applied, `g` returns the result of applying `f` to the object * provi...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/11349b40e4bb0ed8d54e10349a3f20d8763b3eab.ts
TypeScript
// Loaded from https://deno.land/x/graphql_deno@v15.0.0/lib/polyfills/objectValues.js /* eslint-disable no-redeclare */ // $FlowFixMe workaround for: https://github.com/facebook/flow/issues/2221 const objectValues = Object.values || (obj => Object.keys(obj).map(key => obj[key])); export default objectValues;
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/115a40773b0e1166b5298d48028e9f966d50d7c4.ts
TypeScript
// Loaded from https://deno.land/x/graphql_deno@v15.0.0/lib/utilities/separateOperations.js import { Kind } from '../language/kinds.js'; import { visit } from '../language/visitor.js'; /** * separateOperations accepts a single AST document which may contain many * operations and fragments and returns a collection ...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/115e402f22b76a4d9cf60ca6db4f6eb2d8e968aa.ts
TypeScript
// Loaded from https://deno.land/x/deno_image@v0.0.3/lib/decoders/fast-png/PNGEncoder.ts import { IOBuffer } from './iobuffer/IOBuffer.ts'; import { deflate } from './pako/index.js'; import { pngSignature, crc } from './common.ts'; import { DeflateFunctionOptions, IPNGEncoderOptions, IImageData, IDecodedPNG,...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/116ba6253b5d5bd32254969887c98bbcea71684a.ts
TypeScript
// Loaded from https://deno.land/std@0.89.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/11731133752a9f2dfb2bc8c2653138a5fbcbd000.ts
TypeScript
// Loaded from https://deno.land/x/ramda@v0.27.2/source/mergeWithKey.js import _curry3 from './internal/_curry3.js'; import _has from './internal/_has.js'; /** * Creates a new object with the own properties of the two provided objects. If * a key exists in both objects, the provided function is applied to the key...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/11921180889ceb1e2e8489fd1fb40e2bb2475b4b.ts
TypeScript
// Loaded from https://deno.land/x/compress@v0.3.8/zlib/zlib/gzheader.ts export default class GZheader { /* true if compressed data believed to be text */ text: number = 0; /* modification time */ time: number = 0; /* extra flags (not used when writing a gzip file) */ xflags: number = 0; /* operating sy...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/119f1607e3e28768f400a64e01095baf828bcf81.ts
TypeScript
// Loaded from https://deno.land/x/abc@v1.2.4/vendor/https/deno.land/std/mime/multipart.ts export * from "https://deno.land/std@0.81.0/mime/multipart.ts";
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/11a4de00d24d9b82a70c0195ef88b69a637e4cc5.ts
TypeScript
// Loaded from https://deno.land/std@0.92.0/async/deferred.ts // Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. // TODO(ry) It'd be better to make Deferred a class that inherits from // Promise, rather than an interface. This is possible in ES2016, however // typescript produces broken code w...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/11ae24958a62172fdc6378c70238c9b5d5807de9.ts
TypeScript
// Loaded from https://deno.land/std@0.92.0/node/events.ts // Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. // Copyright (c) 2019 Denolibs authors. All rights reserved. MIT license. // Copyright Joyent, Inc. and other Node contributors. // // Permission is hereby granted, free of charge, to ...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/11ba86e63300472c082d26d8a3f1e4d8fe8fe76f.ts
TypeScript
// Loaded from https://deno.land/x/case/titleCase.ts import upperCase from "./upperCase.ts"; import normalCase from "./normalCase.ts"; export default function titleCase(value: string, locale?: string): string { return normalCase(value, locale).replace(/^.| ./g, function ( m: string, ): string { return up...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/11cb63f852dc07cf7b8b40eb21f9001224b3292d.ts
TypeScript
// Loaded from https://deno.land/x/cliffy@v0.12.1/packages/command/types/command.ts import { Command } from '../lib/command.ts'; import { StringType } from './string.ts'; export class CommandType extends StringType { public complete( cmd: Command, parent?: Command ): string[] { return parent?.getCommand...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/11f0bd5f0035639283309990494297d8e582b77e.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/helpers/roles/edit_role.ts import { rest } from "../../rest/rest.ts"; import { structures } from "../../structures/mod.ts"; import type { CreateGuildRole } from "../../types/guilds/create_guild_role.ts"; import type { Role } from "../../types/permissions/r...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/12443b1c9163cb6b513538c9e3bed70f14aad464.ts
TypeScript
// Loaded from https://deno.land/std@0.67.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/125d246dc76a9a556045ceeae1153d884ebfdbf4.ts
TypeScript
// Loaded from https://deno.land/x/god_crypto@v1.4.3/src/rsa/rsa_internal.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"; import { ber_decode, ber_simpl...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/1269588bea35e23194ed43f8a7cbe30f6032827e.ts
TypeScript
// Loaded from https://deno.land/std@0.80.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/12718a69cb4870a5d8f43e95389215a652e1ff23.ts
TypeScript
// Loaded from https://deno.land/x/deno_image@v0.0.3/lib/decoders/fast-png/iobuffer/utf8.ts const decoder = new TextDecoder('utf-8'); export function decode(bytes: Uint8Array): string { return decoder.decode(bytes); } const encoder = new TextEncoder(); export function encode(str: string): Uint8Array { return e...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/12d2f13dbbe89656712da3af759c47452a5c1ba3.ts
TypeScript
// Loaded from https://deno.land/std@0.92.0/node/_utils.ts // Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. import { deferred } from "../async/mod.ts"; import { assert, assertStringIncludes, fail } from "../testing/asserts.ts"; import { readAll } from "../io/util.ts"; export type BinaryEnco...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/12dae7a3ff121d6d76dd029a5e0768673415815f.ts
TypeScript
// Loaded from https://deno.land/std/async/mod.ts // Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. export * from "./deferred.ts"; export * from "./delay.ts"; export * from "./mux_async_iterator.ts"; export * from "./pool.ts";
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/12e9060a896dc887aeb65cdc0ea52ce8133476f5.ts
TypeScript
// Loaded from https://deno.land/x/graphql_deno@v15.0.0/lib/validation/rules/KnownFragmentNamesRule.js import { GraphQLError } from '../../error/GraphQLError.js'; /** * Known fragment names * * A GraphQL document is only valid if all `...Fragment` fragment spreads refer * to fragments defined in the same documen...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/12f22fe84a446f5ac2c6b7eed8621763d67c9717.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/helpers/channels/channel_overwrite_has_permission.ts import type { DiscordOverwrite } from "../../types/channels/overwrite.ts"; import { DiscordBitwisePermissionFlags } from "../../types/permissions/bitwise_permission_flags.ts"; import type { PermissionStr...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/12f5bc47dce97aab7d2b439371a8325000270cd8.ts
TypeScript
// Loaded from https://deno.land/x/oak@v6.3.1/application.ts // Copyright 2018-2020 the oak authors. All rights reserved. MIT license. import { Context } from "./context.ts"; import { serve as defaultServe, serveTLS as defaultServeTls, Status, STATUS_TEXT, } from "./deps.ts"; import { Key, KeyStack } from "....
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/130b0b16b08e2328afef5d1c788e881e0381f6a8.ts
TypeScript
// Loaded from https://deno.land/x/mongo@v0.20.0/src/error.ts export interface MongoErrorInfo { ok: 0; errmsg: string; code: number; codeName: string; } export class MongoError extends Error { constructor(info: MongoErrorInfo) { super(`MongoError: ${JSON.stringify(info)}`); } }
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/130e950c4e01ea5ca0326f88e3c3d93f093ad45f.ts
TypeScript
// Loaded from https://deno.land/std@0.90.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/131bef49857a0c38175f5a4a39ce9e2666475603.ts
TypeScript
// Loaded from https://deno.land/x/dndb@0.2.4/src/methods/updateOne.js import { mongobj, matches } from '../../deps.ts'; import { ReadFileStream, WriteFileStream } from '../storage.ts'; export default async (filename ,query, operators, projection) => { const readStream = new ReadFileStream(filename); const write...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/13243b0f0284feaf671c22221599e019e19aa9db.ts
TypeScript
// Loaded from https://deno.land/x/cliffy@v0.18.0/command/_errors.ts import { ValidationError } from "../flags/_errors.ts"; import { didYouMeanCommand } from "./_utils.ts"; import type { Command } from "./command.ts"; export class CommandError extends Error { constructor(message: string) { super(message); ...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/13302b6e4b7bfb7b8c496b9eb7fb4b383ca294c8.ts
TypeScript
// Loaded from https://deno.land/x/graphql_deno@v15.0.0/lib/validation/rules/KnownArgumentNamesRule.js import didYouMean from '../../jsutils/didYouMean.js'; import suggestionList from '../../jsutils/suggestionList.js'; import { GraphQLError } from '../../error/GraphQLError.js'; import { Kind } from '../../language/ki...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/13343f8c79a422a733df4ade2d5fc58202f0c229.ts
TypeScript
// Loaded from https://deno.land/x/cliffy@v0.18.0/table/mod.ts export * from "./cell.ts"; export * from "./row.ts"; export * from "./table.ts";
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/133905beb7abf9799561d854356358d49f178e33.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/handlers/channels/THREAD_UPDATE.ts import { eventHandlers } from "../../bot.ts"; import { cacheHandlers } from "../../cache.ts"; import { structures } from "../../structures/mod.ts"; import { Channel } from "../../types/channels/channel.ts"; import { Disco...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/1342fad556c7fa0a167607771800a427e263df6c.ts
TypeScript
// Loaded from https://deno.land/x/ramda@v0.27.2/source/splitAt.js import _curry2 from './internal/_curry2.js'; import length from './length.js'; import slice from './slice.js'; /** * Splits a given list or string at a given index. * * @func * @memberOf R * @since v0.19.0 * @category List * @sig Number -> [a...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/13700e6667201f37bc20bba0db87388b49b2ec72.ts
TypeScript
// Loaded from https://deno.land/std/log/levels.ts // Copyright 2018-2021 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, } /** Permitted log...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/13aad9ce013f3be95ff24d7ae53b20355b9e0e6f.ts
TypeScript
// Loaded from https://deno.land/x/ramda@v0.27.2/source/modulo.js import _curry2 from './internal/_curry2.js'; /** * Divides the first parameter by the second and returns the remainder. Note * that this function preserves the JavaScript-style behavior for modulo. For * mathematical modulo see [`mathMod`](#mathMo...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/1408020c1eb166e22d33bda9e6488190119a70bd.ts
TypeScript
// Loaded from https://deno.land/std@0.85.0/io/bufio.ts // Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. // Based on https://github.com/golang/go/blob/891682/src/bufio/bufio.go // Copyright 2009 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // lic...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/1410d74af6ea3ae5f49feeb4f250e306a0032c2b.ts
TypeScript
// Loaded from https://deno.land/x/validasaur/src/messages.ts import type { ValidationMessages } from "./interfaces.ts"; export const defaultMessages: ValidationMessages = { "fileExists:pathCheck": "file :value doesn't exists", "fileExists:stringCheck": "file path must be a string", isArray: ":attr must be an ...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/1428cf4db6bc088ba76d68090af3bdada70f249f.ts
TypeScript
// Loaded from https://deno.land/x/segno@v1.1.0/lib/validations/isSlug.ts // @ts-ignore allowing typedoc to build import { assertString } from '../helpers/assertString.ts'; /** * @ignore */ const charsetRegex = /^[^\s-_](?!.*?[-_]{2,})([a-z0-9-\\]{1,})[^\s]*[^-_\s]$/; export const isSlug = (str: string) => { as...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/142afee8f925a0c88faf0193c4c87686a32562ec.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/interactions/commands/create_global_application_command.ts import { ApplicationCommandOption } from "./application_command_option.ts"; /** https://discord.com/developers/docs/interactions/slash-commands#create-global-application-command-json-params ...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/143995c47cdcea6c5a105c392ad766d23a5eb33f.ts
TypeScript
// Loaded from https://deno.land/std@0.77.0/fs/ensure_file.ts // Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. import * as path from "../path/mod.ts"; import { ensureDir, ensureDirSync } from "./ensure_dir.ts"; import { getFileInfoType } from "./_util.ts"; /** * Ensures that the file exist...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/144981b6498020d07db7b00d051fa52657ec40a4.ts
TypeScript
// Loaded from https://deno.land/x/deno_image@v0.0.3/deps.ts export { encode as encodeJPG, decode as decodeJPG, Image } from "https://deno.land/x/jpegts@1.1/mod.ts";
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/1449d4e751812917c4513df3c9e91cb4e8ed6e20.ts
TypeScript
// Loaded from https://deno.land/x/compress@v0.3.8/zlib/zlib/crc32.ts export function makeTable() { let c: number; const table = []; const m = 0xEDB88320; for (let n = 0; n < 256; n++) { c = n; for (let k = 0; k < 8; k++) { c = ((c & 1) ? (m ^ (c >>> 1)) : (c >>> 1)); } table[n] = c; ...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/1479eafa0ae9e55770fbed944a0b7d21f23d9fe4.ts
TypeScript
// Loaded from https://deno.land/std@0.78.0/encoding/_yaml/type/merge.ts // Ported from js-yaml v3.13.1: // https://github.com/nodeca/js-yaml/commit/665aadda42349dcae869f12040d9b10ef18d12da // Copyright 2011-2015 by Vitaly Puzrin. All rights reserved. MIT license. // Copyright 2018-2020 the Deno authors. All rights r...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/149ca7cd67e99d4dbdfdb2334423f29f486a3565.ts
TypeScript
// Loaded from https://deno.land/std@0.81.0/http/_io.ts // Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. import { BufReader, BufWriter } from "../io/bufio.ts"; import { TextProtoReader } from "../textproto/mod.ts"; import { assert } from "../_util/assert.ts"; import { encoder } from "../enco...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/14caf10dcb6d28d0c7f647aeb882cc69b928e20c.ts
TypeScript
// Loaded from https://deno.land/x/ramda@v0.27.2/source/unnest.js import _identity from './internal/_identity.js'; import chain from './chain.js'; /** * Shorthand for `R.chain(R.identity)`, which removes one level of nesting from * any [Chain](https://github.com/fantasyland/fantasy-land#chain). * * @func * @me...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/14d2cb6efaa975d346dd8d3811810e8c910c4912.ts
TypeScript
// Loaded from https://deno.land/x/jpegts@1.1/lib/encoder.ts /* Copyright (c) 2008, Adobe Systems Incorporated All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source ...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/14d686bf665411aa7e9a837a8ac56363826d259c.ts
TypeScript
// Loaded from https://deno.land/x/segno@v1.1.0/lib/validations/isFullWidth.ts // @ts-ignore allowing typedoc to build import { assertString } from '../helpers/assertString.ts'; export const fullWidth = /[^\u0020-\u007E\uFF61-\uFF9F\uFFA0-\uFFDC\uFFE8-\uFFEE0-9a-zA-Z]/; export const isFullWidth = (str: string) => {...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/14db2faaba580d87d8e87a2f10bf8c7883f41f34.ts
TypeScript
// Loaded from https://deno.land/x/ramda@v0.27.2/source/binary.js import _curry1 from './internal/_curry1.js'; import nAry from './nAry.js'; /** * Wraps a function of any arity (including nullary) in a function that accepts * exactly 2 parameters. Any extraneous parameters will not be passed to the * supplied fu...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/150dc30d8448198cdeb4cd6e4fafd6396dbf71b7.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/channels/overwrite_types.ts export enum DiscordOverwriteTypes { Role, Member, } export type OverwriteTypes = DiscordOverwriteTypes; export const OverwriteTypes = DiscordOverwriteTypes;
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/152184d716a78f2c569a56e8c0b5ae833890ec78.ts
TypeScript
// Loaded from https://deno.land/x/cliffy@v0.12.1/packages/table/lib/border.ts export interface IBorder { top: string; topMid: string; topLeft: string; topRight: string; bottom: string; bottomMid: string; bottomLeft: string; bottomRight: string; left: string; leftMid: string; ...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/15222a4c9ba619badd5892d3021ea3dde77fe193.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/helpers/misc/edit_bot_profile.ts import { rest } from "../../rest/rest.ts"; import { Errors } from "../../types/discordeno/errors.ts"; import type { User } from "../../types/users/user.ts"; import { endpoints } from "../../util/constants.ts"; import { urlT...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/152dd06bac5c9b723829b7b0b10283ae111a0f34.ts
TypeScript
// Loaded from https://deno.land/std@0.101.0/http/_io.ts // Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. import { BufReader, BufWriter } from "../io/bufio.ts"; import { TextProtoReader } from "../textproto/mod.ts"; import { assert } from "../_util/assert.ts"; import { Response, ServerReques...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/1542c900f31b210398965de49f3748a3062fc398.ts
TypeScript
// Loaded from https://deno.land/x/ramda@v0.27.2/source/pair.js import _curry2 from './internal/_curry2.js'; /** * Takes two arguments, `fst` and `snd`, and returns `[fst, snd]`. * * @func * @memberOf R * @since v0.18.0 * @category List * @sig a -> b -> (a,b) * @param {*} fst * @param {*} snd * @return {A...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/154c6073e975b13f958f5ec193d87807d5ce9747.ts
TypeScript
// Loaded from https://deno.land/x/segno@v1.1.0/lib/validations/isLocale.ts // @ts-ignore allowing typedoc to build import { assertString } from '../helpers/assertString.ts'; /** * @ignore */ const localeReg = /^[A-z]{2,4}([_-]([A-z]{4}|[\d]{3}))?([_-]([A-z]{2}|[\d]{3}))?$/; export const isLocale = (str: string) ...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_bundler/tests/.cache/deno/154d820a8da80c6e9c87225b072cf5973db6c1fd.ts
TypeScript
// Loaded from https://deno.land/x/discordeno@11.0.0-rc.2/src/types/guilds/begin_guild_prune.ts /** https://discord.com/developers/docs/resources/guild#begin-guild-prune */ export interface BeginGuildPrune { /** Number of days to prune (1 or more), default: 7 */ days?: number; /** Whether 'pruned' is returned, ...
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University