mirror of https://github.com/vladmandic/human
cleanup
parent
036ff270c5
commit
12a5c8d5bc
|
@ -6,7 +6,6 @@ const esbuild = require('esbuild');
|
||||||
const TypeDoc = require('typedoc');
|
const TypeDoc = require('typedoc');
|
||||||
const changelog = require('./changelog');
|
const changelog = require('./changelog');
|
||||||
|
|
||||||
// keeps esbuild service instance cached
|
|
||||||
let busy = false;
|
let busy = false;
|
||||||
let td = null;
|
let td = null;
|
||||||
const banner = { js: `
|
const banner = { js: `
|
||||||
|
|
Loading…
Reference in New Issue