1
0
Fork 0
forked from svrjs/svrjs

Add NOTES file

This commit is contained in:
Dorian Niemiec 2024-08-26 08:06:58 +02:00
parent 1108393b59
commit 2a9b47a318

2
NOTES Normal file
View file

@ -0,0 +1,2 @@
In the src folder, you can use any version - it will be transpiled to ES2017 by esbuild.
But in the utils folder, you have to use at most ES2017, because it is not transpiled.