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 e547db5 commit 3e20f86Copy full SHA for 3e20f86
src/extension.ts
@@ -30,7 +30,7 @@ function suggestPrefixes(data: any) {
30
var _processContext = function (contextObj: any) {
31
Object.keys(contextObj).forEach((key) => {
32
if (key.indexOf(':') < 0 && key.indexOf('@') < 0) {
33
- var namespaceIRI = "";
+ let namespaceIRI = "";
34
if (typeof contextObj[key] === 'object' && !Array.isArray(contextObj[key]) && contextObj[key] !== null) {
35
namespaceIRI = contextObj[key]["@id"];
36
} else {
0 commit comments