@cj-tech-master/excelts 4.0.2 → 4.0.3-canary.20260106020433.b618378

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 (183) hide show
  1. package/dist/browser/modules/excel/table.d.ts +1 -0
  2. package/dist/browser/modules/excel/table.js +12 -7
  3. package/dist/browser/modules/excel/types.d.ts +7 -0
  4. package/dist/cjs/modules/excel/table.js +12 -7
  5. package/dist/esm/modules/excel/table.js +12 -7
  6. package/dist/iife/excelts.iife.js +8 -5
  7. package/dist/iife/excelts.iife.js.map +1 -1
  8. package/dist/iife/excelts.iife.min.js +2 -2
  9. package/dist/types/index.browser.d.ts +20 -20
  10. package/dist/types/index.d.ts +23 -23
  11. package/dist/types/modules/archive/compress.browser.d.ts +1 -1
  12. package/dist/types/modules/archive/compress.d.ts +2 -2
  13. package/dist/types/modules/archive/crc32.browser.d.ts +1 -1
  14. package/dist/types/modules/archive/crc32.d.ts +1 -1
  15. package/dist/types/modules/archive/defaults.d.ts +1 -1
  16. package/dist/types/modules/archive/extract.d.ts +6 -6
  17. package/dist/types/modules/archive/index.base.d.ts +4 -4
  18. package/dist/types/modules/archive/index.browser.d.ts +5 -5
  19. package/dist/types/modules/archive/index.d.ts +5 -5
  20. package/dist/types/modules/archive/parse.base.d.ts +3 -3
  21. package/dist/types/modules/archive/parse.browser.d.ts +2 -2
  22. package/dist/types/modules/archive/parse.d.ts +3 -3
  23. package/dist/types/modules/archive/streaming-compress.browser.d.ts +2 -2
  24. package/dist/types/modules/archive/streaming-compress.d.ts +2 -2
  25. package/dist/types/modules/archive/streaming-zip.d.ts +2 -2
  26. package/dist/types/modules/archive/zip-builder.d.ts +2 -2
  27. package/dist/types/modules/archive/zip-entry-metadata.d.ts +1 -1
  28. package/dist/types/modules/archive/zip-parser.d.ts +1 -1
  29. package/dist/types/modules/csv/csv-stream.d.ts +3 -3
  30. package/dist/types/modules/csv/csv.browser.d.ts +9 -9
  31. package/dist/types/modules/csv/csv.d.ts +4 -4
  32. package/dist/types/modules/excel/anchor.d.ts +1 -1
  33. package/dist/types/modules/excel/cell.d.ts +7 -7
  34. package/dist/types/modules/excel/column.d.ts +3 -3
  35. package/dist/types/modules/excel/defined-names.d.ts +4 -4
  36. package/dist/types/modules/excel/image.d.ts +2 -2
  37. package/dist/types/modules/excel/pivot-table.d.ts +1 -1
  38. package/dist/types/modules/excel/range.d.ts +1 -1
  39. package/dist/types/modules/excel/row.d.ts +3 -3
  40. package/dist/types/modules/excel/stream/hyperlink-reader.d.ts +2 -2
  41. package/dist/types/modules/excel/stream/workbook-reader.browser.d.ts +6 -6
  42. package/dist/types/modules/excel/stream/workbook-reader.d.ts +5 -5
  43. package/dist/types/modules/excel/stream/workbook-writer.browser.d.ts +8 -8
  44. package/dist/types/modules/excel/stream/workbook-writer.d.ts +2 -2
  45. package/dist/types/modules/excel/stream/worksheet-reader.d.ts +6 -6
  46. package/dist/types/modules/excel/stream/worksheet-writer.d.ts +9 -9
  47. package/dist/types/modules/excel/table.d.ts +3 -2
  48. package/dist/types/modules/excel/types.d.ts +7 -0
  49. package/dist/types/modules/excel/utils/col-cache.d.ts +1 -1
  50. package/dist/types/modules/excel/utils/sheet-utils.d.ts +3 -3
  51. package/dist/types/modules/excel/utils/stream-buf.d.ts +2 -2
  52. package/dist/types/modules/excel/workbook.d.ts +9 -9
  53. package/dist/types/modules/excel/worksheet.d.ts +10 -10
  54. package/dist/types/modules/excel/xlsx/xform/base-xform.d.ts +1 -1
  55. package/dist/types/modules/excel/xlsx/xform/book/defined-name-xform.d.ts +1 -1
  56. package/dist/types/modules/excel/xlsx/xform/book/sheet-xform.d.ts +1 -1
  57. package/dist/types/modules/excel/xlsx/xform/book/workbook-calc-properties-xform.d.ts +1 -1
  58. package/dist/types/modules/excel/xlsx/xform/book/workbook-pivot-cache-xform.d.ts +1 -1
  59. package/dist/types/modules/excel/xlsx/xform/book/workbook-properties-xform.d.ts +1 -1
  60. package/dist/types/modules/excel/xlsx/xform/book/workbook-view-xform.d.ts +1 -1
  61. package/dist/types/modules/excel/xlsx/xform/book/workbook-xform.d.ts +2 -2
  62. package/dist/types/modules/excel/xlsx/xform/comment/comment-xform.d.ts +2 -2
  63. package/dist/types/modules/excel/xlsx/xform/comment/comments-xform.d.ts +2 -2
  64. package/dist/types/modules/excel/xlsx/xform/comment/style/vml-position-xform.d.ts +1 -1
  65. package/dist/types/modules/excel/xlsx/xform/comment/style/vml-protection-xform.d.ts +1 -1
  66. package/dist/types/modules/excel/xlsx/xform/comment/vml-anchor-xform.d.ts +1 -1
  67. package/dist/types/modules/excel/xlsx/xform/comment/vml-client-data-xform.d.ts +1 -1
  68. package/dist/types/modules/excel/xlsx/xform/comment/vml-notes-xform.d.ts +1 -1
  69. package/dist/types/modules/excel/xlsx/xform/comment/vml-shape-xform.d.ts +1 -1
  70. package/dist/types/modules/excel/xlsx/xform/comment/vml-textbox-xform.d.ts +1 -1
  71. package/dist/types/modules/excel/xlsx/xform/composite-xform.d.ts +1 -1
  72. package/dist/types/modules/excel/xlsx/xform/core/app-heading-pairs-xform.d.ts +1 -1
  73. package/dist/types/modules/excel/xlsx/xform/core/app-titles-of-parts-xform.d.ts +1 -1
  74. package/dist/types/modules/excel/xlsx/xform/core/app-xform.d.ts +1 -1
  75. package/dist/types/modules/excel/xlsx/xform/core/content-types-xform.d.ts +1 -1
  76. package/dist/types/modules/excel/xlsx/xform/core/core-xform.d.ts +1 -1
  77. package/dist/types/modules/excel/xlsx/xform/core/relationship-xform.d.ts +1 -1
  78. package/dist/types/modules/excel/xlsx/xform/core/relationships-xform.d.ts +1 -1
  79. package/dist/types/modules/excel/xlsx/xform/drawing/base-cell-anchor-xform.d.ts +1 -1
  80. package/dist/types/modules/excel/xlsx/xform/drawing/blip-fill-xform.d.ts +2 -2
  81. package/dist/types/modules/excel/xlsx/xform/drawing/blip-xform.d.ts +1 -1
  82. package/dist/types/modules/excel/xlsx/xform/drawing/c-nv-pic-pr-xform.d.ts +1 -1
  83. package/dist/types/modules/excel/xlsx/xform/drawing/c-nv-pr-xform.d.ts +1 -1
  84. package/dist/types/modules/excel/xlsx/xform/drawing/cell-position-xform.d.ts +2 -2
  85. package/dist/types/modules/excel/xlsx/xform/drawing/drawing-xform.d.ts +1 -1
  86. package/dist/types/modules/excel/xlsx/xform/drawing/ext-lst-xform.d.ts +1 -1
  87. package/dist/types/modules/excel/xlsx/xform/drawing/ext-xform.d.ts +1 -1
  88. package/dist/types/modules/excel/xlsx/xform/drawing/hlink-click-xform.d.ts +1 -1
  89. package/dist/types/modules/excel/xlsx/xform/drawing/nv-pic-pr-xform.d.ts +1 -1
  90. package/dist/types/modules/excel/xlsx/xform/drawing/one-cell-anchor-xform.d.ts +1 -1
  91. package/dist/types/modules/excel/xlsx/xform/drawing/pic-xform.d.ts +1 -1
  92. package/dist/types/modules/excel/xlsx/xform/drawing/two-cell-anchor-xform.d.ts +1 -1
  93. package/dist/types/modules/excel/xlsx/xform/list-xform.d.ts +1 -1
  94. package/dist/types/modules/excel/xlsx/xform/pivot-table/cache-field-xform.d.ts +1 -1
  95. package/dist/types/modules/excel/xlsx/xform/pivot-table/pivot-cache-definition-xform.d.ts +3 -3
  96. package/dist/types/modules/excel/xlsx/xform/pivot-table/pivot-cache-records-xform.d.ts +2 -2
  97. package/dist/types/modules/excel/xlsx/xform/pivot-table/pivot-table-xform.d.ts +1 -1
  98. package/dist/types/modules/excel/xlsx/xform/sheet/auto-filter-xform.d.ts +1 -1
  99. package/dist/types/modules/excel/xlsx/xform/sheet/cell-xform.d.ts +1 -1
  100. package/dist/types/modules/excel/xlsx/xform/sheet/cf/cf-rule-xform.d.ts +6 -6
  101. package/dist/types/modules/excel/xlsx/xform/sheet/cf/cfvo-xform.d.ts +1 -1
  102. package/dist/types/modules/excel/xlsx/xform/sheet/cf/color-scale-xform.d.ts +3 -3
  103. package/dist/types/modules/excel/xlsx/xform/sheet/cf/conditional-formatting-xform.d.ts +1 -1
  104. package/dist/types/modules/excel/xlsx/xform/sheet/cf/conditional-formattings-xform.d.ts +2 -2
  105. package/dist/types/modules/excel/xlsx/xform/sheet/cf/databar-xform.d.ts +3 -3
  106. package/dist/types/modules/excel/xlsx/xform/sheet/cf/ext-lst-ref-xform.d.ts +1 -1
  107. package/dist/types/modules/excel/xlsx/xform/sheet/cf/formula-xform.d.ts +1 -1
  108. package/dist/types/modules/excel/xlsx/xform/sheet/cf/icon-set-xform.d.ts +2 -2
  109. package/dist/types/modules/excel/xlsx/xform/sheet/cf-ext/cf-icon-ext-xform.d.ts +1 -1
  110. package/dist/types/modules/excel/xlsx/xform/sheet/cf-ext/cf-rule-ext-xform.d.ts +3 -3
  111. package/dist/types/modules/excel/xlsx/xform/sheet/cf-ext/cfvo-ext-xform.d.ts +2 -2
  112. package/dist/types/modules/excel/xlsx/xform/sheet/cf-ext/conditional-formatting-ext-xform.d.ts +3 -3
  113. package/dist/types/modules/excel/xlsx/xform/sheet/cf-ext/conditional-formattings-ext-xform.d.ts +2 -2
  114. package/dist/types/modules/excel/xlsx/xform/sheet/cf-ext/databar-ext-xform.d.ts +3 -3
  115. package/dist/types/modules/excel/xlsx/xform/sheet/cf-ext/f-ext-xform.d.ts +1 -1
  116. package/dist/types/modules/excel/xlsx/xform/sheet/cf-ext/icon-set-ext-xform.d.ts +3 -3
  117. package/dist/types/modules/excel/xlsx/xform/sheet/cf-ext/sqref-ext-xform.d.ts +1 -1
  118. package/dist/types/modules/excel/xlsx/xform/sheet/col-breaks-xform.d.ts +1 -1
  119. package/dist/types/modules/excel/xlsx/xform/sheet/col-xform.d.ts +1 -1
  120. package/dist/types/modules/excel/xlsx/xform/sheet/data-validations-xform.d.ts +1 -1
  121. package/dist/types/modules/excel/xlsx/xform/sheet/dimension-xform.d.ts +1 -1
  122. package/dist/types/modules/excel/xlsx/xform/sheet/drawing-xform.d.ts +1 -1
  123. package/dist/types/modules/excel/xlsx/xform/sheet/ext-lst-xform.d.ts +1 -1
  124. package/dist/types/modules/excel/xlsx/xform/sheet/header-footer-xform.d.ts +1 -1
  125. package/dist/types/modules/excel/xlsx/xform/sheet/hyperlink-xform.d.ts +1 -1
  126. package/dist/types/modules/excel/xlsx/xform/sheet/merge-cell-xform.d.ts +1 -1
  127. package/dist/types/modules/excel/xlsx/xform/sheet/outline-properties-xform.d.ts +1 -1
  128. package/dist/types/modules/excel/xlsx/xform/sheet/page-breaks-xform.d.ts +1 -1
  129. package/dist/types/modules/excel/xlsx/xform/sheet/page-margins-xform.d.ts +1 -1
  130. package/dist/types/modules/excel/xlsx/xform/sheet/page-setup-properties-xform.d.ts +1 -1
  131. package/dist/types/modules/excel/xlsx/xform/sheet/page-setup-xform.d.ts +1 -1
  132. package/dist/types/modules/excel/xlsx/xform/sheet/picture-xform.d.ts +1 -1
  133. package/dist/types/modules/excel/xlsx/xform/sheet/print-options-xform.d.ts +1 -1
  134. package/dist/types/modules/excel/xlsx/xform/sheet/row-breaks-xform.d.ts +1 -1
  135. package/dist/types/modules/excel/xlsx/xform/sheet/row-xform.d.ts +1 -1
  136. package/dist/types/modules/excel/xlsx/xform/sheet/sheet-format-properties-xform.d.ts +1 -1
  137. package/dist/types/modules/excel/xlsx/xform/sheet/sheet-properties-xform.d.ts +1 -1
  138. package/dist/types/modules/excel/xlsx/xform/sheet/sheet-protection-xform.d.ts +1 -1
  139. package/dist/types/modules/excel/xlsx/xform/sheet/sheet-view-xform.d.ts +1 -1
  140. package/dist/types/modules/excel/xlsx/xform/sheet/table-part-xform.d.ts +1 -1
  141. package/dist/types/modules/excel/xlsx/xform/sheet/worksheet-xform.d.ts +1 -1
  142. package/dist/types/modules/excel/xlsx/xform/simple/boolean-xform.d.ts +1 -1
  143. package/dist/types/modules/excel/xlsx/xform/simple/date-xform.d.ts +1 -1
  144. package/dist/types/modules/excel/xlsx/xform/simple/float-xform.d.ts +1 -1
  145. package/dist/types/modules/excel/xlsx/xform/simple/integer-xform.d.ts +1 -1
  146. package/dist/types/modules/excel/xlsx/xform/simple/string-xform.d.ts +1 -1
  147. package/dist/types/modules/excel/xlsx/xform/static-xform.d.ts +1 -1
  148. package/dist/types/modules/excel/xlsx/xform/strings/phonetic-text-xform.d.ts +1 -1
  149. package/dist/types/modules/excel/xlsx/xform/strings/rich-text-xform.d.ts +3 -3
  150. package/dist/types/modules/excel/xlsx/xform/strings/shared-string-xform.d.ts +1 -1
  151. package/dist/types/modules/excel/xlsx/xform/strings/shared-strings-xform.d.ts +2 -2
  152. package/dist/types/modules/excel/xlsx/xform/strings/text-xform.d.ts +1 -1
  153. package/dist/types/modules/excel/xlsx/xform/style/alignment-xform.d.ts +1 -1
  154. package/dist/types/modules/excel/xlsx/xform/style/border-xform.d.ts +2 -2
  155. package/dist/types/modules/excel/xlsx/xform/style/color-xform.d.ts +1 -1
  156. package/dist/types/modules/excel/xlsx/xform/style/dxf-xform.d.ts +1 -1
  157. package/dist/types/modules/excel/xlsx/xform/style/fill-xform.d.ts +2 -2
  158. package/dist/types/modules/excel/xlsx/xform/style/font-xform.d.ts +1 -1
  159. package/dist/types/modules/excel/xlsx/xform/style/numfmt-xform.d.ts +1 -1
  160. package/dist/types/modules/excel/xlsx/xform/style/protection-xform.d.ts +1 -1
  161. package/dist/types/modules/excel/xlsx/xform/style/style-xform.d.ts +3 -3
  162. package/dist/types/modules/excel/xlsx/xform/style/styles-xform.d.ts +2 -2
  163. package/dist/types/modules/excel/xlsx/xform/style/underline-xform.d.ts +1 -1
  164. package/dist/types/modules/excel/xlsx/xform/table/auto-filter-xform.d.ts +2 -2
  165. package/dist/types/modules/excel/xlsx/xform/table/custom-filter-xform.d.ts +1 -1
  166. package/dist/types/modules/excel/xlsx/xform/table/filter-column-xform.d.ts +2 -2
  167. package/dist/types/modules/excel/xlsx/xform/table/filter-xform.d.ts +1 -1
  168. package/dist/types/modules/excel/xlsx/xform/table/table-column-xform.d.ts +1 -1
  169. package/dist/types/modules/excel/xlsx/xform/table/table-style-info-xform.d.ts +1 -1
  170. package/dist/types/modules/excel/xlsx/xform/table/table-xform.d.ts +1 -1
  171. package/dist/types/modules/excel/xlsx/xlsx.browser.d.ts +3 -3
  172. package/dist/types/modules/excel/xlsx/xlsx.d.ts +1 -1
  173. package/dist/types/modules/stream/base-transform.d.ts +1 -1
  174. package/dist/types/modules/stream/buffered-stream.d.ts +1 -1
  175. package/dist/types/modules/stream/index.browser.d.ts +8 -8
  176. package/dist/types/modules/stream/index.d.ts +9 -9
  177. package/dist/types/modules/stream/pull-stream.d.ts +1 -1
  178. package/dist/types/modules/stream/streams.browser.d.ts +4 -4
  179. package/dist/types/modules/stream/streams.d.ts +3 -3
  180. package/dist/types/modules/stream/utils.d.ts +1 -1
  181. package/dist/types/utils/utils.browser.d.ts +1 -1
  182. package/dist/types/utils/utils.d.ts +1 -1
  183. package/package.json +3 -2
@@ -1,6 +1,6 @@
1
- import { CompositeXform } from "../../composite-xform";
2
- import { SqrefExtXform } from "./sqref-ext-xform";
3
- import { CfRuleExtXform } from "./cf-rule-ext-xform";
1
+ import { CompositeXform } from "../../composite-xform.js";
2
+ import { SqrefExtXform } from "./sqref-ext-xform.js";
3
+ import { CfRuleExtXform } from "./cf-rule-ext-xform.js";
4
4
  declare class ConditionalFormattingExtXform extends CompositeXform {
5
5
  sqRef: SqrefExtXform;
6
6
  cfRule: CfRuleExtXform;
@@ -1,5 +1,5 @@
1
- import { CompositeXform } from "../../composite-xform";
2
- import { ConditionalFormattingExtXform } from "./conditional-formatting-ext-xform";
1
+ import { CompositeXform } from "../../composite-xform.js";
2
+ import { ConditionalFormattingExtXform } from "./conditional-formatting-ext-xform.js";
3
3
  declare class ConditionalFormattingsExtXform extends CompositeXform {
4
4
  cfXform: ConditionalFormattingExtXform;
5
5
  constructor();
@@ -1,6 +1,6 @@
1
- import { CompositeXform } from "../../composite-xform";
2
- import { ColorXform } from "../../style/color-xform";
3
- import { CfvoExtXform } from "./cfvo-ext-xform";
1
+ import { CompositeXform } from "../../composite-xform.js";
2
+ import { ColorXform } from "../../style/color-xform.js";
3
+ import { CfvoExtXform } from "./cfvo-ext-xform.js";
4
4
  declare class DatabarExtXform extends CompositeXform {
5
5
  cfvoXform: CfvoExtXform;
6
6
  borderColorXform: ColorXform;
@@ -1,4 +1,4 @@
1
- import { BaseXform } from "../../base-xform";
1
+ import { BaseXform } from "../../base-xform.js";
2
2
  declare class FExtXform extends BaseXform {
3
3
  get tag(): string;
4
4
  render(xmlStream: any, model: any): void;
@@ -1,6 +1,6 @@
1
- import { CompositeXform } from "../../composite-xform";
2
- import { CfvoExtXform } from "./cfvo-ext-xform";
3
- import { CfIconExtXform } from "./cf-icon-ext-xform";
1
+ import { CompositeXform } from "../../composite-xform.js";
2
+ import { CfvoExtXform } from "./cfvo-ext-xform.js";
3
+ import { CfIconExtXform } from "./cf-icon-ext-xform.js";
4
4
  declare class IconSetExtXform extends CompositeXform {
5
5
  cfvoXform: CfvoExtXform;
6
6
  cfIconXform: CfIconExtXform;
@@ -1,4 +1,4 @@
1
- import { BaseXform } from "../../base-xform";
1
+ import { BaseXform } from "../../base-xform.js";
2
2
  declare class SqrefExtXform extends BaseXform {
3
3
  get tag(): string;
4
4
  render(xmlStream: any, model: any): void;
@@ -1,4 +1,4 @@
1
- import { ListXform } from "../list-xform";
1
+ import { ListXform } from "../list-xform.js";
2
2
  /**
3
3
  * Xform for column page breaks (colBreaks element in worksheet XML)
4
4
  * Used to define manual page breaks between columns when printing.
@@ -1,4 +1,4 @@
1
- import { BaseXform } from "../base-xform";
1
+ import { BaseXform } from "../base-xform.js";
2
2
  interface ColModel {
3
3
  min: number;
4
4
  max: number;
@@ -1,4 +1,4 @@
1
- import { BaseXform } from "../base-xform";
1
+ import { BaseXform } from "../base-xform.js";
2
2
  declare class DataValidationsXform extends BaseXform {
3
3
  private _address;
4
4
  private _dataValidation;
@@ -1,4 +1,4 @@
1
- import { BaseXform } from "../base-xform";
1
+ import { BaseXform } from "../base-xform.js";
2
2
  declare class DimensionXform extends BaseXform {
3
3
  model: any;
4
4
  get tag(): string;
@@ -1,4 +1,4 @@
1
- import { BaseXform } from "../base-xform";
1
+ import { BaseXform } from "../base-xform.js";
2
2
  interface DrawingModel {
3
3
  rId: string;
4
4
  }
@@ -1,4 +1,4 @@
1
- import { CompositeXform } from "../composite-xform";
1
+ import { CompositeXform } from "../composite-xform.js";
2
2
  declare class ExtLstXform extends CompositeXform {
3
3
  map: {
4
4
  [key: string]: any;
@@ -1,4 +1,4 @@
1
- import { BaseXform } from "../base-xform";
1
+ import { BaseXform } from "../base-xform.js";
2
2
  interface HeaderFooterModel {
3
3
  differentFirst?: boolean;
4
4
  differentOddEven?: boolean;
@@ -1,4 +1,4 @@
1
- import { BaseXform } from "../base-xform";
1
+ import { BaseXform } from "../base-xform.js";
2
2
  interface HyperlinkModel {
3
3
  address: string;
4
4
  rId: string;
@@ -1,4 +1,4 @@
1
- import { BaseXform } from "../base-xform";
1
+ import { BaseXform } from "../base-xform.js";
2
2
  declare class MergeCellXform extends BaseXform {
3
3
  get tag(): string;
4
4
  render(xmlStream: any, model: string): void;
@@ -1,4 +1,4 @@
1
- import { BaseXform } from "../base-xform";
1
+ import { BaseXform } from "../base-xform.js";
2
2
  interface OutlinePropertiesModel {
3
3
  summaryBelow?: boolean;
4
4
  summaryRight?: boolean;
@@ -1,4 +1,4 @@
1
- import { BaseXform } from "../base-xform";
1
+ import { BaseXform } from "../base-xform.js";
2
2
  /**
3
3
  * Xform for individual page break (brk element)
4
4
  * Used by both RowBreaksXform and ColBreaksXform
@@ -1,4 +1,4 @@
1
- import { BaseXform } from "../base-xform";
1
+ import { BaseXform } from "../base-xform.js";
2
2
  interface PageMarginsModel {
3
3
  left?: number;
4
4
  right?: number;
@@ -1,4 +1,4 @@
1
- import { BaseXform } from "../base-xform";
1
+ import { BaseXform } from "../base-xform.js";
2
2
  interface PageSetupPropertiesModel {
3
3
  fitToPage: boolean;
4
4
  }
@@ -1,4 +1,4 @@
1
- import { BaseXform } from "../base-xform";
1
+ import { BaseXform } from "../base-xform.js";
2
2
  interface PageSetupModel {
3
3
  paperSize?: number;
4
4
  orientation?: string;
@@ -1,4 +1,4 @@
1
- import { BaseXform } from "../base-xform";
1
+ import { BaseXform } from "../base-xform.js";
2
2
  interface PictureModel {
3
3
  rId: string;
4
4
  }
@@ -1,4 +1,4 @@
1
- import { BaseXform } from "../base-xform";
1
+ import { BaseXform } from "../base-xform.js";
2
2
  interface PrintOptionsModel {
3
3
  showRowColHeaders: boolean;
4
4
  showGridLines: boolean;
@@ -1,4 +1,4 @@
1
- import { ListXform } from "../list-xform";
1
+ import { ListXform } from "../list-xform.js";
2
2
  /**
3
3
  * Xform for row page breaks (rowBreaks element in worksheet XML)
4
4
  * Used to define manual page breaks between rows when printing.
@@ -1,4 +1,4 @@
1
- import { BaseXform } from "../base-xform";
1
+ import { BaseXform } from "../base-xform.js";
2
2
  interface RowXformOptions {
3
3
  maxItems?: number;
4
4
  }
@@ -1,4 +1,4 @@
1
- import { BaseXform } from "../base-xform";
1
+ import { BaseXform } from "../base-xform.js";
2
2
  interface SheetFormatPropertiesModel {
3
3
  defaultRowHeight: number;
4
4
  dyDescent?: number;
@@ -1,4 +1,4 @@
1
- import { BaseXform } from "../base-xform";
1
+ import { BaseXform } from "../base-xform.js";
2
2
  interface SheetPropertiesModel {
3
3
  tabColor?: any;
4
4
  pageSetup?: any;
@@ -1,4 +1,4 @@
1
- import { BaseXform } from "../base-xform";
1
+ import { BaseXform } from "../base-xform.js";
2
2
  interface SheetProtectionModel {
3
3
  sheet?: boolean;
4
4
  objects?: boolean;
@@ -1,4 +1,4 @@
1
- import { BaseXform } from "../base-xform";
1
+ import { BaseXform } from "../base-xform.js";
2
2
  interface SheetViewModel {
3
3
  workbookViewId?: number;
4
4
  rightToLeft?: boolean;
@@ -1,4 +1,4 @@
1
- import { BaseXform } from "../base-xform";
1
+ import { BaseXform } from "../base-xform.js";
2
2
  interface TablePartModel {
3
3
  rId: string;
4
4
  }
@@ -1,4 +1,4 @@
1
- import { BaseXform } from "../base-xform";
1
+ import { BaseXform } from "../base-xform.js";
2
2
  declare class WorkSheetXform extends BaseXform {
3
3
  private ignoreNodes;
4
4
  parser: any;
@@ -1,4 +1,4 @@
1
- import { BaseXform } from "../base-xform";
1
+ import { BaseXform } from "../base-xform.js";
2
2
  interface BooleanXformOptions {
3
3
  tag: string;
4
4
  attr: string;
@@ -1,4 +1,4 @@
1
- import { BaseXform } from "../base-xform";
1
+ import { BaseXform } from "../base-xform.js";
2
2
  interface DateXformOptions {
3
3
  tag: string;
4
4
  attr?: string;
@@ -1,4 +1,4 @@
1
- import { BaseXform } from "../base-xform";
1
+ import { BaseXform } from "../base-xform.js";
2
2
  interface FloatXformOptions {
3
3
  tag: string;
4
4
  attr?: string;
@@ -1,4 +1,4 @@
1
- import { BaseXform } from "../base-xform";
1
+ import { BaseXform } from "../base-xform.js";
2
2
  interface IntegerXformOptions {
3
3
  tag: string;
4
4
  attr?: string;
@@ -1,4 +1,4 @@
1
- import { BaseXform } from "../base-xform";
1
+ import { BaseXform } from "../base-xform.js";
2
2
  interface StringXformOptions {
3
3
  tag: string;
4
4
  attr?: string;
@@ -1,4 +1,4 @@
1
- import { BaseXform } from "./base-xform";
1
+ import { BaseXform } from "./base-xform.js";
2
2
  interface StaticModel {
3
3
  tag: string;
4
4
  $?: any;
@@ -1,4 +1,4 @@
1
- import { BaseXform } from "../base-xform";
1
+ import { BaseXform } from "../base-xform.js";
2
2
  interface PhoneticTextModel {
3
3
  sb: number;
4
4
  eb: number;
@@ -1,6 +1,6 @@
1
- import { TextXform } from "./text-xform";
2
- import { FontXform } from "../style/font-xform";
3
- import { BaseXform } from "../base-xform";
1
+ import { TextXform } from "./text-xform.js";
2
+ import { FontXform } from "../style/font-xform.js";
3
+ import { BaseXform } from "../base-xform.js";
4
4
  interface RichTextModel {
5
5
  font?: any;
6
6
  text: string;
@@ -1,4 +1,4 @@
1
- import { BaseXform } from "../base-xform";
1
+ import { BaseXform } from "../base-xform.js";
2
2
  type SharedStringModel = string | {
3
3
  richText: any[];
4
4
  };
@@ -1,5 +1,5 @@
1
- import { BaseXform } from "../base-xform";
2
- import { SharedStringXform } from "./shared-string-xform";
1
+ import { BaseXform } from "../base-xform.js";
2
+ import { SharedStringXform } from "./shared-string-xform.js";
3
3
  interface SharedStringsModel {
4
4
  values: any[];
5
5
  count: number;
@@ -1,4 +1,4 @@
1
- import { BaseXform } from "../base-xform";
1
+ import { BaseXform } from "../base-xform.js";
2
2
  declare class TextXform extends BaseXform {
3
3
  private _text;
4
4
  get tag(): string;
@@ -1,4 +1,4 @@
1
- import { BaseXform } from "../base-xform";
1
+ import { BaseXform } from "../base-xform.js";
2
2
  interface AlignmentModel {
3
3
  horizontal?: string;
4
4
  vertical?: string;
@@ -1,5 +1,5 @@
1
- import { BaseXform } from "../base-xform";
2
- import { ColorXform } from "./color-xform";
1
+ import { BaseXform } from "../base-xform.js";
2
+ import { ColorXform } from "./color-xform.js";
3
3
  interface EdgeModel {
4
4
  style?: string;
5
5
  color?: any;
@@ -1,4 +1,4 @@
1
- import { BaseXform } from "../base-xform";
1
+ import { BaseXform } from "../base-xform.js";
2
2
  interface ColorModel {
3
3
  argb?: string;
4
4
  theme?: number;
@@ -1,4 +1,4 @@
1
- import { BaseXform } from "../base-xform";
1
+ import { BaseXform } from "../base-xform.js";
2
2
  interface DxfModel {
3
3
  alignment?: any;
4
4
  border?: any;
@@ -1,5 +1,5 @@
1
- import { BaseXform } from "../base-xform";
2
- import { ColorXform } from "./color-xform";
1
+ import { BaseXform } from "../base-xform.js";
2
+ import { ColorXform } from "./color-xform.js";
3
3
  interface StopModel {
4
4
  position: number;
5
5
  color: any;
@@ -1,4 +1,4 @@
1
- import { BaseXform } from "../base-xform";
1
+ import { BaseXform } from "../base-xform.js";
2
2
  interface FontModel {
3
3
  bold?: boolean;
4
4
  italic?: boolean;
@@ -1,4 +1,4 @@
1
- import { BaseXform } from "../base-xform";
1
+ import { BaseXform } from "../base-xform.js";
2
2
  interface NumFmtModel {
3
3
  id: number;
4
4
  formatCode: string;
@@ -1,4 +1,4 @@
1
- import { BaseXform } from "../base-xform";
1
+ import { BaseXform } from "../base-xform.js";
2
2
  interface ProtectionModel {
3
3
  locked?: boolean;
4
4
  hidden?: boolean;
@@ -1,6 +1,6 @@
1
- import { BaseXform } from "../base-xform";
2
- import { AlignmentXform } from "./alignment-xform";
3
- import { ProtectionXform } from "./protection-xform";
1
+ import { BaseXform } from "../base-xform.js";
2
+ import { AlignmentXform } from "./alignment-xform.js";
3
+ import { ProtectionXform } from "./protection-xform.js";
4
4
  interface StyleModel {
5
5
  numFmtId?: number;
6
6
  fontId?: number;
@@ -1,5 +1,5 @@
1
- import { BaseXform } from "../base-xform";
2
- import { StaticXform } from "../static-xform";
1
+ import { BaseXform } from "../base-xform.js";
2
+ import { StaticXform } from "../static-xform.js";
3
3
  interface StylesModel {
4
4
  styles?: any[];
5
5
  numFmts?: any[];
@@ -1,4 +1,4 @@
1
- import { BaseXform } from "../base-xform";
1
+ import { BaseXform } from "../base-xform.js";
2
2
  type UnderlineType = boolean | "single" | "double" | "singleAccounting" | "doubleAccounting";
3
3
  declare class UnderlineXform extends BaseXform {
4
4
  static Attributes: {
@@ -1,5 +1,5 @@
1
- import { BaseXform } from "../base-xform";
2
- import { FilterColumnXform } from "./filter-column-xform";
1
+ import { BaseXform } from "../base-xform.js";
2
+ import { FilterColumnXform } from "./filter-column-xform.js";
3
3
  interface AutoFilterModel {
4
4
  autoFilterRef: string;
5
5
  columns: any[];
@@ -1,4 +1,4 @@
1
- import { BaseXform } from "../base-xform";
1
+ import { BaseXform } from "../base-xform.js";
2
2
  interface CustomFilterModel {
3
3
  val: string;
4
4
  operator?: string;
@@ -1,5 +1,5 @@
1
- import { BaseXform } from "../base-xform";
2
- import { ListXform } from "../list-xform";
1
+ import { BaseXform } from "../base-xform.js";
2
+ import { ListXform } from "../list-xform.js";
3
3
  interface FilterColumnModel {
4
4
  colId?: string;
5
5
  filterButton: boolean;
@@ -1,4 +1,4 @@
1
- import { BaseXform } from "../base-xform";
1
+ import { BaseXform } from "../base-xform.js";
2
2
  interface FilterModel {
3
3
  val: string;
4
4
  }
@@ -1,4 +1,4 @@
1
- import { BaseXform } from "../base-xform";
1
+ import { BaseXform } from "../base-xform.js";
2
2
  interface TableColumnModel {
3
3
  id?: number;
4
4
  name: string;
@@ -1,4 +1,4 @@
1
- import { BaseXform } from "../base-xform";
1
+ import { BaseXform } from "../base-xform.js";
2
2
  interface TableStyleModel {
3
3
  theme?: string | null;
4
4
  showFirstColumn: boolean;
@@ -1,4 +1,4 @@
1
- import { BaseXform } from "../base-xform";
1
+ import { BaseXform } from "../base-xform.js";
2
2
  interface TableModel {
3
3
  id?: number;
4
4
  name: string;
@@ -8,9 +8,9 @@
8
8
  * - prepareModel: Prepare model for writing
9
9
  * - loadFromFiles: Load from pre-extracted ZIP data
10
10
  */
11
- import { type IEventEmitter } from "../../stream/index";
12
- import type { Workbook } from "../workbook";
13
- import type { ZipTimestampMode } from "../../archive/utils/timestamps";
11
+ import { type IEventEmitter } from "../../stream/index.js";
12
+ import type { Workbook } from "../workbook.js";
13
+ import type { ZipTimestampMode } from "../../archive/utils/timestamps.js";
14
14
  type StreamListener = Parameters<IEventEmitter["on"]>[1];
15
15
  interface EmitterLike {
16
16
  on(event: string, listener: StreamListener): this;
@@ -13,7 +13,7 @@
13
13
  * - writeBuffer: Write to buffer (Uint8Array)
14
14
  * - addMedia: Supports buffer, base64, and filename (via readFileAsync)
15
15
  */
16
- import { XLSX as XLSXBase } from "./xlsx.browser";
16
+ import { XLSX as XLSXBase } from "./xlsx.browser.js";
17
17
  declare class XLSX extends XLSXBase {
18
18
  constructor(workbook: any);
19
19
  private static iterateZipEntries;
@@ -4,7 +4,7 @@
4
4
  * Provides a base class for Transform streams.
5
5
  * Works identically in both browser and Node.js environments.
6
6
  */
7
- import { EventEmitter } from "./event-emitter";
7
+ import { EventEmitter } from "./event-emitter.js";
8
8
  export interface BaseTransformOptions {
9
9
  /** High water mark for backpressure */
10
10
  highWaterMark?: number;
@@ -4,7 +4,7 @@
4
4
  * A Duplex-like stream that manages internal buffering with chunk-based read/write operations.
5
5
  * Works identically in both browser and Node.js environments.
6
6
  */
7
- import { EventEmitter } from "./event-emitter";
7
+ import { EventEmitter } from "./event-emitter.js";
8
8
  /**
9
9
  * Represents a chunk of data with copy capabilities
10
10
  */
@@ -4,19 +4,19 @@
4
4
  * Mirrors [src/modules/stream/index.ts] but explicitly re-exports from
5
5
  * ./streams.browser so we can enforce index export-surface parity.
6
6
  */
7
- import type { ReadableStreamOptions, WritableStreamOptions, TransformStreamOptions, DuplexStreamOptions, PullStreamOptions, BufferedStreamOptions, TransformCallback, FlushCallback, WriteCallback, DestroyCallback, IEventEmitter, IReadable, IWritable, ITransform, IDuplex, IPullStream, IBufferedStream, IPassThrough, ICollector, DataChunk, EventListener, PipelineSource, PipelineTransform, PipelineDestination, ReadWriteBufferOptions } from "./types";
7
+ import type { ReadableStreamOptions, WritableStreamOptions, TransformStreamOptions, DuplexStreamOptions, PullStreamOptions, BufferedStreamOptions, TransformCallback, FlushCallback, WriteCallback, DestroyCallback, IEventEmitter, IReadable, IWritable, ITransform, IDuplex, IPullStream, IBufferedStream, IPassThrough, ICollector, DataChunk, EventListener, PipelineSource, PipelineTransform, PipelineDestination, ReadWriteBufferOptions } from "./types.js";
8
8
  export type { ReadableStreamOptions, WritableStreamOptions, TransformStreamOptions, DuplexStreamOptions, PullStreamOptions, BufferedStreamOptions, TransformCallback, FlushCallback, WriteCallback, DestroyCallback, IEventEmitter, IReadable, IWritable, ITransform, IDuplex, IPullStream, IBufferedStream, IPassThrough, ICollector, DataChunk, EventListener, PipelineSource, PipelineTransform, PipelineDestination, ReadWriteBufferOptions };
9
- import { Readable, Writable, Transform, Duplex, PassThrough, Collector, PullStream, BufferedStream, StringChunk, BufferChunk, createReadable, createWritable, createTransform, createCollector, createPassThrough, createPullStream, createBufferedStream, createReadableFromArray, createReadableFromAsyncIterable, createReadableFromGenerator, createReadableFromPromise, createDuplex, createEmptyReadable, createNullWritable, pipeline, finished, streamToPromise, streamToUint8Array, streamToBuffer, streamToString, drainStream, copyStream, addAbortSignal, compose, finishedAll, once, promisify, isReadable, isWritable, isTransform, isDuplex, isStream, isDestroyed, isDisturbed, isErrored, getDefaultHighWaterMark, setDefaultHighWaterMark, duplexPair, normalizeWritable as Writeable, consumers, promises } from "./streams.browser";
10
- import type { PipelineOptions, FinishedOptions } from "./streams.browser";
9
+ import { Readable, Writable, Transform, Duplex, PassThrough, Collector, PullStream, BufferedStream, StringChunk, BufferChunk, createReadable, createWritable, createTransform, createCollector, createPassThrough, createPullStream, createBufferedStream, createReadableFromArray, createReadableFromAsyncIterable, createReadableFromGenerator, createReadableFromPromise, createDuplex, createEmptyReadable, createNullWritable, pipeline, finished, streamToPromise, streamToUint8Array, streamToBuffer, streamToString, drainStream, copyStream, addAbortSignal, compose, finishedAll, once, promisify, isReadable, isWritable, isTransform, isDuplex, isStream, isDestroyed, isDisturbed, isErrored, getDefaultHighWaterMark, setDefaultHighWaterMark, duplexPair, normalizeWritable as Writeable, consumers, promises } from "./streams.browser.js";
10
+ import type { PipelineOptions, FinishedOptions } from "./streams.browser.js";
11
11
  export { Readable, Writable, Transform, Duplex, PassThrough, Collector, PullStream, BufferedStream, StringChunk, BufferChunk, createReadable, createWritable, createTransform, createCollector, createPassThrough, createPullStream, createBufferedStream, createReadableFromArray, createReadableFromAsyncIterable, createReadableFromGenerator, createReadableFromPromise, createDuplex, createEmptyReadable, createNullWritable, pipeline, finished, streamToPromise, streamToUint8Array, streamToBuffer, streamToString, drainStream, copyStream, addAbortSignal, compose, finishedAll, once, promisify, isReadable, isWritable, isTransform, isDuplex, isStream, isDestroyed, isDisturbed, isErrored, getDefaultHighWaterMark, setDefaultHighWaterMark, duplexPair, Writeable, consumers, promises };
12
12
  export type { PipelineOptions, FinishedOptions };
13
- import { EventEmitter } from "./event-emitter";
13
+ import { EventEmitter } from "./event-emitter.js";
14
14
  export { EventEmitter };
15
- import { ChunkedBuilder, TransactionalChunkedBuilder } from "./chunked-builder";
16
- import type { ChunkedBuilderOptions, BuilderSnapshot } from "./chunked-builder";
15
+ import { ChunkedBuilder, TransactionalChunkedBuilder } from "./chunked-builder.js";
16
+ import type { ChunkedBuilderOptions, BuilderSnapshot } from "./chunked-builder.js";
17
17
  export { ChunkedBuilder, TransactionalChunkedBuilder };
18
18
  export type { ChunkedBuilderOptions, BuilderSnapshot };
19
- import { textEncoder, textDecoder, stringToUint8Array, uint8ArrayToString, uint8ArrayEquals, uint8ArrayIndexOf, uint8ArraySlice, toUint8Array, bufferToString, concatUint8Arrays } from "./shared";
19
+ import { textEncoder, textDecoder, stringToUint8Array, uint8ArrayToString, uint8ArrayEquals, uint8ArrayIndexOf, uint8ArraySlice, toUint8Array, bufferToString, concatUint8Arrays } from "./shared.js";
20
20
  export { textEncoder, textDecoder, stringToUint8Array, uint8ArrayToString, uint8ArrayEquals, uint8ArrayIndexOf, uint8ArraySlice, toUint8Array, bufferToString, concatUint8Arrays };
21
- import { collect, text, json, bytes, fromString, fromJSON, fromBytes, transform, filter } from "./utils";
21
+ import { collect, text, json, bytes, fromString, fromJSON, fromBytes, transform, filter } from "./utils.js";
22
22
  export { collect, text, json, bytes, fromString, fromJSON, fromBytes, transform, filter };
@@ -19,7 +19,7 @@
19
19
  * pipeline,
20
20
  * createTransform,
21
21
  * streamToUint8Array
22
- * } from './modules/stream';
22
+ * } from './modules/stream.js';
23
23
  *
24
24
  * // Create a transform stream
25
25
  * const uppercase = createTransform<Uint8Array, Uint8Array>(chunk => {
@@ -31,19 +31,19 @@
31
31
  * await pipeline(readable, uppercase, writable);
32
32
  * ```
33
33
  */
34
- import type { ReadableStreamOptions, WritableStreamOptions, TransformStreamOptions, DuplexStreamOptions, PullStreamOptions, BufferedStreamOptions, TransformCallback, FlushCallback, WriteCallback, DestroyCallback, IEventEmitter, IReadable, IWritable, ITransform, IDuplex, IPullStream, IBufferedStream, IPassThrough, ICollector, DataChunk, EventListener, PipelineSource, PipelineTransform, PipelineDestination, ReadWriteBufferOptions } from "./types";
34
+ import type { ReadableStreamOptions, WritableStreamOptions, TransformStreamOptions, DuplexStreamOptions, PullStreamOptions, BufferedStreamOptions, TransformCallback, FlushCallback, WriteCallback, DestroyCallback, IEventEmitter, IReadable, IWritable, ITransform, IDuplex, IPullStream, IBufferedStream, IPassThrough, ICollector, DataChunk, EventListener, PipelineSource, PipelineTransform, PipelineDestination, ReadWriteBufferOptions } from "./types.js";
35
35
  export type { ReadableStreamOptions, WritableStreamOptions, TransformStreamOptions, DuplexStreamOptions, PullStreamOptions, BufferedStreamOptions, TransformCallback, FlushCallback, WriteCallback, DestroyCallback, IEventEmitter, IReadable, IWritable, ITransform, IDuplex, IPullStream, IBufferedStream, IPassThrough, ICollector, DataChunk, EventListener, PipelineSource, PipelineTransform, PipelineDestination, ReadWriteBufferOptions };
36
- import { Readable, Writable, Transform, Duplex, PassThrough, Collector, PullStream, BufferedStream, StringChunk, BufferChunk, createReadable, createWritable, createTransform, createCollector, createPassThrough, createPullStream, createBufferedStream, createReadableFromArray, createReadableFromAsyncIterable, createReadableFromGenerator, createReadableFromPromise, createDuplex, createEmptyReadable, createNullWritable, pipeline, finished, streamToPromise, streamToUint8Array, streamToBuffer, streamToString, drainStream, copyStream, addAbortSignal, compose, finishedAll, once, promisify, isReadable, isWritable, isTransform, isDuplex, isStream, isDestroyed, isDisturbed, isErrored, getDefaultHighWaterMark, setDefaultHighWaterMark, duplexPair, normalizeWritable as Writeable, consumers, promises } from "./streams";
37
- import type { PipelineOptions, FinishedOptions } from "./streams";
36
+ import { Readable, Writable, Transform, Duplex, PassThrough, Collector, PullStream, BufferedStream, StringChunk, BufferChunk, createReadable, createWritable, createTransform, createCollector, createPassThrough, createPullStream, createBufferedStream, createReadableFromArray, createReadableFromAsyncIterable, createReadableFromGenerator, createReadableFromPromise, createDuplex, createEmptyReadable, createNullWritable, pipeline, finished, streamToPromise, streamToUint8Array, streamToBuffer, streamToString, drainStream, copyStream, addAbortSignal, compose, finishedAll, once, promisify, isReadable, isWritable, isTransform, isDuplex, isStream, isDestroyed, isDisturbed, isErrored, getDefaultHighWaterMark, setDefaultHighWaterMark, duplexPair, normalizeWritable as Writeable, consumers, promises } from "./streams.js";
37
+ import type { PipelineOptions, FinishedOptions } from "./streams.js";
38
38
  export { Readable, Writable, Transform, Duplex, PassThrough, Collector, PullStream, BufferedStream, StringChunk, BufferChunk, createReadable, createWritable, createTransform, createCollector, createPassThrough, createPullStream, createBufferedStream, createReadableFromArray, createReadableFromAsyncIterable, createReadableFromGenerator, createReadableFromPromise, createDuplex, createEmptyReadable, createNullWritable, pipeline, finished, streamToPromise, streamToUint8Array, streamToBuffer, streamToString, drainStream, copyStream, addAbortSignal, compose, finishedAll, once, promisify, isReadable, isWritable, isTransform, isDuplex, isStream, isDestroyed, isDisturbed, isErrored, getDefaultHighWaterMark, setDefaultHighWaterMark, duplexPair, Writeable, consumers, promises };
39
39
  export type { PipelineOptions, FinishedOptions };
40
- import { EventEmitter } from "./event-emitter";
40
+ import { EventEmitter } from "./event-emitter.js";
41
41
  export { EventEmitter };
42
- import { ChunkedBuilder, TransactionalChunkedBuilder } from "./chunked-builder";
43
- import type { ChunkedBuilderOptions, BuilderSnapshot } from "./chunked-builder";
42
+ import { ChunkedBuilder, TransactionalChunkedBuilder } from "./chunked-builder.js";
43
+ import type { ChunkedBuilderOptions, BuilderSnapshot } from "./chunked-builder.js";
44
44
  export { ChunkedBuilder, TransactionalChunkedBuilder };
45
45
  export type { ChunkedBuilderOptions, BuilderSnapshot };
46
- import { textEncoder, textDecoder, stringToUint8Array, uint8ArrayToString, uint8ArrayEquals, uint8ArrayIndexOf, uint8ArraySlice, toUint8Array, bufferToString, concatUint8Arrays } from "./shared";
46
+ import { textEncoder, textDecoder, stringToUint8Array, uint8ArrayToString, uint8ArrayEquals, uint8ArrayIndexOf, uint8ArraySlice, toUint8Array, bufferToString, concatUint8Arrays } from "./shared.js";
47
47
  export { textEncoder, textDecoder, stringToUint8Array, uint8ArrayToString, uint8ArrayEquals, uint8ArrayIndexOf, uint8ArraySlice, toUint8Array, bufferToString, concatUint8Arrays };
48
- import { collect, text, json, bytes, fromString, fromJSON, fromBytes, transform, filter } from "./utils";
48
+ import { collect, text, json, bytes, fromString, fromJSON, fromBytes, transform, filter } from "./utils.js";
49
49
  export { collect, text, json, bytes, fromString, fromJSON, fromBytes, transform, filter };
@@ -4,7 +4,7 @@
4
4
  * A stream that allows pulling data from internal buffer with pattern matching.
5
5
  * Works identically in both browser and Node.js environments.
6
6
  */
7
- import { EventEmitter } from "./event-emitter";
7
+ import { EventEmitter } from "./event-emitter.js";
8
8
  export interface PullStreamOptions {
9
9
  /** Enable object mode */
10
10
  objectMode?: boolean;