File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
_optPlug.node/__jsonValidators Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Copyright (c) OWASP Foundation. All Rights Reserved.
2020import Ajv , { type Options as AjvOptions } from 'ajv'
2121import addFormats from 'ajv-formats'
2222/* @ts -expect-error TS7016 */
23- import * as addFormats2019 from 'ajv-formats-draft2019'
23+ import { default as addFormats2019 } from 'ajv-formats-draft2019'
2424import { readFile } from 'fs/promises'
2525
2626import type { ValidationError } from '../../validation/types'
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ SPDX-License-Identifier: Apache-2.0
1717Copyright (c) OWASP Foundation. All Rights Reserved.
1818*/
1919
20- import * as spdxExpressionParse from 'spdx-expression-parse'
20+ import { default as spdxExpressionParse } from 'spdx-expression-parse'
2121
2222/* @ts -expect-error: TS6059 -- this works as long as the file/path is available in dist-package. */
2323import { enum as _spdxSpecEnum } from '../res/schema/spdx.SNAPSHOT.schema.json' with { type : 'json' }
You can’t perform that action at this time.
0 commit comments