diff options
author | 2022-11-30 05:49:01 -0800 | |
---|---|---|
committer | 2022-11-30 05:49:01 -0800 | |
commit | 6213a91f058cc461fb916d479f03f602c552c377 (patch) | |
tree | 5442b8e30a1eebfda378586913dd56a27bd3ba88 /test/bun.js/not-english-àⒸ.js | |
parent | f999bdca26256b7ad42d93268c34362b251330c2 (diff) | |
download | bun-6213a91f058cc461fb916d479f03f602c552c377.tar.gz bun-6213a91f058cc461fb916d479f03f602c552c377.tar.zst bun-6213a91f058cc461fb916d479f03f602c552c377.zip |
[wip internal] Introduce `bun.String` which wraps `WTF::String` and allows us to reuse themjarred/make-strings-better
Diffstat (limited to 'test/bun.js/not-english-àⒸ.js')
-rw-r--r-- | test/bun.js/not-english-àⒸ.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/bun.js/not-english-àⒸ.js b/test/bun.js/not-english-àⒸ.js new file mode 100644 index 000000000..7a4e8a723 --- /dev/null +++ b/test/bun.js/not-english-àⒸ.js @@ -0,0 +1 @@ +export default 42; |