From 50c8480a6cc851dbf0c288e688d2cdf08f592f49 Mon Sep 17 00:00:00 2001 From: Cashew <52880648+Scrub1492@users.noreply.github.com> Date: Fri, 29 Dec 2023 12:02:43 +0700 Subject: enum update (#482) * enum update * fix indentation * fix indentation --- ext/js/general/object-property-accessor.js | 1 + 1 file changed, 1 insertion(+) (limited to 'ext') diff --git a/ext/js/general/object-property-accessor.js b/ext/js/general/object-property-accessor.js index b8d6ddc5..ce2417ce 100644 --- a/ext/js/general/object-property-accessor.js +++ b/ext/js/general/object-property-accessor.js @@ -174,6 +174,7 @@ export class ObjectPropertyAccessor { */ static getPathArray(pathString) { const pathArray = []; + /** @type {import('object-property-accessor').ParsePathStringState} */ let state = 'empty'; let quote = 0; let value = ''; -- cgit v1.2.3