Skip to content

Check if the condition is required #55

@CptSchnitz

Description

@CptSchnitz

const cacheKey = String(isDereferenced) + ':' + relativePath;

if (!isDereferenced) {
this.schemaMap.set(cacheKey, schemaContent);
}

it seems like cache key includes isDereferenced value, but its not stored if it is dereferenced.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions