@artel/artc 0.6.25221 → 0.6.25222

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-XMV7LOUY.js";
5
- import "./chunk-5F65ZJE3.js";
4
+ } from "./chunk-MBMOAUK7.js";
5
+ import "./chunk-UZK7JCND.js";
6
6
  import {
7
7
  __async
8
- } from "./chunk-X7TMUZ4C.js";
8
+ } from "./chunk-ODWG5ZXF.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-5F65ZJE3.js";
3
+ } from "../chunk-UZK7JCND.js";
4
4
  import {
5
5
  AccessKind,
6
6
  AccessedMethodValueParameter,
@@ -79,6 +79,7 @@ import {
79
79
  ForStatementSemanticContext,
80
80
  FoundAnonymousDeclaration,
81
81
  FoundNamedDeclaration,
82
+ FunctionBlockSemanticContext,
82
83
  GeneratedSourceFileScheme,
83
84
  GenericCancellationToken,
84
85
  GetMultipleTranslationTargetsResult,
@@ -328,7 +329,7 @@ import {
328
329
  withoutQuotes,
329
330
  withoutTemplateQuotes,
330
331
  yieldExecution
331
- } from "../chunk-X7TMUZ4C.js";
332
+ } from "../chunk-ODWG5ZXF.js";
332
333
  export {
333
334
  AccessKind,
334
335
  AccessedMethodValueParameter,
@@ -407,6 +408,7 @@ export {
407
408
  ForStatementSemanticContext,
408
409
  FoundAnonymousDeclaration,
409
410
  FoundNamedDeclaration,
411
+ FunctionBlockSemanticContext,
410
412
  GeneratedSourceFileScheme,
411
413
  GenericCancellationToken,
412
414
  GetMultipleTranslationTargetsResult,
@@ -6,9 +6,9 @@ import {
6
6
  PhysicalFileSystem,
7
7
  PhysicalTypeScriptLibrariesProvider,
8
8
  PrintingDiagnosticAcceptor
9
- } from "../chunk-XMV7LOUY.js";
10
- import "../chunk-5F65ZJE3.js";
11
- import "../chunk-X7TMUZ4C.js";
9
+ } from "../chunk-MBMOAUK7.js";
10
+ import "../chunk-UZK7JCND.js";
11
+ import "../chunk-ODWG5ZXF.js";
12
12
  export {
13
13
  CommandLineCompiler,
14
14
  FileSystemUri,