Skip to content

Commit

Permalink
Add Url to SassError
Browse files Browse the repository at this point in the history
  • Loading branch information
bep committed Dec 27, 2020
1 parent 5c1b573 commit 77f7923
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions transpiler.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import (
"errors"
"fmt"
"io"

"os"
"os/exec"
"regexp"
Expand Down Expand Up @@ -96,6 +97,7 @@ type SassError struct {
Offset int `json:"offset"`
Column int `json:"column"`
} `json:"end"`
Url string `json:"url"`
Context string `json:"context"`
} `json:"span"`
}
Expand Down

0 comments on commit 77f7923

Please sign in to comment.