@jadujoel/web-audio-clip-node 0.1.2 → 0.1.4

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 (311) hide show
  1. package/README.md +6 -8
  2. package/dist/audio/processor-code.d.ts +1 -1
  3. package/dist/audio/processor-code.js +1 -1
  4. package/dist/audio/processor-kernel.js +20 -6
  5. package/dist/audio/version.d.ts +1 -1
  6. package/dist/audio/version.js +1 -1
  7. package/dist/lib.bundle.js +3 -3
  8. package/dist/lib.bundle.js.map +3 -3
  9. package/dist/processor.js +2 -2
  10. package/dist/processor.js.map +3 -3
  11. package/examples/cdn-vanilla/README.md +1 -1
  12. package/examples/cdn-vanilla/index.html +2 -14
  13. package/examples/esm-bundler/README.md +3 -4
  14. package/examples/esm-bundler/bun.lock +15 -0
  15. package/examples/esm-bundler/index.html +1 -1
  16. package/examples/esm-bundler/{src/main.ts → main.ts} +2 -4
  17. package/examples/esm-bundler/package.json +3 -6
  18. package/package.json +1 -1
  19. package/examples/esm-bundler/node_modules/.package-lock.json +0 -1168
  20. package/examples/esm-bundler/node_modules/@esbuild/darwin-arm64/README.md +0 -3
  21. package/examples/esm-bundler/node_modules/@esbuild/darwin-arm64/bin/esbuild +0 -0
  22. package/examples/esm-bundler/node_modules/@esbuild/darwin-arm64/package.json +0 -20
  23. package/examples/esm-bundler/node_modules/@jadujoel/web-audio-clip-node/LICENSE +0 -21
  24. package/examples/esm-bundler/node_modules/@jadujoel/web-audio-clip-node/README.md +0 -91
  25. package/examples/esm-bundler/node_modules/@jadujoel/web-audio-clip-node/dist/audio/ClipNode.d.ts +0 -86
  26. package/examples/esm-bundler/node_modules/@jadujoel/web-audio-clip-node/dist/audio/ClipNode.js +0 -312
  27. package/examples/esm-bundler/node_modules/@jadujoel/web-audio-clip-node/dist/audio/processor-code.d.ts +0 -1
  28. package/examples/esm-bundler/node_modules/@jadujoel/web-audio-clip-node/dist/audio/processor-code.js +0 -2
  29. package/examples/esm-bundler/node_modules/@jadujoel/web-audio-clip-node/dist/audio/processor-kernel.d.ts +0 -43
  30. package/examples/esm-bundler/node_modules/@jadujoel/web-audio-clip-node/dist/audio/processor-kernel.js +0 -861
  31. package/examples/esm-bundler/node_modules/@jadujoel/web-audio-clip-node/dist/audio/processor.d.ts +0 -1
  32. package/examples/esm-bundler/node_modules/@jadujoel/web-audio-clip-node/dist/audio/processor.js +0 -80
  33. package/examples/esm-bundler/node_modules/@jadujoel/web-audio-clip-node/dist/audio/types.d.ts +0 -192
  34. package/examples/esm-bundler/node_modules/@jadujoel/web-audio-clip-node/dist/audio/types.js +0 -9
  35. package/examples/esm-bundler/node_modules/@jadujoel/web-audio-clip-node/dist/audio/utils.d.ts +0 -22
  36. package/examples/esm-bundler/node_modules/@jadujoel/web-audio-clip-node/dist/audio/utils.js +0 -128
  37. package/examples/esm-bundler/node_modules/@jadujoel/web-audio-clip-node/dist/audio/version.d.ts +0 -1
  38. package/examples/esm-bundler/node_modules/@jadujoel/web-audio-clip-node/dist/audio/version.js +0 -2
  39. package/examples/esm-bundler/node_modules/@jadujoel/web-audio-clip-node/dist/audio/workletUrl.d.ts +0 -6
  40. package/examples/esm-bundler/node_modules/@jadujoel/web-audio-clip-node/dist/audio/workletUrl.js +0 -17
  41. package/examples/esm-bundler/node_modules/@jadujoel/web-audio-clip-node/dist/components/AudioControl.d.ts +0 -28
  42. package/examples/esm-bundler/node_modules/@jadujoel/web-audio-clip-node/dist/components/AudioControl.js +0 -99
  43. package/examples/esm-bundler/node_modules/@jadujoel/web-audio-clip-node/dist/components/ContextMenu.d.ts +0 -17
  44. package/examples/esm-bundler/node_modules/@jadujoel/web-audio-clip-node/dist/components/ContextMenu.js +0 -73
  45. package/examples/esm-bundler/node_modules/@jadujoel/web-audio-clip-node/dist/components/ControlSection.d.ts +0 -26
  46. package/examples/esm-bundler/node_modules/@jadujoel/web-audio-clip-node/dist/components/ControlSection.js +0 -74
  47. package/examples/esm-bundler/node_modules/@jadujoel/web-audio-clip-node/dist/components/DetuneControl.d.ts +0 -10
  48. package/examples/esm-bundler/node_modules/@jadujoel/web-audio-clip-node/dist/components/DetuneControl.js +0 -44
  49. package/examples/esm-bundler/node_modules/@jadujoel/web-audio-clip-node/dist/components/DisplayPanel.d.ts +0 -14
  50. package/examples/esm-bundler/node_modules/@jadujoel/web-audio-clip-node/dist/components/DisplayPanel.js +0 -6
  51. package/examples/esm-bundler/node_modules/@jadujoel/web-audio-clip-node/dist/components/FilterControl.d.ts +0 -12
  52. package/examples/esm-bundler/node_modules/@jadujoel/web-audio-clip-node/dist/components/FilterControl.js +0 -48
  53. package/examples/esm-bundler/node_modules/@jadujoel/web-audio-clip-node/dist/components/GainControl.d.ts +0 -10
  54. package/examples/esm-bundler/node_modules/@jadujoel/web-audio-clip-node/dist/components/GainControl.js +0 -44
  55. package/examples/esm-bundler/node_modules/@jadujoel/web-audio-clip-node/dist/components/PanControl.d.ts +0 -10
  56. package/examples/esm-bundler/node_modules/@jadujoel/web-audio-clip-node/dist/components/PanControl.js +0 -50
  57. package/examples/esm-bundler/node_modules/@jadujoel/web-audio-clip-node/dist/components/PlaybackRateControl.d.ts +0 -10
  58. package/examples/esm-bundler/node_modules/@jadujoel/web-audio-clip-node/dist/components/PlaybackRateControl.js +0 -44
  59. package/examples/esm-bundler/node_modules/@jadujoel/web-audio-clip-node/dist/components/PlayheadSlider.d.ts +0 -13
  60. package/examples/esm-bundler/node_modules/@jadujoel/web-audio-clip-node/dist/components/PlayheadSlider.js +0 -20
  61. package/examples/esm-bundler/node_modules/@jadujoel/web-audio-clip-node/dist/components/SnappableSlider.d.ts +0 -18
  62. package/examples/esm-bundler/node_modules/@jadujoel/web-audio-clip-node/dist/components/SnappableSlider.js +0 -174
  63. package/examples/esm-bundler/node_modules/@jadujoel/web-audio-clip-node/dist/components/TransportButtons.d.ts +0 -14
  64. package/examples/esm-bundler/node_modules/@jadujoel/web-audio-clip-node/dist/components/TransportButtons.js +0 -9
  65. package/examples/esm-bundler/node_modules/@jadujoel/web-audio-clip-node/dist/controls/controlDefs.d.ts +0 -31
  66. package/examples/esm-bundler/node_modules/@jadujoel/web-audio-clip-node/dist/controls/controlDefs.js +0 -211
  67. package/examples/esm-bundler/node_modules/@jadujoel/web-audio-clip-node/dist/controls/formatValueText.d.ts +0 -2
  68. package/examples/esm-bundler/node_modules/@jadujoel/web-audio-clip-node/dist/controls/formatValueText.js +0 -80
  69. package/examples/esm-bundler/node_modules/@jadujoel/web-audio-clip-node/dist/controls/linkedControlPairs.d.ts +0 -20
  70. package/examples/esm-bundler/node_modules/@jadujoel/web-audio-clip-node/dist/controls/linkedControlPairs.js +0 -51
  71. package/examples/esm-bundler/node_modules/@jadujoel/web-audio-clip-node/dist/data/cache.d.ts +0 -1
  72. package/examples/esm-bundler/node_modules/@jadujoel/web-audio-clip-node/dist/data/cache.js +0 -17
  73. package/examples/esm-bundler/node_modules/@jadujoel/web-audio-clip-node/dist/data/fileStore.d.ts +0 -6
  74. package/examples/esm-bundler/node_modules/@jadujoel/web-audio-clip-node/dist/data/fileStore.js +0 -39
  75. package/examples/esm-bundler/node_modules/@jadujoel/web-audio-clip-node/dist/hooks/useClipNode.d.ts +0 -31
  76. package/examples/esm-bundler/node_modules/@jadujoel/web-audio-clip-node/dist/hooks/useClipNode.js +0 -338
  77. package/examples/esm-bundler/node_modules/@jadujoel/web-audio-clip-node/dist/lib-react.d.ts +0 -15
  78. package/examples/esm-bundler/node_modules/@jadujoel/web-audio-clip-node/dist/lib-react.js +0 -17
  79. package/examples/esm-bundler/node_modules/@jadujoel/web-audio-clip-node/dist/lib.d.ts +0 -16
  80. package/examples/esm-bundler/node_modules/@jadujoel/web-audio-clip-node/dist/lib.js +0 -16
  81. package/examples/esm-bundler/node_modules/@jadujoel/web-audio-clip-node/dist/processor.js +0 -4
  82. package/examples/esm-bundler/node_modules/@jadujoel/web-audio-clip-node/dist/processor.js.map +0 -12
  83. package/examples/esm-bundler/node_modules/@jadujoel/web-audio-clip-node/dist/store/clipStore.d.ts +0 -63
  84. package/examples/esm-bundler/node_modules/@jadujoel/web-audio-clip-node/dist/store/clipStore.js +0 -71
  85. package/examples/esm-bundler/node_modules/@jadujoel/web-audio-clip-node/dist/styles.css +0 -739
  86. package/examples/esm-bundler/node_modules/@jadujoel/web-audio-clip-node/examples/README.md +0 -10
  87. package/examples/esm-bundler/node_modules/@jadujoel/web-audio-clip-node/examples/cdn-vanilla/README.md +0 -13
  88. package/examples/esm-bundler/node_modules/@jadujoel/web-audio-clip-node/examples/cdn-vanilla/index.html +0 -61
  89. package/examples/esm-bundler/node_modules/@jadujoel/web-audio-clip-node/examples/esm-bundler/README.md +0 -8
  90. package/examples/esm-bundler/node_modules/@jadujoel/web-audio-clip-node/examples/esm-bundler/index.html +0 -12
  91. package/examples/esm-bundler/node_modules/@jadujoel/web-audio-clip-node/examples/esm-bundler/package.json +0 -15
  92. package/examples/esm-bundler/node_modules/@jadujoel/web-audio-clip-node/examples/esm-bundler/src/main.ts +0 -43
  93. package/examples/esm-bundler/node_modules/@jadujoel/web-audio-clip-node/examples/react/README.md +0 -10
  94. package/examples/esm-bundler/node_modules/@jadujoel/web-audio-clip-node/examples/react/index.html +0 -12
  95. package/examples/esm-bundler/node_modules/@jadujoel/web-audio-clip-node/examples/react/package.json +0 -21
  96. package/examples/esm-bundler/node_modules/@jadujoel/web-audio-clip-node/examples/react/src/App.tsx +0 -20
  97. package/examples/esm-bundler/node_modules/@jadujoel/web-audio-clip-node/examples/react/src/main.tsx +0 -9
  98. package/examples/esm-bundler/node_modules/@jadujoel/web-audio-clip-node/examples/react/vite.config.ts +0 -6
  99. package/examples/esm-bundler/node_modules/@jadujoel/web-audio-clip-node/examples/self-hosted/README.md +0 -11
  100. package/examples/esm-bundler/node_modules/@jadujoel/web-audio-clip-node/examples/self-hosted/index.html +0 -12
  101. package/examples/esm-bundler/node_modules/@jadujoel/web-audio-clip-node/examples/self-hosted/package.json +0 -16
  102. package/examples/esm-bundler/node_modules/@jadujoel/web-audio-clip-node/examples/self-hosted/public/.gitkeep +0 -1
  103. package/examples/esm-bundler/node_modules/@jadujoel/web-audio-clip-node/examples/self-hosted/src/main.ts +0 -46
  104. package/examples/esm-bundler/node_modules/@jadujoel/web-audio-clip-node/package.json +0 -88
  105. package/examples/esm-bundler/node_modules/@rollup/rollup-darwin-arm64/README.md +0 -3
  106. package/examples/esm-bundler/node_modules/@rollup/rollup-darwin-arm64/package.json +0 -22
  107. package/examples/esm-bundler/node_modules/@rollup/rollup-darwin-arm64/rollup.darwin-arm64.node +0 -0
  108. package/examples/esm-bundler/node_modules/@types/estree/LICENSE +0 -21
  109. package/examples/esm-bundler/node_modules/@types/estree/README.md +0 -15
  110. package/examples/esm-bundler/node_modules/@types/estree/flow.d.ts +0 -167
  111. package/examples/esm-bundler/node_modules/@types/estree/index.d.ts +0 -694
  112. package/examples/esm-bundler/node_modules/@types/estree/package.json +0 -27
  113. package/examples/esm-bundler/node_modules/esbuild/LICENSE.md +0 -21
  114. package/examples/esm-bundler/node_modules/esbuild/README.md +0 -3
  115. package/examples/esm-bundler/node_modules/esbuild/bin/esbuild +0 -0
  116. package/examples/esm-bundler/node_modules/esbuild/install.js +0 -289
  117. package/examples/esm-bundler/node_modules/esbuild/lib/main.d.ts +0 -716
  118. package/examples/esm-bundler/node_modules/esbuild/lib/main.js +0 -2242
  119. package/examples/esm-bundler/node_modules/esbuild/package.json +0 -49
  120. package/examples/esm-bundler/node_modules/fdir/LICENSE +0 -7
  121. package/examples/esm-bundler/node_modules/fdir/README.md +0 -91
  122. package/examples/esm-bundler/node_modules/fdir/dist/index.cjs +0 -588
  123. package/examples/esm-bundler/node_modules/fdir/dist/index.d.cts +0 -155
  124. package/examples/esm-bundler/node_modules/fdir/dist/index.d.mts +0 -155
  125. package/examples/esm-bundler/node_modules/fdir/dist/index.mjs +0 -570
  126. package/examples/esm-bundler/node_modules/fdir/package.json +0 -103
  127. package/examples/esm-bundler/node_modules/nanoid/LICENSE +0 -20
  128. package/examples/esm-bundler/node_modules/nanoid/README.md +0 -39
  129. package/examples/esm-bundler/node_modules/nanoid/async/index.browser.cjs +0 -69
  130. package/examples/esm-bundler/node_modules/nanoid/async/index.browser.js +0 -34
  131. package/examples/esm-bundler/node_modules/nanoid/async/index.cjs +0 -71
  132. package/examples/esm-bundler/node_modules/nanoid/async/index.d.ts +0 -56
  133. package/examples/esm-bundler/node_modules/nanoid/async/index.js +0 -35
  134. package/examples/esm-bundler/node_modules/nanoid/async/index.native.js +0 -26
  135. package/examples/esm-bundler/node_modules/nanoid/async/package.json +0 -12
  136. package/examples/esm-bundler/node_modules/nanoid/bin/nanoid.cjs +0 -55
  137. package/examples/esm-bundler/node_modules/nanoid/index.browser.cjs +0 -72
  138. package/examples/esm-bundler/node_modules/nanoid/index.browser.js +0 -34
  139. package/examples/esm-bundler/node_modules/nanoid/index.cjs +0 -85
  140. package/examples/esm-bundler/node_modules/nanoid/index.d.cts +0 -91
  141. package/examples/esm-bundler/node_modules/nanoid/index.d.ts +0 -91
  142. package/examples/esm-bundler/node_modules/nanoid/index.js +0 -45
  143. package/examples/esm-bundler/node_modules/nanoid/nanoid.js +0 -1
  144. package/examples/esm-bundler/node_modules/nanoid/non-secure/index.cjs +0 -34
  145. package/examples/esm-bundler/node_modules/nanoid/non-secure/index.d.ts +0 -33
  146. package/examples/esm-bundler/node_modules/nanoid/non-secure/index.js +0 -21
  147. package/examples/esm-bundler/node_modules/nanoid/non-secure/package.json +0 -6
  148. package/examples/esm-bundler/node_modules/nanoid/package.json +0 -89
  149. package/examples/esm-bundler/node_modules/nanoid/url-alphabet/index.cjs +0 -7
  150. package/examples/esm-bundler/node_modules/nanoid/url-alphabet/index.js +0 -3
  151. package/examples/esm-bundler/node_modules/nanoid/url-alphabet/package.json +0 -6
  152. package/examples/esm-bundler/node_modules/picocolors/LICENSE +0 -15
  153. package/examples/esm-bundler/node_modules/picocolors/README.md +0 -21
  154. package/examples/esm-bundler/node_modules/picocolors/package.json +0 -25
  155. package/examples/esm-bundler/node_modules/picocolors/picocolors.browser.js +0 -4
  156. package/examples/esm-bundler/node_modules/picocolors/picocolors.d.ts +0 -5
  157. package/examples/esm-bundler/node_modules/picocolors/picocolors.js +0 -75
  158. package/examples/esm-bundler/node_modules/picocolors/types.d.ts +0 -51
  159. package/examples/esm-bundler/node_modules/picomatch/LICENSE +0 -21
  160. package/examples/esm-bundler/node_modules/picomatch/README.md +0 -749
  161. package/examples/esm-bundler/node_modules/picomatch/index.js +0 -17
  162. package/examples/esm-bundler/node_modules/picomatch/lib/constants.js +0 -184
  163. package/examples/esm-bundler/node_modules/picomatch/lib/parse.js +0 -1386
  164. package/examples/esm-bundler/node_modules/picomatch/lib/picomatch.js +0 -349
  165. package/examples/esm-bundler/node_modules/picomatch/lib/scan.js +0 -391
  166. package/examples/esm-bundler/node_modules/picomatch/lib/utils.js +0 -72
  167. package/examples/esm-bundler/node_modules/picomatch/package.json +0 -82
  168. package/examples/esm-bundler/node_modules/picomatch/posix.js +0 -3
  169. package/examples/esm-bundler/node_modules/postcss/LICENSE +0 -20
  170. package/examples/esm-bundler/node_modules/postcss/README.md +0 -28
  171. package/examples/esm-bundler/node_modules/postcss/lib/at-rule.d.ts +0 -139
  172. package/examples/esm-bundler/node_modules/postcss/lib/at-rule.js +0 -25
  173. package/examples/esm-bundler/node_modules/postcss/lib/comment.d.ts +0 -67
  174. package/examples/esm-bundler/node_modules/postcss/lib/comment.js +0 -13
  175. package/examples/esm-bundler/node_modules/postcss/lib/container.d.ts +0 -478
  176. package/examples/esm-bundler/node_modules/postcss/lib/container.js +0 -447
  177. package/examples/esm-bundler/node_modules/postcss/lib/css-syntax-error.d.ts +0 -247
  178. package/examples/esm-bundler/node_modules/postcss/lib/css-syntax-error.js +0 -133
  179. package/examples/esm-bundler/node_modules/postcss/lib/declaration.d.ts +0 -150
  180. package/examples/esm-bundler/node_modules/postcss/lib/declaration.js +0 -24
  181. package/examples/esm-bundler/node_modules/postcss/lib/document.d.ts +0 -68
  182. package/examples/esm-bundler/node_modules/postcss/lib/document.js +0 -33
  183. package/examples/esm-bundler/node_modules/postcss/lib/fromJSON.d.ts +0 -9
  184. package/examples/esm-bundler/node_modules/postcss/lib/fromJSON.js +0 -54
  185. package/examples/esm-bundler/node_modules/postcss/lib/input.d.ts +0 -226
  186. package/examples/esm-bundler/node_modules/postcss/lib/input.js +0 -273
  187. package/examples/esm-bundler/node_modules/postcss/lib/lazy-result.d.ts +0 -189
  188. package/examples/esm-bundler/node_modules/postcss/lib/lazy-result.js +0 -550
  189. package/examples/esm-bundler/node_modules/postcss/lib/list.d.ts +0 -60
  190. package/examples/esm-bundler/node_modules/postcss/lib/list.js +0 -58
  191. package/examples/esm-bundler/node_modules/postcss/lib/map-generator.js +0 -376
  192. package/examples/esm-bundler/node_modules/postcss/lib/no-work-result.d.ts +0 -45
  193. package/examples/esm-bundler/node_modules/postcss/lib/no-work-result.js +0 -137
  194. package/examples/esm-bundler/node_modules/postcss/lib/node.d.ts +0 -555
  195. package/examples/esm-bundler/node_modules/postcss/lib/node.js +0 -449
  196. package/examples/esm-bundler/node_modules/postcss/lib/parse.d.ts +0 -9
  197. package/examples/esm-bundler/node_modules/postcss/lib/parse.js +0 -42
  198. package/examples/esm-bundler/node_modules/postcss/lib/parser.js +0 -611
  199. package/examples/esm-bundler/node_modules/postcss/lib/postcss.d.mts +0 -66
  200. package/examples/esm-bundler/node_modules/postcss/lib/postcss.d.ts +0 -456
  201. package/examples/esm-bundler/node_modules/postcss/lib/postcss.js +0 -101
  202. package/examples/esm-bundler/node_modules/postcss/lib/postcss.mjs +0 -30
  203. package/examples/esm-bundler/node_modules/postcss/lib/previous-map.d.ts +0 -80
  204. package/examples/esm-bundler/node_modules/postcss/lib/previous-map.js +0 -145
  205. package/examples/esm-bundler/node_modules/postcss/lib/processor.d.ts +0 -114
  206. package/examples/esm-bundler/node_modules/postcss/lib/processor.js +0 -67
  207. package/examples/esm-bundler/node_modules/postcss/lib/result.d.ts +0 -204
  208. package/examples/esm-bundler/node_modules/postcss/lib/result.js +0 -42
  209. package/examples/esm-bundler/node_modules/postcss/lib/root.d.ts +0 -86
  210. package/examples/esm-bundler/node_modules/postcss/lib/root.js +0 -61
  211. package/examples/esm-bundler/node_modules/postcss/lib/rule.d.ts +0 -126
  212. package/examples/esm-bundler/node_modules/postcss/lib/rule.js +0 -27
  213. package/examples/esm-bundler/node_modules/postcss/lib/stringifier.d.ts +0 -45
  214. package/examples/esm-bundler/node_modules/postcss/lib/stringifier.js +0 -353
  215. package/examples/esm-bundler/node_modules/postcss/lib/stringify.d.ts +0 -9
  216. package/examples/esm-bundler/node_modules/postcss/lib/stringify.js +0 -11
  217. package/examples/esm-bundler/node_modules/postcss/lib/symbols.js +0 -5
  218. package/examples/esm-bundler/node_modules/postcss/lib/terminal-highlight.js +0 -70
  219. package/examples/esm-bundler/node_modules/postcss/lib/tokenize.js +0 -266
  220. package/examples/esm-bundler/node_modules/postcss/lib/warn-once.js +0 -13
  221. package/examples/esm-bundler/node_modules/postcss/lib/warning.d.ts +0 -146
  222. package/examples/esm-bundler/node_modules/postcss/lib/warning.js +0 -37
  223. package/examples/esm-bundler/node_modules/postcss/package.json +0 -88
  224. package/examples/esm-bundler/node_modules/rollup/LICENSE.md +0 -679
  225. package/examples/esm-bundler/node_modules/rollup/README.md +0 -134
  226. package/examples/esm-bundler/node_modules/rollup/dist/bin/rollup +0 -1912
  227. package/examples/esm-bundler/node_modules/rollup/dist/es/getLogFilter.js +0 -64
  228. package/examples/esm-bundler/node_modules/rollup/dist/es/package.json +0 -1
  229. package/examples/esm-bundler/node_modules/rollup/dist/es/parseAst.js +0 -12
  230. package/examples/esm-bundler/node_modules/rollup/dist/es/rollup.js +0 -17
  231. package/examples/esm-bundler/node_modules/rollup/dist/es/shared/node-entry.js +0 -24463
  232. package/examples/esm-bundler/node_modules/rollup/dist/es/shared/parseAst.js +0 -2124
  233. package/examples/esm-bundler/node_modules/rollup/dist/es/shared/watch.js +0 -9909
  234. package/examples/esm-bundler/node_modules/rollup/dist/getLogFilter.d.ts +0 -5
  235. package/examples/esm-bundler/node_modules/rollup/dist/getLogFilter.js +0 -69
  236. package/examples/esm-bundler/node_modules/rollup/dist/loadConfigFile.d.ts +0 -20
  237. package/examples/esm-bundler/node_modules/rollup/dist/loadConfigFile.js +0 -29
  238. package/examples/esm-bundler/node_modules/rollup/dist/native.js +0 -161
  239. package/examples/esm-bundler/node_modules/rollup/dist/parseAst.d.ts +0 -4
  240. package/examples/esm-bundler/node_modules/rollup/dist/parseAst.js +0 -22
  241. package/examples/esm-bundler/node_modules/rollup/dist/rollup.d.ts +0 -1225
  242. package/examples/esm-bundler/node_modules/rollup/dist/rollup.js +0 -127
  243. package/examples/esm-bundler/node_modules/rollup/dist/shared/fsevents-importer.js +0 -37
  244. package/examples/esm-bundler/node_modules/rollup/dist/shared/index.js +0 -9615
  245. package/examples/esm-bundler/node_modules/rollup/dist/shared/loadConfigFile.js +0 -572
  246. package/examples/esm-bundler/node_modules/rollup/dist/shared/parseAst.js +0 -2361
  247. package/examples/esm-bundler/node_modules/rollup/dist/shared/rollup.js +0 -24385
  248. package/examples/esm-bundler/node_modules/rollup/dist/shared/watch-cli.js +0 -542
  249. package/examples/esm-bundler/node_modules/rollup/dist/shared/watch.js +0 -324
  250. package/examples/esm-bundler/node_modules/rollup/package.json +0 -289
  251. package/examples/esm-bundler/node_modules/source-map-js/LICENSE +0 -28
  252. package/examples/esm-bundler/node_modules/source-map-js/README.md +0 -765
  253. package/examples/esm-bundler/node_modules/source-map-js/lib/array-set.js +0 -121
  254. package/examples/esm-bundler/node_modules/source-map-js/lib/base64-vlq.js +0 -140
  255. package/examples/esm-bundler/node_modules/source-map-js/lib/base64.js +0 -67
  256. package/examples/esm-bundler/node_modules/source-map-js/lib/binary-search.js +0 -111
  257. package/examples/esm-bundler/node_modules/source-map-js/lib/mapping-list.js +0 -79
  258. package/examples/esm-bundler/node_modules/source-map-js/lib/quick-sort.js +0 -132
  259. package/examples/esm-bundler/node_modules/source-map-js/lib/source-map-consumer.d.ts +0 -1
  260. package/examples/esm-bundler/node_modules/source-map-js/lib/source-map-consumer.js +0 -1188
  261. package/examples/esm-bundler/node_modules/source-map-js/lib/source-map-generator.d.ts +0 -1
  262. package/examples/esm-bundler/node_modules/source-map-js/lib/source-map-generator.js +0 -444
  263. package/examples/esm-bundler/node_modules/source-map-js/lib/source-node.d.ts +0 -1
  264. package/examples/esm-bundler/node_modules/source-map-js/lib/source-node.js +0 -413
  265. package/examples/esm-bundler/node_modules/source-map-js/lib/util.js +0 -594
  266. package/examples/esm-bundler/node_modules/source-map-js/package.json +0 -71
  267. package/examples/esm-bundler/node_modules/source-map-js/source-map.d.ts +0 -104
  268. package/examples/esm-bundler/node_modules/source-map-js/source-map.js +0 -8
  269. package/examples/esm-bundler/node_modules/tinyglobby/LICENSE +0 -21
  270. package/examples/esm-bundler/node_modules/tinyglobby/README.md +0 -25
  271. package/examples/esm-bundler/node_modules/tinyglobby/dist/index.cjs +0 -334
  272. package/examples/esm-bundler/node_modules/tinyglobby/dist/index.d.cts +0 -148
  273. package/examples/esm-bundler/node_modules/tinyglobby/dist/index.d.mts +0 -148
  274. package/examples/esm-bundler/node_modules/tinyglobby/dist/index.mjs +0 -306
  275. package/examples/esm-bundler/node_modules/tinyglobby/package.json +0 -73
  276. package/examples/esm-bundler/node_modules/vite/LICENSE.md +0 -2406
  277. package/examples/esm-bundler/node_modules/vite/README.md +0 -20
  278. package/examples/esm-bundler/node_modules/vite/bin/openChrome.applescript +0 -95
  279. package/examples/esm-bundler/node_modules/vite/bin/vite.js +0 -79
  280. package/examples/esm-bundler/node_modules/vite/client.d.ts +0 -279
  281. package/examples/esm-bundler/node_modules/vite/dist/client/client.mjs +0 -1134
  282. package/examples/esm-bundler/node_modules/vite/dist/client/env.mjs +0 -24
  283. package/examples/esm-bundler/node_modules/vite/dist/node/chunks/dep-3RmXg9uo.js +0 -553
  284. package/examples/esm-bundler/node_modules/vite/dist/node/chunks/dep-4-IQbZQm.js +0 -822
  285. package/examples/esm-bundler/node_modules/vite/dist/node/chunks/dep-CvfTChi5.js +0 -8218
  286. package/examples/esm-bundler/node_modules/vite/dist/node/chunks/dep-Dq2t6Dq0.js +0 -49565
  287. package/examples/esm-bundler/node_modules/vite/dist/node/chunks/dep-lpEPC2f9.js +0 -7113
  288. package/examples/esm-bundler/node_modules/vite/dist/node/cli.js +0 -949
  289. package/examples/esm-bundler/node_modules/vite/dist/node/constants.js +0 -149
  290. package/examples/esm-bundler/node_modules/vite/dist/node/index.d.ts +0 -4227
  291. package/examples/esm-bundler/node_modules/vite/dist/node/index.js +0 -194
  292. package/examples/esm-bundler/node_modules/vite/dist/node/module-runner.d.ts +0 -290
  293. package/examples/esm-bundler/node_modules/vite/dist/node/module-runner.js +0 -1311
  294. package/examples/esm-bundler/node_modules/vite/dist/node/moduleRunnerTransport.d-DJ_mE5sf.d.ts +0 -87
  295. package/examples/esm-bundler/node_modules/vite/dist/node-cjs/publicUtils.cjs +0 -3987
  296. package/examples/esm-bundler/node_modules/vite/index.cjs +0 -96
  297. package/examples/esm-bundler/node_modules/vite/index.d.cts +0 -6
  298. package/examples/esm-bundler/node_modules/vite/misc/false.js +0 -1
  299. package/examples/esm-bundler/node_modules/vite/misc/true.js +0 -1
  300. package/examples/esm-bundler/node_modules/vite/package.json +0 -204
  301. package/examples/esm-bundler/node_modules/vite/types/customEvent.d.ts +0 -45
  302. package/examples/esm-bundler/node_modules/vite/types/hmrPayload.d.ts +0 -74
  303. package/examples/esm-bundler/node_modules/vite/types/hot.d.ts +0 -39
  304. package/examples/esm-bundler/node_modules/vite/types/import-meta.d.ts +0 -5
  305. package/examples/esm-bundler/node_modules/vite/types/importGlob.d.ts +0 -75
  306. package/examples/esm-bundler/node_modules/vite/types/importMeta.d.ts +0 -31
  307. package/examples/esm-bundler/node_modules/vite/types/internal/cssPreprocessorOptions.d.ts +0 -63
  308. package/examples/esm-bundler/node_modules/vite/types/internal/lightningcssOptions.d.ts +0 -18
  309. package/examples/esm-bundler/node_modules/vite/types/metadata.d.ts +0 -35
  310. package/examples/esm-bundler/node_modules/vite/types/package.json +0 -4
  311. package/examples/esm-bundler/package-lock.json +0 -1127
@@ -1,133 +0,0 @@
1
- 'use strict'
2
-
3
- let pico = require('picocolors')
4
-
5
- let terminalHighlight = require('./terminal-highlight')
6
-
7
- class CssSyntaxError extends Error {
8
- constructor(message, line, column, source, file, plugin) {
9
- super(message)
10
- this.name = 'CssSyntaxError'
11
- this.reason = message
12
-
13
- if (file) {
14
- this.file = file
15
- }
16
- if (source) {
17
- this.source = source
18
- }
19
- if (plugin) {
20
- this.plugin = plugin
21
- }
22
- if (typeof line !== 'undefined' && typeof column !== 'undefined') {
23
- if (typeof line === 'number') {
24
- this.line = line
25
- this.column = column
26
- } else {
27
- this.line = line.line
28
- this.column = line.column
29
- this.endLine = column.line
30
- this.endColumn = column.column
31
- }
32
- }
33
-
34
- this.setMessage()
35
-
36
- if (Error.captureStackTrace) {
37
- Error.captureStackTrace(this, CssSyntaxError)
38
- }
39
- }
40
-
41
- setMessage() {
42
- this.message = this.plugin ? this.plugin + ': ' : ''
43
- this.message += this.file ? this.file : '<css input>'
44
- if (typeof this.line !== 'undefined') {
45
- this.message += ':' + this.line + ':' + this.column
46
- }
47
- this.message += ': ' + this.reason
48
- }
49
-
50
- showSourceCode(color) {
51
- if (!this.source) return ''
52
-
53
- let css = this.source
54
- if (color == null) color = pico.isColorSupported
55
-
56
- let aside = text => text
57
- let mark = text => text
58
- let highlight = text => text
59
- if (color) {
60
- let { bold, gray, red } = pico.createColors(true)
61
- mark = text => bold(red(text))
62
- aside = text => gray(text)
63
- if (terminalHighlight) {
64
- highlight = text => terminalHighlight(text)
65
- }
66
- }
67
-
68
- let lines = css.split(/\r?\n/)
69
- let start = Math.max(this.line - 3, 0)
70
- let end = Math.min(this.line + 2, lines.length)
71
- let maxWidth = String(end).length
72
-
73
- return lines
74
- .slice(start, end)
75
- .map((line, index) => {
76
- let number = start + 1 + index
77
- let gutter = ' ' + (' ' + number).slice(-maxWidth) + ' | '
78
- if (number === this.line) {
79
- if (line.length > 160) {
80
- let padding = 20
81
- let subLineStart = Math.max(0, this.column - padding)
82
- let subLineEnd = Math.max(
83
- this.column + padding,
84
- this.endColumn + padding
85
- )
86
- let subLine = line.slice(subLineStart, subLineEnd)
87
-
88
- let spacing =
89
- aside(gutter.replace(/\d/g, ' ')) +
90
- line
91
- .slice(0, Math.min(this.column - 1, padding - 1))
92
- .replace(/[^\t]/g, ' ')
93
-
94
- return (
95
- mark('>') +
96
- aside(gutter) +
97
- highlight(subLine) +
98
- '\n ' +
99
- spacing +
100
- mark('^')
101
- )
102
- }
103
-
104
- let spacing =
105
- aside(gutter.replace(/\d/g, ' ')) +
106
- line.slice(0, this.column - 1).replace(/[^\t]/g, ' ')
107
-
108
- return (
109
- mark('>') +
110
- aside(gutter) +
111
- highlight(line) +
112
- '\n ' +
113
- spacing +
114
- mark('^')
115
- )
116
- }
117
-
118
- return ' ' + aside(gutter) + highlight(line)
119
- })
120
- .join('\n')
121
- }
122
-
123
- toString() {
124
- let code = this.showSourceCode()
125
- if (code) {
126
- code = '\n\n' + code + '\n'
127
- }
128
- return this.name + ': ' + this.message + code
129
- }
130
- }
131
-
132
- module.exports = CssSyntaxError
133
- CssSyntaxError.default = CssSyntaxError
@@ -1,150 +0,0 @@
1
- import { ContainerWithChildren } from './container.js'
2
- import Node from './node.js'
3
-
4
- declare namespace Declaration {
5
- export interface DeclarationRaws extends Record<string, unknown> {
6
- /**
7
- * The space symbols before the node. It also stores `*`
8
- * and `_` symbols before the declaration (IE hack).
9
- */
10
- before?: string
11
-
12
- /**
13
- * The symbols between the property and value for declarations.
14
- */
15
- between?: string
16
-
17
- /**
18
- * The content of the important statement, if it is not just `!important`.
19
- */
20
- important?: string
21
-
22
- /**
23
- * Declaration value with comments.
24
- */
25
- value?: {
26
- raw: string
27
- value: string
28
- }
29
- }
30
-
31
- export interface DeclarationProps {
32
- /** Whether the declaration has an `!important` annotation. */
33
- important?: boolean
34
- /** Name of the declaration. */
35
- prop: string
36
- /** Information used to generate byte-to-byte equal node string as it was in the origin input. */
37
- raws?: DeclarationRaws
38
- /** Value of the declaration. */
39
- value: string
40
- }
41
-
42
- export { Declaration_ as default }
43
- }
44
-
45
- /**
46
- * It represents a class that handles
47
- * [CSS declarations](https://developer.mozilla.org/en-US/docs/Web/CSS/Syntax#css_declarations)
48
- *
49
- * ```js
50
- * Once (root, { Declaration }) {
51
- * const color = new Declaration({ prop: 'color', value: 'black' })
52
- * root.append(color)
53
- * }
54
- * ```
55
- *
56
- * ```js
57
- * const root = postcss.parse('a { color: black }')
58
- * const decl = root.first?.first
59
- *
60
- * decl.type //=> 'decl'
61
- * decl.toString() //=> ' color: black'
62
- * ```
63
- */
64
- declare class Declaration_ extends Node {
65
- parent: ContainerWithChildren | undefined
66
- raws: Declaration.DeclarationRaws
67
-
68
- type: 'decl'
69
-
70
- /**
71
- * It represents a specificity of the declaration.
72
- *
73
- * If true, the CSS declaration will have an
74
- * [important](https://developer.mozilla.org/en-US/docs/Web/CSS/important)
75
- * specifier.
76
- *
77
- * ```js
78
- * const root = postcss.parse('a { color: black !important; color: red }')
79
- *
80
- * root.first.first.important //=> true
81
- * root.first.last.important //=> undefined
82
- * ```
83
- */
84
- get important(): boolean
85
- set important(value: boolean)
86
-
87
- /**
88
- * The property name for a CSS declaration.
89
- *
90
- * ```js
91
- * const root = postcss.parse('a { color: black }')
92
- * const decl = root.first.first
93
- *
94
- * decl.prop //=> 'color'
95
- * ```
96
- */
97
- get prop(): string
98
-
99
- set prop(value: string)
100
-
101
- /**
102
- * The property value for a CSS declaration.
103
- *
104
- * Any CSS comments inside the value string will be filtered out.
105
- * CSS comments present in the source value will be available in
106
- * the `raws` property.
107
- *
108
- * Assigning new `value` would ignore the comments in `raws`
109
- * property while compiling node to string.
110
- *
111
- * ```js
112
- * const root = postcss.parse('a { color: black }')
113
- * const decl = root.first.first
114
- *
115
- * decl.value //=> 'black'
116
- * ```
117
- */
118
- get value(): string
119
- set value(value: string)
120
-
121
- /**
122
- * It represents a getter that returns `true` if a declaration starts with
123
- * `--` or `$`, which are used to declare variables in CSS and SASS/SCSS.
124
- *
125
- * ```js
126
- * const root = postcss.parse(':root { --one: 1 }')
127
- * const one = root.first.first
128
- *
129
- * one.variable //=> true
130
- * ```
131
- *
132
- * ```js
133
- * const root = postcss.parse('$one: 1')
134
- * const one = root.first
135
- *
136
- * one.variable //=> true
137
- * ```
138
- */
139
- get variable(): boolean
140
- constructor(defaults?: Declaration.DeclarationProps)
141
-
142
- assign(overrides: Declaration.DeclarationProps | object): this
143
- clone(overrides?: Partial<Declaration.DeclarationProps>): this
144
- cloneAfter(overrides?: Partial<Declaration.DeclarationProps>): this
145
- cloneBefore(overrides?: Partial<Declaration.DeclarationProps>): this
146
- }
147
-
148
- declare class Declaration extends Declaration_ {}
149
-
150
- export = Declaration
@@ -1,24 +0,0 @@
1
- 'use strict'
2
-
3
- let Node = require('./node')
4
-
5
- class Declaration extends Node {
6
- get variable() {
7
- return this.prop.startsWith('--') || this.prop[0] === '$'
8
- }
9
-
10
- constructor(defaults) {
11
- if (
12
- defaults &&
13
- typeof defaults.value !== 'undefined' &&
14
- typeof defaults.value !== 'string'
15
- ) {
16
- defaults = { ...defaults, value: String(defaults.value) }
17
- }
18
- super(defaults)
19
- this.type = 'decl'
20
- }
21
- }
22
-
23
- module.exports = Declaration
24
- Declaration.default = Declaration
@@ -1,68 +0,0 @@
1
- import Container, { ContainerProps } from './container.js'
2
- import { ProcessOptions } from './postcss.js'
3
- import Result from './result.js'
4
- import Root from './root.js'
5
-
6
- declare namespace Document {
7
- export interface DocumentProps extends ContainerProps {
8
- nodes?: readonly Root[]
9
-
10
- /**
11
- * Information to generate byte-to-byte equal node string as it was
12
- * in the origin input.
13
- *
14
- * Every parser saves its own properties.
15
- */
16
- raws?: Record<string, any>
17
- }
18
-
19
- export { Document_ as default }
20
- }
21
-
22
- /**
23
- * Represents a file and contains all its parsed nodes.
24
- *
25
- * **Experimental:** some aspects of this node could change within minor
26
- * or patch version releases.
27
- *
28
- * ```js
29
- * const document = htmlParser(
30
- * '<html><style>a{color:black}</style><style>b{z-index:2}</style>'
31
- * )
32
- * document.type //=> 'document'
33
- * document.nodes.length //=> 2
34
- * ```
35
- */
36
- declare class Document_ extends Container<Root> {
37
- nodes: Root[]
38
- parent: undefined
39
- type: 'document'
40
-
41
- constructor(defaults?: Document.DocumentProps)
42
-
43
- assign(overrides: Document.DocumentProps | object): this
44
- clone(overrides?: Partial<Document.DocumentProps>): this
45
- cloneAfter(overrides?: Partial<Document.DocumentProps>): this
46
- cloneBefore(overrides?: Partial<Document.DocumentProps>): this
47
-
48
- /**
49
- * Returns a `Result` instance representing the document’s CSS roots.
50
- *
51
- * ```js
52
- * const root1 = postcss.parse(css1, { from: 'a.css' })
53
- * const root2 = postcss.parse(css2, { from: 'b.css' })
54
- * const document = postcss.document()
55
- * document.append(root1)
56
- * document.append(root2)
57
- * const result = document.toResult({ to: 'all.css', map: true })
58
- * ```
59
- *
60
- * @param opts Options.
61
- * @return Result with current document’s CSS.
62
- */
63
- toResult(options?: ProcessOptions): Result
64
- }
65
-
66
- declare class Document extends Document_ {}
67
-
68
- export = Document
@@ -1,33 +0,0 @@
1
- 'use strict'
2
-
3
- let Container = require('./container')
4
-
5
- let LazyResult, Processor
6
-
7
- class Document extends Container {
8
- constructor(defaults) {
9
- // type needs to be passed to super, otherwise child roots won't be normalized correctly
10
- super({ type: 'document', ...defaults })
11
-
12
- if (!this.nodes) {
13
- this.nodes = []
14
- }
15
- }
16
-
17
- toResult(opts = {}) {
18
- let lazy = new LazyResult(new Processor(), this, opts)
19
-
20
- return lazy.stringify()
21
- }
22
- }
23
-
24
- Document.registerLazyResult = dependant => {
25
- LazyResult = dependant
26
- }
27
-
28
- Document.registerProcessor = dependant => {
29
- Processor = dependant
30
- }
31
-
32
- module.exports = Document
33
- Document.default = Document
@@ -1,9 +0,0 @@
1
- import { JSONHydrator } from './postcss.js'
2
-
3
- interface FromJSON extends JSONHydrator {
4
- default: FromJSON
5
- }
6
-
7
- declare let fromJSON: FromJSON
8
-
9
- export = fromJSON
@@ -1,54 +0,0 @@
1
- 'use strict'
2
-
3
- let AtRule = require('./at-rule')
4
- let Comment = require('./comment')
5
- let Declaration = require('./declaration')
6
- let Input = require('./input')
7
- let PreviousMap = require('./previous-map')
8
- let Root = require('./root')
9
- let Rule = require('./rule')
10
-
11
- function fromJSON(json, inputs) {
12
- if (Array.isArray(json)) return json.map(n => fromJSON(n))
13
-
14
- let { inputs: ownInputs, ...defaults } = json
15
- if (ownInputs) {
16
- inputs = []
17
- for (let input of ownInputs) {
18
- let inputHydrated = { ...input, __proto__: Input.prototype }
19
- if (inputHydrated.map) {
20
- inputHydrated.map = {
21
- ...inputHydrated.map,
22
- __proto__: PreviousMap.prototype
23
- }
24
- }
25
- inputs.push(inputHydrated)
26
- }
27
- }
28
- if (defaults.nodes) {
29
- defaults.nodes = json.nodes.map(n => fromJSON(n, inputs))
30
- }
31
- if (defaults.source) {
32
- let { inputId, ...source } = defaults.source
33
- defaults.source = source
34
- if (inputId != null) {
35
- defaults.source.input = inputs[inputId]
36
- }
37
- }
38
- if (defaults.type === 'root') {
39
- return new Root(defaults)
40
- } else if (defaults.type === 'decl') {
41
- return new Declaration(defaults)
42
- } else if (defaults.type === 'rule') {
43
- return new Rule(defaults)
44
- } else if (defaults.type === 'comment') {
45
- return new Comment(defaults)
46
- } else if (defaults.type === 'atrule') {
47
- return new AtRule(defaults)
48
- } else {
49
- throw new Error('Unknown node type: ' + json.type)
50
- }
51
- }
52
-
53
- module.exports = fromJSON
54
- fromJSON.default = fromJSON
@@ -1,226 +0,0 @@
1
- import { CssSyntaxError, ProcessOptions } from './postcss.js'
2
- import PreviousMap from './previous-map.js'
3
-
4
- declare namespace Input {
5
- export interface FilePosition {
6
- /**
7
- * Column of inclusive start position in source file.
8
- */
9
- column: number
10
-
11
- /**
12
- * Column of exclusive end position in source file.
13
- */
14
- endColumn?: number
15
-
16
- /**
17
- * Line of exclusive end position in source file.
18
- */
19
- endLine?: number
20
-
21
- /**
22
- * Offset of exclusive end position in source file.
23
- */
24
- endOffset?: number
25
-
26
- /**
27
- * Absolute path to the source file.
28
- */
29
- file?: string
30
-
31
- /**
32
- * Line of inclusive start position in source file.
33
- */
34
- line: number
35
-
36
- /**
37
- * Offset of inclusive start position in source file.
38
- */
39
- offset: number
40
-
41
- /**
42
- * Source code.
43
- */
44
- source?: string
45
-
46
- /**
47
- * URL for the source file.
48
- */
49
- url: string
50
- }
51
-
52
- export { Input_ as default }
53
- }
54
-
55
- /**
56
- * Represents the source CSS.
57
- *
58
- * ```js
59
- * const root = postcss.parse(css, { from: file })
60
- * const input = root.source.input
61
- * ```
62
- */
63
- declare class Input_ {
64
- /**
65
- * Input CSS source.
66
- *
67
- * ```js
68
- * const input = postcss.parse('a{}', { from: file }).input
69
- * input.css //=> "a{}"
70
- * ```
71
- */
72
- css: string
73
-
74
- /**
75
- * Input source with support for non-CSS documents.
76
- *
77
- * ```js
78
- * const input = postcss.parse('a{}', { from: file, document: '<style>a {}</style>' }).input
79
- * input.document //=> "<style>a {}</style>"
80
- * input.css //=> "a{}"
81
- * ```
82
- */
83
- document: string
84
-
85
- /**
86
- * The absolute path to the CSS source file defined
87
- * with the `from` option.
88
- *
89
- * ```js
90
- * const root = postcss.parse(css, { from: 'a.css' })
91
- * root.source.input.file //=> '/home/ai/a.css'
92
- * ```
93
- */
94
- file?: string
95
-
96
- /**
97
- * The flag to indicate whether or not the source code has Unicode BOM.
98
- */
99
- hasBOM: boolean
100
-
101
- /**
102
- * The unique ID of the CSS source. It will be created if `from` option
103
- * is not provided (because PostCSS does not know the file path).
104
- *
105
- * ```js
106
- * const root = postcss.parse(css)
107
- * root.source.input.file //=> undefined
108
- * root.source.input.id //=> "<input css 8LZeVF>"
109
- * ```
110
- */
111
- id?: string
112
-
113
- /**
114
- * The input source map passed from a compilation step before PostCSS
115
- * (for example, from Sass compiler).
116
- *
117
- * ```js
118
- * root.source.input.map.consumer().sources //=> ['a.sass']
119
- * ```
120
- */
121
- map: PreviousMap
122
-
123
- /**
124
- * The CSS source identifier. Contains `Input#file` if the user
125
- * set the `from` option, or `Input#id` if they did not.
126
- *
127
- * ```js
128
- * const root = postcss.parse(css, { from: 'a.css' })
129
- * root.source.input.from //=> "/home/ai/a.css"
130
- *
131
- * const root = postcss.parse(css)
132
- * root.source.input.from //=> "<input css 1>"
133
- * ```
134
- */
135
- get from(): string
136
-
137
- /**
138
- * @param css Input CSS source.
139
- * @param opts Process options.
140
- */
141
- constructor(css: string, opts?: ProcessOptions)
142
-
143
- /**
144
- * Returns `CssSyntaxError` with information about the error and its position.
145
- */
146
- error(
147
- message: string,
148
- start:
149
- | {
150
- column: number
151
- line: number
152
- }
153
- | {
154
- offset: number
155
- },
156
- end:
157
- | {
158
- column: number
159
- line: number
160
- }
161
- | {
162
- offset: number
163
- },
164
- opts?: { plugin?: CssSyntaxError['plugin'] }
165
- ): CssSyntaxError
166
- error(
167
- message: string,
168
- line: number,
169
- column: number,
170
- opts?: { plugin?: CssSyntaxError['plugin'] }
171
- ): CssSyntaxError
172
- error(
173
- message: string,
174
- offset: number,
175
- opts?: { plugin?: CssSyntaxError['plugin'] }
176
- ): CssSyntaxError
177
-
178
- /**
179
- * Converts source line and column to offset.
180
- *
181
- * @param line Source line.
182
- * @param column Source column.
183
- * @return Source offset.
184
- */
185
- fromLineAndColumn(line: number, column: number): number
186
-
187
- /**
188
- * Converts source offset to line and column.
189
- *
190
- * @param offset Source offset.
191
- */
192
- fromOffset(offset: number): { col: number; line: number } | null
193
-
194
- /**
195
- * Reads the input source map and returns a symbol position
196
- * in the input source (e.g., in a Sass file that was compiled
197
- * to CSS before being passed to PostCSS). Optionally takes an
198
- * end position, exclusive.
199
- *
200
- * ```js
201
- * root.source.input.origin(1, 1) //=> { file: 'a.css', line: 3, column: 1 }
202
- * root.source.input.origin(1, 1, 1, 4)
203
- * //=> { file: 'a.css', line: 3, column: 1, endLine: 3, endColumn: 4 }
204
- * ```
205
- *
206
- * @param line Line for inclusive start position in input CSS.
207
- * @param column Column for inclusive start position in input CSS.
208
- * @param endLine Line for exclusive end position in input CSS.
209
- * @param endColumn Column for exclusive end position in input CSS.
210
- *
211
- * @return Position in input source.
212
- */
213
- origin(
214
- line: number,
215
- column: number,
216
- endLine?: number,
217
- endColumn?: number
218
- ): false | Input.FilePosition
219
-
220
- /** Converts this to a JSON-friendly object representation. */
221
- toJSON(): object
222
- }
223
-
224
- declare class Input extends Input_ {}
225
-
226
- export = Input