Skip to content

Commit 2946337

Browse files
committed
cleanup
1 parent 2a65293 commit 2946337

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

generators/js-tokens.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,6 @@ function jsTokensWrapperFunction() {
410410
};
411411
};
412412

413-
const jsTokensSourceCode = jsTokensWrapperFunction.toString();
414413
const jsxSourceCode = `
415414
416415
function Comment(props) {
@@ -438,9 +437,9 @@ const jsTokens = jsTokensWrapperFunction();
438437

439438
class Benchmark {
440439
EXPECTED_TOKEN_COUNT = 122200;
441-
tokenCount = 0;
442440

443-
jsTokensSourceCode;
441+
tokenCount = 0;
442+
jsTokensSourceCode = "";
444443

445444
async init() {
446445
this.jsTokensSourceCode = await JetStream.getString(JetStream.preload.jsTokensSourceCode);

0 commit comments

Comments
 (0)