We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08a7641 commit 875913fCopy full SHA for 875913f
1 file changed
mode/javascript/test.js
@@ -268,6 +268,8 @@
268
"[keyword const] [def async] [operator =] {[property a]: [number 1]};",
269
"[keyword const] [def foo] [operator =] [string-2 `bar ${][variable async].[property a][string-2 }`];")
270
271
+ MT("bigint", "[number 1n] [operator +] [number 0x1afn] [operator +] [number 0o064n] [operator +] [number 0b100n];")
272
+
273
MT("async_comment",
274
"[keyword async] [comment /**/] [keyword function] [def foo]([def args]) { [keyword return] [atom true]; }");
275
0 commit comments