We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6197b3 commit b7c18f4Copy full SHA for b7c18f4
src/spdx.ts
@@ -20,7 +20,7 @@ Copyright (c) OWASP Foundation. All Rights Reserved.
20
import * as spdxExpressionParse from 'spdx-expression-parse'
21
22
/* @ts-expect-error: TS6059 -- this works as long as the file/path is available in dist-package. */
23
-import { enum as _spdxSpecEnum } from '../res/schema/spdx.SNAPSHOT.schema.json' assert {type: 'json'}
+import { enum as _spdxSpecEnum } from '../res/schema/spdx.SNAPSHOT.schema.json' with { type: 'json' }
24
25
/**
26
* One of the known SPDX licence identifiers.
0 commit comments