Understand refractor entry points
mainRefractor provides three different entry points to balance feature set and bundle size. Choosing the right one depends on how many programming languages you need to support:
refractor/all: Includes all 297 supported languages. Largest bundle size (~211 kB gzipped).refractor(default): Includes 36 common languages. Medium bundle size (~40 kB gzipped).refractor/core: Includes 0 languages. Smallest bundle size (~12.7 kB gzipped). Use this if you want to manually register only the specific languages you need usingrefractor.register().