@arcgis/lumina-compiler 4.33.0-next.67 → 4.33.0-next.68

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.
@@ -60,8 +60,8 @@ function E(e) {
60
60
  n = !1;
61
61
  const t = x(
62
62
  /*
63
- * If name is single letter, it was probably minified - thus name not
64
- * stable, thus don't use it. Example: class produced by wrapController()
63
+ * If name is a single letter, it was probably minified - thus is not
64
+ * stable, thus don't use it. Example: class produced by wrapController()
65
65
  */
66
66
  (e.name.length > 1 ? e.name.replaceAll(k, "") : "") || "Test"
67
67
  ), i = t === "test" ? "te-st" : t.includes("-") ? t : `${t}-`;
@@ -1,7 +1,7 @@
1
1
  import { default as ts } from 'typescript';
2
2
  import { FileTransformContext } from '../publicTypes';
3
3
  import { LiftedDecorators } from './liftDecorators';
4
- export declare function transformProperty(context: FileTransformContext, property: ts.AccessorDeclaration | ts.PropertyDeclaration, className: string | undefined, sourceFile: ts.SourceFile, liftedDecorators?: LiftedDecorators): ts.ClassElement;
4
+ export declare function transformProperty(context: FileTransformContext, property: ts.AccessorDeclaration | ts.PropertyDeclaration, className: string | undefined, sourceFile: ts.SourceFile, liftedDecorators: LiftedDecorators): ts.ClassElement;
5
5
  export type ParsedPropertyDecorator = {
6
6
  decorator: ts.Decorator;
7
7
  callExpression: ts.CallExpression;
@@ -108,4 +108,4 @@ import { ApiCustomElementField } from '@arcgis/api-extractor';
108
108
  *
109
109
  * See also https://github.com/runem/lit-analyzer/blob/master/packages/lit-analyzer/src/lib/rules/no-incompatible-property-type.ts
110
110
  */
111
- export declare function transformPropertyOptions(property: ts.AccessorDeclaration | ts.PropertyDeclaration, decorator: ParsedPropertyDecorator, context: FileTransformContext, sourceFile: ts.SourceFile, apiProperty: ApiCustomElementField | undefined): ts.ObjectLiteralExpression | undefined;
111
+ export declare function transformPropertyOptions(property: ts.AccessorDeclaration | ts.PropertyDeclaration, decorator: ParsedPropertyDecorator, context: FileTransformContext, sourceFile: ts.SourceFile, apiProperty: ApiCustomElementField): ts.ObjectLiteralExpression | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcgis/lumina-compiler",
3
- "version": "4.33.0-next.67",
3
+ "version": "4.33.0-next.68",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
@@ -18,9 +18,9 @@
18
18
  ],
19
19
  "license": "SEE LICENSE IN LICENSE.md",
20
20
  "dependencies": {
21
- "@arcgis/api-extractor": "4.33.0-next.67",
22
- "@arcgis/components-build-utils": "4.33.0-next.67",
23
- "@arcgis/components-utils": "4.33.0-next.67",
21
+ "@arcgis/api-extractor": "4.33.0-next.68",
22
+ "@arcgis/components-build-utils": "4.33.0-next.68",
23
+ "@arcgis/components-utils": "4.33.0-next.68",
24
24
  "chalk": "^5.3.0",
25
25
  "esbuild": "^0.24.0",
26
26
  "js-beautify": "^1.15.1",
@@ -36,6 +36,6 @@
36
36
  "vitest-fail-on-console": "^0.7.1"
37
37
  },
38
38
  "peerDependencies": {
39
- "@arcgis/lumina": "~4.33.0-next.67"
39
+ "@arcgis/lumina": "~4.33.0-next.68"
40
40
  }
41
41
  }