@polyglot-bundles/km-parallel-text 0.3.6 → 0.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts DELETED
@@ -1,10 +0,0 @@
1
- /**
2
- * @polyglot-bundles/km-parallel-text
3
- *
4
- * Khmer parallel text corpus — Essential 218 and GSFA 1200 sentences
5
- * with Khmer translations.
6
- */
7
- export { getParallelTextById, getParallelTextByIds, defaultRemarks, } from './essential-218';
8
- export { getParallelTextById as getGSFAParallelTextById, getParallelTextByIds as getGSFAParallelTextByIds, defaultRemarks as defaultGSFARemarks, } from './gsfa-1200';
9
- export type { ParallelText, ParallelTextRemarks } from '@polyglot-bundles/parallel-text-base';
10
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAGH,OAAO,EACL,mBAAmB,EACnB,oBAAoB,EACpB,cAAc,GACf,MAAM,iBAAiB,CAAC;AAGzB,OAAO,EACL,mBAAmB,IAAI,uBAAuB,EAC9C,oBAAoB,IAAI,wBAAwB,EAChD,cAAc,IAAI,kBAAkB,GACrC,MAAM,aAAa,CAAC;AAGrB,YAAY,EAAE,YAAY,EAAE,mBAAmB,EAAE,MAAM,sCAAsC,CAAC"}
package/dist/index.js DELETED
@@ -1,8 +0,0 @@
1
- import { i as e, n as t, r as n, t as r } from "./essential-218-B5e-uo-_.js";
2
- //#endregion
3
- //#region src/gsfa-1200/utils.ts
4
- var { getParallelTextById: i, getParallelTextByIds: a, defaultRemarks: o } = e([], {});
5
- //#endregion
6
- export { o as defaultGSFARemarks, r as defaultRemarks, i as getGSFAParallelTextById, a as getGSFAParallelTextByIds, t as getParallelTextById, n as getParallelTextByIds };
7
-
8
- //# sourceMappingURL=index.js.map
package/dist/index.js.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","names":[],"sources":["../src/gsfa-1200/translations.ts","../src/gsfa-1200/remarks.ts","../src/gsfa-1200/utils.ts"],"sourcesContent":["/**\r\n * Empty stub - GSFA 1200 translations will be added later\r\n */\r\nimport type { GSFASentenceTranslation } from \"@polyglot-bundles/parallel-text-base\";\r\n\r\nexport const translations: GSFASentenceTranslation[] = [];","export const defaultRemarksGSFA1200: Record<string, string> = {\r\n // Remarks to be populated\r\n};\r\n","import { createGSFAUtils } from \"@polyglot-bundles/parallel-text-base\";\nimport { translations } from \"./translations\";\nimport { defaultRemarksGSFA1200 } from \"./remarks\";\n\nconst { getParallelTextById, getParallelTextByIds, defaultRemarks } = createGSFAUtils(\n translations,\n defaultRemarksGSFA1200,\n);\n\nexport { getParallelTextById, getParallelTextByIds, defaultRemarks };"],"mappings":";;;AEIA,IAAM,EAAE,wBAAqB,yBAAsB,sBAAmB,EFCf,EAAE,ECLK,EAE7D,CCKA"}