Hacker News new | ask | show | jobs
by nekevss 212 days ago
Yeah, the majority of the difference is from the Unicode data for Intl along with probably the timezone data for Temporal.
1 comments

Is it possible to build Boa without these APIs?
For the engine, the answer is yes, Intl and Temporal are feature flagged due to the dependencies. What I suspect they’re comparing above is the CLIs, which is completely different than the engine. I’d have to double check for the CLI. If I recall correctly, we include all features in the CLI by default.