Reduced token size
This commit is contained in:
@ -5,5 +5,6 @@ import "git.akyoto.dev/cli/q/src/build/token"
|
||||
// File represents a single source file.
|
||||
type File struct {
|
||||
Path string
|
||||
Bytes []byte
|
||||
Tokens token.List
|
||||
}
|
||||
|
Reference in New Issue
Block a user