///|
using @contract {
  type WgslDiagnostic,
  type WgslDiagnosticSeverity,
  type WgslImportTarget,
  type WgslResolvedImportModule,
  type WgslSourceFile,
}

///|
using @metadata {wgsl_source_define_import_path}

///|
using @import_syntax {parse_wgsl_import_targets}

///|
using @lex {trim_trailing_semicolons}