Normal-OJ / new-front-end

v2 client for Normal Online Judge
https://noj.tw
Mozilla Public License 2.0
0 stars 7 forks source link

Upgrade typescript to support Array toReversed #164

Closed uier closed 3 months ago

uier commented 3 months ago

I'm using a destructing array to prevent mutation to the original list, since we can't use es2023 stuff now.

_Originally posted by @laporchen in https://github.com/Normal-OJ/new-front-end/pull/158#discussion_r1527427053_

Bogay commented 3 months ago

或許可以順便跟 #151 一起做