0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-10-31 09:14:20 -04:00
denoland-deno/cli/tests/runtime_decorators.ts.out
János Veres 93d9f51d16
fix(cli): add hygiene pass to transpile pipeline (#8586)
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2020-12-02 20:26:04 +01:00

7 lines
102 B
Text

@A evaluated
@B evaluated
@B called
@A called
fn() called from @A
fn() called from @B
C.test() called