opengb icon indicating copy to clipboard operation
opengb copied to clipboard

Validate imports in module source to ensure not importing from `.opengb`

Open NathanFlurry opened this issue 8 months ago • 9 comments

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.

NathanFlurry avatar Jun 11 '24 05:06 NathanFlurry