gulpjs / fined

Find a file given a declaration of locations.
MIT License
12 stars 6 forks source link

feat!: Change to treat .name/.path as no extension if .extension is not empty #15

Open sttk opened 2 years ago

sttk commented 2 years ago

This PR is to resolve the issue #10 by changing the treatment of .name and .path properties.

Before:

After:

NOTE:

resolve #10