@artel/artc 0.6.25245 → 0.6.25246

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (52) hide show
  1. package/build/Cli.js +3 -3
  2. package/build/api/Api.js +8 -2
  3. package/build/api/ApiNodeJS.js +3 -3
  4. package/build/api/ApiServices.js +153 -151
  5. package/build/{chunk-TVZEHLXD.js → chunk-BGCXIMTW.js} +2 -2
  6. package/build/{chunk-FVBS6MPY.js → chunk-CNAUD5P6.js} +1 -1
  7. package/build/{chunk-T7WG4Z7I.js → chunk-RIWU6SF4.js} +3592 -2690
  8. package/build/types/analysis/AnalyzedTranslationPackage.d.ts +0 -1
  9. package/build/types/analysis/Analyzer.d.ts +28 -23
  10. package/build/types/analysis/BaseExpressionMeaning.d.ts +9 -4
  11. package/build/types/analysis/BaseMemberConflictsValidator.d.ts +3 -5
  12. package/build/types/analysis/CallExpressionMeaning.d.ts +1 -0
  13. package/build/types/analysis/DiagnosticArgumentFactory.d.ts +18 -0
  14. package/build/types/analysis/DiagnosticCollector.d.ts +2 -3
  15. package/build/types/analysis/DisplayableEntity.d.ts +46 -0
  16. package/build/types/analysis/IdentifierExpressionMeaning.d.ts +3 -3
  17. package/build/types/analysis/IndexedAccessExpressionMeaning.d.ts +3 -3
  18. package/build/types/analysis/InstanceFieldsInitializationValidator.d.ts +18 -0
  19. package/build/types/analysis/MemberAccessExpressionMeaning.d.ts +3 -3
  20. package/build/types/analysis/NamedTypeResolver.d.ts +2 -3
  21. package/build/types/analysis/NamedTypeSpecifierResolver.d.ts +2 -3
  22. package/build/types/analysis/NodeTypeUtils.d.ts +1 -0
  23. package/build/types/analysis/ObjectExpressionMeaning.d.ts +9 -4
  24. package/build/types/analysis/OwnAndBaseConstructorCallsChecker.d.ts +23 -0
  25. package/build/types/analysis/PackageAndStaticVariablesInitializationValidator.d.ts +17 -0
  26. package/build/types/analysis/TagMeaning.d.ts +2 -3
  27. package/build/types/analysis/control-flow/NarrowableReference.d.ts +5 -6
  28. package/build/types/analysis/semantic-context/SemanticContextBase.d.ts +2 -0
  29. package/build/types/analysis/semantic-context/SourceFileSemanticContext.d.ts +3 -1
  30. package/build/types/common/Displayable.d.ts +13 -0
  31. package/build/types/common/FormatString.d.ts +2 -1
  32. package/build/types/common/HelperPhrases.d.ts +2 -1
  33. package/build/types/common/TreeQuery.d.ts +4 -4
  34. package/build/types/common/WithDiagnostics.d.ts +3 -4
  35. package/build/types/common/index.d.ts +1 -0
  36. package/build/types/diagnostic/DiagnosticCode.d.ts +131 -125
  37. package/build/types/diagnostic/DiagnosticData.d.ts +7 -3
  38. package/build/types/emitter/Transformer.d.ts +4 -2
  39. package/build/types/emitter/ir/EmitOptions.d.ts +14 -0
  40. package/build/types/emitter/ir/Nodes.d.ts +41 -25
  41. package/build/types/emitter/ir/types.d.ts +1 -1
  42. package/build/types/entities/BaseEntityHidingMatcher.d.ts +1 -1
  43. package/build/types/entities/EntityHiding.d.ts +1 -1
  44. package/build/types/project/FileSystemTree.d.ts +2 -2
  45. package/build/types/services/source-generation/SourceGenerationService.d.ts +2 -2
  46. package/build/types/services/workspace/ClientTrackedSourceFiles.d.ts +5 -5
  47. package/build/types/services/workspace/CompilationController.d.ts +3 -3
  48. package/build/types/services/workspace/FileSystemTreeProviderBasedOnWatchedFileSystem.d.ts +4 -4
  49. package/build/types/services/workspace/ManuallyUpdatedFileSystemTreeProvider.d.ts +4 -4
  50. package/build/types/services/workspace/Workspace.d.ts +3 -3
  51. package/build/types/services/workspace/WorkspaceFiles.d.ts +7 -7
  52. package/package.json +2 -2
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  Compiler
3
- } from "./chunk-FVBS6MPY.js";
3
+ } from "./chunk-CNAUD5P6.js";
4
4
  import {
5
5
  ArtelVersion,
6
6
  Cached,
@@ -14,7 +14,7 @@ import {
14
14
  __async,
15
15
  performanceMeasurementStageNames,
16
16
  performanceMeasurementStages
17
- } from "./chunk-T7WG4Z7I.js";
17
+ } from "./chunk-RIWU6SF4.js";
18
18
 
19
19
  // source/executor/FileSystemUri.ts
20
20
  import { platform } from "os";
@@ -10,7 +10,7 @@ import {
10
10
  WellKnownDeclarationsLoadError,
11
11
  __async,
12
12
  createTsInteropInputsForCompilation
13
- } from "./chunk-T7WG4Z7I.js";
13
+ } from "./chunk-RIWU6SF4.js";
14
14
 
15
15
  // source/executor/Compiler.ts
16
16
  var Compiler = class {