Victor LEFEBVRE
Victor LEFEBVRE
Hi if you want i got some of the soldering point for the buttons (sorry for the picture quality i don't have a microscope) ÉDIT, WARNING : misreading, I inverted...
Any updates?
crap just discovered that `types.ts` isn't shipped in the `dist` folder
> The MaybeToken exists because of backward compatibility. Makes total sense, I guess it would be too much of a change to fully abandon the classic Symbol in just one...
new current build size ``` Build "@owja/ioc" to dist: 905 B: ioc.js.gz 780 B: ioc.js.br 908 B: ioc.mjs.gz 804 B: ioc.mjs.br ``` can't tell why the `.br` are getting heavier...
new build size with total explicit gains ``` Build "@owja/ioc" to dist: 891 B: ioc.js.gz (-32 B) 780 B: ioc.js.br (-18 B) 890 B: ioc.mjs.gz (-32 B) 788 B: ioc.mjs.br...
end of the simplification for `Item` and `Container.get` gives build sizes of ``` Build "@owja/ioc" to dist: 863 B: ioc.js.gz (-60 B => 6.50%) 753 B: ioc.js.br (-45 B =>...
I don't have more ideas for now, will do another PR to add more unit tests. Final build sizes ``` Build "@owja/ioc" to dist: 861 B: ioc.js.gz (-62 B =>...
not sure if `enumerable: true` is necessary in `define.ts` 🤔. If not it would give these results ``` Build "@owja/ioc" to dist: 857 B: ioc.js.gz (- 4 B) 738 B:...
May I ask if you have time for a review? @hbroer