vendor tsgo
This commit is contained in:
9
tools/tsgo/internal/sourcemap/source.go
Normal file
9
tools/tsgo/internal/sourcemap/source.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package sourcemap
|
||||
|
||||
import "github.com/microsoft/typescript-go/internal/core"
|
||||
|
||||
type Source interface {
|
||||
Text() string
|
||||
FileName() string
|
||||
ECMALineMap() []core.TextPos
|
||||
}
|
||||
Reference in New Issue
Block a user