Vaughan Rouesnel

Results 215 comments of Vaughan Rouesnel
trafficstars

This didn't make sense to me either.

Replaced with https://github.com/babel/babel/pull/7555

https://www.npmjs.com/package/babel-plugin-parameter-decorator

Using the workaround when re-using a root level resource results in the `load` method for `collections/links` being run for `/links`. ``` /links /collections/:id/links ```

https://pnpm.io/package_json#pnpmpackageextensions See additional info above for the deps to add.

When using enhanced-resolve, it tries to locate the 'http' package but it should be ignored because it's a built-in. But maybe this is out of scope for this package.

Useful with recursive/nested selectors. ``` jp.parent(obj, '..book')[0] >>> ``` ``` var obj = { "store": { "book": [ { "category": "reference", "author": "Nigel Rees", "title": "Sayings of the Century", "price":...

Looks like `nodes` must be an array? But then `currentTree` seems to not have a `nodeDeps` property.

> This is actually not the way to go, closing. Why not? I am still trying to figure out how to trigger an event on node select. It's not obvious...