TramwayJS
TramwayJS
    • Introduction
    • Setup
    • Concepts
      • Dependency Injection
      • N-Tier Architecture
      • Abstracted Data Providers
    • Components
      • Entity
      • Service
      • Factory
      • Repository
      • Provider
      • Policy
      • Controller
        • Restful Controller
        • Status Codes
      • Route
      • Command
    • CLI
      • Install
      • Build
      • Start
      • Create
        • API
        • Route
        • Controller
        • Service
        • Entity
        • Factory
        • Provider
        • Repository
      • Upgrade
        • Babel
    • Recipes
      • Restful API with HATEOAS
        • Setup
        • Create API
        • Add Sub Resource

TramwayJS
    • Introduction
    • Setup
    • Concepts
      • Dependency Injection
      • N-Tier Architecture
      • Abstracted Data Providers
    • Components
      • Entity
      • Service
      • Factory
      • Repository
      • Provider
      • Policy
      • Controller
        • Restful Controller
        • Status Codes
      • Route
      • Command
    • CLI
      • Install
      • Build
      • Start
      • Create
        • API
        • Route
        • Controller
        • Service
        • Entity
        • Factory
        • Provider
        • Repository
      • Upgrade
        • Babel
    • Recipes
      • Restful API with HATEOAS
        • Setup
        • Create API
        • Add Sub Resource
TramwayJS

Babel

Github logo Edit on GitHub

The upgrade babel command will replace the old setup - as per the way the Tramway (<0.5.0) initially installed it - with the new set up, upgrading babel presets to their 7.0 versions.

Example

tramway upgrade:babel
Previous
Upgrade
Next
Recipes
  • CONTENTS
  • Example