vendor tsgo
This commit is contained in:
10
tools/tsgo/internal/printer/sourcefilemetadataprovider.go
Normal file
10
tools/tsgo/internal/printer/sourcefilemetadataprovider.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package printer
|
||||
|
||||
import (
|
||||
"github.com/microsoft/typescript-go/internal/ast"
|
||||
"github.com/microsoft/typescript-go/internal/tspath"
|
||||
)
|
||||
|
||||
type SourceFileMetaDataProvider interface {
|
||||
GetSourceFileMetaData(path tspath.Path) *ast.SourceFileMetaData
|
||||
}
|
||||
Reference in New Issue
Block a user