Update 2024-07-11 23:17:23

This commit is contained in:
Robot 2024-07-08 23:17:51 +02:00
parent d4ef8c7d14
commit e651c2a9dd
Signed by: Robot
GPG Key ID: 14DECD44E7E1BB95
29 changed files with 62 additions and 49 deletions

View File

@ -23,25 +23,25 @@ This repository contains an index (see below) of all the approved powers within
# Index of powers
- **Namespace**: [VastDevelopmentMethod\Minify](#vastdevelopmentmethod-minify)
- **Namespace**: [VDM\Minify](#vdm-minify)
- **class Css** | [Details](src/70530246-2903-4c02-af9a-61182e4d97b8) | [Code](src/70530246-2903-4c02-af9a-61182e4d97b8/code.php) | [Settings](src/70530246-2903-4c02-af9a-61182e4d97b8/settings.json) | Super__70530246_2903_4c02_af9a_61182e4d97b8__Power
- **class JavaScript** | [Details](src/ef6438c4-76db-4aa1-bb15-bc97583bcd2e) | [Code](src/ef6438c4-76db-4aa1-bb15-bc97583bcd2e/code.php) | [Settings](src/ef6438c4-76db-4aa1-bb15-bc97583bcd2e/settings.json) | Super__ef6438c4_76db_4aa1_bb15_bc97583bcd2e__Power
- **Namespace**: [VastDevelopmentMethod\Minify\Abstraction](#vastdevelopmentmethod-minify-abstraction)
- **Namespace**: [VDM\Minify\Abstraction](#vdm-minify-abstraction)
- **abstract class BasicException** | [Details](src/47448ada-54df-45f3-b05d-1c66c584b1bd) | [Code](src/47448ada-54df-45f3-b05d-1c66c584b1bd/code.php) | [Settings](src/47448ada-54df-45f3-b05d-1c66c584b1bd/settings.json) | Super__47448ada_54df_45f3_b05d_1c66c584b1bd__Power
- **abstract class Minify** | [Details](src/d2b8599a-d5ce-49b1-b992-764bb7d55137) | [Code](src/d2b8599a-d5ce-49b1-b992-764bb7d55137/code.php) | [Settings](src/d2b8599a-d5ce-49b1-b992-764bb7d55137/settings.json) | Super__d2b8599a_d5ce_49b1_b992_764bb7d55137__Power
- **Namespace**: [VastDevelopmentMethod\Minify\Exceptions](#vastdevelopmentmethod-minify-exceptions)
- **Namespace**: [VDM\Minify\Exceptions](#vdm-minify-exceptions)
- **class FileImportException** | [Details](src/b34dbbeb-89bd-4f01-8bbd-f7ba0fb6280b) | [Code](src/b34dbbeb-89bd-4f01-8bbd-f7ba0fb6280b/code.php) | [Settings](src/b34dbbeb-89bd-4f01-8bbd-f7ba0fb6280b/settings.json) | Super__b34dbbeb_89bd_4f01_8bbd_f7ba0fb6280b__Power
- **class IOException** | [Details](src/44b4a9cf-62e6-48af-ab30-5b3d2715728e) | [Code](src/44b4a9cf-62e6-48af-ab30-5b3d2715728e/code.php) | [Settings](src/44b4a9cf-62e6-48af-ab30-5b3d2715728e/settings.json) | Super__44b4a9cf_62e6_48af_ab30_5b3d2715728e__Power
- **Namespace**: [VastDevelopmentMethod\Minify\Path](#vastdevelopmentmethod-minify-path)
- **Namespace**: [VDM\Minify\Path](#vdm-minify-path)
- **class Converter** | [Details](src/39f8957f-cc73-4da5-8b60-6cf25d4ab058) | [Code](src/39f8957f-cc73-4da5-8b60-6cf25d4ab058/code.php) | [Settings](src/39f8957f-cc73-4da5-8b60-6cf25d4ab058/settings.json) | Super__39f8957f_cc73_4da5_8b60_6cf25d4ab058__Power
- **Namespace**: [VastDevelopmentMethod\Minify\Path\Interfaces](#vastdevelopmentmethod-minify-path-interfaces)
- **Namespace**: [VDM\Minify\Path\Interfaces](#vdm-minify-path-interfaces)
- **interface ConverterInterface** | [Details](src/cc482882-5eef-476c-b835-7b0c5a17c0db) | [Code](src/cc482882-5eef-476c-b835-7b0c5a17c0db/code.php) | [Settings](src/cc482882-5eef-476c-b835-7b0c5a17c0db/settings.json) | Super__cc482882_5eef_476c_b835_7b0c5a17c0db__Power
- **Namespace**: [VastDevelopmentMethod\Joomla\Componentbuilder\Compiler\Utilities](#vastdevelopmentmethod-joomla-componentbuilder-compiler-utilities)
- **Namespace**: [VDM\Joomla\Componentbuilder\Compiler\Utilities](#vdm-joomla-componentbuilder-compiler-utilities)
- **abstract class Minify** | [Details](src/b591855d-d106-4fe5-90ad-8e706f6267cf) | [Code](src/b591855d-d106-4fe5-90ad-8e706f6267cf/code.php) | [Settings](src/b591855d-d106-4fe5-90ad-8e706f6267cf/settings.json) | Super__b591855d_d106_4fe5_90ad_8e706f6267cf__Power

View File

@ -7,7 +7,8 @@
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
```
# class Converter (Details)
> namespace: **VastDevelopmentMethod\Minify\Path**
> namespace: **VDM\Minify\Path**
> extends: ****
```uml
@startuml
class Converter #Gold {

View File

@ -13,10 +13,10 @@
* @copyright Copyright (c) 2015, Matthias Mullie. All rights reserved
* @license MIT License
*/
namespace VastDevelopmentMethod\Minify\Path;
namespace VDM\Minify\Path;
use VastDevelopmentMethod\Minify\Path\Interfaces\ConverterInterface;
use VDM\Minify\Path\Interfaces\ConverterInterface;
class Converter implements ConverterInterface
{

View File

@ -1,7 +1,7 @@
{
"add_head": "0",
"add_licensing_template": "2",
"extends": "0",
"extends": "",
"guid": "39f8957f-cc73-4da5-8b60-6cf25d4ab058",
"implements": [
"cc482882-5eef-476c-b835-7b0c5a17c0db"
@ -12,6 +12,7 @@
"system_name": "Path.Converter",
"type": "class",
"use_selection": null,
"extendsinterfaces": null,
"namespace": "[[[NamespacePrefix]]]\\Minify\\Path.Converter",
"description": "",
"licensing_template": "\/**\r\n * Convert paths relative from 1 file to another.\r\n *\r\n * E.g.\r\n * ..\/..\/images\/icon.jpg relative to \/css\/imports\/icons.css\r\n * becomes\r\n * ..\/images\/icon.jpg relative to \/css\/minified.css\r\n *\r\n * Please report bugs on https:\/\/github.com\/matthiasmullie\/path-converter\/issues\r\n *\r\n * @author Matthias Mullie <pathconverter@mullie.eu>\r\n * @copyright Copyright (c) 2015, Matthias Mullie. All rights reserved\r\n * @license MIT License\r\n *\/",

View File

@ -7,7 +7,7 @@
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
```
# class IOException (Details)
> namespace: **VastDevelopmentMethod\Minify\Exceptions**
> namespace: **VDM\Minify\Exceptions**
> extends: **BasicException**
```uml
@startuml

View File

@ -8,10 +8,10 @@
* @copyright Copyright (c) 2012, Matthias Mullie. All rights reserved
* @license MIT License
*/
namespace VastDevelopmentMethod\Minify\Exceptions;
namespace VDM\Minify\Exceptions;
use VastDevelopmentMethod\Minify\Abstraction\BasicException;
use VDM\Minify\Abstraction\BasicException;
/**

View File

@ -10,6 +10,7 @@
"system_name": "Minify.Exceptions.IOException",
"type": "class",
"use_selection": null,
"extendsinterfaces": null,
"namespace": "[[[NamespacePrefix]]]\\Minify\\Exceptions.IOException",
"description": "\/**\r\n * IO Exception Class.\r\n *\r\n * @author Matthias Mullie \r\n *\/",
"licensing_template": "\/**\r\n * IO Exception.\r\n *\r\n * Please report bugs on https:\/\/github.com\/matthiasmullie\/minify\/issues\r\n *\r\n * @author Matthias Mullie <minify@mullie.eu>\r\n * @copyright Copyright (c) 2012, Matthias Mullie. All rights reserved\r\n * @license MIT License\r\n *\/",

View File

@ -7,7 +7,7 @@
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
```
# abstract class BasicException (Details)
> namespace: **VastDevelopmentMethod\Minify\Abstraction**
> namespace: **VDM\Minify\Abstraction**
> extends: **\Exception**
```uml
@startuml

View File

@ -8,7 +8,7 @@
* @copyright Copyright (c) 2012, Matthias Mullie. All rights reserved
* @license MIT License
*/
namespace VastDevelopmentMethod\Minify\Abstraction;
namespace VDM\Minify\Abstraction;
/**

View File

@ -10,6 +10,7 @@
"system_name": "Minify.Abstraction.BasicException",
"type": "abstract class",
"use_selection": null,
"extendsinterfaces": null,
"namespace": "[[[NamespacePrefix]]]\\Minify\\Abstraction.BasicException",
"description": "\/**\r\n * Basic exception.\r\n *\r\n * Please report bugs on https:\/\/github.com\/matthiasmullie\/minify\/issues\r\n *\r\n * @author Matthias Mullie \r\n * @copyright Copyright (c) 2012, Matthias Mullie. All rights reserved\r\n * @license MIT License\r\n *\/",
"extends_custom": "\\Exception",

View File

@ -7,7 +7,7 @@
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
```
# class Css (Details)
> namespace: **VastDevelopmentMethod\Minify**
> namespace: **VDM\Minify**
> extends: **Minify**
```uml
@startuml

View File

@ -8,13 +8,13 @@
* @copyright Copyright (c) 2012, Matthias Mullie. All rights reserved
* @license MIT License
*/
namespace VastDevelopmentMethod\Minify;
namespace VDM\Minify;
use VastDevelopmentMethod\Minify\Exceptions\FileImportException;
use VastDevelopmentMethod\Minify\Path\Converter;
use VastDevelopmentMethod\Minify\Path\Interfaces\ConverterInterface;
use VastDevelopmentMethod\Minify\Abstraction\Minify;
use VDM\Minify\Exceptions\FileImportException;
use VDM\Minify\Path\Converter;
use VDM\Minify\Path\Interfaces\ConverterInterface;
use VDM\Minify\Abstraction\Minify;
/**

View File

@ -23,6 +23,7 @@
"as": "default"
}
},
"extendsinterfaces": null,
"namespace": "[[[NamespacePrefix]]]\\Minify\\Css",
"description": "\/**\r\n * CSS minifier.\r\n *\r\n * Please report bugs on https:\/\/github.com\/matthiasmullie\/minify\/issues\r\n *\r\n * @author Matthias Mullie \r\n * @author Tijs Verkoyen \r\n * @copyright Copyright (c) 2012, Matthias Mullie. All rights reserved\r\n * @license MIT License\r\n *\/",
"licensing_template": "\/**\r\n * CSS Minifier.\r\n *\r\n * Please report bugs on https:\/\/github.com\/matthiasmullie\/minify\/issues\r\n *\r\n * @author Matthias Mullie <minify@mullie.eu>\r\n * @copyright Copyright (c) 2012, Matthias Mullie. All rights reserved\r\n * @license MIT License\r\n *\/",

View File

@ -7,7 +7,7 @@
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
```
# class FileImportException (Details)
> namespace: **VastDevelopmentMethod\Minify\Exceptions**
> namespace: **VDM\Minify\Exceptions**
> extends: **BasicException**
```uml
@startuml

View File

@ -8,10 +8,10 @@
* @copyright Copyright (c) 2012, Matthias Mullie. All rights reserved
* @license MIT License
*/
namespace VastDevelopmentMethod\Minify\Exceptions;
namespace VDM\Minify\Exceptions;
use VastDevelopmentMethod\Minify\Abstraction\BasicException;
use VDM\Minify\Abstraction\BasicException;
/**

View File

@ -10,6 +10,7 @@
"system_name": "Minify.Exceptions.FileImportException",
"type": "class",
"use_selection": null,
"extendsinterfaces": null,
"namespace": "[[[NamespacePrefix]]]\\Minify\\Exceptions.FileImportException",
"description": "\/**\r\n * File Import Exception Class.\r\n *\r\n * @author Matthias Mullie \r\n *\/",
"licensing_template": "\/**\r\n * File Import Exception.\r\n *\r\n * Please report bugs on https:\/\/github.com\/matthiasmullie\/minify\/issues\r\n *\r\n * @author Matthias Mullie <minify@mullie.eu>\r\n * @copyright Copyright (c) 2012, Matthias Mullie. All rights reserved\r\n * @license MIT License\r\n *\/",

View File

@ -7,7 +7,8 @@
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
```
# abstract class Minify (Details)
> namespace: **VastDevelopmentMethod\Joomla\Componentbuilder\Compiler\Utilities**
> namespace: **VDM\Joomla\Componentbuilder\Compiler\Utilities**
> extends: ****
```uml
@startuml
abstract Minify #Orange {

View File

@ -9,11 +9,11 @@
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/
namespace VastDevelopmentMethod\Joomla\Componentbuilder\Compiler\Utilities;
namespace VDM\Joomla\Componentbuilder\Compiler\Utilities;
use VastDevelopmentMethod\Minify\Css;
use VastDevelopmentMethod\Minify\JavaScript;
use VDM\Minify\Css;
use VDM\Minify\JavaScript;
/**

View File

@ -1,7 +1,7 @@
{
"add_head": "0",
"add_licensing_template": "2",
"extends": "0",
"extends": "",
"guid": "b591855d-d106-4fe5-90ad-8e706f6267cf",
"implements": null,
"load_selection": null,
@ -19,6 +19,7 @@
"as": "default"
}
},
"extendsinterfaces": null,
"namespace": "[[[NamespacePrefix]]]\\Joomla\\Componentbuilder.Compiler.Utilities.Minify",
"description": "Compiler Minifier\r\n\r\n@since 3.2.0",
"licensing_template": "\/**\r\n * @package Joomla.Component.Builder\r\n *\r\n * @created 4th September, 2022\r\n * @author Llewellyn van der Merwe <https:\/\/dev.vdm.io>\r\n * @git Joomla Component Builder <https:\/\/git.vdm.dev\/joomla\/Component-Builder>\r\n * @copyright Copyright (C) 2015 Vast Development Method. All rights reserved.\r\n * @license GNU General Public License version 2 or later; see LICENSE.txt\r\n *\/\r\n",

View File

@ -7,7 +7,8 @@
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
```
# interface ConverterInterface (Details)
> namespace: **VastDevelopmentMethod\Minify\Path\Interfaces**
> namespace: **VDM\Minify\Path\Interfaces**
> extends: ****
```uml
@startuml
interface ConverterInterface #Lavender {

View File

@ -8,7 +8,7 @@
* @copyright Copyright (c) 2015, Matthias Mullie. All rights reserved
* @license MIT License
*/
namespace VastDevelopmentMethod\Minify\Path\Interfaces;
namespace VDM\Minify\Path\Interfaces;
interface ConverterInterface
{

View File

@ -1,7 +1,7 @@
{
"add_head": "0",
"add_licensing_template": "2",
"extends": "0",
"extends": "",
"guid": "cc482882-5eef-476c-b835-7b0c5a17c0db",
"implements": null,
"load_selection": null,
@ -10,6 +10,7 @@
"system_name": "Path.Interfaces.ConverterInterface",
"type": "interface",
"use_selection": null,
"extendsinterfaces": null,
"namespace": "[[[NamespacePrefix]]]\\Minify\\Path.Interfaces.ConverterInterface",
"description": "",
"licensing_template": "\/**\r\n * Convert file paths.\r\n *\r\n * Please report bugs on https:\/\/github.com\/matthiasmullie\/path-converter\/issues\r\n *\r\n * @author Matthias Mullie <pathconverter@mullie.eu>\r\n * @copyright Copyright (c) 2015, Matthias Mullie. All rights reserved\r\n * @license MIT License\r\n *\/",

View File

@ -7,7 +7,8 @@
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
```
# abstract class Minify (Details)
> namespace: **VastDevelopmentMethod\Minify\Abstraction**
> namespace: **VDM\Minify\Abstraction**
> extends: ****
```uml
@startuml
abstract Minify #Orange {

View File

@ -9,11 +9,11 @@
* @license MIT License
*/
namespace VastDevelopmentMethod\Minify\Abstraction;
namespace VDM\Minify\Abstraction;
use VastDevelopmentMethod\Minify\Exceptions\IOException;
use VastDevelopmentMethod\Psr\Cache\CacheItemInterface;
use VDM\Minify\Exceptions\IOException;
use VDM\Psr\Cache\CacheItemInterface;
/**

View File

@ -1,7 +1,7 @@
{
"add_head": "0",
"add_licensing_template": "2",
"extends": "0",
"extends": "",
"guid": "d2b8599a-d5ce-49b1-b992-764bb7d55137",
"implements": null,
"load_selection": null,
@ -19,6 +19,7 @@
"as": "default"
}
},
"extendsinterfaces": null,
"namespace": "[[[NamespacePrefix]]]\\Minify\\Abstraction.Minify",
"description": "\/**\r\n * Abstract minifier class.\r\n *\r\n * Please report bugs on https:\/\/github.com\/matthiasmullie\/minify\/issues\r\n *\r\n * @author Matthias Mullie \r\n * @copyright Copyright (c) 2012, Matthias Mullie. All rights reserved\r\n * @license MIT License\r\n *\/",
"licensing_template": "\/**\r\n * Abstract minifier class.\r\n *\r\n * Please report bugs on https:\/\/github.com\/matthiasmullie\/minify\/issues\r\n *\r\n * @author Matthias Mullie <minify@mullie.eu>\r\n * @copyright Copyright (c) 2012, Matthias Mullie. All rights reserved\r\n * @license MIT License\r\n *\/\r\n",

View File

@ -7,7 +7,7 @@
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
```
# class JavaScript (Details)
> namespace: **VastDevelopmentMethod\Minify**
> namespace: **VDM\Minify**
> extends: **Minify**
```uml
@startuml

View File

@ -8,10 +8,10 @@
* @copyright Copyright (c) 2012, Matthias Mullie. All rights reserved
* @license MIT License
*/
namespace VastDevelopmentMethod\Minify;
namespace VDM\Minify;
use VastDevelopmentMethod\Minify\Abstraction\Minify;
use VDM\Minify\Abstraction\Minify;
/**

View File

@ -10,6 +10,7 @@
"system_name": "Minify.JavaScript",
"type": "class",
"use_selection": null,
"extendsinterfaces": null,
"namespace": "[[[NamespacePrefix]]]\\Minify\\JavaScript",
"description": "\/**\r\n * JavaScript Minifier Class.\r\n *\r\n * Please report bugs on https:\/\/github.com\/matthiasmullie\/minify\/issues\r\n *\r\n * @author Matthias Mullie \r\n * @author Tijs Verkoyen \r\n * @copyright Copyright (c) 2012, Matthias Mullie. All rights reserved\r\n * @license MIT License\r\n *\/",
"licensing_template": "\/**\r\n * JavaScript minifier.\r\n *\r\n * Please report bugs on https:\/\/github.com\/matthiasmullie\/minify\/issues\r\n *\r\n * @author Matthias Mullie <minify@mullie.eu>\r\n * @copyright Copyright (c) 2012, Matthias Mullie. All rights reserved\r\n * @license MIT License\r\n *\/",

View File

@ -2,7 +2,7 @@
"39f8957f-cc73-4da5-8b60-6cf25d4ab058": {
"name": "Converter",
"type": "class",
"namespace": "VastDevelopmentMethod\\Minify\\Path",
"namespace": "VDM\\Minify\\Path",
"code": "src\/39f8957f-cc73-4da5-8b60-6cf25d4ab058\/code.php",
"power": "src\/39f8957f-cc73-4da5-8b60-6cf25d4ab058\/code.power",
"settings": "src\/39f8957f-cc73-4da5-8b60-6cf25d4ab058\/settings.json",
@ -13,7 +13,7 @@
"44b4a9cf-62e6-48af-ab30-5b3d2715728e": {
"name": "IOException",
"type": "class",
"namespace": "VastDevelopmentMethod\\Minify\\Exceptions",
"namespace": "VDM\\Minify\\Exceptions",
"code": "src\/44b4a9cf-62e6-48af-ab30-5b3d2715728e\/code.php",
"power": "src\/44b4a9cf-62e6-48af-ab30-5b3d2715728e\/code.power",
"settings": "src\/44b4a9cf-62e6-48af-ab30-5b3d2715728e\/settings.json",
@ -24,7 +24,7 @@
"47448ada-54df-45f3-b05d-1c66c584b1bd": {
"name": "BasicException",
"type": "abstract class",
"namespace": "VastDevelopmentMethod\\Minify\\Abstraction",
"namespace": "VDM\\Minify\\Abstraction",
"code": "src\/47448ada-54df-45f3-b05d-1c66c584b1bd\/code.php",
"power": "src\/47448ada-54df-45f3-b05d-1c66c584b1bd\/code.power",
"settings": "src\/47448ada-54df-45f3-b05d-1c66c584b1bd\/settings.json",
@ -35,7 +35,7 @@
"70530246-2903-4c02-af9a-61182e4d97b8": {
"name": "Css",
"type": "class",
"namespace": "VastDevelopmentMethod\\Minify",
"namespace": "VDM\\Minify",
"code": "src\/70530246-2903-4c02-af9a-61182e4d97b8\/code.php",
"power": "src\/70530246-2903-4c02-af9a-61182e4d97b8\/code.power",
"settings": "src\/70530246-2903-4c02-af9a-61182e4d97b8\/settings.json",
@ -46,7 +46,7 @@
"b34dbbeb-89bd-4f01-8bbd-f7ba0fb6280b": {
"name": "FileImportException",
"type": "class",
"namespace": "VastDevelopmentMethod\\Minify\\Exceptions",
"namespace": "VDM\\Minify\\Exceptions",
"code": "src\/b34dbbeb-89bd-4f01-8bbd-f7ba0fb6280b\/code.php",
"power": "src\/b34dbbeb-89bd-4f01-8bbd-f7ba0fb6280b\/code.power",
"settings": "src\/b34dbbeb-89bd-4f01-8bbd-f7ba0fb6280b\/settings.json",
@ -57,7 +57,7 @@
"b591855d-d106-4fe5-90ad-8e706f6267cf": {
"name": "Minify",
"type": "abstract class",
"namespace": "VastDevelopmentMethod\\Joomla\\Componentbuilder\\Compiler\\Utilities",
"namespace": "VDM\\Joomla\\Componentbuilder\\Compiler\\Utilities",
"code": "src\/b591855d-d106-4fe5-90ad-8e706f6267cf\/code.php",
"power": "src\/b591855d-d106-4fe5-90ad-8e706f6267cf\/code.power",
"settings": "src\/b591855d-d106-4fe5-90ad-8e706f6267cf\/settings.json",
@ -68,7 +68,7 @@
"cc482882-5eef-476c-b835-7b0c5a17c0db": {
"name": "ConverterInterface",
"type": "interface",
"namespace": "VastDevelopmentMethod\\Minify\\Path\\Interfaces",
"namespace": "VDM\\Minify\\Path\\Interfaces",
"code": "src\/cc482882-5eef-476c-b835-7b0c5a17c0db\/code.php",
"power": "src\/cc482882-5eef-476c-b835-7b0c5a17c0db\/code.power",
"settings": "src\/cc482882-5eef-476c-b835-7b0c5a17c0db\/settings.json",
@ -79,7 +79,7 @@
"d2b8599a-d5ce-49b1-b992-764bb7d55137": {
"name": "Minify",
"type": "abstract class",
"namespace": "VastDevelopmentMethod\\Minify\\Abstraction",
"namespace": "VDM\\Minify\\Abstraction",
"code": "src\/d2b8599a-d5ce-49b1-b992-764bb7d55137\/code.php",
"power": "src\/d2b8599a-d5ce-49b1-b992-764bb7d55137\/code.power",
"settings": "src\/d2b8599a-d5ce-49b1-b992-764bb7d55137\/settings.json",
@ -90,7 +90,7 @@
"ef6438c4-76db-4aa1-bb15-bc97583bcd2e": {
"name": "JavaScript",
"type": "class",
"namespace": "VastDevelopmentMethod\\Minify",
"namespace": "VDM\\Minify",
"code": "src\/ef6438c4-76db-4aa1-bb15-bc97583bcd2e\/code.php",
"power": "src\/ef6438c4-76db-4aa1-bb15-bc97583bcd2e\/code.power",
"settings": "src\/ef6438c4-76db-4aa1-bb15-bc97583bcd2e\/settings.json",