Skip to content

Commit 45d3c97

Browse files
committed
test: update
1 parent aa20b27 commit 45d3c97

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • javascript/ql/test/library-tests/Directives

javascript/ql/test/library-tests/Directives/tst.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
'use strict'; // this is a directive
22
'use asm'; // and so is this
33
'bundle';// and this
4+
'worklet';
45
'use server';
56
'use client';
67
'use memo';
@@ -18,6 +19,7 @@ function f() {
1819
'use\x20strict'; // this is a directive, though not a strict mode directive
1920
'use asm'; // and so is this
2021
'bundle';
22+
'worklet';
2123
'use server';
2224
'use client';
2325
'use memo';

0 commit comments

Comments
 (0)