mirror of
https://github.com/actions/labeler
synced 2026-05-05 19:27:48 +02:00
build
This commit is contained in:
4
node_modules/spdx-expression-parse/parse.js
generated
vendored
4
node_modules/spdx-expression-parse/parse.js
generated
vendored
@@ -60,7 +60,7 @@ module.exports = function (tokens) {
|
||||
if (t.type === 'LICENSEREF') {
|
||||
next()
|
||||
string += 'LicenseRef-' + t.string
|
||||
return {license: string}
|
||||
return { license: string }
|
||||
}
|
||||
index = begin
|
||||
}
|
||||
@@ -69,7 +69,7 @@ module.exports = function (tokens) {
|
||||
var t = token()
|
||||
if (t && t.type === 'LICENSE') {
|
||||
next()
|
||||
var node = {license: t.string}
|
||||
var node = { license: t.string }
|
||||
if (parseOperator('+')) {
|
||||
node.plus = true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user