deno_graph 0.108.1

Module graph analysis for deno
Documentation
schematicos/codegen/0.0.7
-- deno.lock --
{
  "version": "3",
  "packages": {
    "specifiers": {
      "npm:@babel/helper-validator-identifier@7.22.20": "npm:@babel/helper-validator-identifier@7.22.20",
      "npm:@schematicos/types@0.0.46": "npm:@schematicos/types@0.0.46",
      "npm:lodash-es@4.17.21": "npm:lodash-es@4.17.21",
      "npm:openapi-types@12.1.3": "npm:openapi-types@12.1.3"
    },
    "npm": {
      "@babel/helper-validator-identifier@7.22.20": {
        "integrity": "sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==",
        "dependencies": {}
      },
      "@schematicos/types@0.0.46": {
        "integrity": "sha512-SVbtdlpleitU8sXAb5ofkH1/XwL2o4URctl05QIFTTpJVuNoMNqCy0T3TWfTB/Gn4cX5pBY3MQSs//8WXLaMcQ==",
        "dependencies": {
          "zod": "zod@3.23.8"
        }
      },
      "lodash-es@4.17.21": {
        "integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==",
        "dependencies": {}
      },
      "openapi-types@12.1.3": {
        "integrity": "sha512-N4YtSYJqghVu4iek2ZUvcN/0aqH1kRDuNqzcycDxhOUpg7GdvLa2F3DgS6yBNhInhv2r/6I0Flkn7CqL8+nIcw==",
        "dependencies": {}
      },
      "zod@3.23.8": {
        "integrity": "sha512-XBx9AXhXktjUqnepgTiE5flcKIYWi/rme0Eaj+5Y0lftuGBq+jyRu/md4WnuxqgP1ubdpNCsYEYPxrzVHD8d6g==",
        "dependencies": {}
      }
    }
  },
  "remote": {}
}

===

== FAST CHECK EMIT PASSED ==

== TYPE CHECK FAILED ==
-- stdout --

-- stderr --
TS4114 [ERROR]: This member must have an 'override' modifier because it overrides a member in the base class 'SchematicBase'.
  toString(): string {
  ~~~~~~~~
    at file://<tmpdir>/generate/elements/Definition.ts:44:3

error: Type checking failed.