diff options
author | 2022-02-27 01:46:51 -0800 | |
---|---|---|
committer | 2022-02-27 01:46:51 -0800 | |
commit | 1958f7adb51021ffd1eda6a759756473237ac0eb (patch) | |
tree | 60369a1255998ac5dee54281eee943ed05f9fd42 /integration/snapshots/unicode-identifiers.debug.js | |
parent | 789b17d333539a0c0b4c69592e4c318810f9a7fa (diff) | |
download | bun-1958f7adb51021ffd1eda6a759756473237ac0eb.tar.gz bun-1958f7adb51021ffd1eda6a759756473237ac0eb.tar.zst bun-1958f7adb51021ffd1eda6a759756473237ac0eb.zip |
[TS Parser] Support `export {type Foo}`
Diffstat (limited to 'integration/snapshots/unicode-identifiers.debug.js')
-rw-r--r-- | integration/snapshots/unicode-identifiers.debug.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/integration/snapshots/unicode-identifiers.debug.js b/integration/snapshots/unicode-identifiers.debug.js index 6e23e2929..375d2b995 100644 --- a/integration/snapshots/unicode-identifiers.debug.js +++ b/integration/snapshots/unicode-identifiers.debug.js @@ -7,7 +7,7 @@ var halfπ = π / 2; var d3_radians = π / 180; var d3_degrees = 180 / π; -export {d3_radians}; +export { d3_radians }; export function test() { console.assert(ε === 0.000001); return testDone(import.meta.url); |