Skip to content

Commit bb9559a

Browse files
authored
readd TODO
1 parent 704b728 commit bb9559a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/generators/legacy-json/index.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ export default {
7979
const out = join(output, `${section.api}.json`);
8080

8181
await writeFile(out, JSON.stringify(section, [
82+
// TODO: remove this array once all the additional keys have been introduced downstream
8283
'added',
8384
'changes',
8485
'classes',

0 commit comments

Comments
 (0)