p

plugin-transform-block-scoped-functions

Babel plugin to ensure function declarations at the block level are block scoped
https://babel.dev/docs/en/next/babel-plugin-transform-block-scoped-functions
MIT
The Babel Team (https://babel.dev/team)
hzoo existentialism nicolo-ribaudo jlhwung
Files download
File Operation
plugin-transform-block-scoped-functions-7.22.5.jar download
plugin-transform-block-scoped-functions-7.22.5.pom download
plugin-transform-block-scoped-functions-7.22.5-sources.jar download
Apache Maven
<dependency>
  <groupId>org.mvnpm.at.babel</groupId>
  <artifactId>plugin-transform-block-scoped-functions</artifactId>
  <version>7.22.5</version>
</dependency>
Gradle Groovy
implementation 'org.mvnpm.at.babel:plugin-transform-block-scoped-functions:7.22.5'
Gradle Kotlin
implementation("org.mvnpm.at.babel:plugin-transform-block-scoped-functions:7.22.5")
Scala SBT
libraryDependencies += "org.mvnpm.at.babel" % "plugin-transform-block-scoped-functions" % "7.22.5"
Groovy Grape
@Grapes(
  @Grab(group='org.mvnpm.at.babel', module='plugin-transform-block-scoped-functions', version='7.22.5')
)
Apache Ivy
<dependency org="org.mvnpm.at.babel" name="plugin-transform-block-scoped-functions" rev="7.22.5" />
Leiningen
[org.mvnpm.at.babel/plugin-transform-block-scoped-functions "7.22.5"]
Apache Buildr
'org.mvnpm.at.babel:plugin-transform-block-scoped-functions:jar:7.22.5'