Ed Moore
Ed Moore
[WIP] V2
## Breaking changes **Function name changes:** | v1 | v2 | | --- | --- | | setAuthToken | setAccessToken | | getRelatedArtists | getArtistRelatedArtists | | following | getFollowed...
There was an issue when importing using webpack and it wasn't importing Backbone properly. This change seems to fix this problem
Adding importMeta to babylon-parser to allow for https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import.meta This error came up when parsing a file using [Vite](https://vitejs.dev/) with environment variables
Seems that object spread doesn't work when converting. ```js // Doesn't work return fetch(url, { ...opts, headers, }) // Works return fetch(url, Object.assign({}, opts, { headers, })) ``` ```shell /XXX/node_modules/flow-jsdoc/app.js:84...
If you have a global class that you only want something applied when it is a child of another class. ```css /* fails */ .holder :global .Select {} ``` If...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of...
VirtualBox reads from **src** folder instead of compiled folder. All tmp files need to be copied into it's own folder and read from there instead.