@intlify/message-compiler 9.3.0-beta.17 → 9.3.0-beta.18

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.
Files changed (54) hide show
  1. package/dist/e2e/bridge/basic.spec.d.ts +1 -1
  2. package/dist/e2e/bridge/component.spec.d.ts +1 -1
  3. package/dist/e2e/bridge/components/datetime-format.spec.d.ts +1 -1
  4. package/dist/e2e/bridge/components/number-format.spec.d.ts +1 -1
  5. package/dist/e2e/bridge/components/translation.spec.d.ts +1 -1
  6. package/dist/e2e/bridge/plural.spec.d.ts +1 -1
  7. package/dist/e2e/bridge/scope/global.spec.d.ts +1 -1
  8. package/dist/e2e/bridge/scope/inherit-locale.spec.d.ts +1 -1
  9. package/dist/e2e/bridge/scope/local.spec.d.ts +1 -1
  10. package/dist/e2e/components/datetime-format.spec.d.ts +1 -1
  11. package/dist/e2e/components/number-format.spec.d.ts +1 -1
  12. package/dist/e2e/components/translation.spec.d.ts +1 -1
  13. package/dist/e2e/composition.spec.d.ts +1 -1
  14. package/dist/e2e/datetime.spec.d.ts +1 -1
  15. package/dist/e2e/directive/basic.spec.d.ts +1 -1
  16. package/dist/e2e/directive/object.spec.d.ts +1 -1
  17. package/dist/e2e/directive/plural.spec.d.ts +1 -1
  18. package/dist/e2e/directive/preserve.spec.d.ts +1 -1
  19. package/dist/e2e/fallback/basic.spec.d.ts +1 -1
  20. package/dist/e2e/fallback/component.spec.d.ts +1 -1
  21. package/dist/e2e/fallback/default-format.spec.d.ts +1 -1
  22. package/dist/e2e/fallback/format.spec.d.ts +1 -1
  23. package/dist/e2e/fallback/option.spec.d.ts +1 -1
  24. package/dist/e2e/fallback/suppress.spec.d.ts +1 -1
  25. package/dist/e2e/formatting/linked.spec.d.ts +1 -1
  26. package/dist/e2e/formatting/list.spec.d.ts +1 -1
  27. package/dist/e2e/formatting/literal.spec.d.ts +1 -1
  28. package/dist/e2e/formatting/named.spec.d.ts +1 -1
  29. package/dist/e2e/formatting/ruby.spec.d.ts +1 -1
  30. package/dist/e2e/functions/linked.spec.d.ts +1 -1
  31. package/dist/e2e/functions/list.spec.d.ts +1 -1
  32. package/dist/e2e/functions/named.spec.d.ts +1 -1
  33. package/dist/e2e/functions/plural.spec.d.ts +1 -1
  34. package/dist/e2e/helper.d.ts +8 -8
  35. package/dist/e2e/missing/handler.spec.d.ts +1 -1
  36. package/dist/e2e/missing/option.spec.d.ts +1 -1
  37. package/dist/e2e/missing/suppress.spec.d.ts +1 -1
  38. package/dist/e2e/number.spec.d.ts +1 -1
  39. package/dist/e2e/plural/basic.spec.d.ts +1 -1
  40. package/dist/e2e/plural/custom.spec.d.ts +1 -1
  41. package/dist/e2e/scope/global.spec.d.ts +1 -1
  42. package/dist/e2e/scope/inherit-locale.spec.d.ts +1 -1
  43. package/dist/e2e/scope/local.spec.d.ts +1 -1
  44. package/dist/e2e/started.spec.d.ts +1 -1
  45. package/dist/message-compiler.cjs +1405 -1405
  46. package/dist/message-compiler.esm-browser.js +1369 -1369
  47. package/dist/message-compiler.esm-browser.prod.js +1 -1
  48. package/dist/message-compiler.global.js +1369 -1369
  49. package/dist/message-compiler.global.prod.js +2 -2
  50. package/dist/message-compiler.mjs +1350 -1350
  51. package/dist/message-compiler.prod.cjs +1400 -1400
  52. package/dist/scripts/vitest.globalSetup.d.ts +1 -1
  53. package/dist/scripts/vitest.setup.d.ts +1 -1
  54. package/package.json +3 -3
@@ -1,2 +1,2 @@
1
- export {};
1
+ export {};
2
2
  //# sourceMappingURL=basic.spec.d.ts.map
@@ -1,2 +1,2 @@
1
- export {};
1
+ export {};
2
2
  //# sourceMappingURL=component.spec.d.ts.map
@@ -1,2 +1,2 @@
1
- export {};
1
+ export {};
2
2
  //# sourceMappingURL=datetime-format.spec.d.ts.map
@@ -1,2 +1,2 @@
1
- export {};
1
+ export {};
2
2
  //# sourceMappingURL=number-format.spec.d.ts.map
@@ -1,2 +1,2 @@
1
- export {};
1
+ export {};
2
2
  //# sourceMappingURL=translation.spec.d.ts.map
@@ -1,2 +1,2 @@
1
- export {};
1
+ export {};
2
2
  //# sourceMappingURL=plural.spec.d.ts.map
@@ -1,2 +1,2 @@
1
- export {};
1
+ export {};
2
2
  //# sourceMappingURL=global.spec.d.ts.map
@@ -1,2 +1,2 @@
1
- export {};
1
+ export {};
2
2
  //# sourceMappingURL=inherit-locale.spec.d.ts.map
@@ -1,2 +1,2 @@
1
- export {};
1
+ export {};
2
2
  //# sourceMappingURL=local.spec.d.ts.map
@@ -1,2 +1,2 @@
1
- export {};
1
+ export {};
2
2
  //# sourceMappingURL=datetime-format.spec.d.ts.map
@@ -1,2 +1,2 @@
1
- export {};
1
+ export {};
2
2
  //# sourceMappingURL=number-format.spec.d.ts.map
@@ -1,2 +1,2 @@
1
- export {};
1
+ export {};
2
2
  //# sourceMappingURL=translation.spec.d.ts.map
@@ -1,2 +1,2 @@
1
- export {};
1
+ export {};
2
2
  //# sourceMappingURL=composition.spec.d.ts.map
@@ -1,2 +1,2 @@
1
- export {};
1
+ export {};
2
2
  //# sourceMappingURL=datetime.spec.d.ts.map
@@ -1,2 +1,2 @@
1
- export {};
1
+ export {};
2
2
  //# sourceMappingURL=basic.spec.d.ts.map
@@ -1,2 +1,2 @@
1
- export {};
1
+ export {};
2
2
  //# sourceMappingURL=object.spec.d.ts.map
@@ -1,2 +1,2 @@
1
- export {};
1
+ export {};
2
2
  //# sourceMappingURL=plural.spec.d.ts.map
@@ -1,2 +1,2 @@
1
- export {};
1
+ export {};
2
2
  //# sourceMappingURL=preserve.spec.d.ts.map
@@ -1,2 +1,2 @@
1
- export {};
1
+ export {};
2
2
  //# sourceMappingURL=basic.spec.d.ts.map
@@ -1,2 +1,2 @@
1
- export {};
1
+ export {};
2
2
  //# sourceMappingURL=component.spec.d.ts.map
@@ -1,2 +1,2 @@
1
- export {};
1
+ export {};
2
2
  //# sourceMappingURL=default-format.spec.d.ts.map
@@ -1,2 +1,2 @@
1
- export {};
1
+ export {};
2
2
  //# sourceMappingURL=format.spec.d.ts.map
@@ -1,2 +1,2 @@
1
- export {};
1
+ export {};
2
2
  //# sourceMappingURL=option.spec.d.ts.map
@@ -1,2 +1,2 @@
1
- export {};
1
+ export {};
2
2
  //# sourceMappingURL=suppress.spec.d.ts.map
@@ -1,2 +1,2 @@
1
- export {};
1
+ export {};
2
2
  //# sourceMappingURL=linked.spec.d.ts.map
@@ -1,2 +1,2 @@
1
- export {};
1
+ export {};
2
2
  //# sourceMappingURL=list.spec.d.ts.map
@@ -1,2 +1,2 @@
1
- export {};
1
+ export {};
2
2
  //# sourceMappingURL=literal.spec.d.ts.map
@@ -1,2 +1,2 @@
1
- export {};
1
+ export {};
2
2
  //# sourceMappingURL=named.spec.d.ts.map
@@ -1,2 +1,2 @@
1
- export {};
1
+ export {};
2
2
  //# sourceMappingURL=ruby.spec.d.ts.map
@@ -1,2 +1,2 @@
1
- export {};
1
+ export {};
2
2
  //# sourceMappingURL=linked.spec.d.ts.map
@@ -1,2 +1,2 @@
1
- export {};
1
+ export {};
2
2
  //# sourceMappingURL=list.spec.d.ts.map
@@ -1,2 +1,2 @@
1
- export {};
1
+ export {};
2
2
  //# sourceMappingURL=named.spec.d.ts.map
@@ -1,2 +1,2 @@
1
- export {};
1
+ export {};
2
2
  //# sourceMappingURL=plural.spec.d.ts.map
@@ -1,9 +1,9 @@
1
- import type { Page } from 'playwright';
2
- export declare function sleep(delay: number): Promise<unknown>;
3
- export declare function getText(page: Page, selector: string, options?: Parameters<Page['locator']>[1]): Promise<string>;
4
- export declare function getData(page: Page, selector: string, options?: Parameters<Page['locator']>[1]): Promise<any>;
5
- export declare function assetLocaleHead(page: Page, headSelector: string): Promise<void>;
6
- export declare function getDom(html: string): Document;
7
- export declare function getDataFromDom(dom: Document, selector: string): any;
8
- export declare function assertLocaleHeadWithDom(dom: Document, headSelector: string): Promise<void>;
1
+ import type { Page } from 'playwright';
2
+ export declare function sleep(delay: number): Promise<unknown>;
3
+ export declare function getText(page: Page, selector: string, options?: Parameters<Page['locator']>[1]): Promise<string>;
4
+ export declare function getData(page: Page, selector: string, options?: Parameters<Page['locator']>[1]): Promise<any>;
5
+ export declare function assetLocaleHead(page: Page, headSelector: string): Promise<void>;
6
+ export declare function getDom(html: string): Document;
7
+ export declare function getDataFromDom(dom: Document, selector: string): any;
8
+ export declare function assertLocaleHeadWithDom(dom: Document, headSelector: string): Promise<void>;
9
9
  //# sourceMappingURL=helper.d.ts.map
@@ -1,2 +1,2 @@
1
- export {};
1
+ export {};
2
2
  //# sourceMappingURL=handler.spec.d.ts.map
@@ -1,2 +1,2 @@
1
- export {};
1
+ export {};
2
2
  //# sourceMappingURL=option.spec.d.ts.map
@@ -1,2 +1,2 @@
1
- export {};
1
+ export {};
2
2
  //# sourceMappingURL=suppress.spec.d.ts.map
@@ -1,2 +1,2 @@
1
- export {};
1
+ export {};
2
2
  //# sourceMappingURL=number.spec.d.ts.map
@@ -1,2 +1,2 @@
1
- export {};
1
+ export {};
2
2
  //# sourceMappingURL=basic.spec.d.ts.map
@@ -1,2 +1,2 @@
1
- export {};
1
+ export {};
2
2
  //# sourceMappingURL=custom.spec.d.ts.map
@@ -1,2 +1,2 @@
1
- export {};
1
+ export {};
2
2
  //# sourceMappingURL=global.spec.d.ts.map
@@ -1,2 +1,2 @@
1
- export {};
1
+ export {};
2
2
  //# sourceMappingURL=inherit-locale.spec.d.ts.map
@@ -1,2 +1,2 @@
1
- export {};
1
+ export {};
2
2
  //# sourceMappingURL=local.spec.d.ts.map
@@ -1,2 +1,2 @@
1
- export {};
1
+ export {};
2
2
  //# sourceMappingURL=started.spec.d.ts.map