diff --git a/ARCHITECTURE.md b/ARCHITECTURE.md index fa45db80f..c4bf68164 100644 --- a/ARCHITECTURE.md +++ b/ARCHITECTURE.md @@ -57,12 +57,13 @@ Glint implements two VirtualCodes in order to provide Language Tooling for moder - Ideally every Ember app will migrate to .gts but we still need to support classic components until that time comes - The backing .ts file is already type-checkable on its own, but for type-checking an .hbs file: - This Virtual Code will combine the .hbs+.ts and generate a singular type-checkable TS file in a similar mapping structure as `VirtualGtsCode` mentioned above +Any VirtualCode, whether implemented by Glint or Vue tooling, essentially takes a language that embeds other languages (.gts is TS with embedded Glimmer, .vue has `