8 ms·
Yeah, the majority of the difference is from the Unicode data for Intl along with probably the timezone data for Temporal.
by nekevss 10mo ago
Yeah, the majority of the difference is from the Unicode data for Intl along with probably the timezone data for Temporal.
- nicoburns 10mo agoIs it possible to build Boa without these APIs?
- nekevss 10mo agoFor 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.