@artel/artc 0.6.25220 → 0.6.25221

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.
package/build/Cli.js CHANGED
@@ -1,11 +1,11 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  CommandLineCompiler
4
- } from "./chunk-ASXPPFGP.js";
5
- import "./chunk-AUDD2JDS.js";
4
+ } from "./chunk-XMV7LOUY.js";
5
+ import "./chunk-5F65ZJE3.js";
6
6
  import {
7
7
  __async
8
- } from "./chunk-RHY36EE7.js";
8
+ } from "./chunk-X7TMUZ4C.js";
9
9
 
10
10
  // source/Cli.ts
11
11
  function main() {
package/build/api/Api.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  Compiler
3
- } from "../chunk-AUDD2JDS.js";
3
+ } from "../chunk-5F65ZJE3.js";
4
4
  import {
5
5
  AccessKind,
6
6
  AccessedMethodValueParameter,
@@ -222,6 +222,7 @@ import {
222
222
  TreeQuery,
223
223
  TryStatementClausesInfo,
224
224
  TsInteropInputs,
225
+ TypeAssignabilityFlags,
225
226
  TypeBodySemanticContext,
226
227
  TypeConstructorDeclarationEntity,
227
228
  TypeDereferenceOperatorDeclarationEntity,
@@ -295,7 +296,6 @@ import {
295
296
  isTypeEntityWithMembers,
296
297
  isTypeMemberEntity,
297
298
  isUnaryOperator,
298
- isVariantTypeDeclaration,
299
299
  javaScriptIdentifierRegExp,
300
300
  kebabCaseToCamelCase,
301
301
  keywordKindByOperatorKind,
@@ -328,7 +328,7 @@ import {
328
328
  withoutQuotes,
329
329
  withoutTemplateQuotes,
330
330
  yieldExecution
331
- } from "../chunk-RHY36EE7.js";
331
+ } from "../chunk-X7TMUZ4C.js";
332
332
  export {
333
333
  AccessKind,
334
334
  AccessedMethodValueParameter,
@@ -547,6 +547,7 @@ export {
547
547
  TreeQuery,
548
548
  TryStatementClausesInfo,
549
549
  TsInteropInputs,
550
+ TypeAssignabilityFlags,
550
551
  TypeBodySemanticContext,
551
552
  TypeConstructorDeclarationEntity,
552
553
  TypeDereferenceOperatorDeclarationEntity,
@@ -623,7 +624,6 @@ export {
623
624
  isTypeEntityWithMembers,
624
625
  isTypeMemberEntity,
625
626
  isUnaryOperator,
626
- isVariantTypeDeclaration,
627
627
  javaScriptIdentifierRegExp,
628
628
  kebabCaseToCamelCase,
629
629
  keywordKindByOperatorKind,
@@ -6,9 +6,9 @@ import {
6
6
  PhysicalFileSystem,
7
7
  PhysicalTypeScriptLibrariesProvider,
8
8
  PrintingDiagnosticAcceptor
9
- } from "../chunk-ASXPPFGP.js";
10
- import "../chunk-AUDD2JDS.js";
11
- import "../chunk-RHY36EE7.js";
9
+ } from "../chunk-XMV7LOUY.js";
10
+ import "../chunk-5F65ZJE3.js";
11
+ import "../chunk-X7TMUZ4C.js";
12
12
  export {
13
13
  CommandLineCompiler,
14
14
  FileSystemUri,