Skip to content

Instantly share code, notes, and snippets.

View EgoziE's full-sized avatar
💭
😬

Egozi EgoziE

💭
😬
  • Wix
  • Tel Aviv
View GitHub Profile
@EgoziE
EgoziE / bundle.js
Created March 11, 2026 16:40
Reproduction: SIGSEGV when ESM import() loads large CJS bundle on Node v24.14.0 (nodejs/node#62212)
This file has been truncated, but you can view the full file.
require('./sourcemap-register.js');(()=>{var __webpack_modules__={2445:(t,r,i)=>{"use strict";t=i.nmd(t);const a=i(29217);const wrapAnsi16=(t,r)=>function(){const i=t.apply(a,arguments);return`[${i+r}m`};const wrapAnsi256=(t,r)=>function(){const i=t.apply(a,arguments);return`[${38+r};5;${i}m`};const wrapAnsi16m=(t,r)=>function(){const i=t.apply(a,arguments);return`[${38+r};2;${i[0]};${i[1]};${i[2]}m`};function assembleStyles(){const t=new Map;const r={modifier:{reset:[0,0],bold:[1,22],dim:[2,22],italic:[3,23],underline:[4,24],inverse:[7,27],hidden:[8,28],strikethrough:[9,29]},color:{black:[30,39],red:[31,39],green:[32,39],yellow:[33,39],blue:[34,39],magenta:[35,39],cyan:[36,39],white:[37,39],gray:[90,39],redBright:[91,39],greenBright:[92,39],yellowBright:[93,39],blueBright:[94,39],magentaBright:[95,39],cyanBright:[96,39],whiteBright:[97,39]},bgColor:{bgBlack:[40,49],bgRed:[41,49],bgGreen:[42,49],bgYellow:[43,49],bgBlue:[44,49],bgMagenta:[45,49],bgCyan:[46,49],bgWhite:[47,49],bgBlackBright:[100,49],bgRedBri
@EgoziE
EgoziE / index.html
Last active August 21, 2019 14:12
pm-report
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>PmReport</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="stylesheet" href="styles.fbbfd79c6975a4612724.css"></head>