Francis Saul
Francis Saul
+1 I'm confused as well!
fs-extra actually uses this library for copying, but [checks whether the directory exists first and creates it if not](https://github.com/jprichardson/node-fs-extra/blob/master/lib/copy/copy.js#L34). However I don't think this will address the ultimate filter issue.
With the power of regex, you can solve this issue: ``` /^[A-Za-z\-\/]*(\.php|$)/ ``` This will match: - /Volumes/Storage/Work/TPBC/site/wp-content/themes/tpbc/src/components/header/components/search - /Volumes/Storage/Work/TPBC/site/wp-content/themes/tpbc/src/components/header/components/search/search.php But won't match: - /Volumes/Storage/Work/TPBC/site/wp-content/themes/tpbc/src/components/header/components/search/search.js Simply add additional file extensions...
Hi Rxaviers, We are having a related issue to the original request, but it is at install time rather than run or compile time: > Or while using cldr-data-npm, to...
Thanks! A random question, why did you point to the github archive (it is this connectivity which is causing us issues) with the downloader rather than npm? https://github.com/unicode-cldr/cldr-json#installation Installation using...
Sorry to poke, but will this PR be looked at? Are there changes that I need to make, or is this outside of the structure of what json-schem-ref-parser will parse?
It highlights that a property sibling adjacent to a `$ref` doesn't get crawled and parsed currently. `$bespokeKey` is a representation of a custom keyword as allowed by [Ajv](https://ajv.js.org/), but it...
I'll fix the conflicts tomorrow.
Conflicts resolved @philsturgeon