I've run into an issue with this module spdx-license-ids which is transitively brought in by one of my dependencies.
And imported like so:
'use strict'
var licenses = []
.concat(require('spdx-license-ids'))
.concat(require('spdx-license-ids/deprecated'))
var exceptions = require('spdx-exceptions')
module.exports = function (source) {
var index = 0
Keen to hear your thoughts on how live-plugin-manager should handle or workaround this module 🤔
I've run into an issue with this module
spdx-license-idswhich is transitively brought in by one of my dependencies.And imported like so:
Keen to hear your thoughts on how live-plugin-manager should handle or workaround this module 🤔