There was an error while loading. Please reload this page.
1 parent aa20b27 commit 45d3c97Copy full SHA for 45d3c97
1 file changed
javascript/ql/test/library-tests/Directives/tst.js
@@ -1,6 +1,7 @@
1
'use strict'; // this is a directive
2
'use asm'; // and so is this
3
'bundle';// and this
4
+'worklet';
5
'use server';
6
'use client';
7
'use memo';
@@ -18,6 +19,7 @@ function f() {
18
19
'use\x20strict'; // this is a directive, though not a strict mode directive
20
21
'bundle';
22
+ 'worklet';
23
24
25
0 commit comments