We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3db7a7a commit a71661dCopy full SHA for a71661d
src/utils/queries/constants.mjs
@@ -4,4 +4,4 @@
4
export const DOC_API_STABILITY_SECTION_REF_URL =
5
'documentation.html#stability-index';
6
7
-export const VALID_JAVASCRIPT_PROPERTY = /^[a-z0-9$_]+$/i;
+export const VALID_JAVASCRIPT_PROPERTY = /^[.a-z0-9$_]+$/i;
0 commit comments