HomePhabricator

[token-server] Remove legacy use strict

Description

[token-server] Remove legacy use strict

Summary: This is now handled by ts compilation and does not need to appear at the top of the file

Test Plan:
grep -r --exclude-dir={node_modules,dist} 'use strict' .

only output is from legacy js files that will not be converted to ts

./.mocharc.js:'use strict';
./.eslintrc.js:'use strict';

Reviewers: #bitcoin_abc, PiRK

Reviewed By: #bitcoin_abc, PiRK

Differential Revision: https://reviews.bitcoinabc.org/D15623

Details

Provenance
bytesofmanAuthored on Mar 4 2024, 13:20
bytesofmanPushed on Mar 4 2024, 18:00
Reviewer
Restricted Project
Differential Revision
D15623: [token-server] Remove legacy use strict
Parents
rABCb0013713b491: [token-server] Add doc comments to files
Branches
Unknown
Tags
Unknown