rosaenlg-commons
Advanced tools
Comparing version 0.4.2 to 1.0.0
@@ -0,1 +1,6 @@ | ||
/** | ||
* @license | ||
* Copyright 2019 Ludan Stoecklé | ||
* SPDX-License-Identifier: Apache-2.0 | ||
*/ | ||
export declare class Constants { | ||
@@ -2,0 +7,0 @@ readonly toutesConsonnes = "bcdfghjklmnpqrstvwxz"; |
"use strict"; | ||
/** | ||
* @license | ||
* Copyright 2019 Ludan Stoecklé | ||
* SPDX-License-Identifier: Apache-2.0 | ||
*/ | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -3,0 +8,0 @@ exports.Constants = void 0; |
@@ -0,1 +1,6 @@ | ||
/** | ||
* @license | ||
* Copyright 2019 Ludan Stoecklé | ||
* SPDX-License-Identifier: Apache-2.0 | ||
*/ | ||
declare type WordData = any; | ||
@@ -2,0 +7,0 @@ interface WordsData { |
"use strict"; | ||
/* | ||
the real types are defined in rosaenlg-pug-code-gen | ||
import { WordsData, WordData, AdjectivesData, AdjectiveData } from 'rosaenlg-pug-code-gen'; | ||
but dependency brings issues | ||
*/ | ||
/** | ||
* @license | ||
* Copyright 2019 Ludan Stoecklé | ||
* SPDX-License-Identifier: Apache-2.0 | ||
*/ | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -8,0 +8,0 @@ exports.DictManager = void 0; |
@@ -0,3 +1,8 @@ | ||
/** | ||
* @license | ||
* Copyright 2019 Ludan Stoecklé | ||
* SPDX-License-Identifier: Apache-2.0 | ||
*/ | ||
import { LanguageCommon } from './LanguageCommon'; | ||
export declare function getIso2fromLocale(locale: string): string; | ||
export declare function buildLanguageCommon(iso2: string): LanguageCommon; |
"use strict"; | ||
/** | ||
* @license | ||
* Copyright 2019 Ludan Stoecklé | ||
* SPDX-License-Identifier: Apache-2.0 | ||
*/ | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -3,0 +8,0 @@ exports.buildLanguageCommon = exports.getIso2fromLocale = void 0; |
@@ -0,1 +1,6 @@ | ||
/** | ||
* @license | ||
* Copyright 2019 Ludan Stoecklé | ||
* SPDX-License-Identifier: Apache-2.0 | ||
*/ | ||
export { LanguageCommon } from './LanguageCommon'; | ||
@@ -2,0 +7,0 @@ export { LanguageCommonEnglish } from './LanguageCommonEnglish'; |
"use strict"; | ||
/** | ||
* @license | ||
* Copyright 2019 Ludan Stoecklé | ||
* SPDX-License-Identifier: Apache-2.0 | ||
*/ | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -3,0 +8,0 @@ exports.getIso2fromLocale = exports.buildLanguageCommon = exports.Constants = exports.DictManager = exports.LanguageCommonOther = exports.LanguageCommonSpanish = exports.LanguageCommonItalian = exports.LanguageCommonGerman = exports.LanguageCommonFrench = exports.LanguageCommonEnglish = exports.LanguageCommon = void 0; |
@@ -0,1 +1,6 @@ | ||
/** | ||
* @license | ||
* Copyright 2019 Ludan Stoecklé | ||
* SPDX-License-Identifier: Apache-2.0 | ||
*/ | ||
import { Constants } from './Constants'; | ||
@@ -2,0 +7,0 @@ import { DictManager } from './DictManager'; |
"use strict"; | ||
/** | ||
* @license | ||
* Copyright 2019 Ludan Stoecklé | ||
* SPDX-License-Identifier: Apache-2.0 | ||
*/ | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -3,0 +8,0 @@ exports.LanguageCommon = void 0; |
@@ -0,1 +1,6 @@ | ||
/** | ||
* @license | ||
* Copyright 2019 Ludan Stoecklé | ||
* SPDX-License-Identifier: Apache-2.0 | ||
*/ | ||
import { LanguageCommon } from './LanguageCommon'; | ||
@@ -2,0 +7,0 @@ export declare class LanguageCommonEnglish extends LanguageCommon { |
"use strict"; | ||
/** | ||
* @license | ||
* Copyright 2019 Ludan Stoecklé | ||
* SPDX-License-Identifier: Apache-2.0 | ||
*/ | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -3,0 +8,0 @@ exports.LanguageCommonEnglish = void 0; |
@@ -0,1 +1,6 @@ | ||
/** | ||
* @license | ||
* Copyright 2019 Ludan Stoecklé | ||
* SPDX-License-Identifier: Apache-2.0 | ||
*/ | ||
import { LanguageCommon } from './LanguageCommon'; | ||
@@ -2,0 +7,0 @@ export declare class LanguageCommonFrench extends LanguageCommon { |
"use strict"; | ||
/** | ||
* @license | ||
* Copyright 2019 Ludan Stoecklé | ||
* SPDX-License-Identifier: Apache-2.0 | ||
*/ | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -3,0 +8,0 @@ exports.LanguageCommonFrench = void 0; |
@@ -0,1 +1,6 @@ | ||
/** | ||
* @license | ||
* Copyright 2019 Ludan Stoecklé | ||
* SPDX-License-Identifier: Apache-2.0 | ||
*/ | ||
import { LanguageCommon } from './LanguageCommon'; | ||
@@ -2,0 +7,0 @@ export declare class LanguageCommonGerman extends LanguageCommon { |
"use strict"; | ||
/** | ||
* @license | ||
* Copyright 2019 Ludan Stoecklé | ||
* SPDX-License-Identifier: Apache-2.0 | ||
*/ | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -3,0 +8,0 @@ exports.LanguageCommonGerman = void 0; |
@@ -0,1 +1,6 @@ | ||
/** | ||
* @license | ||
* Copyright 2019 Ludan Stoecklé | ||
* SPDX-License-Identifier: Apache-2.0 | ||
*/ | ||
import { LanguageCommon } from './LanguageCommon'; | ||
@@ -2,0 +7,0 @@ export declare class LanguageCommonItalian extends LanguageCommon { |
"use strict"; | ||
/** | ||
* @license | ||
* Copyright 2019 Ludan Stoecklé | ||
* SPDX-License-Identifier: Apache-2.0 | ||
*/ | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -3,0 +8,0 @@ exports.LanguageCommonItalian = void 0; |
@@ -0,1 +1,6 @@ | ||
/** | ||
* @license | ||
* Copyright 2019 Ludan Stoecklé | ||
* SPDX-License-Identifier: Apache-2.0 | ||
*/ | ||
import { LanguageCommon } from './LanguageCommon'; | ||
@@ -2,0 +7,0 @@ export declare class LanguageCommonOther extends LanguageCommon { |
"use strict"; | ||
/** | ||
* @license | ||
* Copyright 2019 Ludan Stoecklé | ||
* SPDX-License-Identifier: Apache-2.0 | ||
*/ | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -3,0 +8,0 @@ exports.LanguageCommonOther = void 0; |
@@ -0,1 +1,6 @@ | ||
/** | ||
* @license | ||
* Copyright 2019 Ludan Stoecklé | ||
* SPDX-License-Identifier: Apache-2.0 | ||
*/ | ||
import { LanguageCommon } from './LanguageCommon'; | ||
@@ -2,0 +7,0 @@ export declare class LanguageCommonSpanish extends LanguageCommon { |
"use strict"; | ||
/** | ||
* @license | ||
* Copyright 2019 Ludan Stoecklé | ||
* SPDX-License-Identifier: Apache-2.0 | ||
*/ | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -3,0 +8,0 @@ exports.LanguageCommonSpanish = void 0; |
{ | ||
"name": "rosaenlg-commons", | ||
"version": "0.4.2", | ||
"version": "1.0.0", | ||
"description": "Common technical elements for RosaeNLG", | ||
@@ -49,3 +49,3 @@ "main": "dist/index.js", | ||
"license": "Apache-2.0", | ||
"gitHead": "0c3fa7193d2322c198fc703ea1f4bc37ccdbb435" | ||
"gitHead": "0a4207c1f14417df475d08e659b912c1ff38264f" | ||
} |
@@ -0,1 +1,5 @@ | ||
<!-- | ||
Copyright 2019 Ludan Stoecklé | ||
SPDX-License-Identifier: Apache-2.0 | ||
--> | ||
# rosaenlg-commons | ||
@@ -2,0 +6,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
160171
1067
1
11