We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c73dc0e commit 6b1625eCopy full SHA for 6b1625e
index.js
@@ -1,3 +1,5 @@
1
+'use strict'
2
+
3
var scan = require('./scan')
4
var parse = require('./parse')
5
parse.js
// The ABNF grammar in the spec is totally ambiguous.
//
// This parser follows the operator precedence defined in the
scan.js
var licenses = require('spdx-license-ids')
var exceptions = require('spdx-exceptions')
test/index.js
/* global it */
var assert = require('assert')
0 commit comments