Files
bun.sh/test/js/bun/empty-file.test.ts
dave caruso 6b549ee592 fix: random improvements to bun.String (#7695)
* 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>
2023-12-20 19:18:32 -08:00

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