omegon 0.9.1 → 0.9.2

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 (46) hide show
  1. package/node_modules/@styrene-lab/pi-ai/dist/models.generated.d.ts +58 -105
  2. package/node_modules/@styrene-lab/pi-ai/dist/models.generated.d.ts.map +1 -1
  3. package/node_modules/@styrene-lab/pi-ai/dist/models.generated.js +98 -148
  4. package/node_modules/@styrene-lab/pi-ai/dist/models.generated.js.map +1 -1
  5. package/node_modules/@styrene-lab/pi-ai/dist/utils/oauth/anthropic.d.ts.map +1 -1
  6. package/node_modules/@styrene-lab/pi-ai/dist/utils/oauth/anthropic.js +3 -7
  7. package/node_modules/@styrene-lab/pi-ai/dist/utils/oauth/anthropic.js.map +1 -1
  8. package/node_modules/@styrene-lab/pi-tui/dist/components/editor.d.ts.map +1 -1
  9. package/node_modules/@styrene-lab/pi-tui/dist/components/editor.js +4 -3
  10. package/node_modules/@styrene-lab/pi-tui/dist/components/editor.js.map +1 -1
  11. package/node_modules/@styrene-lab/pi-tui/dist/components/input.d.ts.map +1 -1
  12. package/node_modules/@styrene-lab/pi-tui/dist/components/input.js +9 -1
  13. package/node_modules/@styrene-lab/pi-tui/dist/components/input.js.map +1 -1
  14. package/node_modules/@styrene-lab/pi-tui/dist/index.d.ts +1 -1
  15. package/node_modules/@styrene-lab/pi-tui/dist/index.d.ts.map +1 -1
  16. package/node_modules/@styrene-lab/pi-tui/dist/index.js +1 -1
  17. package/node_modules/@styrene-lab/pi-tui/dist/index.js.map +1 -1
  18. package/node_modules/@styrene-lab/pi-tui/dist/keys.d.ts +2 -0
  19. package/node_modules/@styrene-lab/pi-tui/dist/keys.d.ts.map +1 -1
  20. package/node_modules/@styrene-lab/pi-tui/dist/keys.js +39 -0
  21. package/node_modules/@styrene-lab/pi-tui/dist/keys.js.map +1 -1
  22. package/node_modules/@styrene-lab/pi-tui/dist/stdin-buffer.d.ts +14 -0
  23. package/node_modules/@styrene-lab/pi-tui/dist/stdin-buffer.d.ts.map +1 -1
  24. package/node_modules/@styrene-lab/pi-tui/dist/stdin-buffer.js +21 -1
  25. package/node_modules/@styrene-lab/pi-tui/dist/stdin-buffer.js.map +1 -1
  26. package/node_modules/@styrene-lab/pi-tui/dist/terminal.d.ts +1 -0
  27. package/node_modules/@styrene-lab/pi-tui/dist/terminal.d.ts.map +1 -1
  28. package/node_modules/@styrene-lab/pi-tui/dist/terminal.js +40 -0
  29. package/node_modules/@styrene-lab/pi-tui/dist/terminal.js.map +1 -1
  30. package/package.json +5 -5
  31. package/scripts/publish-pi-mono.sh +5 -22
  32. package/node_modules/cliui/CHANGELOG.md +0 -121
  33. package/node_modules/color-convert/CHANGELOG.md +0 -54
  34. package/node_modules/esprima/ChangeLog +0 -235
  35. package/node_modules/mz/HISTORY.md +0 -66
  36. package/node_modules/proper-lockfile/CHANGELOG.md +0 -108
  37. package/node_modules/source-map/CHANGELOG.md +0 -301
  38. package/node_modules/thenify/History.md +0 -11
  39. package/node_modules/thenify-all/History.md +0 -11
  40. package/node_modules/y18n/CHANGELOG.md +0 -100
  41. package/node_modules/yargs/CHANGELOG.md +0 -88
  42. package/node_modules/yargs-parser/CHANGELOG.md +0 -263
  43. /package/node_modules/{@types → p-retry/node_modules/@types}/retry/LICENSE +0 -0
  44. /package/node_modules/{@types → p-retry/node_modules/@types}/retry/README.md +0 -0
  45. /package/node_modules/{@types → p-retry/node_modules/@types}/retry/index.d.ts +0 -0
  46. /package/node_modules/{@types → p-retry/node_modules/@types}/retry/package.json +0 -0
@@ -1,235 +0,0 @@
1
- 2018-06-17: Version 4.0.1
2
-
3
- * Fix parsing async get/set in a class (issue 1861, 1875)
4
- * Account for different return statement argument (issue 1829, 1897, 1928)
5
- * Correct the handling of HTML comment when parsing a module (issue 1841)
6
- * Fix incorrect parse async with proto-identifier-shorthand (issue 1847)
7
- * Fix negative column in binary expression (issue 1844)
8
- * Fix incorrect YieldExpression in object methods (issue 1834)
9
- * Various documentation fixes
10
-
11
- 2017-06-10: Version 4.0.0
12
-
13
- * Support ES2017 async function and await expression (issue 1079)
14
- * Support ES2017 trailing commas in function parameters (issue 1550)
15
- * Explicitly distinguish parsing a module vs a script (issue 1576)
16
- * Fix JSX non-empty container (issue 1786)
17
- * Allow JSX element in a yield expression (issue 1765)
18
- * Allow `in` expression in a concise body with a function body (issue 1793)
19
- * Setter function argument must not be a rest parameter (issue 1693)
20
- * Limit strict mode directive to functions with a simple parameter list (issue 1677)
21
- * Prohibit any escape sequence in a reserved word (issue 1612)
22
- * Only permit hex digits in hex escape sequence (issue 1619)
23
- * Prohibit labelled class/generator/function declaration (issue 1484)
24
- * Limit function declaration as if statement clause only in non-strict mode (issue 1657)
25
- * Tolerate missing ) in a with and do-while statement (issue 1481)
26
-
27
- 2016-12-22: Version 3.1.3
28
-
29
- * Support binding patterns as rest element (issue 1681)
30
- * Account for different possible arguments of a yield expression (issue 1469)
31
-
32
- 2016-11-24: Version 3.1.2
33
-
34
- * Ensure that import specifier is more restrictive (issue 1615)
35
- * Fix duplicated JSX tokens (issue 1613)
36
- * Scan template literal in a JSX expression container (issue 1622)
37
- * Improve XHTML entity scanning in JSX (issue 1629)
38
-
39
- 2016-10-31: Version 3.1.1
40
-
41
- * Fix assignment expression problem in an export declaration (issue 1596)
42
- * Fix incorrect tokenization of hex digits (issue 1605)
43
-
44
- 2016-10-09: Version 3.1.0
45
-
46
- * Do not implicitly collect comments when comment attachment is specified (issue 1553)
47
- * Fix incorrect handling of duplicated proto shorthand fields (issue 1485)
48
- * Prohibit initialization in some variants of for statements (issue 1309, 1561)
49
- * Fix incorrect parsing of export specifier (issue 1578)
50
- * Fix ESTree compatibility for assignment pattern (issue 1575)
51
-
52
- 2016-09-03: Version 3.0.0
53
-
54
- * Support ES2016 exponentiation expression (issue 1490)
55
- * Support JSX syntax (issue 1467)
56
- * Use the latest Unicode 8.0 (issue 1475)
57
- * Add the support for syntax node delegate (issue 1435)
58
- * Fix ESTree compatibility on meta property (issue 1338)
59
- * Fix ESTree compatibility on default parameter value (issue 1081)
60
- * Fix ESTree compatibility on try handler (issue 1030)
61
-
62
- 2016-08-23: Version 2.7.3
63
-
64
- * Fix tokenizer confusion with a comment (issue 1493, 1516)
65
-
66
- 2016-02-02: Version 2.7.2
67
-
68
- * Fix out-of-bound error location in an invalid string literal (issue 1457)
69
- * Fix shorthand object destructuring defaults in variable declarations (issue 1459)
70
-
71
- 2015-12-10: Version 2.7.1
72
-
73
- * Do not allow trailing comma in a variable declaration (issue 1360)
74
- * Fix assignment to `let` in non-strict mode (issue 1376)
75
- * Fix missing delegate property in YieldExpression (issue 1407)
76
-
77
- 2015-10-22: Version 2.7.0
78
-
79
- * Fix the handling of semicolon in a break statement (issue 1044)
80
- * Run the test suite with major web browsers (issue 1259, 1317)
81
- * Allow `let` as an identifier in non-strict mode (issue 1289)
82
- * Attach orphaned comments as `innerComments` (issue 1328)
83
- * Add the support for token delegator (issue 1332)
84
-
85
- 2015-09-01: Version 2.6.0
86
-
87
- * Properly allow or prohibit `let` in a binding identifier/pattern (issue 1048, 1098)
88
- * Add sourceType field for Program node (issue 1159)
89
- * Ensure that strict mode reserved word binding throw an error (issue 1171)
90
- * Run the test suite with Node.js and IE 11 on Windows (issue 1294)
91
- * Allow binding pattern with no initializer in a for statement (issue 1301)
92
-
93
- 2015-07-31: Version 2.5.0
94
-
95
- * Run the test suite in a browser environment (issue 1004)
96
- * Ensure a comma between imported default binding and named imports (issue 1046)
97
- * Distinguish `yield` as a keyword vs an identifier (issue 1186)
98
- * Support ES6 meta property `new.target` (issue 1203)
99
- * Fix the syntax node for yield with expression (issue 1223)
100
- * Fix the check of duplicated proto in property names (issue 1225)
101
- * Fix ES6 Unicode escape in identifier name (issue 1229)
102
- * Support ES6 IdentifierStart and IdentifierPart (issue 1232)
103
- * Treat await as a reserved word when parsing as a module (issue 1234)
104
- * Recognize identifier characters from Unicode SMP (issue 1244)
105
- * Ensure that export and import can be followed by a comma (issue 1250)
106
- * Fix yield operator precedence (issue 1262)
107
-
108
- 2015-07-01: Version 2.4.1
109
-
110
- * Fix some cases of comment attachment (issue 1071, 1175)
111
- * Fix the handling of destructuring in function arguments (issue 1193)
112
- * Fix invalid ranges in assignment expression (issue 1201)
113
-
114
- 2015-06-26: Version 2.4.0
115
-
116
- * Support ES6 for-of iteration (issue 1047)
117
- * Support ES6 spread arguments (issue 1169)
118
- * Minimize npm payload (issue 1191)
119
-
120
- 2015-06-16: Version 2.3.0
121
-
122
- * Support ES6 generator (issue 1033)
123
- * Improve parsing of regular expressions with `u` flag (issue 1179)
124
-
125
- 2015-04-17: Version 2.2.0
126
-
127
- * Support ES6 import and export declarations (issue 1000)
128
- * Fix line terminator before arrow not recognized as error (issue 1009)
129
- * Support ES6 destructuring (issue 1045)
130
- * Support ES6 template literal (issue 1074)
131
- * Fix the handling of invalid/incomplete string escape sequences (issue 1106)
132
- * Fix ES3 static member access restriction (issue 1120)
133
- * Support for `super` in ES6 class (issue 1147)
134
-
135
- 2015-03-09: Version 2.1.0
136
-
137
- * Support ES6 class (issue 1001)
138
- * Support ES6 rest parameter (issue 1011)
139
- * Expand the location of property getter, setter, and methods (issue 1029)
140
- * Enable TryStatement transition to a single handler (issue 1031)
141
- * Support ES6 computed property name (issue 1037)
142
- * Tolerate unclosed block comment (issue 1041)
143
- * Support ES6 lexical declaration (issue 1065)
144
-
145
- 2015-02-06: Version 2.0.0
146
-
147
- * Support ES6 arrow function (issue 517)
148
- * Support ES6 Unicode code point escape (issue 521)
149
- * Improve the speed and accuracy of comment attachment (issue 522)
150
- * Support ES6 default parameter (issue 519)
151
- * Support ES6 regular expression flags (issue 557)
152
- * Fix scanning of implicit octal literals (issue 565)
153
- * Fix the handling of automatic semicolon insertion (issue 574)
154
- * Support ES6 method definition (issue 620)
155
- * Support ES6 octal integer literal (issue 621)
156
- * Support ES6 binary integer literal (issue 622)
157
- * Support ES6 object literal property value shorthand (issue 624)
158
-
159
- 2015-03-03: Version 1.2.5
160
-
161
- * Fix scanning of implicit octal literals (issue 565)
162
-
163
- 2015-02-05: Version 1.2.4
164
-
165
- * Fix parsing of LeftHandSideExpression in ForInStatement (issue 560)
166
- * Fix the handling of automatic semicolon insertion (issue 574)
167
-
168
- 2015-01-18: Version 1.2.3
169
-
170
- * Fix division by this (issue 616)
171
-
172
- 2014-05-18: Version 1.2.2
173
-
174
- * Fix duplicated tokens when collecting comments (issue 537)
175
-
176
- 2014-05-04: Version 1.2.1
177
-
178
- * Ensure that Program node may still have leading comments (issue 536)
179
-
180
- 2014-04-29: Version 1.2.0
181
-
182
- * Fix semicolon handling for expression statement (issue 462, 533)
183
- * Disallow escaped characters in regular expression flags (issue 503)
184
- * Performance improvement for location tracking (issue 520)
185
- * Improve the speed of comment attachment (issue 522)
186
-
187
- 2014-03-26: Version 1.1.1
188
-
189
- * Fix token handling of forward slash after an array literal (issue 512)
190
-
191
- 2014-03-23: Version 1.1.0
192
-
193
- * Optionally attach comments to the owning syntax nodes (issue 197)
194
- * Simplify binary parsing with stack-based shift reduce (issue 352)
195
- * Always include the raw source of literals (issue 376)
196
- * Add optional input source information (issue 386)
197
- * Tokenizer API for pure lexical scanning (issue 398)
198
- * Improve the web site and its online demos (issue 337, 400, 404)
199
- * Performance improvement for location tracking (issue 417, 424)
200
- * Support HTML comment syntax (issue 451)
201
- * Drop support for legacy browsers (issue 474)
202
-
203
- 2013-08-27: Version 1.0.4
204
-
205
- * Minimize the payload for packages (issue 362)
206
- * Fix missing cases on an empty switch statement (issue 436)
207
- * Support escaped ] in regexp literal character classes (issue 442)
208
- * Tolerate invalid left-hand side expression (issue 130)
209
-
210
- 2013-05-17: Version 1.0.3
211
-
212
- * Variable declaration needs at least one declarator (issue 391)
213
- * Fix benchmark's variance unit conversion (issue 397)
214
- * IE < 9: \v should be treated as vertical tab (issue 405)
215
- * Unary expressions should always have prefix: true (issue 418)
216
- * Catch clause should only accept an identifier (issue 423)
217
- * Tolerate setters without parameter (issue 426)
218
-
219
- 2012-11-02: Version 1.0.2
220
-
221
- Improvement:
222
-
223
- * Fix esvalidate JUnit output upon a syntax error (issue 374)
224
-
225
- 2012-10-28: Version 1.0.1
226
-
227
- Improvements:
228
-
229
- * esvalidate understands shebang in a Unix shell script (issue 361)
230
- * esvalidate treats fatal parsing failure as an error (issue 361)
231
- * Reduce Node.js package via .npmignore (issue 362)
232
-
233
- 2012-10-22: Version 1.0.0
234
-
235
- Initial release.
@@ -1,66 +0,0 @@
1
-
2
- 2.7.0 / 2017-09-13
3
- ==================
4
-
5
- * feat: support fs.copyFile (#58)
6
-
7
- 2.6.0 / 2016-11-22
8
- ==================
9
-
10
- * Added fdatasync to fs api (#46)
11
-
12
- 2.5.0 / 2016-11-04
13
- ==================
14
-
15
- * feat: support fs.mkdtemp
16
-
17
- 2.4.0 / 2016-03-23
18
- ==================
19
-
20
- * add `fs.truncate()` [#34](https://github.com/normalize/mz/pull/34)
21
-
22
- 2.3.1 / 2016-02-01
23
- ==================
24
-
25
- * update `any-promise@v1`
26
-
27
- 2.3.0 / 2016-01-30
28
- ==================
29
-
30
- * feat(package): switch to `any-promise` to support more promise engines
31
-
32
- 2.2.0 / 2016-01-24
33
- ==================
34
-
35
- * feat(package): add index.js to files
36
-
37
- 2.1.0 / 2015-10-15
38
- ==================
39
-
40
- * support for readline library
41
-
42
- 2.0.0 / 2015-05-24
43
- ==================
44
-
45
- * support callbacks as well
46
-
47
- 1.2.0 / 2014-12-16
48
- ==================
49
-
50
- * refactor promisification to `thenify` and `thenify-all`
51
-
52
- 1.1.0 / 2014-11-14
53
- ==================
54
-
55
- * use `graceful-fs` if available
56
-
57
- 1.0.1 / 2014-08-18
58
- ==================
59
-
60
- * don't use `bluebird.promisify()` - unnecessarily wraps runtime errors, causing issues
61
-
62
- 1.0.0 / 2014-06-18
63
- ==================
64
-
65
- * use `bluebird` by default if found
66
- * support node 0.8
@@ -1,108 +0,0 @@
1
- # Change Log
2
-
3
- All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
-
5
- <a name="4.1.2"></a>
6
- ## [4.1.2](https://github.com/moxystudio/node-proper-lockfile/compare/v4.1.1...v4.1.2) (2021-01-25)
7
-
8
-
9
- ### Bug Fixes
10
-
11
- * fix node 14 updating graceful-fs ([#102](https://github.com/moxystudio/node-proper-lockfile/issues/102)) ([b0d988e](https://github.com/moxystudio/node-proper-lockfile/commit/b0d988e))
12
-
13
-
14
-
15
- <a name="4.1.1"></a>
16
- ## [4.1.1](https://github.com/moxystudio/node-proper-lockfile/compare/v4.1.0...v4.1.1) (2019-04-03)
17
-
18
-
19
- ### Bug Fixes
20
-
21
- * fix mtime precision on some filesystems ([#88](https://github.com/moxystudio/node-proper-lockfile/issues/88)) ([f266158](https://github.com/moxystudio/node-proper-lockfile/commit/f266158)), closes [#82](https://github.com/moxystudio/node-proper-lockfile/issues/82) [#87](https://github.com/moxystudio/node-proper-lockfile/issues/87)
22
-
23
-
24
-
25
- <a name="4.1.0"></a>
26
- # [4.1.0](https://github.com/moxystudio/node-proper-lockfile/compare/v4.0.0...v4.1.0) (2019-03-18)
27
-
28
-
29
- ### Features
30
-
31
- * allow second precision in mtime comparison ([#78](https://github.com/moxystudio/node-proper-lockfile/issues/78)) ([b2816a6](https://github.com/moxystudio/node-proper-lockfile/commit/b2816a6))
32
-
33
-
34
-
35
- <a name="4.0.0"></a>
36
- # [4.0.0](https://github.com/moxystudio/node-proper-lockfile/compare/v3.2.0...v4.0.0) (2019-03-12)
37
-
38
-
39
- ### Bug Fixes
40
-
41
- * fix typo in error message ([#68](https://github.com/moxystudio/node-proper-lockfile/issues/68)) ([b91cb55](https://github.com/moxystudio/node-proper-lockfile/commit/b91cb55))
42
-
43
-
44
- ### Features
45
-
46
- * make staleness check more robust ([#74](https://github.com/moxystudio/node-proper-lockfile/issues/74)) ([9cc0973](https://github.com/moxystudio/node-proper-lockfile/commit/9cc0973)), closes [#71](https://github.com/moxystudio/node-proper-lockfile/issues/71) [/github.com/ipfs/js-ipfs-repo/issues/188#issuecomment-468682971](https://github.com//github.com/ipfs/js-ipfs-repo/issues/188/issues/issuecomment-468682971)
47
-
48
-
49
- ### BREAKING CHANGES
50
-
51
- * We were marking the lock as compromised when system went into sleep or if the event loop was busy taking too long to run the internals timers, Now we keep track of the mtime updated by the current process, and if we lose some cycles in the update process but recover and the mtime is still ours we do not mark the lock as compromised.
52
-
53
-
54
-
55
- <a name="3.2.0"></a>
56
- # [3.2.0](https://github.com/moxystudio/node-proper-lockfile/compare/v3.1.0...v3.2.0) (2018-11-19)
57
-
58
-
59
- ### Features
60
-
61
- * add lock path option ([#66](https://github.com/moxystudio/node-proper-lockfile/issues/66)) ([32f1b8d](https://github.com/moxystudio/node-proper-lockfile/commit/32f1b8d))
62
-
63
-
64
-
65
- <a name="3.1.0"></a>
66
- # [3.1.0](https://github.com/moxystudio/node-proper-lockfile/compare/v3.0.2...v3.1.0) (2018-11-15)
67
-
68
-
69
- ### Bug Fixes
70
-
71
- * **package:** update retry to version 0.12.0 ([#50](https://github.com/moxystudio/node-proper-lockfile/issues/50)) ([d400b98](https://github.com/moxystudio/node-proper-lockfile/commit/d400b98))
72
-
73
-
74
- ### Features
75
-
76
- * add signal exit ([#65](https://github.com/moxystudio/node-proper-lockfile/issues/65)) ([f20bc45](https://github.com/moxystudio/node-proper-lockfile/commit/f20bc45))
77
-
78
-
79
-
80
- <a name="3.0.2"></a>
81
- ## [3.0.2](https://github.com/moxystudio/node-proper-lockfile/compare/v3.0.1...v3.0.2) (2018-01-30)
82
-
83
-
84
-
85
- <a name="3.0.1"></a>
86
- ## [3.0.1](https://github.com/moxystudio/node-proper-lockfile/compare/v3.0.0...v3.0.1) (2018-01-20)
87
-
88
-
89
- ### Bug Fixes
90
-
91
- * restore ability to use lockfile() directly ([0ef8fbc](https://github.com/moxystudio/node-proper-lockfile/commit/0ef8fbc))
92
-
93
-
94
-
95
- <a name="3.0.0"></a>
96
- # [3.0.0](https://github.com/moxystudio/node-proper-lockfile/compare/v2.0.1...v3.0.0) (2018-01-20)
97
-
98
-
99
- ### Chores
100
-
101
- * update project to latest node lts ([b1d43e5](https://github.com/moxystudio/node-proper-lockfile/commit/b1d43e5))
102
-
103
-
104
- ### BREAKING CHANGES
105
-
106
- * remove callback support
107
- * use of node lts language features such as object spread
108
- * compromised function in lock() has been moved to an option
@@ -1,301 +0,0 @@
1
- # Change Log
2
-
3
- ## 0.5.6
4
-
5
- * Fix for regression when people were using numbers as names in source maps. See
6
- #236.
7
-
8
- ## 0.5.5
9
-
10
- * Fix "regression" of unsupported, implementation behavior that half the world
11
- happens to have come to depend on. See #235.
12
-
13
- * Fix regression involving function hoisting in SpiderMonkey. See #233.
14
-
15
- ## 0.5.4
16
-
17
- * Large performance improvements to source-map serialization. See #228 and #229.
18
-
19
- ## 0.5.3
20
-
21
- * Do not include unnecessary distribution files. See
22
- commit ef7006f8d1647e0a83fdc60f04f5a7ca54886f86.
23
-
24
- ## 0.5.2
25
-
26
- * Include browser distributions of the library in package.json's `files`. See
27
- issue #212.
28
-
29
- ## 0.5.1
30
-
31
- * Fix latent bugs in IndexedSourceMapConsumer.prototype._parseMappings. See
32
- ff05274becc9e6e1295ed60f3ea090d31d843379.
33
-
34
- ## 0.5.0
35
-
36
- * Node 0.8 is no longer supported.
37
-
38
- * Use webpack instead of dryice for bundling.
39
-
40
- * Big speedups serializing source maps. See pull request #203.
41
-
42
- * Fix a bug with `SourceMapConsumer.prototype.sourceContentFor` and sources that
43
- explicitly start with the source root. See issue #199.
44
-
45
- ## 0.4.4
46
-
47
- * Fix an issue where using a `SourceMapGenerator` after having created a
48
- `SourceMapConsumer` from it via `SourceMapConsumer.fromSourceMap` failed. See
49
- issue #191.
50
-
51
- * Fix an issue with where `SourceMapGenerator` would mistakenly consider
52
- different mappings as duplicates of each other and avoid generating them. See
53
- issue #192.
54
-
55
- ## 0.4.3
56
-
57
- * A very large number of performance improvements, particularly when parsing
58
- source maps. Collectively about 75% of time shaved off of the source map
59
- parsing benchmark!
60
-
61
- * Fix a bug in `SourceMapConsumer.prototype.allGeneratedPositionsFor` and fuzzy
62
- searching in the presence of a column option. See issue #177.
63
-
64
- * Fix a bug with joining a source and its source root when the source is above
65
- the root. See issue #182.
66
-
67
- * Add the `SourceMapConsumer.prototype.hasContentsOfAllSources` method to
68
- determine when all sources' contents are inlined into the source map. See
69
- issue #190.
70
-
71
- ## 0.4.2
72
-
73
- * Add an `.npmignore` file so that the benchmarks aren't pulled down by
74
- dependent projects. Issue #169.
75
-
76
- * Add an optional `column` argument to
77
- `SourceMapConsumer.prototype.allGeneratedPositionsFor` and better handle lines
78
- with no mappings. Issues #172 and #173.
79
-
80
- ## 0.4.1
81
-
82
- * Fix accidentally defining a global variable. #170.
83
-
84
- ## 0.4.0
85
-
86
- * The default direction for fuzzy searching was changed back to its original
87
- direction. See #164.
88
-
89
- * There is now a `bias` option you can supply to `SourceMapConsumer` to control
90
- the fuzzy searching direction. See #167.
91
-
92
- * About an 8% speed up in parsing source maps. See #159.
93
-
94
- * Added a benchmark for parsing and generating source maps.
95
-
96
- ## 0.3.0
97
-
98
- * Change the default direction that searching for positions fuzzes when there is
99
- not an exact match. See #154.
100
-
101
- * Support for environments using json2.js for JSON serialization. See #156.
102
-
103
- ## 0.2.0
104
-
105
- * Support for consuming "indexed" source maps which do not have any remote
106
- sections. See pull request #127. This introduces a minor backwards
107
- incompatibility if you are monkey patching `SourceMapConsumer.prototype`
108
- methods.
109
-
110
- ## 0.1.43
111
-
112
- * Performance improvements for `SourceMapGenerator` and `SourceNode`. See issue
113
- #148 for some discussion and issues #150, #151, and #152 for implementations.
114
-
115
- ## 0.1.42
116
-
117
- * Fix an issue where `SourceNode`s from different versions of the source-map
118
- library couldn't be used in conjunction with each other. See issue #142.
119
-
120
- ## 0.1.41
121
-
122
- * Fix a bug with getting the source content of relative sources with a "./"
123
- prefix. See issue #145 and [Bug 1090768](bugzil.la/1090768).
124
-
125
- * Add the `SourceMapConsumer.prototype.computeColumnSpans` method to compute the
126
- column span of each mapping.
127
-
128
- * Add the `SourceMapConsumer.prototype.allGeneratedPositionsFor` method to find
129
- all generated positions associated with a given original source and line.
130
-
131
- ## 0.1.40
132
-
133
- * Performance improvements for parsing source maps in SourceMapConsumer.
134
-
135
- ## 0.1.39
136
-
137
- * Fix a bug where setting a source's contents to null before any source content
138
- had been set before threw a TypeError. See issue #131.
139
-
140
- ## 0.1.38
141
-
142
- * Fix a bug where finding relative paths from an empty path were creating
143
- absolute paths. See issue #129.
144
-
145
- ## 0.1.37
146
-
147
- * Fix a bug where if the source root was an empty string, relative source paths
148
- would turn into absolute source paths. Issue #124.
149
-
150
- ## 0.1.36
151
-
152
- * Allow the `names` mapping property to be an empty string. Issue #121.
153
-
154
- ## 0.1.35
155
-
156
- * A third optional parameter was added to `SourceNode.fromStringWithSourceMap`
157
- to specify a path that relative sources in the second parameter should be
158
- relative to. Issue #105.
159
-
160
- * If no file property is given to a `SourceMapGenerator`, then the resulting
161
- source map will no longer have a `null` file property. The property will
162
- simply not exist. Issue #104.
163
-
164
- * Fixed a bug where consecutive newlines were ignored in `SourceNode`s.
165
- Issue #116.
166
-
167
- ## 0.1.34
168
-
169
- * Make `SourceNode` work with windows style ("\r\n") newlines. Issue #103.
170
-
171
- * Fix bug involving source contents and the
172
- `SourceMapGenerator.prototype.applySourceMap`. Issue #100.
173
-
174
- ## 0.1.33
175
-
176
- * Fix some edge cases surrounding path joining and URL resolution.
177
-
178
- * Add a third parameter for relative path to
179
- `SourceMapGenerator.prototype.applySourceMap`.
180
-
181
- * Fix issues with mappings and EOLs.
182
-
183
- ## 0.1.32
184
-
185
- * Fixed a bug where SourceMapConsumer couldn't handle negative relative columns
186
- (issue 92).
187
-
188
- * Fixed test runner to actually report number of failed tests as its process
189
- exit code.
190
-
191
- * Fixed a typo when reporting bad mappings (issue 87).
192
-
193
- ## 0.1.31
194
-
195
- * Delay parsing the mappings in SourceMapConsumer until queried for a source
196
- location.
197
-
198
- * Support Sass source maps (which at the time of writing deviate from the spec
199
- in small ways) in SourceMapConsumer.
200
-
201
- ## 0.1.30
202
-
203
- * Do not join source root with a source, when the source is a data URI.
204
-
205
- * Extend the test runner to allow running single specific test files at a time.
206
-
207
- * Performance improvements in `SourceNode.prototype.walk` and
208
- `SourceMapConsumer.prototype.eachMapping`.
209
-
210
- * Source map browser builds will now work inside Workers.
211
-
212
- * Better error messages when attempting to add an invalid mapping to a
213
- `SourceMapGenerator`.
214
-
215
- ## 0.1.29
216
-
217
- * Allow duplicate entries in the `names` and `sources` arrays of source maps
218
- (usually from TypeScript) we are parsing. Fixes github issue 72.
219
-
220
- ## 0.1.28
221
-
222
- * Skip duplicate mappings when creating source maps from SourceNode; github
223
- issue 75.
224
-
225
- ## 0.1.27
226
-
227
- * Don't throw an error when the `file` property is missing in SourceMapConsumer,
228
- we don't use it anyway.
229
-
230
- ## 0.1.26
231
-
232
- * Fix SourceNode.fromStringWithSourceMap for empty maps. Fixes github issue 70.
233
-
234
- ## 0.1.25
235
-
236
- * Make compatible with browserify
237
-
238
- ## 0.1.24
239
-
240
- * Fix issue with absolute paths and `file://` URIs. See
241
- https://bugzilla.mozilla.org/show_bug.cgi?id=885597
242
-
243
- ## 0.1.23
244
-
245
- * Fix issue with absolute paths and sourcesContent, github issue 64.
246
-
247
- ## 0.1.22
248
-
249
- * Ignore duplicate mappings in SourceMapGenerator. Fixes github issue 21.
250
-
251
- ## 0.1.21
252
-
253
- * Fixed handling of sources that start with a slash so that they are relative to
254
- the source root's host.
255
-
256
- ## 0.1.20
257
-
258
- * Fixed github issue #43: absolute URLs aren't joined with the source root
259
- anymore.
260
-
261
- ## 0.1.19
262
-
263
- * Using Travis CI to run tests.
264
-
265
- ## 0.1.18
266
-
267
- * Fixed a bug in the handling of sourceRoot.
268
-
269
- ## 0.1.17
270
-
271
- * Added SourceNode.fromStringWithSourceMap.
272
-
273
- ## 0.1.16
274
-
275
- * Added missing documentation.
276
-
277
- * Fixed the generating of empty mappings in SourceNode.
278
-
279
- ## 0.1.15
280
-
281
- * Added SourceMapGenerator.applySourceMap.
282
-
283
- ## 0.1.14
284
-
285
- * The sourceRoot is now handled consistently.
286
-
287
- ## 0.1.13
288
-
289
- * Added SourceMapGenerator.fromSourceMap.
290
-
291
- ## 0.1.12
292
-
293
- * SourceNode now generates empty mappings too.
294
-
295
- ## 0.1.11
296
-
297
- * Added name support to SourceNode.
298
-
299
- ## 0.1.10
300
-
301
- * Added sourcesContent support to the customer and generator.