@artel/artc 0.6.25191 → 0.6.25193

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.
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  Compiler
3
- } from "./chunk-QRBDQKYM.js";
3
+ } from "./chunk-BSUNNGVO.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-O2JKESUU.js";
17
+ } from "./chunk-3SICRIJF.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-O2JKESUU.js";
13
+ } from "./chunk-3SICRIJF.js";
14
14
 
15
15
  // source/executor/Compiler.ts
16
16
  var Compiler = class {
@@ -9,7 +9,7 @@ export declare class EntityHidingLevel_type {
9
9
  }
10
10
  export declare class EntityHidingLevel_typeFamily {
11
11
  readonly baseTypeEntity: TypeEntity;
12
- readonly kind = "type-family";
12
+ readonly kind = "type-hierarchy";
13
13
  constructor(baseTypeEntity: TypeEntity);
14
14
  }
15
15
  export declare class EntityHidingLevel_file {
@@ -49,7 +49,7 @@ export declare enum KeywordKind {
49
49
  Await = 47,
50
50
  Dispose = 48,
51
51
  OnDispose = 49,
52
- InFamily = 50,
52
+ InHierarchy = 50,
53
53
  InFile = 51,
54
54
  InPackage = 52,
55
55
  InType = 53,
@@ -2124,7 +2124,7 @@ export declare class Modifier extends BaseNode {
2124
2124
  }
2125
2125
  export type ModifierKeyword = Keyword<ModifierKeywordKind>;
2126
2126
  export type ModifierKeywordKind = KeywordKind.Const | KeywordKind.Hidden | KeywordKind.Abstract | KeywordKind.Static | KeywordKind.Redefinable | KeywordKind.Redefined | KeywordKind.Async | KeywordKind.Observable | KeywordKind.Consistent;
2127
- export type ModifierLevelKeyword = Keyword<KeywordKind.InType> | Keyword<KeywordKind.InFamily> | Keyword<KeywordKind.InFile> | Keyword<KeywordKind.InPackage>;
2127
+ export type ModifierLevelKeyword = Keyword<KeywordKind.InType> | Keyword<KeywordKind.InHierarchy> | Keyword<KeywordKind.InFile> | Keyword<KeywordKind.InPackage>;
2128
2128
  export declare class ParameterClause extends BaseNode {
2129
2129
  readonly kind = NodeKind.ParameterClause;
2130
2130
  readonly children: readonly [
@@ -2109,7 +2109,7 @@ export declare class Modifier extends BaseNode {
2109
2109
  }
2110
2110
  export type ModifierKeyword = Keyword<ModifierKeywordKind>;
2111
2111
  export type ModifierKeywordKind = KeywordKind.Const | KeywordKind.Hidden | KeywordKind.Abstract | KeywordKind.Static | KeywordKind.Redefinable | KeywordKind.Redefined | KeywordKind.Async | KeywordKind.Observable | KeywordKind.Consistent;
2112
- export type ModifierLevelKeyword = Keyword<KeywordKind.InType> | Keyword<KeywordKind.InFamily> | Keyword<KeywordKind.InFile> | Keyword<KeywordKind.InPackage>;
2112
+ export type ModifierLevelKeyword = Keyword<KeywordKind.InType> | Keyword<KeywordKind.InHierarchy> | Keyword<KeywordKind.InFile> | Keyword<KeywordKind.InPackage>;
2113
2113
  export type ParameterClauseParent = PackageMethodDeclaration | NestedMethodDeclaration | MethodLiteral | TypeConstructorDeclaration | TypeDestructorDeclaration | TypeMethodDeclaration | MethodTypeDeclarationBody;
2114
2114
  export declare class ParameterClause extends BaseNode {
2115
2115
  readonly kind = NodeKind.ParameterClause;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@artel/artc",
3
- "version": "0.6.25191",
3
+ "version": "0.6.25193",
4
4
  "description": "Артель Компилятор | Artel Compiler",
5
5
  "author": "Nezaboodka Team <contact@nezaboodka.com>",
6
6
  "license": "Apache License 2.0",
@@ -41,7 +41,7 @@
41
41
  "@babel/types": "7.23.0",
42
42
  "@vscode/l10n": "0.0.18",
43
43
  "jsonc-parser": "3.3.1",
44
- "reactronic": "0.92.25006",
44
+ "reactronic": "0.92.25008",
45
45
  "typescript": "5.5.4",
46
46
  "vscode-json-languageservice": "5.4.2",
47
47
  "vscode-languageserver": "9.0.1",