Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Commit

Permalink
fix: update snapshots after renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
kaioduarte committed Nov 26, 2022
1 parent 42eb1b4 commit c41036c
Show file tree
Hide file tree
Showing 8 changed files with 106 additions and 106 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ a+Math.pow(b, c)+d
# Diagnostics
```
invalid.js:1:1 lint/nursery/useExponentiation FIXABLE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
invalid.js:1:1 lint/nursery/useExponentiationOperator FIXABLE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

! Use the '**' operator instead of 'Math.pow'.

Expand All @@ -66,7 +66,7 @@ invalid.js:1:1 lint/nursery/useExponentiation FIXABLE ━━━━━━━━
```
```
invalid.js:2:1 lint/nursery/useExponentiation FIXABLE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
invalid.js:2:1 lint/nursery/useExponentiationOperator FIXABLE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

! Use the '**' operator instead of 'Math.pow'.

Expand All @@ -88,7 +88,7 @@ invalid.js:2:1 lint/nursery/useExponentiation FIXABLE ━━━━━━━━
```
```
invalid.js:5:1 lint/nursery/useExponentiation FIXABLE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
invalid.js:5:1 lint/nursery/useExponentiationOperator FIXABLE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

! Use the '**' operator instead of 'Math.pow'.

Expand All @@ -111,7 +111,7 @@ invalid.js:5:1 lint/nursery/useExponentiation FIXABLE ━━━━━━━━
```
```
invalid.js:6:1 lint/nursery/useExponentiation FIXABLE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
invalid.js:6:1 lint/nursery/useExponentiationOperator FIXABLE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

! Use the '**' operator instead of 'Math.pow'.

Expand All @@ -135,7 +135,7 @@ invalid.js:6:1 lint/nursery/useExponentiation FIXABLE ━━━━━━━━
```
```
invalid.js:7:1 lint/nursery/useExponentiation FIXABLE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
invalid.js:7:1 lint/nursery/useExponentiationOperator FIXABLE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

! Use the '**' operator instead of 'Math.pow'.

Expand All @@ -159,7 +159,7 @@ invalid.js:7:1 lint/nursery/useExponentiation FIXABLE ━━━━━━━━
```
```
invalid.js:8:1 lint/nursery/useExponentiation FIXABLE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
invalid.js:8:1 lint/nursery/useExponentiationOperator FIXABLE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

! Use the '**' operator instead of 'Math.pow'.

Expand All @@ -183,7 +183,7 @@ invalid.js:8:1 lint/nursery/useExponentiation FIXABLE ━━━━━━━━
```
```
invalid.js:9:1 lint/nursery/useExponentiation FIXABLE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
invalid.js:9:1 lint/nursery/useExponentiationOperator FIXABLE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

! Use the '**' operator instead of 'Math.pow'.

Expand All @@ -207,7 +207,7 @@ invalid.js:9:1 lint/nursery/useExponentiation FIXABLE ━━━━━━━━
```
```
invalid.js:10:1 lint/nursery/useExponentiation FIXABLE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
invalid.js:10:1 lint/nursery/useExponentiationOperator FIXABLE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

! Use the '**' operator instead of 'Math.pow'.

Expand All @@ -231,7 +231,7 @@ invalid.js:10:1 lint/nursery/useExponentiation FIXABLE ━━━━━━━
```
```
invalid.js:13:9 lint/nursery/useExponentiation FIXABLE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
invalid.js:13:9 lint/nursery/useExponentiationOperator FIXABLE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

! Use the '**' operator instead of 'Math.pow'.

Expand All @@ -254,7 +254,7 @@ invalid.js:13:9 lint/nursery/useExponentiation FIXABLE ━━━━━━━
```
```
invalid.js:14:4 lint/nursery/useExponentiation FIXABLE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
invalid.js:14:4 lint/nursery/useExponentiationOperator FIXABLE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

! Use the '**' operator instead of 'Math.pow'.

Expand All @@ -278,7 +278,7 @@ invalid.js:14:4 lint/nursery/useExponentiation FIXABLE ━━━━━━━
```
```
invalid.js:15:6 lint/nursery/useExponentiation FIXABLE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
invalid.js:15:6 lint/nursery/useExponentiationOperator FIXABLE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

! Use the '**' operator instead of 'Math.pow'.

Expand All @@ -302,7 +302,7 @@ invalid.js:15:6 lint/nursery/useExponentiation FIXABLE ━━━━━━━
```
```
invalid.js:16:19 lint/nursery/useExponentiation FIXABLE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
invalid.js:16:19 lint/nursery/useExponentiationOperator FIXABLE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

! Use the '**' operator instead of 'Math.pow'.

Expand All @@ -326,7 +326,7 @@ invalid.js:16:19 lint/nursery/useExponentiation FIXABLE ━━━━━━━
```
```
invalid.js:17:8 lint/nursery/useExponentiation FIXABLE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
invalid.js:17:8 lint/nursery/useExponentiationOperator FIXABLE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

! Use the '**' operator instead of 'Math.pow'.

Expand All @@ -350,7 +350,7 @@ invalid.js:17:8 lint/nursery/useExponentiation FIXABLE ━━━━━━━
```
```
invalid.js:18:25 lint/nursery/useExponentiation FIXABLE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
invalid.js:18:25 lint/nursery/useExponentiationOperator FIXABLE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

! Use the '**' operator instead of 'Math.pow'.

Expand All @@ -374,7 +374,7 @@ invalid.js:18:25 lint/nursery/useExponentiation FIXABLE ━━━━━━━
```
```
invalid.js:19:4 lint/nursery/useExponentiation FIXABLE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
invalid.js:19:4 lint/nursery/useExponentiationOperator FIXABLE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

! Use the '**' operator instead of 'Math.pow'.

Expand All @@ -398,7 +398,7 @@ invalid.js:19:4 lint/nursery/useExponentiation FIXABLE ━━━━━━━
```
```
invalid.js:22:3 lint/nursery/useExponentiation FIXABLE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
invalid.js:22:3 lint/nursery/useExponentiationOperator FIXABLE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

! Use the '**' operator instead of 'Math.pow'.

Expand All @@ -421,7 +421,7 @@ invalid.js:22:3 lint/nursery/useExponentiation FIXABLE ━━━━━━━
```
```
invalid.js:23:2 lint/nursery/useExponentiation FIXABLE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
invalid.js:23:2 lint/nursery/useExponentiationOperator FIXABLE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

! Use the '**' operator instead of 'Math.pow'.

Expand All @@ -445,7 +445,7 @@ invalid.js:23:2 lint/nursery/useExponentiation FIXABLE ━━━━━━━
```
```
invalid.js:26:1 lint/nursery/useExponentiation FIXABLE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
invalid.js:26:1 lint/nursery/useExponentiationOperator FIXABLE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

! Use the '**' operator instead of 'Math.pow'.

Expand All @@ -468,7 +468,7 @@ invalid.js:26:1 lint/nursery/useExponentiation FIXABLE ━━━━━━━
```
```
invalid.js:27:1 lint/nursery/useExponentiation FIXABLE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
invalid.js:27:1 lint/nursery/useExponentiationOperator FIXABLE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

! Use the '**' operator instead of 'Math.pow'.

Expand All @@ -492,7 +492,7 @@ invalid.js:27:1 lint/nursery/useExponentiation FIXABLE ━━━━━━━
```
```
invalid.js:28:1 lint/nursery/useExponentiation FIXABLE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
invalid.js:28:1 lint/nursery/useExponentiationOperator FIXABLE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

! Use the '**' operator instead of 'Math.pow'.

Expand All @@ -516,7 +516,7 @@ invalid.js:28:1 lint/nursery/useExponentiation FIXABLE ━━━━━━━
```
```
invalid.js:29:2 lint/nursery/useExponentiation FIXABLE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
invalid.js:29:2 lint/nursery/useExponentiationOperator FIXABLE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

! Use the '**' operator instead of 'Math.pow'.

Expand All @@ -540,7 +540,7 @@ invalid.js:29:2 lint/nursery/useExponentiation FIXABLE ━━━━━━━
```
```
invalid.js:30:2 lint/nursery/useExponentiation FIXABLE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
invalid.js:30:2 lint/nursery/useExponentiationOperator FIXABLE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

! Use the '**' operator instead of 'Math.pow'.

Expand All @@ -564,7 +564,7 @@ invalid.js:30:2 lint/nursery/useExponentiation FIXABLE ━━━━━━━
```
```
invalid.js:33:1 lint/nursery/useExponentiation FIXABLE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
invalid.js:33:1 lint/nursery/useExponentiationOperator FIXABLE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

! Use the '**' operator instead of 'Math.pow'.

Expand All @@ -587,7 +587,7 @@ invalid.js:33:1 lint/nursery/useExponentiation FIXABLE ━━━━━━━
```
```
invalid.js:36:3 lint/nursery/useExponentiation FIXABLE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
invalid.js:36:3 lint/nursery/useExponentiationOperator FIXABLE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

! Use the '**' operator instead of 'Math.pow'.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Math.pow(a, b)**Math.pow(c, d)

# Diagnostics
```
invalidAdjacentTokens.js:2:3 lint/nursery/useExponentiation FIXABLE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
invalidAdjacentTokens.js:2:3 lint/nursery/useExponentiationOperator FIXABLE ━━━━━━━━━━━━━━━━━━━━━━
! Use the '**' operator instead of 'Math.pow'.
Expand All @@ -47,7 +47,7 @@ invalidAdjacentTokens.js:2:3 lint/nursery/useExponentiation FIXABLE ━━━
```

```
invalidAdjacentTokens.js:3:5 lint/nursery/useExponentiation FIXABLE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
invalidAdjacentTokens.js:3:5 lint/nursery/useExponentiationOperator FIXABLE ━━━━━━━━━━━━━━━━━━━━━━
! Use the '**' operator instead of 'Math.pow'.
Expand All @@ -71,7 +71,7 @@ invalidAdjacentTokens.js:3:5 lint/nursery/useExponentiation FIXABLE ━━━
```

```
invalidAdjacentTokens.js:12:2 lint/nursery/useExponentiation FIXABLE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
invalidAdjacentTokens.js:12:2 lint/nursery/useExponentiationOperator FIXABLE ━━━━━━━━━━━━━━━━━━━━━
! Use the '**' operator instead of 'Math.pow'.
Expand All @@ -94,7 +94,7 @@ invalidAdjacentTokens.js:12:2 lint/nursery/useExponentiation FIXABLE ━━━
```

```
invalidAdjacentTokens.js:13:1 lint/nursery/useExponentiation FIXABLE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
invalidAdjacentTokens.js:13:1 lint/nursery/useExponentiationOperator FIXABLE ━━━━━━━━━━━━━━━━━━━━━
! Use the '**' operator instead of 'Math.pow'.
Expand All @@ -118,7 +118,7 @@ invalidAdjacentTokens.js:13:1 lint/nursery/useExponentiation FIXABLE ━━━
```

```
invalidAdjacentTokens.js:13:18 lint/nursery/useExponentiation FIXABLE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━
invalidAdjacentTokens.js:13:18 lint/nursery/useExponentiationOperator FIXABLE ━━━━━━━━━━━━━━━━━━━━
! Use the '**' operator instead of 'Math.pow'.
Expand All @@ -142,7 +142,7 @@ invalidAdjacentTokens.js:13:18 lint/nursery/useExponentiation FIXABLE ━━
```

```
invalidAdjacentTokens.js:14:1 lint/nursery/useExponentiation FIXABLE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
invalidAdjacentTokens.js:14:1 lint/nursery/useExponentiationOperator FIXABLE ━━━━━━━━━━━━━━━━━━━━━
! Use the '**' operator instead of 'Math.pow'.
Expand All @@ -166,7 +166,7 @@ invalidAdjacentTokens.js:14:1 lint/nursery/useExponentiation FIXABLE ━━━
```

```
invalidAdjacentTokens.js:14:10 lint/nursery/useExponentiation FIXABLE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━
invalidAdjacentTokens.js:14:10 lint/nursery/useExponentiationOperator FIXABLE ━━━━━━━━━━━━━━━━━━━━
! Use the '**' operator instead of 'Math.pow'.
Expand All @@ -190,7 +190,7 @@ invalidAdjacentTokens.js:14:10 lint/nursery/useExponentiation FIXABLE ━━
```

```
invalidAdjacentTokens.js:14:26 lint/nursery/useExponentiation FIXABLE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━
invalidAdjacentTokens.js:14:26 lint/nursery/useExponentiationOperator FIXABLE ━━━━━━━━━━━━━━━━━━━━
! Use the '**' operator instead of 'Math.pow'.
Expand All @@ -214,7 +214,7 @@ invalidAdjacentTokens.js:14:26 lint/nursery/useExponentiation FIXABLE ━━
```

```
invalidAdjacentTokens.js:15:1 lint/nursery/useExponentiation FIXABLE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
invalidAdjacentTokens.js:15:1 lint/nursery/useExponentiationOperator FIXABLE ━━━━━━━━━━━━━━━━━━━━━
! Use the '**' operator instead of 'Math.pow'.
Expand All @@ -236,7 +236,7 @@ invalidAdjacentTokens.js:15:1 lint/nursery/useExponentiation FIXABLE ━━━
```

```
invalidAdjacentTokens.js:15:17 lint/nursery/useExponentiation FIXABLE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━
invalidAdjacentTokens.js:15:17 lint/nursery/useExponentiationOperator FIXABLE ━━━━━━━━━━━━━━━━━━━━
! Use the '**' operator instead of 'Math.pow'.
Expand Down
Loading

0 comments on commit c41036c

Please sign in to comment.