Page MenuHomePhabricator

[token-server] Remove legacy use strict
ClosedPublic

Authored by bytesofman on Mar 4 2024, 13:21.

Details

Reviewers
PiRK
Group Reviewers
Restricted Project
Commits
rABC51c8f3917b2a: [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';

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable