Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FilterFutureImports ¶
FilterFutureImports filters OUT any future imports from the passed slice of `*ast.Import`s.
func IsAllFutureKeywords ¶ added in v0.42.0
IsAllFutureKeywords returns true if the passed *ast.Import is `future.keywords`
func IsFutureKeyword ¶ added in v0.42.0
IsFutureKeyword returns true if the passed *ast.Import is `future.keywords.{kw}`
func ParserOptionsFromFutureImports ¶
func ParserOptionsFromFutureImports(imports []*ast.Import) (ast.ParserOptions, error)
ParserOptionsFromFutureImports transforms a slice of `ast.Import`s into the `ast.ParserOptions` that can be used to parse a statement according to the included "future.keywords" and "future.keywords.xyz" imports.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.