Can typescript abstract encode/decode into separate functions instead of class functions to reduce the file size during tree shaking optimization? #360
Labels
enhancement
New feature or request
Can typescript abstract encode/decode into separate functions instead of class functions to reduce the file size during tree shaking optimization?
tree-shaking-explained
https://medium.com/@omkarbhavare2406/optimizing-web-performance-tree-shaking-explained-007208163c88
Building a Tree Shaking friendly JavaScript Package
https://benestudio.co/building-a-tree-shaking-friendly-javascript-package/
for example
encode(person)
The text was updated successfully, but these errors were encountered: