Add check that there are samples for each language

This commit is contained in:
Alex Dima 2021-11-17 22:55:39 +01:00
parent f012a2aeee
commit 37f12e39a3
No known key found for this signature in database
GPG key ID: 39563C1504FDD0C9
11 changed files with 171 additions and 3 deletions

View file

@ -13,10 +13,9 @@
*/
/** @typedef {import('../build/utils').IFile} IFile */
const glob = require('glob');
const path = require('path');
const fs = require('fs');
const { REPO_ROOT, removeDir, ensureDir, readFiles, writeFiles } = require('../build/utils');
const { REPO_ROOT, removeDir, readFiles, writeFiles } = require('../build/utils');
const ts = require('typescript');
/**@type { IMetadata } */
const metadata = require('../metadata.js');