@artel/artc 0.6.25214 → 0.6.25215

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 (32) hide show
  1. package/build/Cli.js +3 -3
  2. package/build/api/Api.js +6 -4
  3. package/build/api/ApiNodeJS.js +3 -3
  4. package/build/api/ApiServices.js +227 -267
  5. package/build/{chunk-ZFBZFTRR.js → chunk-DZ66PBHU.js} +6079 -6321
  6. package/build/{chunk-SKJMYOQR.js → chunk-GEFYL4SZ.js} +1 -1
  7. package/build/{chunk-YCHDDDYS.js → chunk-TT3Q66WU.js} +2 -2
  8. package/build/types/analysis/Analyzer.d.ts +1 -4
  9. package/build/types/analysis/{PrefixUnaryOperatorResolver.d.ts → UserDefinableUnaryOperatorResolver.d.ts} +3 -5
  10. package/build/types/analysis/Utils.d.ts +2 -2
  11. package/build/types/emitter/EmitterContext.d.ts +2 -0
  12. package/build/types/emitter/IrBuilder.d.ts +0 -1
  13. package/build/types/emitter/IrToJs.d.ts +0 -1
  14. package/build/types/emitter/Transformer.d.ts +158 -97
  15. package/build/types/emitter/ir/Nodes.d.ts +4 -11
  16. package/build/types/emitter/ir/types.d.ts +2 -2
  17. package/build/types/parser/UnescapeText.d.ts +1 -0
  18. package/build/types/services/NodeSemanticInfo.d.ts +0 -1
  19. package/build/types/tree/NodeKind.d.ts +82 -83
  20. package/build/types/tree/TokenKind.d.ts +2 -2
  21. package/build/types/tree/green/Nodes.d.ts +3 -19
  22. package/build/types/tree/red/Nodes.d.ts +4 -18
  23. package/package.json +1 -1
  24. package/build/types/emitter/BlockStatementTransformationResult.d.ts +0 -10
  25. package/build/types/emitter/ExpressionTransformationResult.d.ts +0 -17
  26. package/build/types/emitter/Internal.d.ts +0 -9
  27. package/build/types/emitter/PackageMemberDeclarationTransformationResult.d.ts +0 -17
  28. package/build/types/emitter/SimpleTransformationResult.d.ts +0 -14
  29. package/build/types/emitter/StatementTransformationResult.d.ts +0 -21
  30. package/build/types/emitter/StructuredTypeMemberDeclarationTransformationResult.d.ts +0 -13
  31. package/build/types/emitter/TransformationContinuationAction.d.ts +0 -4
  32. package/build/types/emitter/TypeAccessExpressionTransformationResult.d.ts +0 -12
package/build/Cli.js CHANGED
@@ -1,11 +1,11 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  CommandLineCompiler
4
- } from "./chunk-YCHDDDYS.js";
5
- import "./chunk-SKJMYOQR.js";
4
+ } from "./chunk-TT3Q66WU.js";
5
+ import "./chunk-GEFYL4SZ.js";
6
6
  import {
7
7
  __async
8
- } from "./chunk-ZFBZFTRR.js";
8
+ } from "./chunk-DZ66PBHU.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-SKJMYOQR.js";
3
+ } from "../chunk-GEFYL4SZ.js";
4
4
  import {
5
5
  AccessKind,
6
6
  AccessedMethodValueParameter,
@@ -291,7 +291,7 @@ import {
291
291
  getPackageContainingEntity,
292
292
  getParentSkippingParenthesizedExpressions,
293
293
  getRequiredTypeParameterCount,
294
- getUnescapedTextFromStringToken,
294
+ getUnescapedTextFromTextToken,
295
295
  getUserLocale,
296
296
  green_exports,
297
297
  invalidJavaScriptIdentifierCharsRegExp,
@@ -344,8 +344,9 @@ import {
344
344
  visitChildren,
345
345
  visitChildrenRecursively,
346
346
  withoutQuotes,
347
+ withoutTextTemplateQuotes,
347
348
  yieldExecution
348
- } from "../chunk-ZFBZFTRR.js";
349
+ } from "../chunk-DZ66PBHU.js";
349
350
  export {
350
351
  AccessKind,
351
352
  AccessedMethodValueParameter,
@@ -634,7 +635,7 @@ export {
634
635
  getPackageContainingEntity,
635
636
  getParentSkippingParenthesizedExpressions,
636
637
  getRequiredTypeParameterCount,
637
- getUnescapedTextFromStringToken,
638
+ getUnescapedTextFromTextToken,
638
639
  getUserLocale,
639
640
  green_exports as green,
640
641
  IndexedAccess_exports as indexedAccess,
@@ -690,5 +691,6 @@ export {
690
691
  visitChildren,
691
692
  visitChildrenRecursively,
692
693
  withoutQuotes,
694
+ withoutTextTemplateQuotes,
693
695
  yieldExecution
694
696
  };
@@ -6,9 +6,9 @@ import {
6
6
  PhysicalFileSystem,
7
7
  PhysicalTypeScriptLibrariesProvider,
8
8
  PrintingDiagnosticAcceptor
9
- } from "../chunk-YCHDDDYS.js";
10
- import "../chunk-SKJMYOQR.js";
11
- import "../chunk-ZFBZFTRR.js";
9
+ } from "../chunk-TT3Q66WU.js";
10
+ import "../chunk-GEFYL4SZ.js";
11
+ import "../chunk-DZ66PBHU.js";
12
12
  export {
13
13
  CommandLineCompiler,
14
14
  FileSystemUri,