mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
* make bun.String.createUninitialized harder to mess up * remove toJSConst * Update src/bun.js/bindings/BunString.cpp * ok * aaaaaaaa * fix ucs2 encoding oopsies * a * [autofix.ci] apply automated fixes * fix baseline build * hello * remove commented code * aaa --------- Co-authored-by: Jarred Sumner <jarred@jarredsumner.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
7 lines
269 B
TypeScript
7 lines
269 B
TypeScript
// See https://github.com/oven-sh/bun/pull/7695
|
|
//
|
|
// A debug assertion was tripped when loading a module that was only a comment,
|
|
// as `String().releaseImpl().releaseNonNull()` will cause a null reference
|
|
//
|
|
// So this empty file will test this assertion never trips
|