1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-29 01:30:16 +02:00

port showErrors

This commit is contained in:
Kushagra Gour
2018-06-09 19:00:26 +05:30
parent ae675ef985
commit 212269e23d
5 changed files with 206 additions and 78 deletions

View File

@@ -13,6 +13,7 @@ import {
import {
deferred
} from './deferred';
const esprima = require('esprima');
window.DEBUG = document.cookie.indexOf('wmdebug') > -1;
window.$ = document.querySelector.bind(document);