summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorCashew <52880648+Scrub1492@users.noreply.github.com>2023-12-29 12:02:43 +0700
committerGitHub <noreply@github.com>2023-12-29 05:02:43 +0000
commit50c8480a6cc851dbf0c288e688d2cdf08f592f49 (patch)
treeb7db5bca037cb08a652dc45219830a4c9468a51d /ext
parent8b68504b3b95d0647b4305a43d7b326b801e1936 (diff)
enum update (#482)
* enum update * fix indentation * fix indentation
Diffstat (limited to 'ext')
-rw-r--r--ext/js/general/object-property-accessor.js1
1 files changed, 1 insertions, 0 deletions
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 = '';