opengb
opengb copied to clipboard
Validate imports in module source to ensure not importing from `.opengb`
Motivation
denols auto-imports generated files from the .opengb
that should not be imported.
Implementation
Run a simple grep on the codebase to look for imports from .opengb
.