Skip to content

Commit 890427d

Browse files
authored
fix: update completer to generate REPL completions for member expressions
PR-URL: #2883 Closes: #2882 Reviewed-by: Athan Reines <[email protected]> Signed-off-by: Snehil Shah <[email protected]>
1 parent 6a6bc1d commit 890427d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/repl/lib/regexp_reserved_syntax_characters.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
* // returns true
3434
*/
3535
function createRegExp() {
36-
return /[`~!@#%^&*()-=+[\]{}\\/|;:'",<>?. ]/;
36+
return /[`~!@#%^&*()\-=+[\]{}\\/|;:'",<>? ]/;
3737
}
3838

3939

0 commit comments

Comments
 (0)