Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ConfigItem

Index

Properties

dirname

dirname: string

The path that the options are relative to.

Optional file

file: object | null

Information about the plugin's file, if Babel knows it. *

Optional name

name: undefined | string

The name that the user gave the plugin instance, e.g. plugins: [ ['env', {}, 'my-env'] ]

Optional options

options: object | false

The options object passed to the plugin.

value

value: object | function

The resolved value of the plugin.

Generated using TypeDoc