From a5901d4db4c91ca649224c26d2505c0c504154f2 Mon Sep 17 00:00:00 2001 From: Lexidor Digital <31805625+lexidor@users.noreply.github.com> Date: Sun, 24 Dec 2023 14:09:49 +0100 Subject: [PATCH] Regenerate signatures --- .vscode/settings.json | 12 +++++++----- codegen/inferred_relationships.hack | 3 ++- codegen/syntax/LambdaExpression.hack | 2 +- codegen/syntax/QualifiedName.hack | 2 +- 4 files changed, 11 insertions(+), 8 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index ca2c1757c..a8be6b775 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,7 +1,9 @@ { - "hack.hhastPath": "bin/hhast-lint", - "hack.useHhast": true, - "files.associations": { - "*.php": "hack" - } + "editor.detectIndentation": false, + "editor.tabSize": 2, + "editor.rulers": [80], + "hack.remote.docker.containerName": "hhvm-hhast-container", + "hack.remote.enabled": true, + "hack.remote.type": "docker", + "hack.remote.workspacePath": "/mnt/project" } diff --git a/codegen/inferred_relationships.hack b/codegen/inferred_relationships.hack index 1be8b7c31..db86930c9 100644 --- a/codegen/inferred_relationships.hack +++ b/codegen/inferred_relationships.hack @@ -1,7 +1,7 @@ /** * This file is generated. Do not modify it manually! * - * @generated SignedSource<<0cb6442b34479c8ca9d81ac0cc1ec48a>> + * @generated SignedSource<> */ namespace Facebook\HHAST\__Private; @@ -3490,6 +3490,7 @@ const dict> INFERRED_RELATIONSHIPS = dict[ 'list|list_item>', 'list|list_item>', 'list|list_item>', + 'list|list_item>', 'list>', 'list>', 'list>', diff --git a/codegen/syntax/LambdaExpression.hack b/codegen/syntax/LambdaExpression.hack index 517d49143..67ca2a740 100644 --- a/codegen/syntax/LambdaExpression.hack +++ b/codegen/syntax/LambdaExpression.hack @@ -1,7 +1,7 @@ /** * This file is generated. Do not modify it manually! * - * @generated SignedSource<> + * @generated SignedSource<<097a1f1e47bfd77ce63c58fe0740f31a>> */ namespace Facebook\HHAST; use namespace Facebook\TypeAssert; diff --git a/codegen/syntax/QualifiedName.hack b/codegen/syntax/QualifiedName.hack index 22d31c6cb..2641f23e0 100644 --- a/codegen/syntax/QualifiedName.hack +++ b/codegen/syntax/QualifiedName.hack @@ -1,7 +1,7 @@ /** * This file is generated. Do not modify it manually! * - * @generated SignedSource<> + * @generated SignedSource<> */ namespace Facebook\HHAST; use namespace Facebook\TypeAssert;