Simplified file structure
This commit is contained in:
11
src/fs/Import.go
Normal file
11
src/fs/Import.go
Normal file
@ -0,0 +1,11 @@
|
||||
package fs
|
||||
|
||||
import "git.akyoto.dev/cli/q/src/token"
|
||||
|
||||
// Import represents an import statement in a file.
|
||||
type Import struct {
|
||||
Path string
|
||||
FullPath string
|
||||
Position token.Position
|
||||
Used bool
|
||||
}
|
Reference in New Issue
Block a user