Skip to content

Instantly share code, notes, and snippets.

View schmod's full-sized avatar
🌈
now in color

Andrew Schmadel schmod

🌈
now in color
View GitHub Profile
@schmod
schmod / model_esbuild-0-14-3.js
Created September 1, 2022 22:17
comparison of sequelize model.js as built by esbuild 0.14.3 vs 0.15.6
"use strict";
var __defProp = Object.defineProperty;
var __defProps = Object.defineProperties;
var __getOwnPropDescs = Object.getOwnPropertyDescriptors;
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
var __hasOwnProp = Object.prototype.hasOwnProperty;
var __propIsEnum = Object.prototype.propertyIsEnumerable;
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
var __spreadValues = (a, b) => {
for (var prop in b || (b = {}))