1142c378fd
This commit adds a Compiler interface that wraps the actual ngtsc compiler. The language-service specific compiler manages multiple typecheck files using the Project interface, creating and adding ScriptInfos as necessary. This commit also adds `overrideInlineTemplate()` method to the mock service so that we could test the Compiler diagnostics feature. PR Close #36930 |
||
---|---|---|
.. | ||
BUILD.bazel | ||
README.md | ||
compiler.ts | ||
compiler_host.ts |
README.md
All files in this directory are temporary. This is created to simulate the final form of the Ivy compiler that supports language service.