Vulcan/packages/vulcan-lib
ochicf 0f9e0a8238 Relax regex to find subfragments so inline-fragments can be bypassed WIP
The old regex looked for any `...` considered it a subfragment. The new regex only considers a subfragment when finding `...` followed by a non-space character (ex: `...SubFragmentName`), ignoring inline-fragments (ex: `... on TypeName {`).

This should be improved with a more restrictive regex. See [issue](https://github.com/VulcanJS/Vulcan/issues/1674).
2017-07-22 11:25:27 +02:00
..
lib Relax regex to find subfragments so inline-fragments can be bypassed WIP 2017-07-22 11:25:27 +02:00
package.js v1.6.0 2017-07-14 10:53:52 +09:00
README.md Telescope -> Vulcan 2017-06-13 00:16:52 -07:00

Vulcan libraries package, used internally.