Enforce single quotes
This commit is contained in:
@@ -7,9 +7,9 @@ const polyfill_analyzer_1 = require("@10xjs/polyfill-analyzer");
|
||||
const polyfills_1 = require("@10xjs/polyfill-analyzer/dist/polyfills");
|
||||
worker_1.expose((fileToWatch) => {
|
||||
const exclude = [
|
||||
"console.markTimeline",
|
||||
"console.timeline",
|
||||
"console.timelineEnd",
|
||||
'console.markTimeline',
|
||||
'console.timeline',
|
||||
'console.timelineEnd',
|
||||
];
|
||||
const featureList = polyfill_analyzer_1.analyze({
|
||||
source: fs.readFileSync(fileToWatch, 'utf-8'),
|
||||
|
||||
Reference in New Issue
Block a user