graphql-loader
graphql-loader copied to clipboard
Double Pound sign ## for comment that this loader doesn't parse
Double pound should be a real comment even if it contains a valid or invalid import directive.
eg:
#import "./file.graphql" <= that will be parsed by this loader
##import "./file2.graphql" <= that will be ignored by this loader
This is helpful in case you want to just comment an import without actually removing it from a file.
do other tools in the ecosystem have this behavior?
Not that I know of