fix(prisma): add tsconfig.json to prisma directory for IDE node types support
Some checks failed
Deploy Canina / deploy (push) Failing after 27s
Some checks failed
Deploy Canina / deploy (push) Failing after 27s
This commit is contained in:
parent
c8f3ce0cde
commit
32041fb4f3
@ -1,5 +1,6 @@
|
||||
import { PrismaClient } from '@prisma/client';
|
||||
import process from 'node:process';
|
||||
|
||||
declare const process: any;
|
||||
|
||||
const prisma = new PrismaClient();
|
||||
|
||||
|
||||
@ -4,7 +4,7 @@ import * as path from 'path';
|
||||
import * as ts from 'typescript';
|
||||
import * as vm from 'vm';
|
||||
import * as bcrypt from 'bcryptjs';
|
||||
import process from 'node:process';
|
||||
declare const process: any;
|
||||
|
||||
const prisma = new PrismaClient();
|
||||
|
||||
|
||||
10
backend/prisma/tsconfig.json
Normal file
10
backend/prisma/tsconfig.json
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"module": "CommonJS",
|
||||
"moduleResolution": "node",
|
||||
"esModuleInterop": true,
|
||||
"skipLibCheck": true,
|
||||
"types": ["node"]
|
||||
},
|
||||
"include": ["./**/*.ts"]
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
@ -2279,21 +2279,21 @@
|
||||
"backend_package_dependencies_class_transformer",
|
||||
"backend_package_dependencies_class_validator",
|
||||
"backend_package_dependencies_ioredis",
|
||||
"backend_package_dependencies_js_yaml",
|
||||
"backend_package_dependencies_nestjs_common",
|
||||
"backend_package_dependencies_nestjs_passport",
|
||||
"backend_package_dependencies_nestjs_platform_express",
|
||||
"backend_package_dependencies_passport",
|
||||
"backend_package_dependencies_reflect_metadata",
|
||||
"backend_package_dependencies_rxjs",
|
||||
"bcrypt",
|
||||
"class_transformer",
|
||||
"class_validator",
|
||||
"ioredis",
|
||||
"js_yaml",
|
||||
"nestjs_common",
|
||||
"nestjs_passport",
|
||||
"nestjs_platform_express",
|
||||
"passport",
|
||||
"reflect_metadata",
|
||||
"rxjs"
|
||||
],
|
||||
"61": [
|
||||
@ -3885,33 +3885,33 @@
|
||||
"helmet"
|
||||
],
|
||||
"219": [
|
||||
"backend_package_dependencies_js_yaml",
|
||||
"js_yaml"
|
||||
],
|
||||
"220": [
|
||||
"backend_package_dependencies_nestjs_core",
|
||||
"nestjs_core"
|
||||
],
|
||||
"221": [
|
||||
"220": [
|
||||
"backend_package_dependencies_nestjs_jwt",
|
||||
"nestjs_jwt"
|
||||
],
|
||||
"222": [
|
||||
"221": [
|
||||
"backend_package_dependencies_nestjs_swagger",
|
||||
"nestjs_swagger"
|
||||
],
|
||||
"223": [
|
||||
"222": [
|
||||
"backend_package_dependencies_nestjs_throttler",
|
||||
"nestjs_throttler"
|
||||
],
|
||||
"224": [
|
||||
"223": [
|
||||
"backend_package_dependencies_passport_jwt",
|
||||
"passport_jwt"
|
||||
],
|
||||
"225": [
|
||||
"224": [
|
||||
"backend_package_dependencies_prisma_client",
|
||||
"prisma_client"
|
||||
],
|
||||
"225": [
|
||||
"backend_package_dependencies_reflect_metadata",
|
||||
"reflect_metadata"
|
||||
],
|
||||
"226": [
|
||||
"backend_package_dependencies_swagger_ui_express",
|
||||
"swagger_ui_express"
|
||||
|
||||
@ -2087,9 +2087,9 @@
|
||||
"_callable": true,
|
||||
"_callable_class": true,
|
||||
"_origin": "ast",
|
||||
"id": "frontend_application_lib_data_products_dosageresult",
|
||||
"community": 3,
|
||||
"norm_label": "dosageresult"
|
||||
"norm_label": "dosageresult",
|
||||
"id": "frontend_application_lib_data_products_dosageresult"
|
||||
},
|
||||
{
|
||||
"label": "FAQ",
|
||||
@ -2099,9 +2099,9 @@
|
||||
"_callable": true,
|
||||
"_callable_class": true,
|
||||
"_origin": "ast",
|
||||
"id": "frontend_application_lib_data_products_faq",
|
||||
"community": 3,
|
||||
"norm_label": "faq"
|
||||
"norm_label": "faq",
|
||||
"id": "frontend_application_lib_data_products_faq"
|
||||
},
|
||||
{
|
||||
"label": "IngredientInfo",
|
||||
@ -2111,9 +2111,9 @@
|
||||
"_callable": true,
|
||||
"_callable_class": true,
|
||||
"_origin": "ast",
|
||||
"id": "frontend_application_lib_data_products_ingredientinfo",
|
||||
"community": 3,
|
||||
"norm_label": "ingredientinfo"
|
||||
"norm_label": "ingredientinfo",
|
||||
"id": "frontend_application_lib_data_products_ingredientinfo"
|
||||
},
|
||||
{
|
||||
"label": "PetType",
|
||||
@ -2123,9 +2123,9 @@
|
||||
"_callable": true,
|
||||
"_callable_class": true,
|
||||
"_origin": "ast",
|
||||
"id": "frontend_application_lib_data_products_pettype",
|
||||
"community": 3,
|
||||
"norm_label": "pettype"
|
||||
"norm_label": "pettype",
|
||||
"id": "frontend_application_lib_data_products_pettype"
|
||||
},
|
||||
{
|
||||
"label": "Product",
|
||||
@ -2135,9 +2135,9 @@
|
||||
"_callable": true,
|
||||
"_callable_class": true,
|
||||
"_origin": "ast",
|
||||
"id": "frontend_application_lib_data_products_product",
|
||||
"community": 3,
|
||||
"norm_label": "product"
|
||||
"norm_label": "product",
|
||||
"id": "frontend_application_lib_data_products_product"
|
||||
},
|
||||
{
|
||||
"label": "Specialist",
|
||||
@ -2147,9 +2147,9 @@
|
||||
"_callable": true,
|
||||
"_callable_class": true,
|
||||
"_origin": "ast",
|
||||
"id": "frontend_application_lib_data_products_specialist",
|
||||
"community": 3,
|
||||
"norm_label": "specialist"
|
||||
"norm_label": "specialist",
|
||||
"id": "frontend_application_lib_data_products_specialist"
|
||||
},
|
||||
{
|
||||
"label": "BackendProduct",
|
||||
@ -3865,9 +3865,9 @@
|
||||
"_callable": true,
|
||||
"_callable_class": true,
|
||||
"_origin": "ast",
|
||||
"id": "frontend_application_lib_data_scientificterms_scientificterm",
|
||||
"community": 70,
|
||||
"norm_label": "scientificterm"
|
||||
"norm_label": "scientificterm",
|
||||
"id": "frontend_application_lib_data_scientificterms_scientificterm"
|
||||
},
|
||||
{
|
||||
"label": "HomeController",
|
||||
@ -7349,12 +7349,12 @@
|
||||
"label": "main()",
|
||||
"file_type": "code",
|
||||
"source_file": "backend/prisma/seed-wiki.ts",
|
||||
"source_location": "L369",
|
||||
"source_location": "L370",
|
||||
"_callable": true,
|
||||
"_origin": "ast",
|
||||
"id": "backend_prisma_seed_wiki_main",
|
||||
"community": 168,
|
||||
"norm_label": "main()",
|
||||
"id": "backend_prisma_seed_wiki_main"
|
||||
"norm_label": "main()"
|
||||
},
|
||||
{
|
||||
"label": "App()",
|
||||
@ -8436,9 +8436,9 @@
|
||||
"source_location": "L50",
|
||||
"_callable": true,
|
||||
"_origin": "ast",
|
||||
"id": "frontend_application_components_ingredientwiki_formatingredientdisplayname",
|
||||
"community": 3,
|
||||
"norm_label": "formatingredientdisplayname()"
|
||||
"norm_label": "formatingredientdisplayname()",
|
||||
"id": "frontend_application_components_ingredientwiki_formatingredientdisplayname"
|
||||
},
|
||||
{
|
||||
"label": "IngredientWiki()",
|
||||
@ -8447,9 +8447,9 @@
|
||||
"source_location": "L63",
|
||||
"_callable": true,
|
||||
"_origin": "ast",
|
||||
"id": "frontend_application_components_ingredientwiki_ingredientwiki",
|
||||
"community": 3,
|
||||
"norm_label": "ingredientwiki()"
|
||||
"norm_label": "ingredientwiki()",
|
||||
"id": "frontend_application_components_ingredientwiki_ingredientwiki"
|
||||
},
|
||||
{
|
||||
"label": ".constructor()",
|
||||
@ -12577,9 +12577,9 @@
|
||||
"source_location": "L11",
|
||||
"_callable": true,
|
||||
"_origin": "ast",
|
||||
"id": "backend_prisma_seed_main",
|
||||
"community": 81,
|
||||
"norm_label": "main()",
|
||||
"id": "backend_prisma_seed_main"
|
||||
"norm_label": "main()"
|
||||
},
|
||||
{
|
||||
"label": "determineSuitableFor()",
|
||||
@ -19524,29 +19524,29 @@
|
||||
"source_file": "backend/prisma/seed-wiki.ts",
|
||||
"source_location": "L1",
|
||||
"_origin": "ast",
|
||||
"id": "backend_prisma_seed_wiki",
|
||||
"community": 168,
|
||||
"norm_label": "seed-wiki.ts",
|
||||
"id": "backend_prisma_seed_wiki"
|
||||
"norm_label": "seed-wiki.ts"
|
||||
},
|
||||
{
|
||||
"label": "CANONICAL_WIKI_TERMS",
|
||||
"file_type": "code",
|
||||
"source_file": "backend/prisma/seed-wiki.ts",
|
||||
"source_location": "L6",
|
||||
"source_location": "L7",
|
||||
"_origin": "ast",
|
||||
"id": "backend_prisma_seed_wiki_canonical_wiki_terms",
|
||||
"community": 168,
|
||||
"norm_label": "canonical_wiki_terms",
|
||||
"id": "backend_prisma_seed_wiki_canonical_wiki_terms"
|
||||
"norm_label": "canonical_wiki_terms"
|
||||
},
|
||||
{
|
||||
"label": "prisma",
|
||||
"file_type": "code",
|
||||
"source_file": "backend/prisma/seed-wiki.ts",
|
||||
"source_location": "L4",
|
||||
"source_location": "L5",
|
||||
"_origin": "ast",
|
||||
"id": "backend_prisma_seed_wiki_prisma",
|
||||
"community": 168,
|
||||
"norm_label": "prisma",
|
||||
"id": "backend_prisma_seed_wiki_prisma"
|
||||
"norm_label": "prisma"
|
||||
},
|
||||
{
|
||||
"label": "create-blog.dto.ts",
|
||||
@ -22407,26 +22407,26 @@
|
||||
"id": "helmet"
|
||||
},
|
||||
{
|
||||
"label": "js-yaml",
|
||||
"label": "@nestjs/core",
|
||||
"file_type": "code",
|
||||
"source_file": "backend/package.json",
|
||||
"source_location": "L38",
|
||||
"source_location": "L25",
|
||||
"_origin": "ast",
|
||||
"community": 219,
|
||||
"community_name": "dependencies",
|
||||
"norm_label": "js-yaml",
|
||||
"id": "backend_package_dependencies_js_yaml"
|
||||
"norm_label": "@nestjs/core",
|
||||
"id": "backend_package_dependencies_nestjs_core"
|
||||
},
|
||||
{
|
||||
"label": "js-yaml",
|
||||
"label": "@nestjs/core",
|
||||
"file_type": "concept",
|
||||
"source_file": "backend/package.json",
|
||||
"source_location": "L38",
|
||||
"source_location": "L25",
|
||||
"_origin": "ast",
|
||||
"community": 219,
|
||||
"community_name": "dependencies",
|
||||
"norm_label": "js-yaml",
|
||||
"id": "js_yaml"
|
||||
"norm_label": "@nestjs/core",
|
||||
"id": "nestjs_core"
|
||||
},
|
||||
{
|
||||
"label": "cms.controller.ts",
|
||||
@ -22698,35 +22698,13 @@
|
||||
"norm_label": "tickets.controller.ts",
|
||||
"id": "backend_src_tickets_tickets_controller"
|
||||
},
|
||||
{
|
||||
"label": "@nestjs/core",
|
||||
"file_type": "code",
|
||||
"source_file": "backend/package.json",
|
||||
"source_location": "L25",
|
||||
"_origin": "ast",
|
||||
"community": 220,
|
||||
"community_name": "dependencies",
|
||||
"norm_label": "@nestjs/core",
|
||||
"id": "backend_package_dependencies_nestjs_core"
|
||||
},
|
||||
{
|
||||
"label": "@nestjs/core",
|
||||
"file_type": "concept",
|
||||
"source_file": "backend/package.json",
|
||||
"source_location": "L25",
|
||||
"_origin": "ast",
|
||||
"community": 220,
|
||||
"community_name": "dependencies",
|
||||
"norm_label": "@nestjs/core",
|
||||
"id": "nestjs_core"
|
||||
},
|
||||
{
|
||||
"label": "@nestjs/jwt",
|
||||
"file_type": "code",
|
||||
"source_file": "backend/package.json",
|
||||
"source_location": "L26",
|
||||
"_origin": "ast",
|
||||
"community": 221,
|
||||
"community": 220,
|
||||
"community_name": "dependencies",
|
||||
"norm_label": "@nestjs/jwt",
|
||||
"id": "backend_package_dependencies_nestjs_jwt"
|
||||
@ -22737,7 +22715,7 @@
|
||||
"source_file": "backend/package.json",
|
||||
"source_location": "L26",
|
||||
"_origin": "ast",
|
||||
"community": 221,
|
||||
"community": 220,
|
||||
"community_name": "dependencies",
|
||||
"norm_label": "@nestjs/jwt",
|
||||
"id": "nestjs_jwt"
|
||||
@ -22748,7 +22726,7 @@
|
||||
"source_file": "backend/package.json",
|
||||
"source_location": "L29",
|
||||
"_origin": "ast",
|
||||
"community": 222,
|
||||
"community": 221,
|
||||
"community_name": "dependencies",
|
||||
"norm_label": "@nestjs/swagger",
|
||||
"id": "backend_package_dependencies_nestjs_swagger"
|
||||
@ -22759,7 +22737,7 @@
|
||||
"source_file": "backend/package.json",
|
||||
"source_location": "L29",
|
||||
"_origin": "ast",
|
||||
"community": 222,
|
||||
"community": 221,
|
||||
"community_name": "dependencies",
|
||||
"norm_label": "@nestjs/swagger",
|
||||
"id": "nestjs_swagger"
|
||||
@ -22770,7 +22748,7 @@
|
||||
"source_file": "backend/package.json",
|
||||
"source_location": "L30",
|
||||
"_origin": "ast",
|
||||
"community": 223,
|
||||
"community": 222,
|
||||
"community_name": "dependencies",
|
||||
"norm_label": "@nestjs/throttler",
|
||||
"id": "backend_package_dependencies_nestjs_throttler"
|
||||
@ -22781,7 +22759,7 @@
|
||||
"source_file": "backend/package.json",
|
||||
"source_location": "L30",
|
||||
"_origin": "ast",
|
||||
"community": 223,
|
||||
"community": 222,
|
||||
"community_name": "dependencies",
|
||||
"norm_label": "@nestjs/throttler",
|
||||
"id": "nestjs_throttler"
|
||||
@ -22792,7 +22770,7 @@
|
||||
"source_file": "backend/package.json",
|
||||
"source_location": "L40",
|
||||
"_origin": "ast",
|
||||
"community": 224,
|
||||
"community": 223,
|
||||
"community_name": "dependencies",
|
||||
"norm_label": "passport-jwt",
|
||||
"id": "backend_package_dependencies_passport_jwt"
|
||||
@ -22803,7 +22781,7 @@
|
||||
"source_file": "backend/package.json",
|
||||
"source_location": "L40",
|
||||
"_origin": "ast",
|
||||
"community": 224,
|
||||
"community": 223,
|
||||
"community_name": "dependencies",
|
||||
"norm_label": "passport-jwt",
|
||||
"id": "passport_jwt"
|
||||
@ -22814,7 +22792,7 @@
|
||||
"source_file": "backend/package.json",
|
||||
"source_location": "L31",
|
||||
"_origin": "ast",
|
||||
"community": 225,
|
||||
"community": 224,
|
||||
"community_name": "dependencies",
|
||||
"norm_label": "@prisma/client",
|
||||
"id": "backend_package_dependencies_prisma_client"
|
||||
@ -22825,11 +22803,33 @@
|
||||
"source_file": "backend/package.json",
|
||||
"source_location": "L31",
|
||||
"_origin": "ast",
|
||||
"community": 225,
|
||||
"community": 224,
|
||||
"community_name": "dependencies",
|
||||
"norm_label": "@prisma/client",
|
||||
"id": "prisma_client"
|
||||
},
|
||||
{
|
||||
"label": "reflect-metadata",
|
||||
"file_type": "code",
|
||||
"source_file": "backend/package.json",
|
||||
"source_location": "L41",
|
||||
"_origin": "ast",
|
||||
"community": 225,
|
||||
"community_name": "dependencies",
|
||||
"norm_label": "reflect-metadata",
|
||||
"id": "backend_package_dependencies_reflect_metadata"
|
||||
},
|
||||
{
|
||||
"label": "reflect-metadata",
|
||||
"file_type": "concept",
|
||||
"source_file": "backend/package.json",
|
||||
"source_location": "L41",
|
||||
"_origin": "ast",
|
||||
"community": 225,
|
||||
"community_name": "dependencies",
|
||||
"norm_label": "reflect-metadata",
|
||||
"id": "reflect_metadata"
|
||||
},
|
||||
{
|
||||
"label": "swagger-ui-express",
|
||||
"file_type": "code",
|
||||
@ -26203,9 +26203,9 @@
|
||||
"source_file": "frontend/application/components/IngredientWiki.tsx",
|
||||
"source_location": "L1",
|
||||
"_origin": "ast",
|
||||
"id": "frontend_application_components_ingredientwiki",
|
||||
"community": 3,
|
||||
"norm_label": "ingredientwiki.tsx"
|
||||
"norm_label": "ingredientwiki.tsx",
|
||||
"id": "frontend_application_components_ingredientwiki"
|
||||
},
|
||||
{
|
||||
"label": "INGREDIENT_MATCH_KEYWORDS",
|
||||
@ -26213,9 +26213,9 @@
|
||||
"source_file": "frontend/application/components/IngredientWiki.tsx",
|
||||
"source_location": "L16",
|
||||
"_origin": "ast",
|
||||
"id": "frontend_application_components_ingredientwiki_ingredient_match_keywords",
|
||||
"community": 3,
|
||||
"norm_label": "ingredient_match_keywords"
|
||||
"norm_label": "ingredient_match_keywords",
|
||||
"id": "frontend_application_components_ingredientwiki_ingredient_match_keywords"
|
||||
},
|
||||
{
|
||||
"label": "products.ts",
|
||||
@ -26223,9 +26223,9 @@
|
||||
"source_file": "frontend/application/lib/data/products.ts",
|
||||
"source_location": "L1",
|
||||
"_origin": "ast",
|
||||
"id": "frontend_application_lib_data_products",
|
||||
"community": 3,
|
||||
"norm_label": "products.ts"
|
||||
"norm_label": "products.ts",
|
||||
"id": "frontend_application_lib_data_products"
|
||||
},
|
||||
{
|
||||
"label": "INGREDIENTS_WIKI",
|
||||
@ -26233,9 +26233,9 @@
|
||||
"source_file": "frontend/application/lib/data/products.ts",
|
||||
"source_location": "L67",
|
||||
"_origin": "ast",
|
||||
"id": "frontend_application_lib_data_products_ingredients_wiki",
|
||||
"community": 3,
|
||||
"norm_label": "ingredients_wiki"
|
||||
"norm_label": "ingredients_wiki",
|
||||
"id": "frontend_application_lib_data_products_ingredients_wiki"
|
||||
},
|
||||
{
|
||||
"label": "PRODUCTS",
|
||||
@ -26243,9 +26243,9 @@
|
||||
"source_file": "frontend/application/lib/data/products.ts",
|
||||
"source_location": "L370",
|
||||
"_origin": "ast",
|
||||
"id": "frontend_application_lib_data_products_products",
|
||||
"community": 3,
|
||||
"norm_label": "products"
|
||||
"norm_label": "products",
|
||||
"id": "frontend_application_lib_data_products_products"
|
||||
},
|
||||
{
|
||||
"label": "productService.ts",
|
||||
@ -32602,6 +32602,17 @@
|
||||
"norm_label": "ioredis",
|
||||
"id": "backend_package_dependencies_ioredis"
|
||||
},
|
||||
{
|
||||
"label": "js-yaml",
|
||||
"file_type": "code",
|
||||
"source_file": "backend/package.json",
|
||||
"source_location": "L38",
|
||||
"_origin": "ast",
|
||||
"community": 60,
|
||||
"community_name": "dependencies",
|
||||
"norm_label": "js-yaml",
|
||||
"id": "backend_package_dependencies_js_yaml"
|
||||
},
|
||||
{
|
||||
"label": "@nestjs/common",
|
||||
"file_type": "code",
|
||||
@ -32646,17 +32657,6 @@
|
||||
"norm_label": "passport",
|
||||
"id": "backend_package_dependencies_passport"
|
||||
},
|
||||
{
|
||||
"label": "reflect-metadata",
|
||||
"file_type": "code",
|
||||
"source_file": "backend/package.json",
|
||||
"source_location": "L41",
|
||||
"_origin": "ast",
|
||||
"community": 60,
|
||||
"community_name": "dependencies",
|
||||
"norm_label": "reflect-metadata",
|
||||
"id": "backend_package_dependencies_reflect_metadata"
|
||||
},
|
||||
{
|
||||
"label": "rxjs",
|
||||
"file_type": "code",
|
||||
@ -32712,6 +32712,17 @@
|
||||
"norm_label": "ioredis",
|
||||
"id": "ioredis"
|
||||
},
|
||||
{
|
||||
"label": "js-yaml",
|
||||
"file_type": "concept",
|
||||
"source_file": "backend/package.json",
|
||||
"source_location": "L38",
|
||||
"_origin": "ast",
|
||||
"community": 60,
|
||||
"community_name": "dependencies",
|
||||
"norm_label": "js-yaml",
|
||||
"id": "js_yaml"
|
||||
},
|
||||
{
|
||||
"label": "@nestjs/common",
|
||||
"file_type": "concept",
|
||||
@ -32756,17 +32767,6 @@
|
||||
"norm_label": "passport",
|
||||
"id": "passport"
|
||||
},
|
||||
{
|
||||
"label": "reflect-metadata",
|
||||
"file_type": "concept",
|
||||
"source_file": "backend/package.json",
|
||||
"source_location": "L41",
|
||||
"_origin": "ast",
|
||||
"community": 60,
|
||||
"community_name": "dependencies",
|
||||
"norm_label": "reflect-metadata",
|
||||
"id": "reflect_metadata"
|
||||
},
|
||||
{
|
||||
"label": "rxjs",
|
||||
"file_type": "concept",
|
||||
@ -34512,9 +34512,9 @@
|
||||
"source_file": "frontend/application/lib/data/scientificTerms.ts",
|
||||
"source_location": "L1",
|
||||
"_origin": "ast",
|
||||
"id": "frontend_application_lib_data_scientificterms",
|
||||
"community": 70,
|
||||
"norm_label": "data/scientificterms.ts"
|
||||
"norm_label": "data/scientificterms.ts",
|
||||
"id": "frontend_application_lib_data_scientificterms"
|
||||
},
|
||||
{
|
||||
"label": "SCIENTIFIC_TERMS",
|
||||
@ -34522,9 +34522,9 @@
|
||||
"source_file": "frontend/application/lib/data/scientificTerms.ts",
|
||||
"source_location": "L7",
|
||||
"_origin": "ast",
|
||||
"id": "frontend_application_lib_data_scientificterms_scientific_terms",
|
||||
"community": 70,
|
||||
"norm_label": "scientific_terms"
|
||||
"norm_label": "scientific_terms",
|
||||
"id": "frontend_application_lib_data_scientificterms_scientific_terms"
|
||||
},
|
||||
{
|
||||
"label": "AGENCY.md",
|
||||
@ -36403,9 +36403,9 @@
|
||||
"source_file": "backend/prisma/seed.ts",
|
||||
"source_location": "L1",
|
||||
"_origin": "ast",
|
||||
"id": "backend_prisma_seed",
|
||||
"community": 81,
|
||||
"norm_label": "seed.ts",
|
||||
"id": "backend_prisma_seed"
|
||||
"norm_label": "seed.ts"
|
||||
},
|
||||
{
|
||||
"label": "seed-home.ts",
|
||||
@ -36433,9 +36433,9 @@
|
||||
"source_file": "backend/prisma/seed.ts",
|
||||
"source_location": "L9",
|
||||
"_origin": "ast",
|
||||
"id": "backend_prisma_seed_prisma",
|
||||
"community": 81,
|
||||
"norm_label": "prisma",
|
||||
"id": "backend_prisma_seed_prisma"
|
||||
"norm_label": "prisma"
|
||||
},
|
||||
{
|
||||
"label": "seed-products.ts",
|
||||
@ -41622,9 +41622,9 @@
|
||||
"source_location": "L90",
|
||||
"weight": 1.0,
|
||||
"_origin": "ast",
|
||||
"confidence_score": 1.0,
|
||||
"source": "frontend_application_components_ingredientwiki_ingredientwiki",
|
||||
"target": "frontend_application_components_ingredientwiki_formatingredientdisplayname",
|
||||
"confidence_score": 1.0
|
||||
"target": "frontend_application_components_ingredientwiki_formatingredientdisplayname"
|
||||
},
|
||||
{
|
||||
"relation": "calls",
|
||||
@ -66868,9 +66868,9 @@
|
||||
"source_location": "L13",
|
||||
"weight": 1.0,
|
||||
"_origin": "ast",
|
||||
"confidence_score": 1.0,
|
||||
"source": "frontend_application_components_ingredientwiki",
|
||||
"target": "frontend_application_lib_types_ingredient",
|
||||
"confidence_score": 1.0
|
||||
"target": "frontend_application_lib_types_ingredient"
|
||||
},
|
||||
{
|
||||
"relation": "imports",
|
||||
@ -66880,9 +66880,9 @@
|
||||
"source_location": "L3",
|
||||
"weight": 1.0,
|
||||
"_origin": "ast",
|
||||
"confidence_score": 1.0,
|
||||
"source": "frontend_application_components_ingredientwiki",
|
||||
"target": "frontend_application_lib_data_products_ingredientinfo",
|
||||
"confidence_score": 1.0
|
||||
"target": "frontend_application_lib_data_products_ingredientinfo"
|
||||
},
|
||||
{
|
||||
"relation": "imports",
|
||||
@ -66892,9 +66892,9 @@
|
||||
"source_location": "L3",
|
||||
"weight": 1.0,
|
||||
"_origin": "ast",
|
||||
"confidence_score": 1.0,
|
||||
"source": "frontend_application_components_ingredientwiki",
|
||||
"target": "frontend_application_lib_data_products_ingredients_wiki",
|
||||
"confidence_score": 1.0
|
||||
"target": "frontend_application_lib_data_products_ingredients_wiki"
|
||||
},
|
||||
{
|
||||
"relation": "imports",
|
||||
@ -66904,9 +66904,9 @@
|
||||
"source_location": "L3",
|
||||
"weight": 1.0,
|
||||
"_origin": "ast",
|
||||
"confidence_score": 1.0,
|
||||
"source": "frontend_application_components_ingredientwiki",
|
||||
"target": "frontend_application_lib_data_products_product",
|
||||
"confidence_score": 1.0
|
||||
"target": "frontend_application_lib_data_products_product"
|
||||
},
|
||||
{
|
||||
"relation": "imports",
|
||||
@ -66916,9 +66916,9 @@
|
||||
"source_location": "L3",
|
||||
"weight": 1.0,
|
||||
"_origin": "ast",
|
||||
"confidence_score": 1.0,
|
||||
"source": "frontend_application_components_ingredientwiki",
|
||||
"target": "frontend_application_lib_data_products_products",
|
||||
"confidence_score": 1.0
|
||||
"target": "frontend_application_lib_data_products_products"
|
||||
},
|
||||
{
|
||||
"relation": "imports",
|
||||
@ -66928,9 +66928,9 @@
|
||||
"source_location": "L6",
|
||||
"weight": 1.0,
|
||||
"_origin": "ast",
|
||||
"confidence_score": 1.0,
|
||||
"source": "frontend_application_components_ingredientwiki",
|
||||
"target": "frontend_application_lib_services_productservice_productservice",
|
||||
"confidence_score": 1.0
|
||||
"target": "frontend_application_lib_services_productservice_productservice"
|
||||
},
|
||||
{
|
||||
"relation": "imports",
|
||||
@ -68680,9 +68680,9 @@
|
||||
"source_location": "L471",
|
||||
"weight": 1.0,
|
||||
"_origin": "ast",
|
||||
"confidence_score": 1.0,
|
||||
"source": "backend_prisma_seed_main",
|
||||
"target": "backend_prisma_seed_products"
|
||||
"target": "backend_prisma_seed_products",
|
||||
"confidence_score": 1.0
|
||||
},
|
||||
{
|
||||
"relation": "imports_from",
|
||||
@ -68692,9 +68692,9 @@
|
||||
"source_location": "L482",
|
||||
"weight": 1.0,
|
||||
"_origin": "ast",
|
||||
"confidence_score": 1.0,
|
||||
"source": "backend_prisma_seed_main",
|
||||
"target": "backend_prisma_seed_home"
|
||||
"target": "backend_prisma_seed_home",
|
||||
"confidence_score": 1.0
|
||||
},
|
||||
{
|
||||
"relation": "imports_from",
|
||||
@ -76348,9 +76348,9 @@
|
||||
"source_location": "L12",
|
||||
"weight": 1.0,
|
||||
"_origin": "ast",
|
||||
"confidence_score": 1.0,
|
||||
"source": "frontend_application_components_ingredientwiki",
|
||||
"target": "frontend_application_lib_services_api",
|
||||
"confidence_score": 1.0
|
||||
"target": "frontend_application_lib_services_api"
|
||||
},
|
||||
{
|
||||
"relation": "imports_from",
|
||||
@ -76360,9 +76360,9 @@
|
||||
"source_location": "L13",
|
||||
"weight": 1.0,
|
||||
"_origin": "ast",
|
||||
"confidence_score": 1.0,
|
||||
"source": "frontend_application_components_ingredientwiki",
|
||||
"target": "frontend_application_lib_types",
|
||||
"confidence_score": 1.0
|
||||
"target": "frontend_application_lib_types"
|
||||
},
|
||||
{
|
||||
"relation": "imports_from",
|
||||
@ -76372,9 +76372,9 @@
|
||||
"source_location": "L3",
|
||||
"weight": 1.0,
|
||||
"_origin": "ast",
|
||||
"confidence_score": 1.0,
|
||||
"source": "frontend_application_components_ingredientwiki",
|
||||
"target": "frontend_application_lib_data_products",
|
||||
"confidence_score": 1.0
|
||||
"target": "frontend_application_lib_data_products"
|
||||
},
|
||||
{
|
||||
"relation": "imports_from",
|
||||
@ -76384,9 +76384,9 @@
|
||||
"source_location": "L6",
|
||||
"weight": 1.0,
|
||||
"_origin": "ast",
|
||||
"confidence_score": 1.0,
|
||||
"source": "frontend_application_components_ingredientwiki",
|
||||
"target": "frontend_application_lib_services_productservice",
|
||||
"confidence_score": 1.0
|
||||
"target": "frontend_application_lib_services_productservice"
|
||||
},
|
||||
{
|
||||
"relation": "imports_from",
|
||||
@ -83481,9 +83481,9 @@
|
||||
"source_location": "L11",
|
||||
"weight": 1.0,
|
||||
"_origin": "ast",
|
||||
"confidence_score": 1.0,
|
||||
"source": "backend_prisma_seed",
|
||||
"target": "backend_prisma_seed_main"
|
||||
"target": "backend_prisma_seed_main",
|
||||
"confidence_score": 1.0
|
||||
},
|
||||
{
|
||||
"relation": "contains",
|
||||
@ -83492,9 +83492,9 @@
|
||||
"source_location": "L9",
|
||||
"weight": 1.0,
|
||||
"_origin": "ast",
|
||||
"confidence_score": 1.0,
|
||||
"source": "backend_prisma_seed",
|
||||
"target": "backend_prisma_seed_prisma"
|
||||
"target": "backend_prisma_seed_prisma",
|
||||
"confidence_score": 1.0
|
||||
},
|
||||
{
|
||||
"relation": "contains",
|
||||
@ -83698,34 +83698,34 @@
|
||||
"relation": "contains",
|
||||
"confidence": "EXTRACTED",
|
||||
"source_file": "backend/prisma/seed-wiki.ts",
|
||||
"source_location": "L369",
|
||||
"source_location": "L370",
|
||||
"weight": 1.0,
|
||||
"_origin": "ast",
|
||||
"confidence_score": 1.0,
|
||||
"source": "backend_prisma_seed_wiki",
|
||||
"target": "backend_prisma_seed_wiki_main"
|
||||
"target": "backend_prisma_seed_wiki_main",
|
||||
"confidence_score": 1.0
|
||||
},
|
||||
{
|
||||
"relation": "contains",
|
||||
"confidence": "EXTRACTED",
|
||||
"source_file": "backend/prisma/seed-wiki.ts",
|
||||
"source_location": "L4",
|
||||
"source_location": "L5",
|
||||
"weight": 1.0,
|
||||
"_origin": "ast",
|
||||
"confidence_score": 1.0,
|
||||
"source": "backend_prisma_seed_wiki",
|
||||
"target": "backend_prisma_seed_wiki_prisma"
|
||||
"target": "backend_prisma_seed_wiki_prisma",
|
||||
"confidence_score": 1.0
|
||||
},
|
||||
{
|
||||
"relation": "contains",
|
||||
"confidence": "EXTRACTED",
|
||||
"source_file": "backend/prisma/seed-wiki.ts",
|
||||
"source_location": "L6",
|
||||
"source_location": "L7",
|
||||
"weight": 1.0,
|
||||
"_origin": "ast",
|
||||
"confidence_score": 1.0,
|
||||
"source": "backend_prisma_seed_wiki",
|
||||
"target": "backend_prisma_seed_wiki_canonical_wiki_terms"
|
||||
"target": "backend_prisma_seed_wiki_canonical_wiki_terms",
|
||||
"confidence_score": 1.0
|
||||
},
|
||||
{
|
||||
"relation": "contains",
|
||||
@ -96494,9 +96494,9 @@
|
||||
"source_location": "L16",
|
||||
"weight": 1.0,
|
||||
"_origin": "ast",
|
||||
"confidence_score": 1.0,
|
||||
"source": "frontend_application_components_ingredientwiki",
|
||||
"target": "frontend_application_components_ingredientwiki_ingredient_match_keywords",
|
||||
"confidence_score": 1.0
|
||||
"target": "frontend_application_components_ingredientwiki_ingredient_match_keywords"
|
||||
},
|
||||
{
|
||||
"relation": "contains",
|
||||
@ -96505,9 +96505,9 @@
|
||||
"source_location": "L50",
|
||||
"weight": 1.0,
|
||||
"_origin": "ast",
|
||||
"confidence_score": 1.0,
|
||||
"source": "frontend_application_components_ingredientwiki",
|
||||
"target": "frontend_application_components_ingredientwiki_formatingredientdisplayname",
|
||||
"confidence_score": 1.0
|
||||
"target": "frontend_application_components_ingredientwiki_formatingredientdisplayname"
|
||||
},
|
||||
{
|
||||
"relation": "contains",
|
||||
@ -96516,9 +96516,9 @@
|
||||
"source_location": "L63",
|
||||
"weight": 1.0,
|
||||
"_origin": "ast",
|
||||
"confidence_score": 1.0,
|
||||
"source": "frontend_application_components_ingredientwiki",
|
||||
"target": "frontend_application_components_ingredientwiki_ingredientwiki",
|
||||
"confidence_score": 1.0
|
||||
"target": "frontend_application_components_ingredientwiki_ingredientwiki"
|
||||
},
|
||||
{
|
||||
"relation": "contains",
|
||||
@ -97055,9 +97055,9 @@
|
||||
"source_location": "L1",
|
||||
"weight": 1.0,
|
||||
"_origin": "ast",
|
||||
"confidence_score": 1.0,
|
||||
"source": "frontend_application_lib_data_products",
|
||||
"target": "frontend_application_lib_data_products_specialist",
|
||||
"confidence_score": 1.0
|
||||
"target": "frontend_application_lib_data_products_specialist"
|
||||
},
|
||||
{
|
||||
"relation": "contains",
|
||||
@ -97066,9 +97066,9 @@
|
||||
"source_location": "L10",
|
||||
"weight": 1.0,
|
||||
"_origin": "ast",
|
||||
"confidence_score": 1.0,
|
||||
"source": "frontend_application_lib_data_products",
|
||||
"target": "frontend_application_lib_data_products_ingredientinfo",
|
||||
"confidence_score": 1.0
|
||||
"target": "frontend_application_lib_data_products_ingredientinfo"
|
||||
},
|
||||
{
|
||||
"relation": "contains",
|
||||
@ -97077,9 +97077,9 @@
|
||||
"source_location": "L17",
|
||||
"weight": 1.0,
|
||||
"_origin": "ast",
|
||||
"confidence_score": 1.0,
|
||||
"source": "frontend_application_lib_data_products",
|
||||
"target": "frontend_application_lib_data_products_dosageresult",
|
||||
"confidence_score": 1.0
|
||||
"target": "frontend_application_lib_data_products_dosageresult"
|
||||
},
|
||||
{
|
||||
"relation": "contains",
|
||||
@ -97088,9 +97088,9 @@
|
||||
"source_location": "L23",
|
||||
"weight": 1.0,
|
||||
"_origin": "ast",
|
||||
"confidence_score": 1.0,
|
||||
"source": "frontend_application_lib_data_products",
|
||||
"target": "frontend_application_lib_data_products_faq",
|
||||
"confidence_score": 1.0
|
||||
"target": "frontend_application_lib_data_products_faq"
|
||||
},
|
||||
{
|
||||
"relation": "contains",
|
||||
@ -97099,9 +97099,9 @@
|
||||
"source_location": "L28",
|
||||
"weight": 1.0,
|
||||
"_origin": "ast",
|
||||
"confidence_score": 1.0,
|
||||
"source": "frontend_application_lib_data_products",
|
||||
"target": "frontend_application_lib_data_products_product",
|
||||
"confidence_score": 1.0
|
||||
"target": "frontend_application_lib_data_products_product"
|
||||
},
|
||||
{
|
||||
"relation": "contains",
|
||||
@ -97110,9 +97110,9 @@
|
||||
"source_location": "L370",
|
||||
"weight": 1.0,
|
||||
"_origin": "ast",
|
||||
"confidence_score": 1.0,
|
||||
"source": "frontend_application_lib_data_products",
|
||||
"target": "frontend_application_lib_data_products_products",
|
||||
"confidence_score": 1.0
|
||||
"target": "frontend_application_lib_data_products_products"
|
||||
},
|
||||
{
|
||||
"relation": "contains",
|
||||
@ -97121,9 +97121,9 @@
|
||||
"source_location": "L67",
|
||||
"weight": 1.0,
|
||||
"_origin": "ast",
|
||||
"confidence_score": 1.0,
|
||||
"source": "frontend_application_lib_data_products",
|
||||
"target": "frontend_application_lib_data_products_ingredients_wiki",
|
||||
"confidence_score": 1.0
|
||||
"target": "frontend_application_lib_data_products_ingredients_wiki"
|
||||
},
|
||||
{
|
||||
"relation": "contains",
|
||||
@ -97132,9 +97132,9 @@
|
||||
"source_location": "L8",
|
||||
"weight": 1.0,
|
||||
"_origin": "ast",
|
||||
"confidence_score": 1.0,
|
||||
"source": "frontend_application_lib_data_products",
|
||||
"target": "frontend_application_lib_data_products_pettype",
|
||||
"confidence_score": 1.0
|
||||
"target": "frontend_application_lib_data_products_pettype"
|
||||
},
|
||||
{
|
||||
"relation": "contains",
|
||||
@ -97165,9 +97165,9 @@
|
||||
"source_location": "L1",
|
||||
"weight": 1.0,
|
||||
"_origin": "ast",
|
||||
"confidence_score": 1.0,
|
||||
"source": "frontend_application_lib_data_scientificterms",
|
||||
"target": "frontend_application_lib_data_scientificterms_scientificterm",
|
||||
"confidence_score": 1.0
|
||||
"target": "frontend_application_lib_data_scientificterms_scientificterm"
|
||||
},
|
||||
{
|
||||
"relation": "contains",
|
||||
@ -97176,9 +97176,9 @@
|
||||
"source_location": "L7",
|
||||
"weight": 1.0,
|
||||
"_origin": "ast",
|
||||
"confidence_score": 1.0,
|
||||
"source": "frontend_application_lib_data_scientificterms",
|
||||
"target": "frontend_application_lib_data_scientificterms_scientific_terms",
|
||||
"confidence_score": 1.0
|
||||
"target": "frontend_application_lib_data_scientificterms_scientific_terms"
|
||||
},
|
||||
{
|
||||
"relation": "contains",
|
||||
@ -108199,5 +108199,5 @@
|
||||
"source_file": "scripts/compose.prod.yml"
|
||||
}
|
||||
],
|
||||
"built_at_commit": "d8fc57c23dbfbf4e43227faa379ddf262f0fec65"
|
||||
"built_at_commit": "c8f3ce0cdeac58484395da69d895aa4a96bb0252"
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
@ -0,0 +1 @@
|
||||
{"nodes": [{"id": "$graphify-root$_backend_prisma_tsconfig_json", "label": "tsconfig.json", "file_type": "code", "source_file": "backend/prisma/tsconfig.json", "source_location": "L1"}, {"id": "$graphify-root$_backend_prisma_tsconfig_compileroptions", "label": "compilerOptions", "file_type": "code", "source_file": "backend/prisma/tsconfig.json", "source_location": "L2"}, {"id": "$graphify-root$_backend_prisma_tsconfig_compileroptions_module", "label": "module", "file_type": "code", "source_file": "backend/prisma/tsconfig.json", "source_location": "L3"}, {"id": "$graphify-root$_backend_prisma_tsconfig_compileroptions_moduleresolution", "label": "moduleResolution", "file_type": "code", "source_file": "backend/prisma/tsconfig.json", "source_location": "L4"}, {"id": "$graphify-root$_backend_prisma_tsconfig_compileroptions_esmoduleinterop", "label": "esModuleInterop", "file_type": "code", "source_file": "backend/prisma/tsconfig.json", "source_location": "L5"}, {"id": "$graphify-root$_backend_prisma_tsconfig_compileroptions_skiplibcheck", "label": "skipLibCheck", "file_type": "code", "source_file": "backend/prisma/tsconfig.json", "source_location": "L6"}, {"id": "$graphify-root$_backend_prisma_tsconfig_compileroptions_types", "label": "types", "file_type": "code", "source_file": "backend/prisma/tsconfig.json", "source_location": "L7"}, {"id": "ref_node", "label": "node", "file_type": "concept", "source_file": "backend/prisma/tsconfig.json", "source_location": "L7"}, {"id": "$graphify-root$_backend_prisma_tsconfig_include", "label": "include", "file_type": "code", "source_file": "backend/prisma/tsconfig.json", "source_location": "L9"}, {"id": "ref_ts", "label": "./**/*.ts", "file_type": "concept", "source_file": "backend/prisma/tsconfig.json", "source_location": "L9"}], "edges": [{"source": "$graphify-root$_backend_prisma_tsconfig_json", "target": "$graphify-root$_backend_prisma_tsconfig_compileroptions", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/prisma/tsconfig.json", "source_location": "L2", "weight": 1.0}, {"source": "$graphify-root$_backend_prisma_tsconfig_compileroptions", "target": "$graphify-root$_backend_prisma_tsconfig_compileroptions_module", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/prisma/tsconfig.json", "source_location": "L3", "weight": 1.0}, {"source": "$graphify-root$_backend_prisma_tsconfig_compileroptions", "target": "$graphify-root$_backend_prisma_tsconfig_compileroptions_moduleresolution", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/prisma/tsconfig.json", "source_location": "L4", "weight": 1.0}, {"source": "$graphify-root$_backend_prisma_tsconfig_compileroptions", "target": "$graphify-root$_backend_prisma_tsconfig_compileroptions_esmoduleinterop", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/prisma/tsconfig.json", "source_location": "L5", "weight": 1.0}, {"source": "$graphify-root$_backend_prisma_tsconfig_compileroptions", "target": "$graphify-root$_backend_prisma_tsconfig_compileroptions_skiplibcheck", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/prisma/tsconfig.json", "source_location": "L6", "weight": 1.0}, {"source": "$graphify-root$_backend_prisma_tsconfig_compileroptions", "target": "$graphify-root$_backend_prisma_tsconfig_compileroptions_types", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/prisma/tsconfig.json", "source_location": "L7", "weight": 1.0}, {"source": "$graphify-root$_backend_prisma_tsconfig_compileroptions_types", "target": "ref_node", "relation": "extends", "confidence": "EXTRACTED", "source_file": "backend/prisma/tsconfig.json", "source_location": "L7", "weight": 1.0, "context": "import"}, {"source": "$graphify-root$_backend_prisma_tsconfig_json", "target": "$graphify-root$_backend_prisma_tsconfig_include", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/prisma/tsconfig.json", "source_location": "L9", "weight": 1.0}, {"source": "$graphify-root$_backend_prisma_tsconfig_include", "target": "ref_ts", "relation": "extends", "confidence": "EXTRACTED", "source_file": "backend/prisma/tsconfig.json", "source_location": "L9", "weight": 1.0, "context": "import"}]}
|
||||
2
graphify-out/cache/stat-index.json
vendored
2
graphify-out/cache/stat-index.json
vendored
File diff suppressed because one or more lines are too long
38196
graphify-out/graph.json
38196
graphify-out/graph.json
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user