Skip to content

Commit e3b8a16

Browse files
authored
Remove support for "minimal" Pipeline Operator (prettier#16704)
1 parent c0f98f5 commit e3b8a16

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/language-js/parse/babel.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ const v8intrinsicPlugin = "v8intrinsic";
5959
/** @type {Array<ParserPlugin>} */
6060
const pipelineOperatorPlugins = [
6161
["pipelineOperator", { proposal: "hack", topicToken: "%" }],
62-
["pipelineOperator", { proposal: "minimal" }],
6362
["pipelineOperator", { proposal: "fsharp" }],
6463
];
6564

0 commit comments

Comments
 (0)