Skip to content

Instantly share code, notes, and snippets.

@lc-nyovchev
Created July 15, 2019 18:53
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save lc-nyovchev/ed64bb30d6082735f6607a941f839823 to your computer and use it in GitHub Desktop.
# this should be changed to ./asd
source = "module"
# this shouldn't be matched as it's already correct
source = "./module"
# this also shouldn't be matched as it's also already correct
source = "../module"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment