|
|
@ -1,3 +1,5 @@ |
|
|
|
|
|
|
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
|
|
|
|
// Copyright 2022 Ivan Polyakov
|
|
|
|
const { spawn } = require('child_process'); |
|
|
|
const { spawn } = require('child_process'); |
|
|
|
|
|
|
|
|
|
|
|
module.exports = function(content, map, meta) { |
|
|
|
module.exports = function(content, map, meta) { |
|
|
|