@abp/ng.schematics
Advanced tools
Comparing version 3.1.1 to 3.1.2
export declare const PROXY_PATH = "/proxy"; | ||
export declare const PROXY_CONFIG_PATH: string; | ||
export declare const PROXY_WARNING_PATH: string; | ||
export declare const PROXY_WARNING = "# Proxy Generation Output\n\nThis directory includes the output of the latest proxy generation.\nThe files and folders in it will be overwritten when proxy generation is run again.\nTherefore, please do not place your own content in this folder.\n\nIn addition, `generate-proxy.json` works like a lock file.\nIt includes information used by the proxy generator, so please do not delete or modify it.\n\nFinally, the name of the files and folders should not be changed for two reasons:\n- Proxy generator will keep creating them at those paths and you will have multiple copies of the same content.\n- ABP Suite generates files which include imports from this folder.\n\n"; | ||
export declare const PROXY_WARNING = "# Proxy Generation Output\n\nThis directory includes the output of the latest proxy generation.\nThe files and folders in it will be overwritten when proxy generation is run again.\nTherefore, please do not place your own content in this folder.\n\nIn addition, `generate-proxy.json` works like a lock file.\nIt includes information used by the proxy generator, so please do not delete or modify it.\n\nFinally, the name of the files and folders should not be changed for two reasons:\n- Proxy generator will keep creating them at those paths and you will have multiple copies of the same content.\n- ABP Suite generates files which include imports from this folder.\n\n> **Important Notice:** If you are building a module and are planning to publish to npm,\n> some of the generated proxies are likely to be exported from public-api.ts file. In such a case,\n> please make sure you export files directly and not from barrel exports. In other words,\n> do not include index.ts exports in your public-api.ts exports.\n"; |
@@ -19,3 +19,7 @@ "use strict"; | ||
> **Important Notice:** If you are building a module and are planning to publish to npm, | ||
> some of the generated proxies are likely to be exported from public-api.ts file. In such a case, | ||
> please make sure you export files directly and not from barrel exports. In other words, | ||
> do not include index.ts exports in your public-api.ts exports. | ||
`; | ||
//# sourceMappingURL=proxy.js.map |
{ | ||
"name": "@abp/ng.schematics", | ||
"version": "3.1.1", | ||
"version": "3.1.2", | ||
"description": "Schematics that works with ABP Backend", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -39,5 +39,7 @@ "use strict"; | ||
saveFile(indexPath + '/index.ts', _exports.join(` | ||
`)); | ||
`) + | ||
` | ||
`); | ||
} | ||
exports.generateBarrelFromPath = generateBarrelFromPath; | ||
//# sourceMappingURL=barrel.js.map |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
284683
4535