mirror of https://github.com/jkjoy/sunpeiwen.git
9 lines
109 B
JavaScript
9 lines
109 B
JavaScript
|
'use strict';
|
||
|
|
||
|
const BE = require('..');
|
||
|
|
||
|
{
|
||
|
// Test compiler detection
|
||
|
new BE({ debug: console.log });
|
||
|
}
|