aboutsummaryrefslogtreecommitdiffstats
path: root/meson/test cases/rewrite/3 kwargs/delete.json
blob: 7047f4a4064ecf68a414452832de51b85ca4e6d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[
  {
    "type": "kwargs",
    "function": "project",
    "id": "/",
    "operation": "delete",
    "kwargs": {
      "version": null
    }
  },
  {
    "type": "kwargs",
    "function": "target",
    "id": "helloWorld",
    "operation": "delete",
    "kwargs": {
      "build_by_default": false
    }
  }
]