adding override terms

This commit is contained in:
Niels Lyngsø
2024-06-21 10:54:17 +02:00
parent 384061f4d2
commit 8ed801331a
597 changed files with 872 additions and 905 deletions

View File

@@ -1,3 +1,5 @@
// Notice: This script is not perfect and may not work in all cases. ex. it places the override term wrong for async and setter/getter methods. But its a help any way. [NL]
import ts from 'typescript';
import path from 'node:path';
import fs from 'node:fs/promises';