Sucrase icon
Sucrase icon

Sucrase

 Like

Sucrase is an alternative to Babel that allows super-fast development builds. Instead of compiling a large range of JS features to be able to work in Internet Explorer, Sucrase assumes that you're developing with a recent browser or recent Node.

License model

  • FreeOpen Source

Platforms

  • Mac
  • Windows
  • Linux
  • Node.JS
  • npm
  No rating
0likes
0comments
0news articles

Features

Suggest and vote on features
No features, maybe you want to suggest one?

 Tags

Sucrase News & Activities

Highlights All activities

Recent activities

  • App icon
    POX removed Sucrase as alternative to Kotlin
    about 1 month ago
Show all activities

Sucrase information

  • Developed by

    Alan Pierce
  • Licensing

    Open Source (MIT) and Free product.
  • Written in

  • Alternatives

    17 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

Development

GitHub repository

  •  5,790 Stars
  •  146 Forks
  •  79 Open Issues
  •   Updated Jul 31, 2024 
View on GitHub

Popular alternatives

View all

Our users have written 0 comments and reviews about Sucrase, and it has gotten 0 likes

Sucrase was added to AlternativeTo by Paul on Mar 18, 2019 and this page was last updated Mar 18, 2019.
No comments or reviews, maybe you want to be first?
Post comment/review

What is Sucrase?

Sucrase is an alternative to Babel that allows super-fast development builds. Instead of compiling a large range of JS features to be able to work in Internet Explorer, Sucrase assumes that you're developing with a recent browser or recent Node.js version, so it focuses on compiling non-standard language extensions: JSX, TypeScript, and Flow. Because of this smaller scope, Sucrase can get away with an architecture that is much more performant but less extensible and maintainable. Sucrase's parser is forked from Babel's parser (so Sucrase is indebted to Babel and wouldn't be possible without it) and trims it down to a focused subset of what Babel solves. If it fits your use case, hopefully Sucrase can speed up your development experience!

Official Links