babel-runtime-named-params
Advanced tools
Comparing version 0.9.0 to 0.9.1
@@ -5,3 +5,3 @@ { | ||
"description": "Babel Run-Time for Named Function Parameters", | ||
"version": "0.9.0", | ||
"version": "0.9.1", | ||
"license": "MIT", | ||
@@ -8,0 +8,0 @@ "author": { |
@@ -19,3 +19,4 @@ | ||
which transforms so-called *named function parameters* in ECMAScript 2015 source code. | ||
It exports a single trampoline function `T(ctx: any, fn: Function, pp: any[], np: Object): any` | ||
It exports a single trampoline function | ||
`T(ctx: any, fn: Function, pp: any[], np: Object, caching?: boolean): any` | ||
which calls `fn` (bound to context object `ctx`) with an argument list | ||
@@ -22,0 +23,0 @@ based on the positional parameters in `pp` and the named parameters in `np`. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
74109
59