Skip to content

Commit a71661d

Browse files
committed
add .
1 parent 3db7a7a commit a71661d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/queries/constants.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
export const DOC_API_STABILITY_SECTION_REF_URL =
55
'documentation.html#stability-index';
66

7-
export const VALID_JAVASCRIPT_PROPERTY = /^[a-z0-9$_]+$/i;
7+
export const VALID_JAVASCRIPT_PROPERTY = /^[.a-z0-9$_]+$/i;

0 commit comments

Comments
 (0)