Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/prettier/prettier
/ add
Function
add
tests/format/js/babel-plugins/partial-application.js:3–3 ·
view source on GitHub ↗
(x, y)
Source
from the content-addressed store, hash-verified
1
// https://babeljs.io/docs/babel-plugin-proposal-partial-application
2
3
function
add(x, y) {
return
x + y; }
4
5
const
addOne = add(1, ?);
// apply from the left
6
addOne(2);
// 3
Callers
6
partial-application.js
File · 0.70
pipeline-operator-fsharp.js
File · 0.70
test.js
File · 0.50
minimal_pipeline_operator.js
File · 0.50
fsharp_style_pipeline_operator.js
File · 0.50
hack_pipeline_operator.js
File · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected