7.0.1 • Published 12 months ago

babel-preset-codecademy v7.0.1

Weekly downloads
1,944
License
MIT
Repository
github
Last release
12 months ago

babel-preset-codecademy

A collection of babel plugins and presets used at codecademy

Install

$ npm install --save-dev babel-preset-codecademy

Usage

Via .babelrc (Recommended)

.babelrc

{
  "presets": ["codecademy"]
}

Via CLI

$ babel script.js --presets codecademy

Options

Type

default: 'library'

Certain options can be turned on and off depending on what you're using babel for.

For applications, we enable runtime helpers and @babel/runtime becomes a required dependency.

{
  "presets": ["codecademy", { "type": "application" }]
}

For libraries (default), we don't enable runtime helpers because then the resulting package would need @babel/runtime as a dependency, which should be handled by the consumer of the package.

{
  "presets": ["codecademy", { "type": "library" }]
}

Publishing this package

This package is automatically published by GitHub Actions when the version number changes

  • merge your PR into main
  • create a new PR that updates the version of the package in package.json. Base the version bump on all of the changes that will be added in this version.
  • merge the version PR into main
  • check the actions to see when the package is published
7.0.1

12 months ago

7.0.0

1 year ago

5.0.1

2 years ago

6.0.0

2 years ago

4.0.2

3 years ago

4.0.1

3 years ago

4.0.0

3 years ago

3.1.0

3 years ago

3.0.7

3 years ago

3.0.4

3 years ago

3.0.5

3 years ago

3.0.2

3 years ago

3.0.1

4 years ago

3.0.0

4 years ago

2.5.0

4 years ago

2.4.0

4 years ago

2.3.0

4 years ago

2.2.6

4 years ago

2.2.5

4 years ago

2.2.5-beta

4 years ago

2.2.4

4 years ago

2.2.3

4 years ago

2.2.2

5 years ago

2.2.1

5 years ago

2.2.0

5 years ago

2.1.0

6 years ago

2.0.2--next.1

6 years ago

2.0.2--next.0

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago

2.0.0-next.11

6 years ago

2.0.0-next.10

6 years ago

2.0.0-next.9

6 years ago

2.0.0-next.8

6 years ago

2.0.0-next.7

6 years ago

2.0.0-next.6

6 years ago

2.0.0-next.5

6 years ago

2.0.0-next.4

6 years ago

2.0.0-next.3

6 years ago

2.0.0-next.2

6 years ago

2.0.0-next.1

6 years ago

2.0.0-next

6 years ago

1.1.0

7 years ago

1.0.0

8 years ago