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/untrusted/35fdd53761b52373b1b3937056a38939fb407824.ts | TypeScript | // Loaded from https://raw.githubusercontent.com/aricart/tweetnacl-deno/import-type-fixes/src/random.ts
import { ByteArray } from './array.ts';
export function randomBytes(n: number): ByteArray {
let b = ByteArray(n);
window.crypto.getRandomValues(b);
return b;
}
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/untrusted/3610611abc9ed995fb98b528eef857d0b5fd5305.ts | TypeScript | // Loaded from https://raw.githubusercontent.com/denjucks/dex/master/lib/deps/path/_util.ts
// Copyright the Browserify authors. MIT License.
// Ported from https://github.com/browserify/path-browserify/
import { FormatInputPathObject } from "./interface.ts";
import {
CHAR_UPPERCASE_A,
CHAR_LOWERCASE_A,
CHAR_U... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/untrusted/37208513d893687a829cb7e388e61f4c7f81ee0d.ts | TypeScript | // Loaded from https://raw.githubusercontent.com/denjucks/dex/master/lib/migrate/migration-list-resolver.js
import { getTableName } from './table-resolver.js';
import { ensureTable } from './table-creator.js';
// Lists all available migration versions, as a sorted array.
function listAll(migrationSource, loadExtensi... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/untrusted/3768d350a69187e333d1cd30bed9471f0c000a8c.ts | TypeScript | // Loaded from https://dev.jspm.io/npm:jszip@3.5.0/lib/index.dew.js
import { dew as _objectDewDew } from "./object.dew.js";
import { dew as _loadDewDew } from "./load.dew.js";
import { dew as _supportDewDew } from "./support.dew.js";
import { dew as _defaultsDewDew } from "./defaults.dew.js";
import { dew as _externa... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/untrusted/37c807880b012ade7d52676367399bb122383abb.ts | TypeScript | // Loaded from https://raw.githubusercontent.com/aricart/tweetnacl-deno/import-type-fixes/src/core.ts
import { ByteArray, NumArray } from './array.ts';
export function gf(init?: number[]): NumArray {
const r = NumArray(16);
if (init) for (let i = 0; i < init.length; i++) r[i] = init[i];
return r;
}
expo... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/untrusted/38301ffafa532c11f9fe7d936fc884ef4a4c4059.ts | TypeScript | // Loaded from https://raw.githubusercontent.com/colinhacks/zod/654680afc2ede388e71e09104eac5a0088fe3207/deno/lib/helpers/util.ts
export const INVALID = Symbol("invalid_data");
export namespace util {
export type AssertEqual<T, Expected> = T extends Expected
? Expected extends T
? true
: false
:... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/untrusted/392edbe3d655d978c96c96479476f4fd12ac96b0.ts | TypeScript | // Loaded from https://unpkg.com/luxon@1.25.0/src/impl/formatter.js
import * as English from "./english.js";
import * as Formats from "./formats.js";
import { hasFormatToParts, padStart } from "./util.js";
function stringifyTokens(splits, tokenToString) {
let s = "";
for (const token of splits) {
if (token.l... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/untrusted/39d2dd490d1a245f67b152b633ad85b4a73aa296.ts | TypeScript | // Loaded from https://raw.githubusercontent.com/denjucks/dex/master/lib/dialects/postgres/query/compiler.js
// PostgreSQL Query Builder & Compiler
// ------
import QueryCompiler from '../../../query/compiler.js';
import _ from '../../../deps/lodash@4.17.15/index.js';
const identity = _.identity;
const reduce = _.re... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/untrusted/39e6dc629e6029774192d2848c5fe5658f1b631d.ts | TypeScript | // Loaded from https://raw.githubusercontent.com/denjucks/dex/master/lib/dialects/mysql/transaction.js
import Transaction from '../../transaction.js';
import Debug from '../../deps/debug@4.1.1/src/index.js';
const debug = Debug('knex:tx');
class Transaction_MySQL extends Transaction {}
Object.assign(Transaction_My... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/untrusted/3af250e73e2037ae5e77bef30947655d3a8f61b7.ts | TypeScript | // Loaded from https://dev.jspm.io/npm:pako@1.0.11/lib/zlib/trees.dew.js
import { dew as _commonDewDew } from "../utils/common.dew.js";
var exports = {},
_dewExec = false;
export function dew() {
if (_dewExec) return exports;
_dewExec = true;
// (C) 1995-2013 Jean-loup Gailly and Mark Adler
// (C) 2014-2... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/untrusted/3c06d432bacf34e607f70dfe48acfaa48d68ef30.ts | TypeScript | // Loaded from https://cdn.skypack.dev/-/ipaddr.js@v2.0.1-Gb4sD7xwOvS6n7C0Ihjk/dist=es2020,mode=imports/optimized/ipaddrjs.js
var commonjsGlobal = typeof globalThis !== "undefined" ? globalThis : typeof window !== "undefined" ? window : typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : {};... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/untrusted/3cb4695a7e5b75801a20659eea940e02d21b8af6.ts | TypeScript | // Loaded from https://dev.jspm.io/npm:jszip@3.5.0/lib/nodejsUtils.dew.js
import _buffer from "/npm:@jspm/core@1/nodelibs/buffer.js";
var exports = {},
_dewExec = false;
export function dew() {
if (_dewExec) return exports;
_dewExec = true;
var Buffer = _buffer.Buffer;
exports = {
/**
* True if t... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/untrusted/3ce1840b9199964183770c8844ed4886ef92df13.ts | TypeScript | // Loaded from https://raw.githubusercontent.com/nats-io/nats.deno/v1.0.0-11/nats-base-client/bench.ts
/*
* Copyright 2020 The NATS Authors
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/untrusted/3cfe88a56d90dd41b6fb076d419e96c259d2517a.ts | TypeScript | // Loaded from https://raw.githubusercontent.com/nats-io/nkeys.js/v1.0.0-7/modules/esm/mod.ts
import { denoHelper } from "./deps.ts";
import { setEd25519Helper } from "../../src/helper.ts";
setEd25519Helper(denoHelper);
export * from "../../src/mod.ts";
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/untrusted/3d88a83d06a756f74bf648a0ef0297de8757be2e.ts | TypeScript | // Loaded from https://unpkg.com/luxon@1.25.0/src/zones/localZone.js
import { formatOffset, parseZoneInfo, hasIntl } from "../impl/util.js";
import Zone from "../zone.js";
let singleton = null;
/**
* Represents the local zone for this Javascript environment.
* @implements {Zone}
*/
export default class LocalZone... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/untrusted/3dcc7a1dad884808a1a9be573744a49fc20eaded.ts | TypeScript | // Loaded from https://raw.githubusercontent.com/nats-io/nats.deno/v1.0.0-11/nats-base-client/request.ts
/*
* Copyright 2020 The NATS Authors
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License ... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/untrusted/3e13d09cf724c5e13cee8fd0ef477028556881d8.ts | TypeScript | // Loaded from https://raw.githubusercontent.com/colinhacks/zod/654680afc2ede388e71e09104eac5a0088fe3207/deno/lib/index.ts
/* ZOD */
import {
ZodType,
ZodTypeDef,
ZodTypeAny,
ZodRawShape,
input,
output,
TypeOf,
RefinementCtx,
} from "./types/base.ts";
import { ZodErrorMap } from "./defaultErrorMap.t... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/untrusted/3ec253d8190bda5bcb5fc3be5177d644f248aec5.ts | TypeScript | // Loaded from https://unpkg.com/luxon@1.25.0/src/datetime.js
import Duration, { friendlyDuration } from "./duration.js";
import Interval from "./interval.js";
import Settings from "./settings.js";
import Info from "./info.js";
import Formatter from "./impl/formatter.js";
import FixedOffsetZone from "./zones/fixedOff... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/untrusted/3f28458484ac3c357093a5cb2ef16f5e42e838ef.ts | TypeScript | // Loaded from https://unpkg.com/luxon@1.25.0/src/impl/digits.js
const numberingSystems = {
arab: "[\u0660-\u0669]",
arabext: "[\u06F0-\u06F9]",
bali: "[\u1B50-\u1B59]",
beng: "[\u09E6-\u09EF]",
deva: "[\u0966-\u096F]",
fullwide: "[\uFF10-\uFF19]",
gujr: "[\u0AE6-\u0AEF]",
hanidec: "[〇|一|二|三|四|五|六|七|八... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/untrusted/3f48b89ba64ed8ca595438dcc9a08bdd35ef5acc.ts | TypeScript | // Loaded from https://unpkg.com/luxon@1.25.0/src/zone.js
/* eslint no-unused-vars: "off" */
import { ZoneIsAbstractError } from "./errors.js";
/**
* @interface
*/
export default class Zone {
/**
* The type of zone
* @abstract
* @type {string}
*/
get type() {
throw new ZoneIsAbstractError();
... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/untrusted/40575abde3929cd4b786d1720aa1ba1eab4e27d4.ts | TypeScript | // Loaded from https://raw.githubusercontent.com/denjucks/dex/master/lib/util/batchInsert.js
import _ from '../deps/lodash@4.17.15/index.js';
const chunk = _.chunk;
const flatten = _.flatten;
const isNumber = _.isNumber;
import delay from './delay.js';
export default function batchInsert(
client,
tableName,
ba... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/untrusted/40621ada605966bd2ee8eb4a73ff081b1b44d52c.ts | TypeScript | // Loaded from https://raw.githubusercontent.com/denjucks/dex/master/lib/helpers.js
/* eslint no-console:0 */
import _ from './deps/lodash@4.17.15/index.js';
const isFunction = _.isFunction;
const isPlainObject = _.isPlainObject;
const isTypedArray = _.isTypedArray;
import { CLIENT_ALIASES } from './constants.js';
... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/untrusted/40fd555cba18e594b3b7c311577305778808127e.ts | TypeScript | // Loaded from https://raw.githubusercontent.com/colinhacks/zod/654680afc2ede388e71e09104eac5a0088fe3207/deno/lib/types/number.ts
import { errorUtil } from "../helpers/errorUtil.ts";
// import { ZodUndefined } from './undefined';
// import { ZodNull } from './null';
// import { ZodUnion } from './union';
import { Zod... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/untrusted/414aec87a2dec0549c58e51ed81a3bbae6812913.ts | TypeScript | // Loaded from https://raw.githubusercontent.com/denjucks/dex/master/lib/deps/@jspm/core@1.1.0/nodelibs/querystring.js
function e(e,n){return Object.prototype.hasOwnProperty.call(e,n)}var n=function(n,r,t,o){r=r||"&",t=t||"=";var a={};if("string"!=typeof n||0===n.length)return a;var u=/\+/g;n=n.split(r);var c=1e3;o&&... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/untrusted/4232f25ed09362f48909de066d48e5676063c892.ts | TypeScript | // Loaded from https://cdn.esm.sh/v44/qs@6.9.4/es2015/qs.js
/* esm.sh - esbuild bundle(qs@6.9.4) es2015 production */
var Z=Object.create;var A=Object.defineProperty;var ee=Object.getOwnPropertyDescriptor;var re=Object.getOwnPropertyNames;var te=Object.getPrototypeOf,ne=Object.prototype.hasOwnProperty;var ie=n=>A(n,"... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/untrusted/423eb5f919605b2cb58d87defeabc37259a4d3e8.ts | TypeScript | // Loaded from https://raw.githubusercontent.com/nats-io/nats.deno/v1.0.0-rc4/nats-base-client/codec.ts
/*
* Copyright 2020-2021 The NATS Authors
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the Lice... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/untrusted/42892cbe6573d32792b2f12098320bbaecc1e5fa.ts | TypeScript | // Loaded from https://dev.jspm.io/npm:@jspm/core@1.1.1/nodelibs/chunk-cffba9d4.js
import { t as t$8 } from "./chunk-dac557ba.js";
import { h as h$3 } from "./chunk-0c2d1322.js";
import t$7 from "./buffer.js";
import a$2 from "./util.js";
import { s as string_decoder } from "./chunk-6e68c801.js";
import r$4 from "./e... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/untrusted/4356aa4b23a18b695cc43ed2440f5ac555a6ab80.ts | TypeScript | // Loaded from https://dev.jspm.io/npm:@jspm/core@1.1.1/nodelibs/chunk-dac557ba.js
import { h as h$1 } from "./chunk-0c2d1322.js";
var t = "function" == typeof Symbol && "symbol" == typeof Symbol.toStringTag,
e = Object.prototype.toString,
o = function (o) {
return !(t && o && "object" == typeof o && Symbo... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/untrusted/4378875b195e741b3243586038662cc52686e8d2.ts | TypeScript | // Loaded from https://raw.githubusercontent.com/deno-postgres/deno-postgres/master/connection/packet_writer.ts
/*!
* Adapted directly from https://github.com/brianc/node-buffer-writer
* which is licensed as follows:
*
* The MIT License (MIT)
*
*
* Permission is hereby granted, free of charge, to any person ob... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/untrusted/452683f6517db228f8f39d0f824526c3fbc632f2.ts | TypeScript | // Loaded from https://raw.githubusercontent.com/aricart/tweetnacl-deno/import-type-fixes/src/blake2b.ts
// Blake2B in pure Javascript
// Adapted from the reference implementation in RFC7693
// Ported to Javascript by DC - https://github.com/dcposch
import { ByteArray, WordArray } from './array.ts';
export interfac... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/untrusted/45ba20410efcea8a255dfe392f78d9697dd2e145.ts | TypeScript | // Loaded from https://dev.jspm.io/npm:ngraph.events@1.2.1/index.dew.js
var exports = {},
_dewExec = false;
export function dew() {
if (_dewExec) return exports;
_dewExec = true;
exports = function eventify(subject) {
validateSubject(subject);
var eventsStorage = createEventsStorage(subject);
s... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/untrusted/4601ec6897cd6e13ea2c2884c83b5a33d3458aac.ts | TypeScript | // Loaded from https://unpkg.com/luxon@1.25.0/src/errors.js
// these aren't really private, but nor are they really useful to document
/**
* @private
*/
class LuxonError extends Error {}
/**
* @private
*/
export class InvalidDateTimeError extends LuxonError {
constructor(reason) {
super(`Invalid DateTime:... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/untrusted/4695b0f754141c49f18b516f74b33176d7341f45.ts | TypeScript | // Loaded from https://dev.jspm.io/npm:jszip@3.5.0/lib/reader/Uint8ArrayReader.dew.js
import { dew as _ArrayReaderDewDew } from "./ArrayReader.dew.js";
import { dew as _utilsDewDew } from "../utils.dew.js";
var exports = {},
_dewExec = false;
export function dew() {
if (_dewExec) return exports;
_dewExec = tr... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/untrusted/480e15d7d0de6b2afbef40ca966dfb63d0213690.ts | TypeScript | // Loaded from https://dev.jspm.io/npm:@jspm/core@1.1.1/nodelibs/events.js
var e,t,n="object"==typeof Reflect?Reflect:null,r=n&&"function"==typeof n.apply?n.apply:function(e,t,n){return Function.prototype.apply.call(e,t,n)};t=n&&"function"==typeof n.ownKeys?n.ownKeys:Object.getOwnPropertySymbols?function(e){return Ob... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/untrusted/486337a96cd07e1b79cc9e1787df73eaec563b8a.ts | TypeScript | // Loaded from https://denopkg.com/chiefbiiko/sha256@v1.0.2/mod.ts
import {
encode,
decode
} from "./deps.ts";
/** Byte length of a SHA256 hash. */
export const BYTES: number = 32;
/** A class representation of the SHA256 algorithm. */
export class SHA256 {
readonly hashSize: number = BYTES;
private _buf: ... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/untrusted/48a0e901dcdb20c0434336e7996949db99853960.ts | TypeScript | // Loaded from https://raw.githubusercontent.com/deno-postgres/deno-postgres/master/connection/connection.ts
/*!
* Substantial parts adapted from https://github.com/brianc/node-postgres
* which is licensed as follows:
*
* The MIT License (MIT)
*
* Copyright (c) 2010 - 2019 Brian Carlson
*
* Permission is here... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/untrusted/48e601b6094eda224b4d67b019f312d0aeee7e18.ts | TypeScript | // Loaded from https://raw.githubusercontent.com/denjucks/dex/master/lib/dialects/redshift/transaction.js
import Transaction from '../../transaction.js';
export default class Redshift_Transaction extends Transaction {
savepoint(conn) {
this.trxClient.logger('Redshift does not support savepoints.');
return ... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/untrusted/49704a8292062f17a1fa69f93f09bedf32956bb2.ts | TypeScript | // Loaded from https://raw.githubusercontent.com/denjucks/dex/master/lib/dialects/oracledb/utils.js
import Utils from '../oracle/utils.js';
export function BlobHelper(columnName, value) {
this.columnName = columnName;
this.value = value;
this.returning = false;
}
BlobHelper.prototype.toString = function () {
... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/untrusted/49975bcaf84f60d576c6494958f941735f954a35.ts | TypeScript | // Loaded from https://dev.jspm.io/npm:lie@3.3?dew
export { dew } from "/npm:lie@3.3.0/lib/browser.dew.js";
import "/npm:immediate@3.0?dew";
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/untrusted/4a132cbf3802ca7f0c1c2ac046515c806d11b913.ts | TypeScript | // Loaded from https://raw.githubusercontent.com/denjucks/dex/master/lib/deps/uuid/mod.ts
// Based on https://github.com/kelektiv/node-uuid
// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
import * as v1 from "./v1.ts";
import * as v4 from "./v4.ts";
import * as v5 from "./v5.ts";
export co... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/untrusted/4a28c753dfab67a9b4f6e2a2f43251bdbddfcb61.ts | TypeScript | // Loaded from https://unpkg.com/@evan/wasm@0.0.50/target/zlib/deno.js
let wasm;
{
const module = new WebAssembly.Module(Uint8Array.from(atob('AGFzbQEAAAABVA1gAn9/AGABfwBgAn9/AX9gA39/fwF/YAV/f39/fwF/YAF/AX9gBX9/f39/AGAEf39/fwBgAX8BfmADf39/AGAAAX9gBn9/f39/fwBgBH9/f38BfwM9PAYHCwwFBAQHBgQGAQIBAAYFAgkKBwMDBAAAAgYEBAMD... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/untrusted/4af8bed9cc94537d462ef618b59e3b45f2f847f8.ts | TypeScript | // Loaded from https://raw.githubusercontent.com/denjucks/dex/master/lib/deps/@jspm/core@1.1.0/nodelibs/url.js
import t from'./punycode.js';import s from'./querystring.js';var h={},e=t,a={isString:function(t){return "string"==typeof t},isObject:function(t){return "object"==typeof t&&null!==t},isNull:function(t){retur... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/untrusted/4b9f48e40db95057ce259334f8869d81ee9c4fa0.ts | TypeScript | // Loaded from https://raw.githubusercontent.com/denjucks/dex/master/lib/client.js
import Raw from './raw.js';
import Ref from './ref.js';
import Runner from './runner.js';
import Formatter from './formatter.js';
import Transaction from './transaction.js';
import QueryBuilder from './query/builder.js';
import QueryC... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/untrusted/4ccdcea6ce1ecf9d1878766f186dece90b13ce59.ts | TypeScript | // Loaded from https://denopkg.com/chiefbiiko/sha256@v1.0.2/deps.ts
export {
encode,
decode
} from "https://denopkg.com/chiefbiiko/std-encoding@v1.0.0/mod.ts"; | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/untrusted/4dff4151934dfa70c00b232ebf3d475eb57e329d.ts | TypeScript | // Loaded from https://raw.githubusercontent.com/denjucks/dex/master/lib/dialects/postgres/schema/compiler.js
// PostgreSQL Schema Compiler
// -------
import inherits from '../../../deps/inherits@2.0.4/inherits.js';
import SchemaCompiler from '../../../schema/compiler.js';
function SchemaCompiler_PG() {
SchemaCom... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/untrusted/4e4068173450d5d9f982490ce26d2a834a374a51.ts | TypeScript | // Loaded from https://raw.githubusercontent.com/deno-postgres/deno-postgres/master/query/encode.ts
function pad(number: number, digits: number): string {
let padded = "" + number;
while (padded.length < digits) {
padded = "0" + padded;
}
return padded;
}
function encodeDate(date: Date): string {
// Co... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/untrusted/4e4c23e4a3496ce18008768794de976c4d45f08b.ts | TypeScript | // Loaded from https://raw.githubusercontent.com/nats-io/nats.deno/v1.0.0-11/nats-base-client/heartbeats.ts
/*
* Copyright 2020 The NATS Authors
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the Licen... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/untrusted/4ea06329c3f75b8f5bb3e7899da62b3442619d16.ts | TypeScript | // Loaded from https://raw.githubusercontent.com/denjucks/dex/master/lib/dialects/mssql/schema/compiler.js
// MySQL Schema Compiler
// -------
import inherits from '../../../deps/inherits@2.0.4/inherits.js';
import SchemaCompiler from '../../../schema/compiler.js';
function SchemaCompiler_MSSQL(client, builder) {
... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/untrusted/4ed8dbfe45edd77ff88adb414d9e40bc81e38caf.ts | TypeScript | // Loaded from https://cdn.esm.sh/v45/range-parser@1.2.1/es2015/range-parser.js
/* esm.sh - esbuild bundle(range-parser@1.2.1) es2015 production */
var v=Object.create;var d=Object.defineProperty;var l=Object.getOwnPropertyDescriptor;var m=Object.getOwnPropertyNames;var c=Object.getPrototypeOf,h=Object.prototype.hasO... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/untrusted/4f8acb7e927304712d8ca27ba5944e5926cd9c13.ts | TypeScript | // Loaded from https://raw.githubusercontent.com/denjucks/dex/master/lib/deps/node/util.ts
export function isArray(value: unknown): boolean {
return Array.isArray(value);
}
export function isBoolean(value: unknown): boolean {
return typeof value === "boolean" || value instanceof Boolean;
}
export function isNul... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/untrusted/4f9041d60b9213c42a41fc41ae4a3d257374d18b.ts | TypeScript | // Loaded from https://denopkg.com/chiefbiiko/sha1@v1.0.3/deps.ts
export {
encode,
decode
} from "https://denopkg.com/chiefbiiko/std-encoding@v1.0.0/mod.ts"; | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/untrusted/4fa5f08006aa1f0af03991c66e39a31a126ab901.ts | TypeScript | // Loaded from https://raw.githubusercontent.com/aricart/tweetnacl-deno/import-type-fixes/src/verify.ts
import type { ByteArray } from './array.ts';
import { checkArrayTypes } from './check.ts';
function vn(x: ByteArray, xi: number, y: ByteArray, yi: number, n: number): number {
let i, d = 0;
for (i = 0; i ... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/untrusted/50251705ff09da8f029f8115d1e693f8a10cb483.ts | TypeScript | // Loaded from https://raw.githubusercontent.com/colinhacks/zod/654680afc2ede388e71e09104eac5a0088fe3207/deno/lib/defaultErrorMap.ts
import { util } from "./helpers/util.ts";
import { ZodIssueCode, ZodIssueOptionalMessage } from "./ZodError.ts";
type ErrorMapCtx = {
// path: (string | number)[];
// details: any;... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/untrusted/504a2237913cfa381d749e08f7baf9859c4ceb97.ts | TypeScript | // Loaded from https://raw.githubusercontent.com/colinhacks/zod/654680afc2ede388e71e09104eac5a0088fe3207/deno/lib/types/promise.ts
import { ZodTypes } from "../ZodTypes.ts";
import { ZodType, ZodTypeDef, ZodTypeAny } from "./base.ts";
// import { ZodUndefined } from './undefined';
// import { ZodNull } from './null'... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/untrusted/5080784a888b2fb533364733d979dd9f3aba535d.ts | TypeScript | // Loaded from https://raw.githubusercontent.com/denjucks/dex/master/lib/schema/columnbuilder.js
import _ from '../deps/lodash@4.17.15/index.js';
const extend = _.extend;
const toArray = _.toArray;
import { addQueryContext } from '../helpers.js';
// The chainable interface off the original "column" method.
function ... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/untrusted/51673e1218bd13a8e0df2aac54819414634cd856.ts | TypeScript | // Loaded from https://raw.githubusercontent.com/nats-io/nats.deno/v1.0.0-rc4/nats-base-client/servers.ts
/*
* Copyright 2018-2021 The NATS Authors
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the Li... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/untrusted/51945687aabb104a57e9b146e36c8a16ec06bfba.ts | TypeScript | // Loaded from https://raw.githubusercontent.com/denjucks/dex/master/lib/dialects/mysql/schema/compiler.js
// MySQL Schema Compiler
// -------
import inherits from '../../../deps/inherits@2.0.4/inherits.js';
import SchemaCompiler from '../../../schema/compiler.js';
import _ from '../../../deps/lodash@4.17.15/index.j... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/untrusted/53f2efe9d5396903ea43465e3d5da0fed4037bdd.ts | TypeScript | // Loaded from https://cdn.skypack.dev/-/wrappy@v1.0.2-e8nLh7Qms0NRhbAbUpJP/dist=es2020,mode=imports/optimized/wrappy.js
var wrappy_1 = wrappy;
function wrappy(fn, cb) {
if (fn && cb)
return wrappy(fn)(cb);
if (typeof fn !== "function")
throw new TypeError("need wrapper function");
Object.keys(fn).forEa... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/untrusted/54a91810183b431d3fff704a5819cec59a1c4686.ts | TypeScript | // Loaded from https://raw.githubusercontent.com/denjucks/dex/master/lib/dialects/mssql/transaction.js
import Transaction from '../../transaction.js';
import debuglib from '../../deps/debug@4.1.1/src/index.js';
const debug = debuglib('knex:tx');
export default class Transaction_MSSQL extends Transaction {
begin(co... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/untrusted/554725ead8dfa131627d9a47703c2521e4950bfe.ts | TypeScript | // Loaded from https://raw.githubusercontent.com/aricart/tweetnacl-deno/import-type-fixes/src/salsa20.ts
import { ByteArray } from './array.ts';
export function _salsa20(o: ByteArray, p: ByteArray, k: ByteArray, c: ByteArray) {
const
j0 = c[0] & 0xff | (c[1] & 0xff) << 8 | (c[2] & 0xff) << 16 | (c[3] & 0... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/untrusted/55588803c618345bde66006bc7653c78e1a103a7.ts | TypeScript | // Loaded from https://raw.githubusercontent.com/nats-io/nats.deno/v1.0.0-rc4/nats-base-client/protocol.ts
/*
* Copyright 2018-2021 The NATS Authors
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the L... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/untrusted/567f0327cc8776c5f38979f841d069dbc8b00526.ts | TypeScript | // Loaded from https://dev.jspm.io/npm:jszip@3.5.0/lib/reader/readerFor.dew.js
import { dew as _utilsDewDew } from "../utils.dew.js";
import { dew as _supportDewDew } from "../support.dew.js";
import { dew as _ArrayReaderDewDew } from "./ArrayReader.dew.js";
import { dew as _StringReaderDewDew } from "./StringReader.... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/untrusted/56cbb997b1f0534e1b2d8167554a65dc63a1d7f8.ts | TypeScript | // Loaded from https://raw.githubusercontent.com/nats-io/nats.deno/v1.0.0-rc4/nats-base-client/transport.ts
/*
* Copyright 2020-2021 The NATS Authors
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the ... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/untrusted/5717af80622b62bed6a6eac0129d44c5ca31e02c.ts | TypeScript | // Loaded from https://unpkg.com/luxon@1.25.0/src/info.js
import DateTime from "./datetime.js";
import Settings from "./settings.js";
import Locale from "./impl/locale.js";
import IANAZone from "./zones/IANAZone.js";
import { normalizeZone } from "./impl/zoneUtil.js";
import { hasFormatToParts, hasIntl, hasRelative ... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/untrusted/58939bf41d5c33369ae37163f144ef88d0980cb2.ts | TypeScript | // Loaded from https://dev.jspm.io/npm:pako@1.0.11/lib/zlib/deflate.dew.js
import { dew as _commonDewDew } from "../utils/common.dew.js";
import { dew as _treesDewDew } from "./trees.dew.js";
import { dew as _adler32DewDew } from "./adler32.dew.js";
import { dew as _crc32DewDew } from "./crc32.dew.js";
import { dew a... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/untrusted/58b2db69eb1531ab8eeb1fcf79e71c4b5d446b3d.ts | TypeScript | // Loaded from https://raw.githubusercontent.com/nats-io/nkeys.js/v1.0.0-9/modules/esm/mod.ts
import { denoHelper } from "./deps.ts";
import { setEd25519Helper } from "../../src/helper.ts";
setEd25519Helper(denoHelper);
export * from "../../src/mod.ts";
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/untrusted/58b3b284af3469233515656daf61462bf5a42fef.ts | TypeScript | // Loaded from https://raw.githubusercontent.com/colinhacks/zod/654680afc2ede388e71e09104eac5a0088fe3207/deno/lib/codegen.ts
// import * as z from './index';
import { util } from "./helpers/util.ts";
import { ZodDef, ZodType, ZodTypes } from "./index.ts";
// import { ZodTypes } from "./ZodTypes";
type TypeResult = ... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/untrusted/58b4d57b6dbfd1070ff49c0f1db75887558a422b.ts | TypeScript | // Loaded from https://dev.jspm.io/npm:lie@3.3.0/lib/browser.dew.js
import { dew as _npmImmediateDew } from "/npm:immediate@3.0?dew";
var exports = {},
_dewExec = false;
export function dew() {
if (_dewExec) return exports;
_dewExec = true;
var immediate = _npmImmediateDew();
/* istanbul ignore next */
... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/untrusted/59cc7f64c41773c0f0dbcfc498df6cb5ca9b0421.ts | TypeScript | // Loaded from https://raw.githubusercontent.com/denjucks/dex/master/lib/migrate/table-creator.js
import {
getTable,
getLockTableName,
getLockTableNameWithSchema,
getTableName,
} from './table-resolver.js';
export function ensureTable(tableName, schemaName, trxOrKnex) {
const lockTable = getLockTableName(t... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/untrusted/59e3a186fd5614be70baea131b4bceb8c50284f5.ts | TypeScript | // Loaded from https://raw.githubusercontent.com/deno-postgres/deno-postgres/master/query/array_parser.ts
// Based of https://github.com/bendrucker/postgres-array
// Copyright (c) Ben Drucker <bvdrucker@gmail.com> (bendrucker.me). MIT License.
/** Incorrectly parsed data types default to null */
type ArrayResult<T> ... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/untrusted/5a0a4ea922cdd53f69f49561368af8c09b0f08d7.ts | TypeScript | // Loaded from https://raw.githubusercontent.com/denjucks/dex/master/lib/deps/path/common.ts
// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
import { SEP } from "./separator.ts";
/** Determines the common path from a set of paths, using an optional separator,
* which defaults to the OS d... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/untrusted/5a2add619c27643036195154842eef5c45ee8512.ts | TypeScript | // Loaded from https://raw.githubusercontent.com/denyncrawford/mongo-project.node/master/dist/bundle.js
const recursiveCloneAndFilter = (object, predicate, objectPath = [], knownObjects = []) => {
if (object && !knownObjects.includes(object) && typeof object === 'object') {
if ((object.constructor && object.con... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/untrusted/5d4c9cfe85d24650da76b19dd482cbce42a6e00d.ts | TypeScript | // Loaded from https://raw.githubusercontent.com/denjucks/dex/master/lib/dialects/postgres/index.js
// PostgreSQL
// -------
import _ from '../../deps/lodash@4.17.15/index.js';
const extend = _.extend;
const isString = _.isString;
const map = _.map;
import { promisify } from '../../deps/@jspm/core@1.1.0/nodelibs/util... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/untrusted/5ff8440757ecef0fbb8133ab7c9828f5087bda1b.ts | TypeScript | // Loaded from https://raw.githubusercontent.com/denjucks/dex/master/lib/dialects/mssql/index.js
// MSSQL Client
// -------
import _ from '../../deps/lodash@4.17.15/index.js';
const flatten = _.flatten;
const map = _.map;
const values = _.values;
import inherits from '../../deps/inherits@2.0.4/inherits.js';
import C... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/untrusted/618fbbea8b5cd8a5f02f80336572c8f4b6258802.ts | TypeScript | // Loaded from https://raw.githubusercontent.com/denjucks/dex/master/lib/deps/uuid/v1.ts
// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
import { bytesToUuid } from "./_common.ts";
const UUID_RE = new RegExp(
"^[0-9a-f]{8}-[0-9a-f]{4}-1[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
"i"... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/untrusted/6341d62a0fa1f59915a07f8bd90dacfac9fb4cff.ts | TypeScript | // Loaded from https://esm.sh/ipaddr.js@2.0.0
/* esm.sh - ipaddr.js@2.0.0 */
export * from "https://cdn.esm.sh/v45/ipaddr.js@2.0.0/es2015/ipaddr.js";
export { default } from "https://cdn.esm.sh/v45/ipaddr.js@2.0.0/es2015/ipaddr.js";
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/untrusted/6355d98e3d1021b59a8c68e37a7d16828d54ea6f.ts | TypeScript | // Loaded from https://raw.githubusercontent.com/aricart/tweetnacl-deno/import-type-fixes/src/server/convert.ts
import type { ByteArray } from '../array.ts';
import { validateBase64, validateHex } from '../validate.ts';
import * as base64 from "https://denopkg.com/chiefbiiko/base64/mod.ts";
import { encodeToString, d... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/untrusted/63dad99f2eed60a72f04d6f87f755e568c3f1152.ts | TypeScript | // Loaded from https://dev.jspm.io/npm:jszip@3.5.0/lib/stream/Crc32Probe.dew.js
import { dew as _GenericWorkerDewDew } from "./GenericWorker.dew.js";
import { dew as _crc32DewDew } from "../crc32.dew.js";
import { dew as _utilsDewDew } from "../utils.dew.js";
var exports = {},
_dewExec = false;
export function de... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/untrusted/63f07e6080a4fcc7ae3b10f853d91fef432cbba4.ts | TypeScript | // Loaded from https://raw.githubusercontent.com/aricart/tweetnacl-deno/import-type-fixes/src/check.ts
import type { ByteArray } from './array.ts';
import { SecretBoxLength } from './secretbox.ts';
import { BoxLength } from './box.ts';
export function checkLengths(k: ByteArray, n: ByteArray) {
if (k.length != Se... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/untrusted/64b06238be8bbb945d5f53593fd514dbb234218e.ts | TypeScript | // Loaded from https://dev.jspm.io/npm:immediate@3.0?dew
export { dew } from "/npm:immediate@3.0.6/lib/browser.dew.js";
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/untrusted/65101dffc84e7f4ee89e342a87d25b6caff3474d.ts | TypeScript | // Loaded from https://raw.githubusercontent.com/nats-io/nats.deno/v1.0.0-11/nats-base-client/databuffer.ts
/*
* Copyright 2018 The NATS Authors
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the Licen... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/untrusted/65d6aebf6fdf221d043583390c5d8d39fb2619e8.ts | TypeScript | // Loaded from https://raw.githubusercontent.com/nats-io/nats.deno/v1.0.0-11/nats-base-client/error.ts
/*
* Copyright 2018-2020 The NATS Authors
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the Licen... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/untrusted/65e2d795e0464d74f11dd3fe596ed66fbdeb6f42.ts | TypeScript | // Loaded from https://dev.jspm.io/npm:pako@1.0.11/lib/zlib/crc32.dew.js
var exports = {},
_dewExec = false;
export function dew() {
if (_dewExec) return exports;
_dewExec = true;
// Note: we can't get significant speed boost here.
// So write code to minimize size - no pregenerated tables
// and array... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/untrusted/666de68a8fd1889b92a17712679f85e8c8410ae5.ts | TypeScript | // Loaded from https://raw.githubusercontent.com/denjucks/dex/master/lib/deps/pg-connection-string@2.2.0/index.js
import { dew } from './index.dew.js';
export default dew();
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/untrusted/66772621962d4b6da17bbc22a6c5c8d5d788ce39.ts | TypeScript | // Loaded from https://raw.githubusercontent.com/nats-io/nkeys.js/v1.0.0-7/src/base32.ts
/*
* Copyright 2018-2020 The NATS Authors
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* ht... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/untrusted/66d5eefa77965c32199787082b71484249cbcd64.ts | TypeScript | // Loaded from https://raw.githubusercontent.com/denjucks/dex/master/lib/schema/helpers.js
import _ from '../deps/lodash@4.17.15/index.js';
const isString = _.isString;
const tail = _.tail;
// Push a new query onto the compiled "sequence" stack,
// creating a new formatter, returning the compiler.
export function pu... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/untrusted/6788cd64a889c6f72bed2eacc2eb2950292407eb.ts | TypeScript | // Loaded from https://raw.githubusercontent.com/denjucks/dex/master/lib/dialects/redshift/schema/compiler.js
/* eslint max-len: 0 */
// Redshift Table Builder & Compiler
// -------
import inherits from '../../../deps/inherits@2.0.4/inherits.js';
import SchemaCompiler_PG from '../../postgres/schema/compiler.js';
f... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/untrusted/685cdb36fdf4510e64ad7e851399d7d98b74f7a7.ts | TypeScript | // Loaded from https://dev.jspm.io/npm:pako@1.0.11/lib/zlib/adler32.dew.js
var exports = {},
_dewExec = false;
export function dew() {
if (_dewExec) return exports;
_dewExec = true;
// Note: adler32 takes 12% for level 0 and 2% for level 6.
// It isn't worth it to make additional optimizations as in orig... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/untrusted/68f44958b7025d4e094086d92b584924781cbc4f.ts | TypeScript | // Loaded from https://raw.githubusercontent.com/denjucks/dex/master/lib/dialects/oracle/schema/columnbuilder.js
import inherits from '../../../deps/inherits@2.0.4/inherits.js';
import ColumnBuilder from '../../../schema/columnbuilder.js';
import _ from '../../../deps/lodash@4.17.15/index.js';
const toArray = _.toAr... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/untrusted/6933c583bef739b5d67bf4ce53f9b216953612cb.ts | TypeScript | // Loaded from https://raw.githubusercontent.com/nats-io/nats.deno/v1.0.0-11/nats-base-client/util.ts
/*
* Copyright 2018-2020 The NATS Authors
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the Licens... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/untrusted/695d3bdcd3dbbcb735d18b9a61891e70d1310870.ts | TypeScript | // Loaded from https://raw.githubusercontent.com/denjucks/dex/master/lib/deps/path/mod.ts
// Copyright the Browserify authors. MIT License.
// Ported mostly from https://github.com/browserify/path-browserify/
import * as _win32 from "./win32.ts";
import * as _posix from "./posix.ts";
const isWindows = Deno.build.os... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/untrusted/6971d39e1246263b1aecf13a035727b1e046bea0.ts | TypeScript | // Loaded from https://raw.githubusercontent.com/denjucks/dex/master/lib/util/parse-connection.js
import url from '../deps/@jspm/core@1.1.0/nodelibs/url.js';
import parse from '../deps/pg-connection-string@2.2.0/index.js';
const parsePG = parse;
const isWindows = Deno.build.os === 'win';
export default function pars... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/untrusted/6a459f0b30a6943a15444af495d8d98afe2a8425.ts | TypeScript | // Loaded from https://dev.jspm.io/npm:jszip@3.5.0/lib/reader/NodeBufferReader.dew.js
import { dew as _Uint8ArrayReaderDewDew } from "./Uint8ArrayReader.dew.js";
import { dew as _utilsDewDew } from "../utils.dew.js";
var exports = {},
_dewExec = false;
export function dew() {
if (_dewExec) return exports;
_de... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/untrusted/6a599efaa32a3a5d24fafa4c8c6f8622a07afc1b.ts | TypeScript | // Loaded from https://raw.githubusercontent.com/denjucks/dex/master/lib/dialects/oracle/index.js
// Oracle Client
// -------
import inherits from '../../deps/inherits@2.0.4/inherits.js';
import Client from '../../client.js';
import SchemaCompiler from './schema/compiler.js';
import ColumnBuilder from './schema/colu... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/untrusted/6ba0a5eecd4551c525e364d39c522a70266378ee.ts | TypeScript | // Loaded from https://raw.githubusercontent.com/colinhacks/zod/654680afc2ede388e71e09104eac5a0088fe3207/deno/lib/types/tuple.ts
import { ZodTypes } from "../ZodTypes.ts";
import { ZodType, ZodTypeDef, ZodTypeAny } from "./base.ts";
// import { objectUtil } from '../helpers/objectUtil';
// import { ZodUnion } from '... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/untrusted/6d83538dd19f259aed62b64200c4de05456ae710.ts | TypeScript | // Loaded from https://dev.jspm.io/npm:jszip@3.5.0/lib/external.dew.js
import { dew as _npmLieDew } from "/npm:lie@3.3?dew";
var exports = {},
_dewExec = false;
export function dew() {
if (_dewExec) return exports;
_dewExec = true;
// load the global object first:
// - it should be better integrated in th... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/untrusted/6dcffc6b397fefc44f1d27cc84ef654589b87aa9.ts | TypeScript | // Loaded from https://raw.githubusercontent.com/denjucks/dex/master/lib/query/builder.js
// Builder
// -------
import assert from '../deps/@jspm/core@1.1.0/nodelibs/assert.js';
import inherits from '../deps/inherits@2.0.4/inherits.js';
import { EventEmitter } from '../deps/@jspm/core@1.1.0/nodelibs/events.js';
impo... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/untrusted/6e2279c7e6be03e3de622bef54b75b2472860c06.ts | TypeScript | // Loaded from https://raw.githubusercontent.com/nats-io/nats.deno/v1.0.0-11/nats-base-client/denobuffer.ts
// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
// This code has been ported almost directly from Go's src/bytes/buffer.go
// Copyright 2009 The Go Authors. All rights reserved. BSD ... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/untrusted/6e525289c8cbfb2275b46af41d4edaf99d0a32ca.ts | TypeScript | // Loaded from https://dev.jspm.io/npm:@jspm/core@1.1.1/nodelibs/stream.js
import { t } from "./chunk-dac557ba.js";
import "./chunk-0c2d1322.js";
import "./buffer.js";
import "./util.js";
import "./chunk-6e68c801.js";
import r from "./events.js";
import { o, s, e, t as t$1, i, r as r$1, m } from "./chunk-cffba9d4.js"... | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_bundler/tests/.cache/untrusted/6f1f3773e0ee97456706e203acab6a27589ad220.ts | TypeScript | // Loaded from https://raw.githubusercontent.com/lodash/lodash/master/isSymbol.js
import getTag from './.internal/getTag.js'
/**
* Checks if `value` is classified as a `Symbol` primitive or object.
*
* @since 4.0.0
* @category Lang
* @param {*} value The value to check.
* @returns {boolean} Returns `true` if `... | 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.