aboutsummaryrefslogtreecommitdiff
path: root/integration/snapshots/template-literal.hmr.debug.js
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <jarred@jarredsumner.com> 2022-03-10 00:44:01 -0800
committerGravatar Jarred Sumner <jarred@jarredsumner.com> 2022-03-10 00:44:01 -0800
commit69eeff1f76ab617982a43bf8d57208ed9706f66b (patch)
treed7ea039608389723b74091bca671aa0d9a70682c /integration/snapshots/template-literal.hmr.debug.js
parent4204baabe6d94a6e51b360e9c35fcda43fcbdc70 (diff)
downloadbun-69eeff1f76ab617982a43bf8d57208ed9706f66b.tar.gz
bun-69eeff1f76ab617982a43bf8d57208ed9706f66b.tar.zst
bun-69eeff1f76ab617982a43bf8d57208ed9706f66b.zip
console.log(<JSX>) support
Diffstat (limited to 'integration/snapshots/template-literal.hmr.debug.js')
-rw-r--r--integration/snapshots/template-literal.hmr.debug.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/integration/snapshots/template-literal.hmr.debug.js b/integration/snapshots/template-literal.hmr.debug.js
index 85a21f222..25c6900a7 100644
--- a/integration/snapshots/template-literal.hmr.debug.js
+++ b/integration/snapshots/template-literal.hmr.debug.js
@@ -19,7 +19,7 @@ var hmr = new FastHMR(2201713056, "template-literal.js", FastRefresh), exports =
`;
const fooNoBracesUT16 = css`
before
- 🙃
+ \uD83D\uDE43
after
`;
const fooUTF8 = css`
@@ -30,13 +30,13 @@ var hmr = new FastHMR(2201713056, "template-literal.js", FastRefresh), exports =
`;
const fooUTF16 = css`
before
- 🙃 ${true}
+ \uD83D\uDE43 ${true}
after
`;
const templateLiteralWhichDefinesAFunction = ((...args) => args[args.length - 1]().toString())`
before
- 🙃 ${() => true}
+ \uD83D\uDE43 ${() => true}
after
`;