comments.js 193 B

123456789101112
  1. let error = new Error(response.statusText);
  2. // comment
  3. (error: any).response = response
  4. x;
  5. /* comment */ (error: any).response = response
  6. x;
  7. (error: any).response = response; /* comment */