Knowledge · frontend

Syntax Transpilation vs Runtime Polyfill

Supporting old browsers is two different jobs — transpiling new syntax into old syntax, and polyfilling missing APIs with code. A transpiler only rewrites syntax; it does not create runtime functions

Date
2026-07-31
Reading time
4 min
Confidence
Verified

This page is a machine translation of the Korean original. Read the original

Document graph

Related documents

Documents that mention this

Related Knowledge

Tags

babelpolyfilltranspilebrowser-compatcore-js