Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
frankwallis
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
frankwallis
4y ago
Snowpack is no longer maintained and they recommend switching to Vite.
2.
▲
by
frankwallis
8y ago
This is untrue. If you need to update one dependency; npm/yarn will update the lockfile with the minimal changes needed to update that one dependency. You do not need to regenerate the entire lockfile.
3.
▲
by
frankwallis
9y ago
Perhaps prop-making in the movie/tv business, prop-makers build one-off things all the time, use them in whatever show/movie they are making, and after filming they are not needed any more.
4.
▲
by
frankwallis
10y ago
Deduplication of helper methods is now available in typescript too, using the 'importHelpers' compiler option. It will automatically add import statements to include the helpers from the 'tslib' package, see https:/