@artel/artc 0.6.25193 → 0.6.25194

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.
@@ -28,8 +28,9 @@ export interface NodeCompilerTask {
28
28
  cancellationToken?: CancellationToken;
29
29
  }
30
30
  export declare class PrintingDiagnosticAcceptor implements DiagnosticAcceptor {
31
+ private readonly noWarnings;
31
32
  private readonly _formatter;
32
- constructor(basePath?: string);
33
+ constructor(noWarnings: boolean, basePath?: string);
33
34
  addDiagnostic(diagnostic: Diagnostic): void;
34
35
  }
35
36
  export declare class NodeDiagnosticFormatter {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@artel/artc",
3
- "version": "0.6.25193",
3
+ "version": "0.6.25194",
4
4
  "description": "Артель Компилятор | Artel Compiler",
5
5
  "author": "Nezaboodka Team <contact@nezaboodka.com>",
6
6
  "license": "Apache License 2.0",