I've come across this one again with an import like this
import 'github.com/DidierMalenfant/pdbase/pdbase'
Looks like there is code just looking for a dot to see if the import ends with .lua
, instead of checking for the full extension.
I've come across this one again with an import like this
import 'github.com/DidierMalenfant/pdbase/pdbase'
Looks like there is code just looking for a dot to see if the import ends with .lua
, instead of checking for the full extension.