We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 191919d commit b6de007Copy full SHA for b6de007
gw2-ui/api_typecheck.mjs
@@ -19,9 +19,6 @@ const CACHE = '../gw2apicache';
19
const TYPEGUARD_OUTPUT_DIR = './src/gw2api/typeguards/out';
20
21
async function run() {
22
- console.warn(
23
- 'Remember to change src/gw2api/types/items/item.ts before running this!',
24
- );
25
console.log('Generating type guards');
26
// Just compiling these with tsc is not enough
27
let bundle = await rollup({
0 commit comments