Fix dependabot issues
This commit is contained in:
parent
c89d9bd8b0
commit
531c6ba7c8
705 changed files with 53406 additions and 20466 deletions
4
node_modules/concordance/lib/complexValues/boxed.js
generated
vendored
4
node_modules/concordance/lib/complexValues/boxed.js
generated
vendored
|
|
@ -1,7 +1,7 @@
|
|||
'use strict'
|
||||
|
||||
const recursorUtils = require('../recursorUtils')
|
||||
const stringPrimitive = require('../primitiveValues/string').tag
|
||||
const recursorUtils = require('../recursorUtils')
|
||||
const object = require('./object')
|
||||
|
||||
function describe (props) {
|
||||
|
|
@ -18,7 +18,7 @@ const tag = Symbol('BoxedValue')
|
|||
exports.tag = tag
|
||||
|
||||
class BoxedValue extends object.ObjectValue {}
|
||||
Object.defineProperty(BoxedValue.prototype, 'tag', {value: tag})
|
||||
Object.defineProperty(BoxedValue.prototype, 'tag', { value: tag })
|
||||
|
||||
class DescribedBoxedValue extends object.DescribedMixin(BoxedValue) {
|
||||
constructor (props) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue