Itrulia

Results 16 comments of Itrulia

I'll just use it like this: ``` javascript app.run(['$location', '$transitions', 'Analytics', ($location:any, $transitions:any, Analytics:any) => { $transitions.onSuccess({}, () => { Analytics.trackPage($location.path()); }); }]); ``` in the meantime :)

@jmfrancois it comes not from the package "d3", but from [d3-shape ](https://github.com/d3/d3-shape) Unfortunately, they didn't make a breaking change in that package like they are supposed to... I guess it...

@jmfrancois I know, but the package isn't d3, it's d3-shape.

> The point is that it should be fixed on d3 side regardless of actual package name. My point is that the package should be fixed in the package.json because...

Heres a Fix for the Jquery version /*global jQuery */ /*! * Baseline.js 1.0 * * Copyright 2012, Daniel Eden http://daneden.me * Released under the WTFPL license * http://sam.zoy.org/wtfpl/ *...

This doesn't seem like a bug but the intended behaviour: 1. https://rangle.gitbook.io/redux-beacon/index-1/events-map 2. https://github.com/rangle/redux-beacon/blob/master/packages/redux-beacon/src/get-events-with-matching-key.ts#L12

I have the same problem, it fails for a library with no dependencies: ``` { importRegex: /(?:)/g, filePath: '/Users/itrulia/Documents/wepublish/dist/libs/website/api/src/index.d.ts', fileContent: "export * from './lib/graphql';\nexport * from './lib/client';\n", matched: '', result:...

Unfortunately, even the simple if aboth won't fix my issue. As I want to re-export libraries in a publishable library, this bug causes that the import path is not replaced...

@SkyaTura Okay so I found the issue that I was facing. All of my non publishable libraries were buildable (I made them buildable because of the eslint rule). This caused...