We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37e3a66 commit fac3376Copy full SHA for fac3376
tests/__snapshots__/transform.test.ts.snap
@@ -96,11 +96,8 @@ return function* () {
96
97
quansync(() => {
98
return function* () {
99
- // prettier-ignore
100
;!(yield 1)
101
102
;'' + (yield 1)
103
104
;false && (yield 1)
105
fn7()
106
;(yield 1) < (yield 10)
tests/fixtures/basic.js
@@ -57,11 +57,8 @@ export const fn7 = quansync(async () => {
57
})
58
59
quansync(async () => {
60
61
!await 1
62
63
'' + await 1
64
65
false && await 1
66
67
await 1 < await 10
0 commit comments