Garden 🌻

__reflect.gdn::check_snippet()

Check the syntax of src. path is treated as the location of the file that the snippet represents, which is used to resolve relative imports.

Source Code
public fun check_snippet(src: String, path: Path): Result<Unit, List<String>> {
  __BUILT_IN_IMPLEMENTATION
}