Add files using upload-large-folder tool
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- novas/novacore-zephyr/groq-code-cli/node_modules/@sec-ant/readable-stream/LICENSE +21 -0
- novas/novacore-zephyr/groq-code-cli/node_modules/@sec-ant/readable-stream/README.md +230 -0
- novas/novacore-zephyr/groq-code-cli/node_modules/@sec-ant/readable-stream/dist/core/asyncIterablePrototype.d.ts +1 -0
- novas/novacore-zephyr/groq-code-cli/node_modules/@sec-ant/readable-stream/dist/core/asyncIterator.d.ts +27 -0
- novas/novacore-zephyr/groq-code-cli/node_modules/@sec-ant/readable-stream/dist/core/fromAnyIterable.d.ts +6 -0
- novas/novacore-zephyr/groq-code-cli/node_modules/@sec-ant/readable-stream/dist/index/asyncIterator.d.ts +2 -0
- novas/novacore-zephyr/groq-code-cli/node_modules/@sec-ant/readable-stream/dist/index/asyncIterator.js +5 -0
- novas/novacore-zephyr/groq-code-cli/node_modules/@sec-ant/readable-stream/dist/index/fromAnyIterable.d.ts +2 -0
- novas/novacore-zephyr/groq-code-cli/node_modules/@sec-ant/readable-stream/dist/index/fromAnyIterable.js +5 -0
- novas/novacore-zephyr/groq-code-cli/node_modules/@sec-ant/readable-stream/dist/index/index.d.ts +2 -0
- novas/novacore-zephyr/groq-code-cli/node_modules/@sec-ant/readable-stream/dist/index/index.js +8 -0
- novas/novacore-zephyr/groq-code-cli/node_modules/@sec-ant/readable-stream/dist/polyfill/asyncIterator.d.ts +1 -0
- novas/novacore-zephyr/groq-code-cli/node_modules/@sec-ant/readable-stream/dist/polyfill/asyncIterator.js +3 -0
- novas/novacore-zephyr/groq-code-cli/node_modules/@sec-ant/readable-stream/dist/polyfill/fromAnyIterable.d.ts +1 -0
- novas/novacore-zephyr/groq-code-cli/node_modules/@sec-ant/readable-stream/dist/polyfill/fromAnyIterable.js +2 -0
- novas/novacore-zephyr/groq-code-cli/node_modules/@sec-ant/readable-stream/dist/polyfill/index.d.ts +2 -0
- novas/novacore-zephyr/groq-code-cli/node_modules/@sec-ant/readable-stream/dist/polyfill/index.js +4 -0
- novas/novacore-zephyr/groq-code-cli/node_modules/@sec-ant/readable-stream/dist/ponyfill/asyncIterator.d.ts +1 -0
- novas/novacore-zephyr/groq-code-cli/node_modules/@sec-ant/readable-stream/dist/ponyfill/asyncIterator.js +89 -0
- novas/novacore-zephyr/groq-code-cli/node_modules/@sec-ant/readable-stream/dist/ponyfill/fromAnyIterable.d.ts +1 -0
- novas/novacore-zephyr/groq-code-cli/node_modules/@sec-ant/readable-stream/dist/ponyfill/fromAnyIterable.js +34 -0
- novas/novacore-zephyr/groq-code-cli/node_modules/@sec-ant/readable-stream/dist/ponyfill/index.d.ts +2 -0
- novas/novacore-zephyr/groq-code-cli/node_modules/@sec-ant/readable-stream/dist/ponyfill/index.js +6 -0
- novas/novacore-zephyr/groq-code-cli/node_modules/@sec-ant/readable-stream/dist/types/async-iterator.d.ts +11 -0
- novas/novacore-zephyr/groq-code-cli/node_modules/@sec-ant/readable-stream/package.json +96 -0
- novas/novacore-zephyr/groq-code-cli/node_modules/@typescript-eslint/eslint-plugin/dist/configs/all.js +162 -0
- novas/novacore-zephyr/groq-code-cli/node_modules/@typescript-eslint/eslint-plugin/dist/configs/all.js.map +1 -0
- novas/novacore-zephyr/groq-code-cli/node_modules/@typescript-eslint/eslint-plugin/dist/configs/base.js +7 -0
- novas/novacore-zephyr/groq-code-cli/node_modules/@typescript-eslint/eslint-plugin/dist/configs/base.js.map +1 -0
- novas/novacore-zephyr/groq-code-cli/node_modules/@typescript-eslint/eslint-plugin/dist/configs/disable-type-checked.js +73 -0
- novas/novacore-zephyr/groq-code-cli/node_modules/@typescript-eslint/eslint-plugin/dist/configs/disable-type-checked.js.map +1 -0
- novas/novacore-zephyr/groq-code-cli/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslint-recommended-raw.js +42 -0
- novas/novacore-zephyr/groq-code-cli/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslint-recommended-raw.js.map +1 -0
- novas/novacore-zephyr/groq-code-cli/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslint-recommended.js +14 -0
- novas/novacore-zephyr/groq-code-cli/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslint-recommended.js.map +1 -0
- novas/novacore-zephyr/groq-code-cli/node_modules/@typescript-eslint/eslint-plugin/dist/configs/recommended-type-checked-only.js +34 -0
- novas/novacore-zephyr/groq-code-cli/node_modules/@typescript-eslint/eslint-plugin/dist/configs/recommended-type-checked-only.js.map +1 -0
- novas/novacore-zephyr/groq-code-cli/node_modules/@typescript-eslint/eslint-plugin/dist/configs/recommended-type-checked.js +54 -0
- novas/novacore-zephyr/groq-code-cli/node_modules/@typescript-eslint/eslint-plugin/dist/configs/recommended-type-checked.js.map +1 -0
- novas/novacore-zephyr/groq-code-cli/node_modules/@typescript-eslint/eslint-plugin/dist/configs/recommended.js +33 -0
- novas/novacore-zephyr/groq-code-cli/node_modules/@typescript-eslint/eslint-plugin/dist/configs/recommended.js.map +1 -0
- novas/novacore-zephyr/groq-code-cli/node_modules/@typescript-eslint/eslint-plugin/dist/configs/strict-type-checked-only.js +69 -0
- novas/novacore-zephyr/groq-code-cli/node_modules/@typescript-eslint/eslint-plugin/dist/configs/strict-type-checked-only.js.map +1 -0
- novas/novacore-zephyr/groq-code-cli/node_modules/@typescript-eslint/eslint-plugin/dist/configs/strict-type-checked.js +101 -0
- novas/novacore-zephyr/groq-code-cli/node_modules/@typescript-eslint/eslint-plugin/dist/configs/strict-type-checked.js.map +1 -0
- novas/novacore-zephyr/groq-code-cli/node_modules/@typescript-eslint/eslint-plugin/dist/configs/strict.js +45 -0
- novas/novacore-zephyr/groq-code-cli/node_modules/@typescript-eslint/eslint-plugin/dist/configs/strict.js.map +1 -0
- novas/novacore-zephyr/groq-code-cli/node_modules/@typescript-eslint/eslint-plugin/dist/configs/stylistic-type-checked-only.js +19 -0
- novas/novacore-zephyr/groq-code-cli/node_modules/@typescript-eslint/eslint-plugin/dist/configs/stylistic-type-checked-only.js.map +1 -0
- novas/novacore-zephyr/groq-code-cli/node_modules/@typescript-eslint/eslint-plugin/dist/configs/stylistic-type-checked.js +35 -0
novas/novacore-zephyr/groq-code-cli/node_modules/@sec-ant/readable-stream/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
MIT License
|
| 2 |
+
|
| 3 |
+
Copyright (c) 2022 Ze-Zheng Wu
|
| 4 |
+
|
| 5 |
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
| 6 |
+
of this software and associated documentation files (the "Software"), to deal
|
| 7 |
+
in the Software without restriction, including without limitation the rights
|
| 8 |
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
| 9 |
+
copies of the Software, and to permit persons to whom the Software is
|
| 10 |
+
furnished to do so, subject to the following conditions:
|
| 11 |
+
|
| 12 |
+
The above copyright notice and this permission notice shall be included in all
|
| 13 |
+
copies or substantial portions of the Software.
|
| 14 |
+
|
| 15 |
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
| 16 |
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
| 17 |
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
| 18 |
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
| 19 |
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
| 20 |
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
| 21 |
+
SOFTWARE.
|
novas/novacore-zephyr/groq-code-cli/node_modules/@sec-ant/readable-stream/README.md
ADDED
|
@@ -0,0 +1,230 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# @sec-ant/readable-stream
|
| 2 |
+
|
| 3 |
+
[](https://www.npmjs.com/package/@sec-ant/readable-stream/v/latest) [](https://www.npmjs.com/package/@sec-ant/readable-stream/v/latest) [](https://www.jsdelivr.com/package/npm/@sec-ant/readable-stream) [](https://bundlephobia.com/package/@sec-ant/readable-stream@latest) [](https://www.npmjs.com/package/@sec-ant/readable-stream/v/latest)
|
| 4 |
+
|
| 5 |
+
A tiny, zero-dependency yet spec-compliant asynchronous iterator polyfill/ponyfill for [`ReadableStream`](https://developer.mozilla.org/docs/Web/API/ReadableStream)s.
|
| 6 |
+
|
| 7 |
+
## Features
|
| 8 |
+
|
| 9 |
+
### Asynchronously iterate a `ReadableStream`
|
| 10 |
+
|
| 11 |
+
With this package, you can consume a `ReadableStream` as an `AsyncIterable`.
|
| 12 |
+
|
| 13 |
+
- spec: https://streams.spec.whatwg.org/#rs-asynciterator
|
| 14 |
+
- tests: https://github.com/Sec-ant/readable-stream/blob/main/tests/asyncIterator.spec.ts (copied from [wpt](https://github.com/web-platform-tests/wpt/blob/309231a7f3e900d04914bc4963b016efd9989a00/streams/readable-streams/async-iterator.any.js))
|
| 15 |
+
|
| 16 |
+
### Convert an `AsyncIterable` or an `Iterable` into a `ReadableStream`
|
| 17 |
+
|
| 18 |
+
With this package, you can construct a `ReadableStream` from an `AsyncIterable` or an `Iterable`.
|
| 19 |
+
|
| 20 |
+
- spec: https://streams.spec.whatwg.org/#rs-from
|
| 21 |
+
- tests: https://github.com/Sec-ant/readable-stream/blob/main/tests/fromAnyIterable.spec.ts (copied from [wpt](https://github.com/web-platform-tests/wpt/blob/309231a7f3e900d04914bc4963b016efd9989a00/streams/readable-streams/from.any.js))
|
| 22 |
+
|
| 23 |
+
This package passes all the aforementioned tests.
|
| 24 |
+
|
| 25 |
+
## Install
|
| 26 |
+
|
| 27 |
+
```bash
|
| 28 |
+
npm i @sec-ant/readable-stream
|
| 29 |
+
```
|
| 30 |
+
|
| 31 |
+
## Usage
|
| 32 |
+
|
| 33 |
+
### Ponyfill
|
| 34 |
+
|
| 35 |
+
This package can be imported as a _ponyfill_ to avoid side effects:
|
| 36 |
+
|
| 37 |
+
#### `asyncIterator`
|
| 38 |
+
|
| 39 |
+
Path:
|
| 40 |
+
|
| 41 |
+
```
|
| 42 |
+
@sec-ant/readable-stream/ponyfill/asyncIterator
|
| 43 |
+
```
|
| 44 |
+
|
| 45 |
+
Example:
|
| 46 |
+
|
| 47 |
+
```ts
|
| 48 |
+
import {
|
| 49 |
+
asyncIterator,
|
| 50 |
+
type ReadableStreamIteratorOptions,
|
| 51 |
+
} from "@sec-ant/readable-stream/ponyfill/asyncIterator";
|
| 52 |
+
|
| 53 |
+
const readableStream = (await fetch("https://www.example.org/")).body;
|
| 54 |
+
|
| 55 |
+
let total = 0;
|
| 56 |
+
for await (const chunk of asyncIterator.call(readableStream)) {
|
| 57 |
+
total += chunk.length;
|
| 58 |
+
}
|
| 59 |
+
|
| 60 |
+
console.log(total);
|
| 61 |
+
```
|
| 62 |
+
|
| 63 |
+
Check https://streams.spec.whatwg.org/#rs-class-definition and https://streams.spec.whatwg.org/#rs-asynciterator for further explanation on `ReadableStreamIteratorOptions`.
|
| 64 |
+
|
| 65 |
+
#### `fromAnyIterable`
|
| 66 |
+
|
| 67 |
+
Path:
|
| 68 |
+
|
| 69 |
+
```
|
| 70 |
+
@sec-ant/readable-stream/ponyfill/fromAnyIterable
|
| 71 |
+
```
|
| 72 |
+
|
| 73 |
+
Example:
|
| 74 |
+
|
| 75 |
+
```ts
|
| 76 |
+
import { fromAnyIterable } from "@sec-ant/readable-stream/ponyfill/fromAnyIterable";
|
| 77 |
+
|
| 78 |
+
const readableStream = fromAnyIterable(["a", "b"]);
|
| 79 |
+
```
|
| 80 |
+
|
| 81 |
+
#### All-in-One
|
| 82 |
+
|
| 83 |
+
Path:
|
| 84 |
+
|
| 85 |
+
```
|
| 86 |
+
@sec-ant/readable-stream/ponyfill
|
| 87 |
+
```
|
| 88 |
+
|
| 89 |
+
Example:
|
| 90 |
+
|
| 91 |
+
```ts
|
| 92 |
+
import {
|
| 93 |
+
fromAnyIterable,
|
| 94 |
+
asyncIterator,
|
| 95 |
+
type ReadableStreamIteratorOptions,
|
| 96 |
+
} from "@sec-ant/readable-stream/ponyfill";
|
| 97 |
+
```
|
| 98 |
+
|
| 99 |
+
### Polyfill
|
| 100 |
+
|
| 101 |
+
This package can be imported as a drop-in _polyfill_ with side effects.
|
| 102 |
+
|
| 103 |
+
#### `ReadableStream.prototype[Symbol.asyncIterator]` and `ReadableStream.prototype.values`
|
| 104 |
+
|
| 105 |
+
Path:
|
| 106 |
+
|
| 107 |
+
```
|
| 108 |
+
@sec-ant/readable-stream/polyfill/asyncIterator
|
| 109 |
+
```
|
| 110 |
+
|
| 111 |
+
Example:
|
| 112 |
+
|
| 113 |
+
```ts
|
| 114 |
+
import "@sec-ant/readable-stream/polyfill/asyncIterator";
|
| 115 |
+
|
| 116 |
+
const readableStream = (await fetch("https://www.example.org/")).body;
|
| 117 |
+
|
| 118 |
+
let total = 0;
|
| 119 |
+
for await (const chunk of readableStream) {
|
| 120 |
+
total += chunk.length;
|
| 121 |
+
}
|
| 122 |
+
|
| 123 |
+
console.log(total);
|
| 124 |
+
```
|
| 125 |
+
|
| 126 |
+
#### `ReadableStream.from`
|
| 127 |
+
|
| 128 |
+
Path:
|
| 129 |
+
|
| 130 |
+
```
|
| 131 |
+
@sec-ant/readable-stream/polyfill/fromAnyIterable
|
| 132 |
+
```
|
| 133 |
+
|
| 134 |
+
Example:
|
| 135 |
+
|
| 136 |
+
```js
|
| 137 |
+
import "@sec-ant/readable-stream/polyfill/fromAnyIterable";
|
| 138 |
+
|
| 139 |
+
const readableStream = ReadableStream.from(["a", "b"]);
|
| 140 |
+
```
|
| 141 |
+
|
| 142 |
+
Note that `ReadableStream.from` is not typed because [declared vars cannot be overridden](https://github.com/microsoft/TypeScript/issues/36146).
|
| 143 |
+
|
| 144 |
+
#### All-in-One
|
| 145 |
+
|
| 146 |
+
Path:
|
| 147 |
+
|
| 148 |
+
```
|
| 149 |
+
@sec-ant/readable-stream/polyfill
|
| 150 |
+
```
|
| 151 |
+
|
| 152 |
+
Example:
|
| 153 |
+
|
| 154 |
+
```ts
|
| 155 |
+
import "@sec-ant/readable-stream/polyfill";
|
| 156 |
+
```
|
| 157 |
+
|
| 158 |
+
### Ponyfill + Polyfill
|
| 159 |
+
|
| 160 |
+
#### `asyncIterator`
|
| 161 |
+
|
| 162 |
+
Path:
|
| 163 |
+
|
| 164 |
+
```
|
| 165 |
+
@sec-ant/readable-stream/asyncIterator
|
| 166 |
+
```
|
| 167 |
+
|
| 168 |
+
Example:
|
| 169 |
+
|
| 170 |
+
```ts
|
| 171 |
+
import {
|
| 172 |
+
asyncIterator,
|
| 173 |
+
type ReadableStreamIteratorOptions,
|
| 174 |
+
} from "@sec-ant/readable-stream/asyncIterator";
|
| 175 |
+
// also with side effects
|
| 176 |
+
```
|
| 177 |
+
|
| 178 |
+
#### `fromAnyIterable`
|
| 179 |
+
|
| 180 |
+
Path:
|
| 181 |
+
|
| 182 |
+
```
|
| 183 |
+
@sec-ant/readable-stream/fromAnyIterable
|
| 184 |
+
```
|
| 185 |
+
|
| 186 |
+
Example:
|
| 187 |
+
|
| 188 |
+
```ts
|
| 189 |
+
import { fromAnyIterable } from "@sec-ant/readable-stream/fromAnyIterable";
|
| 190 |
+
// also with side effects
|
| 191 |
+
```
|
| 192 |
+
|
| 193 |
+
#### All-in-One
|
| 194 |
+
|
| 195 |
+
Path:
|
| 196 |
+
|
| 197 |
+
```
|
| 198 |
+
@sec-ant/readable-stream
|
| 199 |
+
```
|
| 200 |
+
|
| 201 |
+
Example:
|
| 202 |
+
|
| 203 |
+
```ts
|
| 204 |
+
import {
|
| 205 |
+
fromAnyIterable,
|
| 206 |
+
asyncIterator,
|
| 207 |
+
type ReadableStreamIteratorOptions,
|
| 208 |
+
} from "@sec-ant/readable-stream";
|
| 209 |
+
// also with side effects
|
| 210 |
+
```
|
| 211 |
+
|
| 212 |
+
### Types
|
| 213 |
+
|
| 214 |
+
You can also use this package to augment the `ReadableStream` type for async iteration if the runtime already supports it but the type system does not.
|
| 215 |
+
|
| 216 |
+
Path:
|
| 217 |
+
|
| 218 |
+
```
|
| 219 |
+
@sec-ant/readable-stream/async-iterator
|
| 220 |
+
```
|
| 221 |
+
|
| 222 |
+
Example:
|
| 223 |
+
|
| 224 |
+
```ts
|
| 225 |
+
/// <reference types="@sec-ant/readable-stream/async-iterator" />
|
| 226 |
+
```
|
| 227 |
+
|
| 228 |
+
## License
|
| 229 |
+
|
| 230 |
+
MIT
|
novas/novacore-zephyr/groq-code-cli/node_modules/@sec-ant/readable-stream/dist/core/asyncIterablePrototype.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
export declare const AsyncIterablePrototype: object;
|
novas/novacore-zephyr/groq-code-cli/node_modules/@sec-ant/readable-stream/dist/core/asyncIterator.d.ts
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
/**
|
| 2 |
+
* the implementer that does all the heavy works
|
| 3 |
+
*/
|
| 4 |
+
declare class ReadableStreamAsyncIterableIteratorImpl<R, TReturn> implements AsyncIterator<R> {
|
| 5 |
+
#private;
|
| 6 |
+
constructor(reader: ReadableStreamDefaultReader<R>, preventCancel: boolean);
|
| 7 |
+
next(): Promise<IteratorResult<R, undefined>>;
|
| 8 |
+
return(value?: TReturn): Promise<IteratorReturnResult<TReturn>>;
|
| 9 |
+
}
|
| 10 |
+
declare const implementSymbol: unique symbol;
|
| 11 |
+
/**
|
| 12 |
+
* declare `ReadableStreamAsyncIterableIterator` interaface
|
| 13 |
+
*/
|
| 14 |
+
interface ReadableStreamAsyncIterableIterator<R, TReturn> extends AsyncIterableIterator<R> {
|
| 15 |
+
[implementSymbol]: ReadableStreamAsyncIterableIteratorImpl<R, TReturn>;
|
| 16 |
+
}
|
| 17 |
+
export interface ReadableStreamIteratorOptions {
|
| 18 |
+
preventCancel?: boolean;
|
| 19 |
+
}
|
| 20 |
+
/**
|
| 21 |
+
* Get an async iterable iterator from a readable stream
|
| 22 |
+
* @param this
|
| 23 |
+
* @param readableStreamIteratorOptions
|
| 24 |
+
* @returns
|
| 25 |
+
*/
|
| 26 |
+
export declare function asyncIterator<R, TReturn>(this: ReadableStream<R>, { preventCancel }?: ReadableStreamIteratorOptions): ReadableStreamAsyncIterableIterator<R, TReturn>;
|
| 27 |
+
export {};
|
novas/novacore-zephyr/groq-code-cli/node_modules/@sec-ant/readable-stream/dist/core/fromAnyIterable.d.ts
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
/**
|
| 2 |
+
* Create a new readable stream from an async iterable or a sync iterable
|
| 3 |
+
* @param iterable
|
| 4 |
+
* @returns a readable stream
|
| 5 |
+
*/
|
| 6 |
+
export declare function fromAnyIterable<R>(iterable: Iterable<R> | AsyncIterable<R>): ReadableStream<R>;
|
novas/novacore-zephyr/groq-code-cli/node_modules/@sec-ant/readable-stream/dist/index/asyncIterator.d.ts
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import "../polyfill/asyncIterator.js";
|
| 2 |
+
export * from "../ponyfill/asyncIterator.js";
|
novas/novacore-zephyr/groq-code-cli/node_modules/@sec-ant/readable-stream/dist/index/asyncIterator.js
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import "../polyfill/asyncIterator.js";
|
| 2 |
+
import { asyncIterator as a } from "../ponyfill/asyncIterator.js";
|
| 3 |
+
export {
|
| 4 |
+
a as asyncIterator
|
| 5 |
+
};
|
novas/novacore-zephyr/groq-code-cli/node_modules/@sec-ant/readable-stream/dist/index/fromAnyIterable.d.ts
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import "../polyfill/fromAnyIterable.js";
|
| 2 |
+
export * from "../ponyfill/fromAnyIterable.js";
|
novas/novacore-zephyr/groq-code-cli/node_modules/@sec-ant/readable-stream/dist/index/fromAnyIterable.js
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import "../polyfill/fromAnyIterable.js";
|
| 2 |
+
import { fromAnyIterable as m } from "../ponyfill/fromAnyIterable.js";
|
| 3 |
+
export {
|
| 4 |
+
m as fromAnyIterable
|
| 5 |
+
};
|
novas/novacore-zephyr/groq-code-cli/node_modules/@sec-ant/readable-stream/dist/index/index.d.ts
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
export * from "./asyncIterator.js";
|
| 2 |
+
export * from "./fromAnyIterable.js";
|
novas/novacore-zephyr/groq-code-cli/node_modules/@sec-ant/readable-stream/dist/index/index.js
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import "../polyfill/asyncIterator.js";
|
| 2 |
+
import { asyncIterator as m } from "../ponyfill/asyncIterator.js";
|
| 3 |
+
import "../polyfill/fromAnyIterable.js";
|
| 4 |
+
import { fromAnyIterable as a } from "../ponyfill/fromAnyIterable.js";
|
| 5 |
+
export {
|
| 6 |
+
m as asyncIterator,
|
| 7 |
+
a as fromAnyIterable
|
| 8 |
+
};
|
novas/novacore-zephyr/groq-code-cli/node_modules/@sec-ant/readable-stream/dist/polyfill/asyncIterator.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
export {};
|
novas/novacore-zephyr/groq-code-cli/node_modules/@sec-ant/readable-stream/dist/polyfill/asyncIterator.js
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import { asyncIterator as e } from "../ponyfill/asyncIterator.js";
|
| 2 |
+
ReadableStream.prototype.values ??= ReadableStream.prototype[Symbol.asyncIterator] ??= e;
|
| 3 |
+
ReadableStream.prototype[Symbol.asyncIterator] ??= ReadableStream.prototype.values;
|
novas/novacore-zephyr/groq-code-cli/node_modules/@sec-ant/readable-stream/dist/polyfill/fromAnyIterable.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
export {};
|
novas/novacore-zephyr/groq-code-cli/node_modules/@sec-ant/readable-stream/dist/polyfill/fromAnyIterable.js
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import { fromAnyIterable as r } from "../ponyfill/fromAnyIterable.js";
|
| 2 |
+
ReadableStream.from ??= r;
|
novas/novacore-zephyr/groq-code-cli/node_modules/@sec-ant/readable-stream/dist/polyfill/index.d.ts
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import "./asyncIterator.js";
|
| 2 |
+
import "./fromAnyIterable.js";
|
novas/novacore-zephyr/groq-code-cli/node_modules/@sec-ant/readable-stream/dist/polyfill/index.js
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import "./asyncIterator.js";
|
| 2 |
+
import "./fromAnyIterable.js";
|
| 3 |
+
import "../ponyfill/asyncIterator.js";
|
| 4 |
+
import "../ponyfill/fromAnyIterable.js";
|
novas/novacore-zephyr/groq-code-cli/node_modules/@sec-ant/readable-stream/dist/ponyfill/asyncIterator.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
export { asyncIterator, type ReadableStreamIteratorOptions, } from "../core/asyncIterator.js";
|
novas/novacore-zephyr/groq-code-cli/node_modules/@sec-ant/readable-stream/dist/ponyfill/asyncIterator.js
ADDED
|
@@ -0,0 +1,89 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
const a = Object.getPrototypeOf(
|
| 2 |
+
Object.getPrototypeOf(
|
| 3 |
+
/* istanbul ignore next */
|
| 4 |
+
async function* () {
|
| 5 |
+
}
|
| 6 |
+
).prototype
|
| 7 |
+
);
|
| 8 |
+
class c {
|
| 9 |
+
#t;
|
| 10 |
+
#n;
|
| 11 |
+
#r = !1;
|
| 12 |
+
#e = void 0;
|
| 13 |
+
constructor(e, t) {
|
| 14 |
+
this.#t = e, this.#n = t;
|
| 15 |
+
}
|
| 16 |
+
next() {
|
| 17 |
+
const e = () => this.#s();
|
| 18 |
+
return this.#e = this.#e ? this.#e.then(e, e) : e(), this.#e;
|
| 19 |
+
}
|
| 20 |
+
return(e) {
|
| 21 |
+
const t = () => this.#i(e);
|
| 22 |
+
return this.#e ? this.#e.then(t, t) : t();
|
| 23 |
+
}
|
| 24 |
+
async #s() {
|
| 25 |
+
if (this.#r)
|
| 26 |
+
return {
|
| 27 |
+
done: !0,
|
| 28 |
+
value: void 0
|
| 29 |
+
};
|
| 30 |
+
let e;
|
| 31 |
+
try {
|
| 32 |
+
e = await this.#t.read();
|
| 33 |
+
} catch (t) {
|
| 34 |
+
throw this.#e = void 0, this.#r = !0, this.#t.releaseLock(), t;
|
| 35 |
+
}
|
| 36 |
+
return e.done && (this.#e = void 0, this.#r = !0, this.#t.releaseLock()), e;
|
| 37 |
+
}
|
| 38 |
+
async #i(e) {
|
| 39 |
+
if (this.#r)
|
| 40 |
+
return {
|
| 41 |
+
done: !0,
|
| 42 |
+
value: e
|
| 43 |
+
};
|
| 44 |
+
if (this.#r = !0, !this.#n) {
|
| 45 |
+
const t = this.#t.cancel(e);
|
| 46 |
+
return this.#t.releaseLock(), await t, {
|
| 47 |
+
done: !0,
|
| 48 |
+
value: e
|
| 49 |
+
};
|
| 50 |
+
}
|
| 51 |
+
return this.#t.releaseLock(), {
|
| 52 |
+
done: !0,
|
| 53 |
+
value: e
|
| 54 |
+
};
|
| 55 |
+
}
|
| 56 |
+
}
|
| 57 |
+
const n = Symbol();
|
| 58 |
+
function i() {
|
| 59 |
+
return this[n].next();
|
| 60 |
+
}
|
| 61 |
+
Object.defineProperty(i, "name", { value: "next" });
|
| 62 |
+
function o(r) {
|
| 63 |
+
return this[n].return(r);
|
| 64 |
+
}
|
| 65 |
+
Object.defineProperty(o, "name", { value: "return" });
|
| 66 |
+
const u = Object.create(a, {
|
| 67 |
+
next: {
|
| 68 |
+
enumerable: !0,
|
| 69 |
+
configurable: !0,
|
| 70 |
+
writable: !0,
|
| 71 |
+
value: i
|
| 72 |
+
},
|
| 73 |
+
return: {
|
| 74 |
+
enumerable: !0,
|
| 75 |
+
configurable: !0,
|
| 76 |
+
writable: !0,
|
| 77 |
+
value: o
|
| 78 |
+
}
|
| 79 |
+
});
|
| 80 |
+
function h({ preventCancel: r = !1 } = {}) {
|
| 81 |
+
const e = this.getReader(), t = new c(
|
| 82 |
+
e,
|
| 83 |
+
r
|
| 84 |
+
), s = Object.create(u);
|
| 85 |
+
return s[n] = t, s;
|
| 86 |
+
}
|
| 87 |
+
export {
|
| 88 |
+
h as asyncIterator
|
| 89 |
+
};
|
novas/novacore-zephyr/groq-code-cli/node_modules/@sec-ant/readable-stream/dist/ponyfill/fromAnyIterable.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
export { fromAnyIterable } from "../core/fromAnyIterable.js";
|
novas/novacore-zephyr/groq-code-cli/node_modules/@sec-ant/readable-stream/dist/ponyfill/fromAnyIterable.js
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
function c(n) {
|
| 2 |
+
const t = a(n);
|
| 3 |
+
return new ReadableStream(
|
| 4 |
+
{
|
| 5 |
+
async pull(e) {
|
| 6 |
+
const { value: r, done: o } = await t.next();
|
| 7 |
+
o ? e.close() : e.enqueue(r);
|
| 8 |
+
},
|
| 9 |
+
async cancel(e) {
|
| 10 |
+
if (typeof t.return == "function" && typeof await t.return(e) != "object")
|
| 11 |
+
throw new TypeError("return() fulfills with a non-object.");
|
| 12 |
+
return e;
|
| 13 |
+
}
|
| 14 |
+
},
|
| 15 |
+
new CountQueuingStrategy({
|
| 16 |
+
highWaterMark: 0
|
| 17 |
+
})
|
| 18 |
+
);
|
| 19 |
+
}
|
| 20 |
+
function a(n) {
|
| 21 |
+
let t = n[Symbol.asyncIterator]?.bind(n);
|
| 22 |
+
if (t === void 0) {
|
| 23 |
+
const r = n[Symbol.iterator](), o = {
|
| 24 |
+
[Symbol.iterator]: () => r
|
| 25 |
+
};
|
| 26 |
+
t = async function* () {
|
| 27 |
+
return yield* o;
|
| 28 |
+
};
|
| 29 |
+
}
|
| 30 |
+
return t();
|
| 31 |
+
}
|
| 32 |
+
export {
|
| 33 |
+
c as fromAnyIterable
|
| 34 |
+
};
|
novas/novacore-zephyr/groq-code-cli/node_modules/@sec-ant/readable-stream/dist/ponyfill/index.d.ts
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
export * from "./asyncIterator.js";
|
| 2 |
+
export * from "./fromAnyIterable.js";
|
novas/novacore-zephyr/groq-code-cli/node_modules/@sec-ant/readable-stream/dist/ponyfill/index.js
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import { asyncIterator as e } from "./asyncIterator.js";
|
| 2 |
+
import { fromAnyIterable as a } from "./fromAnyIterable.js";
|
| 3 |
+
export {
|
| 4 |
+
e as asyncIterator,
|
| 5 |
+
a as fromAnyIterable
|
| 6 |
+
};
|
novas/novacore-zephyr/groq-code-cli/node_modules/@sec-ant/readable-stream/dist/types/async-iterator.d.ts
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import type { ReadableStreamIteratorOptions } from "../core/asyncIterator.js";
|
| 2 |
+
/**
|
| 3 |
+
* augment global readable stream interface
|
| 4 |
+
*/
|
| 5 |
+
declare global {
|
| 6 |
+
// biome-ignore lint/suspicious/noExplicitAny: to be compatible with lib.dom.d.ts
|
| 7 |
+
interface ReadableStream<R = any> {
|
| 8 |
+
[Symbol.asyncIterator](): AsyncIterableIterator<R>;
|
| 9 |
+
values(options?: ReadableStreamIteratorOptions): AsyncIterableIterator<R>;
|
| 10 |
+
}
|
| 11 |
+
}
|
novas/novacore-zephyr/groq-code-cli/node_modules/@sec-ant/readable-stream/package.json
ADDED
|
@@ -0,0 +1,96 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name": "@sec-ant/readable-stream",
|
| 3 |
+
"description": "A tiny, zero-dependency yet spec-compliant asynchronous iterator polyfill/ponyfill for ReadableStreams.",
|
| 4 |
+
"private": false,
|
| 5 |
+
"version": "0.4.1",
|
| 6 |
+
"type": "module",
|
| 7 |
+
"files": ["./dist"],
|
| 8 |
+
"main": "./dist/index/index.js",
|
| 9 |
+
"module": "./dist/index/index.js",
|
| 10 |
+
"exports": {
|
| 11 |
+
".": "./dist/index/index.js",
|
| 12 |
+
"./asyncIterator": "./dist/index/asyncIterator.js",
|
| 13 |
+
"./fromAnyIterable": "./dist/index/fromAnyIterable.js",
|
| 14 |
+
"./ponyfill": "./dist/ponyfill/index.js",
|
| 15 |
+
"./ponyfill/asyncIterator": "./dist/ponyfill/asyncIterator.js",
|
| 16 |
+
"./ponyfill/fromAnyIterable": "./dist/ponyfill/fromAnyIterable.js",
|
| 17 |
+
"./polyfill": "./dist/polyfill/index.js",
|
| 18 |
+
"./polyfill/asyncIterator": "./dist/polyfill/asyncIterator.js",
|
| 19 |
+
"./polyfill/fromAnyIterable": "./dist/polyfill/fromAnyIterable.js",
|
| 20 |
+
"./async-iterator": {
|
| 21 |
+
"types": "./dist/types/async-iterator.d.ts"
|
| 22 |
+
}
|
| 23 |
+
},
|
| 24 |
+
"repository": {
|
| 25 |
+
"type": "git",
|
| 26 |
+
"url": "git+https://github.com/Sec-ant/readable-stream.git"
|
| 27 |
+
},
|
| 28 |
+
"homepage": "https://github.com/Sec-ant/readable-stream",
|
| 29 |
+
"bugs": {
|
| 30 |
+
"url": "https://github.com/Sec-ant/readable-stream/issues",
|
| 31 |
+
"email": "zezhengwu@proton.me"
|
| 32 |
+
},
|
| 33 |
+
"keywords": [
|
| 34 |
+
"stream",
|
| 35 |
+
"web-streams",
|
| 36 |
+
"readablestream",
|
| 37 |
+
"async",
|
| 38 |
+
"asynchronous",
|
| 39 |
+
"iterator",
|
| 40 |
+
"iteration",
|
| 41 |
+
"async-iterator",
|
| 42 |
+
"polyfill",
|
| 43 |
+
"esm",
|
| 44 |
+
"from-iterable"
|
| 45 |
+
],
|
| 46 |
+
"author": {
|
| 47 |
+
"name": "Ze-Zheng Wu"
|
| 48 |
+
},
|
| 49 |
+
"license": "MIT",
|
| 50 |
+
"publishConfig": {
|
| 51 |
+
"access": "public"
|
| 52 |
+
},
|
| 53 |
+
"scripts": {
|
| 54 |
+
"install:ci": "npm ci && npx playwright install --with-deps",
|
| 55 |
+
"install:codesandbox": "npm ci && ./scripts/prepare.sh",
|
| 56 |
+
"update-hooks": "simple-git-hooks",
|
| 57 |
+
"changeset": "changeset",
|
| 58 |
+
"bump": "changeset version 2>/dev/null | grep . && npm i; exit 0",
|
| 59 |
+
"type-check": "tsc --noEmit --emitDeclarationOnly false",
|
| 60 |
+
"format:prettier": "prettier . --write",
|
| 61 |
+
"format:biome": "biome format . --write",
|
| 62 |
+
"format": "conc \"npm:format:prettier\" \"npm:format:biome\"",
|
| 63 |
+
"check:biome": "biome check --apply .",
|
| 64 |
+
"check": "conc \"npm:format:prettier\" \"npm:check:biome\"",
|
| 65 |
+
"prebuild": "npm run check && npm run type-check",
|
| 66 |
+
"build": "vite build",
|
| 67 |
+
"copy": "copy-files-from-to",
|
| 68 |
+
"postbuild": "tsc && npm run copy",
|
| 69 |
+
"test:chromium": "vitest run --browser.name=chromium",
|
| 70 |
+
"test:firefox": "vitest run --browser.name=firefox",
|
| 71 |
+
"test": "npm run test:chromium && npm run test:firefox",
|
| 72 |
+
"test:coverage": "vitest run --coverage",
|
| 73 |
+
"test:ui": "vitest --ui --coverage",
|
| 74 |
+
"prepublishOnly": "npm run build",
|
| 75 |
+
"bump-biome:latest": "npm i -DE @biomejs/biome@latest",
|
| 76 |
+
"bump-biome:nightly": "npm i -DE @biomejs/biome@nightly"
|
| 77 |
+
},
|
| 78 |
+
"devDependencies": {
|
| 79 |
+
"@biomejs/biome": "1.6.1",
|
| 80 |
+
"@changesets/cli": "^2.27.1",
|
| 81 |
+
"@commitlint/cli": "^19.1.0",
|
| 82 |
+
"@commitlint/config-conventional": "^19.1.0",
|
| 83 |
+
"@vitest/browser": "^1.3.1",
|
| 84 |
+
"@vitest/coverage-istanbul": "^1.3.1",
|
| 85 |
+
"@vitest/ui": "^1.3.1",
|
| 86 |
+
"concurrently": "^8.2.2",
|
| 87 |
+
"copy-files-from-to": "^3.9.1",
|
| 88 |
+
"lint-staged": "^15.2.2",
|
| 89 |
+
"playwright": "^1.42.1",
|
| 90 |
+
"prettier": "^3.2.5",
|
| 91 |
+
"simple-git-hooks": "^2.10.0",
|
| 92 |
+
"typescript": "^5.4.2",
|
| 93 |
+
"vite": "^5.1.6",
|
| 94 |
+
"vitest": "^1.3.1"
|
| 95 |
+
}
|
| 96 |
+
}
|
novas/novacore-zephyr/groq-code-cli/node_modules/@typescript-eslint/eslint-plugin/dist/configs/all.js
ADDED
|
@@ -0,0 +1,162 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
"use strict";
|
| 2 |
+
// THIS CODE WAS AUTOMATICALLY GENERATED
|
| 3 |
+
// DO NOT EDIT THIS CODE BY HAND
|
| 4 |
+
// SEE https://typescript-eslint.io/users/configs
|
| 5 |
+
//
|
| 6 |
+
// For developers working in the typescript-eslint monorepo:
|
| 7 |
+
// You can regenerate it using `yarn generate:configs`
|
| 8 |
+
module.exports = {
|
| 9 |
+
extends: ['./configs/base', './configs/eslint-recommended'],
|
| 10 |
+
rules: {
|
| 11 |
+
'@typescript-eslint/adjacent-overload-signatures': 'error',
|
| 12 |
+
'@typescript-eslint/array-type': 'error',
|
| 13 |
+
'@typescript-eslint/await-thenable': 'error',
|
| 14 |
+
'@typescript-eslint/ban-ts-comment': 'error',
|
| 15 |
+
'@typescript-eslint/ban-tslint-comment': 'error',
|
| 16 |
+
'@typescript-eslint/ban-types': 'error',
|
| 17 |
+
'@typescript-eslint/class-literal-property-style': 'error',
|
| 18 |
+
'class-methods-use-this': 'off',
|
| 19 |
+
'@typescript-eslint/class-methods-use-this': 'error',
|
| 20 |
+
'@typescript-eslint/consistent-generic-constructors': 'error',
|
| 21 |
+
'@typescript-eslint/consistent-indexed-object-style': 'error',
|
| 22 |
+
'consistent-return': 'off',
|
| 23 |
+
'@typescript-eslint/consistent-return': 'error',
|
| 24 |
+
'@typescript-eslint/consistent-type-assertions': 'error',
|
| 25 |
+
'@typescript-eslint/consistent-type-definitions': 'error',
|
| 26 |
+
'@typescript-eslint/consistent-type-exports': 'error',
|
| 27 |
+
'@typescript-eslint/consistent-type-imports': 'error',
|
| 28 |
+
'default-param-last': 'off',
|
| 29 |
+
'@typescript-eslint/default-param-last': 'error',
|
| 30 |
+
'dot-notation': 'off',
|
| 31 |
+
'@typescript-eslint/dot-notation': 'error',
|
| 32 |
+
'@typescript-eslint/explicit-function-return-type': 'error',
|
| 33 |
+
'@typescript-eslint/explicit-member-accessibility': 'error',
|
| 34 |
+
'@typescript-eslint/explicit-module-boundary-types': 'error',
|
| 35 |
+
'init-declarations': 'off',
|
| 36 |
+
'@typescript-eslint/init-declarations': 'error',
|
| 37 |
+
'max-params': 'off',
|
| 38 |
+
'@typescript-eslint/max-params': 'error',
|
| 39 |
+
'@typescript-eslint/member-ordering': 'error',
|
| 40 |
+
'@typescript-eslint/method-signature-style': 'error',
|
| 41 |
+
'@typescript-eslint/naming-convention': 'error',
|
| 42 |
+
'no-array-constructor': 'off',
|
| 43 |
+
'@typescript-eslint/no-array-constructor': 'error',
|
| 44 |
+
'@typescript-eslint/no-array-delete': 'error',
|
| 45 |
+
'@typescript-eslint/no-base-to-string': 'error',
|
| 46 |
+
'@typescript-eslint/no-confusing-non-null-assertion': 'error',
|
| 47 |
+
'@typescript-eslint/no-confusing-void-expression': 'error',
|
| 48 |
+
'no-dupe-class-members': 'off',
|
| 49 |
+
'@typescript-eslint/no-dupe-class-members': 'error',
|
| 50 |
+
'@typescript-eslint/no-duplicate-enum-values': 'error',
|
| 51 |
+
'@typescript-eslint/no-duplicate-type-constituents': 'error',
|
| 52 |
+
'@typescript-eslint/no-dynamic-delete': 'error',
|
| 53 |
+
'no-empty-function': 'off',
|
| 54 |
+
'@typescript-eslint/no-empty-function': 'error',
|
| 55 |
+
'@typescript-eslint/no-empty-interface': 'error',
|
| 56 |
+
'@typescript-eslint/no-empty-object-type': 'error',
|
| 57 |
+
'@typescript-eslint/no-explicit-any': 'error',
|
| 58 |
+
'@typescript-eslint/no-extra-non-null-assertion': 'error',
|
| 59 |
+
'@typescript-eslint/no-extraneous-class': 'error',
|
| 60 |
+
'@typescript-eslint/no-floating-promises': 'error',
|
| 61 |
+
'@typescript-eslint/no-for-in-array': 'error',
|
| 62 |
+
'no-implied-eval': 'off',
|
| 63 |
+
'@typescript-eslint/no-implied-eval': 'error',
|
| 64 |
+
'@typescript-eslint/no-import-type-side-effects': 'error',
|
| 65 |
+
'@typescript-eslint/no-inferrable-types': 'error',
|
| 66 |
+
'no-invalid-this': 'off',
|
| 67 |
+
'@typescript-eslint/no-invalid-this': 'error',
|
| 68 |
+
'@typescript-eslint/no-invalid-void-type': 'error',
|
| 69 |
+
'no-loop-func': 'off',
|
| 70 |
+
'@typescript-eslint/no-loop-func': 'error',
|
| 71 |
+
'no-loss-of-precision': 'off',
|
| 72 |
+
'@typescript-eslint/no-loss-of-precision': 'error',
|
| 73 |
+
'no-magic-numbers': 'off',
|
| 74 |
+
'@typescript-eslint/no-magic-numbers': 'error',
|
| 75 |
+
'@typescript-eslint/no-meaningless-void-operator': 'error',
|
| 76 |
+
'@typescript-eslint/no-misused-new': 'error',
|
| 77 |
+
'@typescript-eslint/no-misused-promises': 'error',
|
| 78 |
+
'@typescript-eslint/no-mixed-enums': 'error',
|
| 79 |
+
'@typescript-eslint/no-namespace': 'error',
|
| 80 |
+
'@typescript-eslint/no-non-null-asserted-nullish-coalescing': 'error',
|
| 81 |
+
'@typescript-eslint/no-non-null-asserted-optional-chain': 'error',
|
| 82 |
+
'@typescript-eslint/no-non-null-assertion': 'error',
|
| 83 |
+
'no-redeclare': 'off',
|
| 84 |
+
'@typescript-eslint/no-redeclare': 'error',
|
| 85 |
+
'@typescript-eslint/no-redundant-type-constituents': 'error',
|
| 86 |
+
'@typescript-eslint/no-require-imports': 'error',
|
| 87 |
+
'no-restricted-imports': 'off',
|
| 88 |
+
'@typescript-eslint/no-restricted-imports': 'error',
|
| 89 |
+
'no-shadow': 'off',
|
| 90 |
+
'@typescript-eslint/no-shadow': 'error',
|
| 91 |
+
'@typescript-eslint/no-this-alias': 'error',
|
| 92 |
+
'@typescript-eslint/no-unnecessary-boolean-literal-compare': 'error',
|
| 93 |
+
'@typescript-eslint/no-unnecessary-condition': 'error',
|
| 94 |
+
'@typescript-eslint/no-unnecessary-parameter-property-assignment': 'error',
|
| 95 |
+
'@typescript-eslint/no-unnecessary-qualifier': 'error',
|
| 96 |
+
'@typescript-eslint/no-unnecessary-template-expression': 'error',
|
| 97 |
+
'@typescript-eslint/no-unnecessary-type-arguments': 'error',
|
| 98 |
+
'@typescript-eslint/no-unnecessary-type-assertion': 'error',
|
| 99 |
+
'@typescript-eslint/no-unnecessary-type-constraint': 'error',
|
| 100 |
+
'@typescript-eslint/no-unnecessary-type-parameters': 'error',
|
| 101 |
+
'@typescript-eslint/no-unsafe-argument': 'error',
|
| 102 |
+
'@typescript-eslint/no-unsafe-assignment': 'error',
|
| 103 |
+
'@typescript-eslint/no-unsafe-call': 'error',
|
| 104 |
+
'@typescript-eslint/no-unsafe-declaration-merging': 'error',
|
| 105 |
+
'@typescript-eslint/no-unsafe-enum-comparison': 'error',
|
| 106 |
+
'@typescript-eslint/no-unsafe-function-type': 'error',
|
| 107 |
+
'@typescript-eslint/no-unsafe-member-access': 'error',
|
| 108 |
+
'@typescript-eslint/no-unsafe-return': 'error',
|
| 109 |
+
'@typescript-eslint/no-unsafe-unary-minus': 'error',
|
| 110 |
+
'no-unused-expressions': 'off',
|
| 111 |
+
'@typescript-eslint/no-unused-expressions': 'error',
|
| 112 |
+
'no-unused-vars': 'off',
|
| 113 |
+
'@typescript-eslint/no-unused-vars': 'error',
|
| 114 |
+
'no-use-before-define': 'off',
|
| 115 |
+
'@typescript-eslint/no-use-before-define': 'error',
|
| 116 |
+
'no-useless-constructor': 'off',
|
| 117 |
+
'@typescript-eslint/no-useless-constructor': 'error',
|
| 118 |
+
'@typescript-eslint/no-useless-empty-export': 'error',
|
| 119 |
+
'@typescript-eslint/no-var-requires': 'error',
|
| 120 |
+
'@typescript-eslint/no-wrapper-object-types': 'error',
|
| 121 |
+
'@typescript-eslint/non-nullable-type-assertion-style': 'error',
|
| 122 |
+
'no-throw-literal': 'off',
|
| 123 |
+
'@typescript-eslint/only-throw-error': 'error',
|
| 124 |
+
'@typescript-eslint/parameter-properties': 'error',
|
| 125 |
+
'@typescript-eslint/prefer-as-const': 'error',
|
| 126 |
+
'prefer-destructuring': 'off',
|
| 127 |
+
'@typescript-eslint/prefer-destructuring': 'error',
|
| 128 |
+
'@typescript-eslint/prefer-enum-initializers': 'error',
|
| 129 |
+
'@typescript-eslint/prefer-find': 'error',
|
| 130 |
+
'@typescript-eslint/prefer-for-of': 'error',
|
| 131 |
+
'@typescript-eslint/prefer-function-type': 'error',
|
| 132 |
+
'@typescript-eslint/prefer-includes': 'error',
|
| 133 |
+
'@typescript-eslint/prefer-literal-enum-member': 'error',
|
| 134 |
+
'@typescript-eslint/prefer-namespace-keyword': 'error',
|
| 135 |
+
'@typescript-eslint/prefer-nullish-coalescing': 'error',
|
| 136 |
+
'@typescript-eslint/prefer-optional-chain': 'error',
|
| 137 |
+
'prefer-promise-reject-errors': 'off',
|
| 138 |
+
'@typescript-eslint/prefer-promise-reject-errors': 'error',
|
| 139 |
+
'@typescript-eslint/prefer-readonly': 'error',
|
| 140 |
+
'@typescript-eslint/prefer-readonly-parameter-types': 'error',
|
| 141 |
+
'@typescript-eslint/prefer-reduce-type-parameter': 'error',
|
| 142 |
+
'@typescript-eslint/prefer-regexp-exec': 'error',
|
| 143 |
+
'@typescript-eslint/prefer-return-this-type': 'error',
|
| 144 |
+
'@typescript-eslint/prefer-string-starts-ends-with': 'error',
|
| 145 |
+
'@typescript-eslint/promise-function-async': 'error',
|
| 146 |
+
'@typescript-eslint/require-array-sort-compare': 'error',
|
| 147 |
+
'require-await': 'off',
|
| 148 |
+
'@typescript-eslint/require-await': 'error',
|
| 149 |
+
'@typescript-eslint/restrict-plus-operands': 'error',
|
| 150 |
+
'@typescript-eslint/restrict-template-expressions': 'error',
|
| 151 |
+
'no-return-await': 'off',
|
| 152 |
+
'@typescript-eslint/return-await': 'error',
|
| 153 |
+
'@typescript-eslint/strict-boolean-expressions': 'error',
|
| 154 |
+
'@typescript-eslint/switch-exhaustiveness-check': 'error',
|
| 155 |
+
'@typescript-eslint/triple-slash-reference': 'error',
|
| 156 |
+
'@typescript-eslint/typedef': 'error',
|
| 157 |
+
'@typescript-eslint/unbound-method': 'error',
|
| 158 |
+
'@typescript-eslint/unified-signatures': 'error',
|
| 159 |
+
'@typescript-eslint/use-unknown-in-catch-callback-variable': 'error',
|
| 160 |
+
},
|
| 161 |
+
};
|
| 162 |
+
//# sourceMappingURL=all.js.map
|
novas/novacore-zephyr/groq-code-cli/node_modules/@typescript-eslint/eslint-plugin/dist/configs/all.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"version":3,"file":"all.js","sourceRoot":"","sources":["../../src/configs/all.ts"],"names":[],"mappings":"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"}
|
novas/novacore-zephyr/groq-code-cli/node_modules/@typescript-eslint/eslint-plugin/dist/configs/base.js
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
"use strict";
|
| 2 |
+
module.exports = {
|
| 3 |
+
parser: '@typescript-eslint/parser',
|
| 4 |
+
parserOptions: { sourceType: 'module' },
|
| 5 |
+
plugins: ['@typescript-eslint'],
|
| 6 |
+
};
|
| 7 |
+
//# sourceMappingURL=base.js.map
|
novas/novacore-zephyr/groq-code-cli/node_modules/@typescript-eslint/eslint-plugin/dist/configs/base.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"version":3,"file":"base.js","sourceRoot":"","sources":["../../src/configs/base.ts"],"names":[],"mappings":";AAEA,iBAAS;IACP,MAAM,EAAE,2BAA2B;IACnC,aAAa,EAAE,EAAE,UAAU,EAAE,QAAQ,EAAE;IACvC,OAAO,EAAE,CAAC,oBAAoB,CAAC;CACD,CAAC"}
|
novas/novacore-zephyr/groq-code-cli/node_modules/@typescript-eslint/eslint-plugin/dist/configs/disable-type-checked.js
ADDED
|
@@ -0,0 +1,73 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
"use strict";
|
| 2 |
+
// THIS CODE WAS AUTOMATICALLY GENERATED
|
| 3 |
+
// DO NOT EDIT THIS CODE BY HAND
|
| 4 |
+
// SEE https://typescript-eslint.io/users/configs
|
| 5 |
+
//
|
| 6 |
+
// For developers working in the typescript-eslint monorepo:
|
| 7 |
+
// You can regenerate it using `yarn generate:configs`
|
| 8 |
+
module.exports = {
|
| 9 |
+
parserOptions: {
|
| 10 |
+
project: false,
|
| 11 |
+
program: null,
|
| 12 |
+
EXPERIMENTAL_useProjectService: false,
|
| 13 |
+
},
|
| 14 |
+
rules: {
|
| 15 |
+
'@typescript-eslint/await-thenable': 'off',
|
| 16 |
+
'@typescript-eslint/consistent-return': 'off',
|
| 17 |
+
'@typescript-eslint/consistent-type-exports': 'off',
|
| 18 |
+
'@typescript-eslint/dot-notation': 'off',
|
| 19 |
+
'@typescript-eslint/naming-convention': 'off',
|
| 20 |
+
'@typescript-eslint/no-array-delete': 'off',
|
| 21 |
+
'@typescript-eslint/no-base-to-string': 'off',
|
| 22 |
+
'@typescript-eslint/no-confusing-void-expression': 'off',
|
| 23 |
+
'@typescript-eslint/no-duplicate-type-constituents': 'off',
|
| 24 |
+
'@typescript-eslint/no-floating-promises': 'off',
|
| 25 |
+
'@typescript-eslint/no-for-in-array': 'off',
|
| 26 |
+
'@typescript-eslint/no-implied-eval': 'off',
|
| 27 |
+
'@typescript-eslint/no-meaningless-void-operator': 'off',
|
| 28 |
+
'@typescript-eslint/no-misused-promises': 'off',
|
| 29 |
+
'@typescript-eslint/no-mixed-enums': 'off',
|
| 30 |
+
'@typescript-eslint/no-redundant-type-constituents': 'off',
|
| 31 |
+
'@typescript-eslint/no-throw-literal': 'off',
|
| 32 |
+
'@typescript-eslint/no-unnecessary-boolean-literal-compare': 'off',
|
| 33 |
+
'@typescript-eslint/no-unnecessary-condition': 'off',
|
| 34 |
+
'@typescript-eslint/no-unnecessary-qualifier': 'off',
|
| 35 |
+
'@typescript-eslint/no-unnecessary-template-expression': 'off',
|
| 36 |
+
'@typescript-eslint/no-unnecessary-type-arguments': 'off',
|
| 37 |
+
'@typescript-eslint/no-unnecessary-type-assertion': 'off',
|
| 38 |
+
'@typescript-eslint/no-unnecessary-type-parameters': 'off',
|
| 39 |
+
'@typescript-eslint/no-unsafe-argument': 'off',
|
| 40 |
+
'@typescript-eslint/no-unsafe-assignment': 'off',
|
| 41 |
+
'@typescript-eslint/no-unsafe-call': 'off',
|
| 42 |
+
'@typescript-eslint/no-unsafe-enum-comparison': 'off',
|
| 43 |
+
'@typescript-eslint/no-unsafe-member-access': 'off',
|
| 44 |
+
'@typescript-eslint/no-unsafe-return': 'off',
|
| 45 |
+
'@typescript-eslint/no-unsafe-unary-minus': 'off',
|
| 46 |
+
'@typescript-eslint/no-useless-template-literals': 'off',
|
| 47 |
+
'@typescript-eslint/non-nullable-type-assertion-style': 'off',
|
| 48 |
+
'@typescript-eslint/only-throw-error': 'off',
|
| 49 |
+
'@typescript-eslint/prefer-destructuring': 'off',
|
| 50 |
+
'@typescript-eslint/prefer-find': 'off',
|
| 51 |
+
'@typescript-eslint/prefer-includes': 'off',
|
| 52 |
+
'@typescript-eslint/prefer-nullish-coalescing': 'off',
|
| 53 |
+
'@typescript-eslint/prefer-optional-chain': 'off',
|
| 54 |
+
'@typescript-eslint/prefer-promise-reject-errors': 'off',
|
| 55 |
+
'@typescript-eslint/prefer-readonly': 'off',
|
| 56 |
+
'@typescript-eslint/prefer-readonly-parameter-types': 'off',
|
| 57 |
+
'@typescript-eslint/prefer-reduce-type-parameter': 'off',
|
| 58 |
+
'@typescript-eslint/prefer-regexp-exec': 'off',
|
| 59 |
+
'@typescript-eslint/prefer-return-this-type': 'off',
|
| 60 |
+
'@typescript-eslint/prefer-string-starts-ends-with': 'off',
|
| 61 |
+
'@typescript-eslint/promise-function-async': 'off',
|
| 62 |
+
'@typescript-eslint/require-array-sort-compare': 'off',
|
| 63 |
+
'@typescript-eslint/require-await': 'off',
|
| 64 |
+
'@typescript-eslint/restrict-plus-operands': 'off',
|
| 65 |
+
'@typescript-eslint/restrict-template-expressions': 'off',
|
| 66 |
+
'@typescript-eslint/return-await': 'off',
|
| 67 |
+
'@typescript-eslint/strict-boolean-expressions': 'off',
|
| 68 |
+
'@typescript-eslint/switch-exhaustiveness-check': 'off',
|
| 69 |
+
'@typescript-eslint/unbound-method': 'off',
|
| 70 |
+
'@typescript-eslint/use-unknown-in-catch-callback-variable': 'off',
|
| 71 |
+
},
|
| 72 |
+
};
|
| 73 |
+
//# sourceMappingURL=disable-type-checked.js.map
|
novas/novacore-zephyr/groq-code-cli/node_modules/@typescript-eslint/eslint-plugin/dist/configs/disable-type-checked.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"version":3,"file":"disable-type-checked.js","sourceRoot":"","sources":["../../src/configs/disable-type-checked.ts"],"names":[],"mappings":";AAAA,wCAAwC;AACxC,gCAAgC;AAChC,iDAAiD;AACjD,EAAE;AACF,4DAA4D;AAC5D,sDAAsD;AAItD,iBAAS;IACP,aAAa,EAAE;QACb,OAAO,EAAE,KAAK;QACd,OAAO,EAAE,IAAI;QACb,8BAA8B,EAAE,KAAK;KACtC;IACD,KAAK,EAAE;QACL,mCAAmC,EAAE,KAAK;QAC1C,sCAAsC,EAAE,KAAK;QAC7C,4CAA4C,EAAE,KAAK;QACnD,iCAAiC,EAAE,KAAK;QACxC,sCAAsC,EAAE,KAAK;QAC7C,oCAAoC,EAAE,KAAK;QAC3C,sCAAsC,EAAE,KAAK;QAC7C,iDAAiD,EAAE,KAAK;QACxD,mDAAmD,EAAE,KAAK;QAC1D,yCAAyC,EAAE,KAAK;QAChD,oCAAoC,EAAE,KAAK;QAC3C,oCAAoC,EAAE,KAAK;QAC3C,iDAAiD,EAAE,KAAK;QACxD,wCAAwC,EAAE,KAAK;QAC/C,mCAAmC,EAAE,KAAK;QAC1C,mDAAmD,EAAE,KAAK;QAC1D,qCAAqC,EAAE,KAAK;QAC5C,2DAA2D,EAAE,KAAK;QAClE,6CAA6C,EAAE,KAAK;QACpD,6CAA6C,EAAE,KAAK;QACpD,uDAAuD,EAAE,KAAK;QAC9D,kDAAkD,EAAE,KAAK;QACzD,kDAAkD,EAAE,KAAK;QACzD,mDAAmD,EAAE,KAAK;QAC1D,uCAAuC,EAAE,KAAK;QAC9C,yCAAyC,EAAE,KAAK;QAChD,mCAAmC,EAAE,KAAK;QAC1C,8CAA8C,EAAE,KAAK;QACrD,4CAA4C,EAAE,KAAK;QACnD,qCAAqC,EAAE,KAAK;QAC5C,0CAA0C,EAAE,KAAK;QACjD,iDAAiD,EAAE,KAAK;QACxD,sDAAsD,EAAE,KAAK;QAC7D,qCAAqC,EAAE,KAAK;QAC5C,yCAAyC,EAAE,KAAK;QAChD,gCAAgC,EAAE,KAAK;QACvC,oCAAoC,EAAE,KAAK;QAC3C,8CAA8C,EAAE,KAAK;QACrD,0CAA0C,EAAE,KAAK;QACjD,iDAAiD,EAAE,KAAK;QACxD,oCAAoC,EAAE,KAAK;QAC3C,oDAAoD,EAAE,KAAK;QAC3D,iDAAiD,EAAE,KAAK;QACxD,uCAAuC,EAAE,KAAK;QAC9C,4CAA4C,EAAE,KAAK;QACnD,mDAAmD,EAAE,KAAK;QAC1D,2CAA2C,EAAE,KAAK;QAClD,+CAA+C,EAAE,KAAK;QACtD,kCAAkC,EAAE,KAAK;QACzC,2CAA2C,EAAE,KAAK;QAClD,kDAAkD,EAAE,KAAK;QACzD,iCAAiC,EAAE,KAAK;QACxC,+CAA+C,EAAE,KAAK;QACtD,gDAAgD,EAAE,KAAK;QACvD,mCAAmC,EAAE,KAAK;QAC1C,2DAA2D,EAAE,KAAK;KACnE;CAC6B,CAAC"}
|
novas/novacore-zephyr/groq-code-cli/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslint-recommended-raw.js
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
"use strict";
|
| 2 |
+
// NOTE: this file is isolated to be shared across legacy and flat configs
|
| 3 |
+
// it is exported via `./use-at-your-own-risk/eslint-recommended-raw`
|
| 4 |
+
// and it has types manually defined in `./eslint-recommended-raw.d.ts`
|
| 5 |
+
Object.defineProperty(exports, "__esModule", { value: true });
|
| 6 |
+
/**
|
| 7 |
+
* This is a compatibility ruleset that:
|
| 8 |
+
* - disables rules from eslint:recommended which are already handled by TypeScript.
|
| 9 |
+
* - enables rules that make sense due to TS's typechecking / transpilation.
|
| 10 |
+
*/
|
| 11 |
+
exports.default = (style) => ({
|
| 12 |
+
files: style === 'glob'
|
| 13 |
+
? // classic configs use glob syntax
|
| 14 |
+
['*.ts', '*.tsx', '*.mts', '*.cts']
|
| 15 |
+
: // flat configs use minimatch syntax
|
| 16 |
+
['**/*.ts', '**/*.tsx', '**/*.mts', '**/*.cts'],
|
| 17 |
+
rules: {
|
| 18 |
+
'constructor-super': 'off', // ts(2335) & ts(2377)
|
| 19 |
+
'getter-return': 'off', // ts(2378)
|
| 20 |
+
'no-const-assign': 'off', // ts(2588)
|
| 21 |
+
'no-dupe-args': 'off', // ts(2300)
|
| 22 |
+
'no-dupe-class-members': 'off', // ts(2393) & ts(2300)
|
| 23 |
+
'no-dupe-keys': 'off', // ts(1117)
|
| 24 |
+
'no-func-assign': 'off', // ts(2630)
|
| 25 |
+
'no-import-assign': 'off', // ts(2632) & ts(2540)
|
| 26 |
+
// TODO - remove this once we no longer support ESLint v8
|
| 27 |
+
'no-new-symbol': 'off', // ts(7009)
|
| 28 |
+
'no-new-native-nonconstructor': 'off', // ts(7009)
|
| 29 |
+
'no-obj-calls': 'off', // ts(2349)
|
| 30 |
+
'no-redeclare': 'off', // ts(2451)
|
| 31 |
+
'no-setter-return': 'off', // ts(2408)
|
| 32 |
+
'no-this-before-super': 'off', // ts(2376) & ts(17009)
|
| 33 |
+
'no-undef': 'off', // ts(2304) & ts(2552)
|
| 34 |
+
'no-unreachable': 'off', // ts(7027)
|
| 35 |
+
'no-unsafe-negation': 'off', // ts(2365) & ts(2322) & ts(2358)
|
| 36 |
+
'no-var': 'error', // ts transpiles let/const to var, so no need for vars any more
|
| 37 |
+
'prefer-const': 'error', // ts provides better types with const
|
| 38 |
+
'prefer-rest-params': 'error', // ts provides better types with rest args over arguments
|
| 39 |
+
'prefer-spread': 'error', // ts transpiles spread to apply, so no need for manual apply
|
| 40 |
+
},
|
| 41 |
+
});
|
| 42 |
+
//# sourceMappingURL=eslint-recommended-raw.js.map
|
novas/novacore-zephyr/groq-code-cli/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslint-recommended-raw.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"version":3,"file":"eslint-recommended-raw.js","sourceRoot":"","sources":["../../src/configs/eslint-recommended-raw.ts"],"names":[],"mappings":";AAAA,0EAA0E;AAC1E,qEAAqE;AACrE,uEAAuE;;AAEvE;;;;GAIG;AACH,kBAAe,CACb,KAA2B,EAI3B,EAAE,CAAC,CAAC;IACJ,KAAK,EACH,KAAK,KAAK,MAAM;QACd,CAAC,CAAC,kCAAkC;YAClC,CAAC,MAAM,EAAE,OAAO,EAAE,OAAO,EAAE,OAAO,CAAC;QACrC,CAAC,CAAC,oCAAoC;YACpC,CAAC,SAAS,EAAE,UAAU,EAAE,UAAU,EAAE,UAAU,CAAC;IACrD,KAAK,EAAE;QACL,mBAAmB,EAAE,KAAK,EAAE,sBAAsB;QAClD,eAAe,EAAE,KAAK,EAAE,WAAW;QACnC,iBAAiB,EAAE,KAAK,EAAE,WAAW;QACrC,cAAc,EAAE,KAAK,EAAE,WAAW;QAClC,uBAAuB,EAAE,KAAK,EAAE,sBAAsB;QACtD,cAAc,EAAE,KAAK,EAAE,WAAW;QAClC,gBAAgB,EAAE,KAAK,EAAE,WAAW;QACpC,kBAAkB,EAAE,KAAK,EAAE,sBAAsB;QACjD,yDAAyD;QACzD,eAAe,EAAE,KAAK,EAAE,WAAW;QACnC,8BAA8B,EAAE,KAAK,EAAE,WAAW;QAClD,cAAc,EAAE,KAAK,EAAE,WAAW;QAClC,cAAc,EAAE,KAAK,EAAE,WAAW;QAClC,kBAAkB,EAAE,KAAK,EAAE,WAAW;QACtC,sBAAsB,EAAE,KAAK,EAAE,uBAAuB;QACtD,UAAU,EAAE,KAAK,EAAE,sBAAsB;QACzC,gBAAgB,EAAE,KAAK,EAAE,WAAW;QACpC,oBAAoB,EAAE,KAAK,EAAE,iCAAiC;QAC9D,QAAQ,EAAE,OAAO,EAAE,+DAA+D;QAClF,cAAc,EAAE,OAAO,EAAE,sCAAsC;QAC/D,oBAAoB,EAAE,OAAO,EAAE,yDAAyD;QACxF,eAAe,EAAE,OAAO,EAAE,6DAA6D;KACxF;CACF,CAAC,CAAC"}
|
novas/novacore-zephyr/groq-code-cli/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslint-recommended.js
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
"use strict";
|
| 2 |
+
/**
|
| 3 |
+
* This is a compatibility ruleset that:
|
| 4 |
+
* - disables rules from eslint:recommended which are already handled by TypeScript.
|
| 5 |
+
* - enables rules that make sense due to TS's typechecking / transpilation.
|
| 6 |
+
*/
|
| 7 |
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
| 8 |
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
| 9 |
+
};
|
| 10 |
+
const eslint_recommended_raw_1 = __importDefault(require("./eslint-recommended-raw"));
|
| 11 |
+
module.exports = {
|
| 12 |
+
overrides: [(0, eslint_recommended_raw_1.default)('glob')],
|
| 13 |
+
};
|
| 14 |
+
//# sourceMappingURL=eslint-recommended.js.map
|
novas/novacore-zephyr/groq-code-cli/node_modules/@typescript-eslint/eslint-plugin/dist/configs/eslint-recommended.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"version":3,"file":"eslint-recommended.js","sourceRoot":"","sources":["../../src/configs/eslint-recommended.ts"],"names":[],"mappings":";AAAA;;;;GAIG;;;;AAIH,sFAA6D;AAE7D,iBAAS;IACP,SAAS,EAAE,CAAC,IAAA,gCAAqB,EAAC,MAAM,CAAC,CAAC;CACZ,CAAC"}
|
novas/novacore-zephyr/groq-code-cli/node_modules/@typescript-eslint/eslint-plugin/dist/configs/recommended-type-checked-only.js
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
"use strict";
|
| 2 |
+
// THIS CODE WAS AUTOMATICALLY GENERATED
|
| 3 |
+
// DO NOT EDIT THIS CODE BY HAND
|
| 4 |
+
// SEE https://typescript-eslint.io/users/configs
|
| 5 |
+
//
|
| 6 |
+
// For developers working in the typescript-eslint monorepo:
|
| 7 |
+
// You can regenerate it using `yarn generate:configs`
|
| 8 |
+
module.exports = {
|
| 9 |
+
extends: ['./configs/base', './configs/eslint-recommended'],
|
| 10 |
+
rules: {
|
| 11 |
+
'@typescript-eslint/await-thenable': 'error',
|
| 12 |
+
'@typescript-eslint/no-base-to-string': 'error',
|
| 13 |
+
'@typescript-eslint/no-duplicate-type-constituents': 'error',
|
| 14 |
+
'@typescript-eslint/no-floating-promises': 'error',
|
| 15 |
+
'@typescript-eslint/no-for-in-array': 'error',
|
| 16 |
+
'no-implied-eval': 'off',
|
| 17 |
+
'@typescript-eslint/no-implied-eval': 'error',
|
| 18 |
+
'@typescript-eslint/no-misused-promises': 'error',
|
| 19 |
+
'@typescript-eslint/no-redundant-type-constituents': 'error',
|
| 20 |
+
'@typescript-eslint/no-unnecessary-type-assertion': 'error',
|
| 21 |
+
'@typescript-eslint/no-unsafe-argument': 'error',
|
| 22 |
+
'@typescript-eslint/no-unsafe-assignment': 'error',
|
| 23 |
+
'@typescript-eslint/no-unsafe-call': 'error',
|
| 24 |
+
'@typescript-eslint/no-unsafe-enum-comparison': 'error',
|
| 25 |
+
'@typescript-eslint/no-unsafe-member-access': 'error',
|
| 26 |
+
'@typescript-eslint/no-unsafe-return': 'error',
|
| 27 |
+
'require-await': 'off',
|
| 28 |
+
'@typescript-eslint/require-await': 'error',
|
| 29 |
+
'@typescript-eslint/restrict-plus-operands': 'error',
|
| 30 |
+
'@typescript-eslint/restrict-template-expressions': 'error',
|
| 31 |
+
'@typescript-eslint/unbound-method': 'error',
|
| 32 |
+
},
|
| 33 |
+
};
|
| 34 |
+
//# sourceMappingURL=recommended-type-checked-only.js.map
|
novas/novacore-zephyr/groq-code-cli/node_modules/@typescript-eslint/eslint-plugin/dist/configs/recommended-type-checked-only.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"version":3,"file":"recommended-type-checked-only.js","sourceRoot":"","sources":["../../src/configs/recommended-type-checked-only.ts"],"names":[],"mappings":";AAAA,wCAAwC;AACxC,gCAAgC;AAChC,iDAAiD;AACjD,EAAE;AACF,4DAA4D;AAC5D,sDAAsD;AAItD,iBAAS;IACP,OAAO,EAAE,CAAC,gBAAgB,EAAE,8BAA8B,CAAC;IAC3D,KAAK,EAAE;QACL,mCAAmC,EAAE,OAAO;QAC5C,sCAAsC,EAAE,OAAO;QAC/C,mDAAmD,EAAE,OAAO;QAC5D,yCAAyC,EAAE,OAAO;QAClD,oCAAoC,EAAE,OAAO;QAC7C,iBAAiB,EAAE,KAAK;QACxB,oCAAoC,EAAE,OAAO;QAC7C,wCAAwC,EAAE,OAAO;QACjD,mDAAmD,EAAE,OAAO;QAC5D,kDAAkD,EAAE,OAAO;QAC3D,uCAAuC,EAAE,OAAO;QAChD,yCAAyC,EAAE,OAAO;QAClD,mCAAmC,EAAE,OAAO;QAC5C,8CAA8C,EAAE,OAAO;QACvD,4CAA4C,EAAE,OAAO;QACrD,qCAAqC,EAAE,OAAO;QAC9C,eAAe,EAAE,KAAK;QACtB,kCAAkC,EAAE,OAAO;QAC3C,2CAA2C,EAAE,OAAO;QACpD,kDAAkD,EAAE,OAAO;QAC3D,mCAAmC,EAAE,OAAO;KAC7C;CAC6B,CAAC"}
|
novas/novacore-zephyr/groq-code-cli/node_modules/@typescript-eslint/eslint-plugin/dist/configs/recommended-type-checked.js
ADDED
|
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
"use strict";
|
| 2 |
+
// THIS CODE WAS AUTOMATICALLY GENERATED
|
| 3 |
+
// DO NOT EDIT THIS CODE BY HAND
|
| 4 |
+
// SEE https://typescript-eslint.io/users/configs
|
| 5 |
+
//
|
| 6 |
+
// For developers working in the typescript-eslint monorepo:
|
| 7 |
+
// You can regenerate it using `yarn generate:configs`
|
| 8 |
+
module.exports = {
|
| 9 |
+
extends: ['./configs/base', './configs/eslint-recommended'],
|
| 10 |
+
rules: {
|
| 11 |
+
'@typescript-eslint/await-thenable': 'error',
|
| 12 |
+
'@typescript-eslint/ban-ts-comment': 'error',
|
| 13 |
+
'@typescript-eslint/ban-types': 'error',
|
| 14 |
+
'no-array-constructor': 'off',
|
| 15 |
+
'@typescript-eslint/no-array-constructor': 'error',
|
| 16 |
+
'@typescript-eslint/no-base-to-string': 'error',
|
| 17 |
+
'@typescript-eslint/no-duplicate-enum-values': 'error',
|
| 18 |
+
'@typescript-eslint/no-duplicate-type-constituents': 'error',
|
| 19 |
+
'@typescript-eslint/no-explicit-any': 'error',
|
| 20 |
+
'@typescript-eslint/no-extra-non-null-assertion': 'error',
|
| 21 |
+
'@typescript-eslint/no-floating-promises': 'error',
|
| 22 |
+
'@typescript-eslint/no-for-in-array': 'error',
|
| 23 |
+
'no-implied-eval': 'off',
|
| 24 |
+
'@typescript-eslint/no-implied-eval': 'error',
|
| 25 |
+
'no-loss-of-precision': 'off',
|
| 26 |
+
'@typescript-eslint/no-loss-of-precision': 'error',
|
| 27 |
+
'@typescript-eslint/no-misused-new': 'error',
|
| 28 |
+
'@typescript-eslint/no-misused-promises': 'error',
|
| 29 |
+
'@typescript-eslint/no-namespace': 'error',
|
| 30 |
+
'@typescript-eslint/no-non-null-asserted-optional-chain': 'error',
|
| 31 |
+
'@typescript-eslint/no-redundant-type-constituents': 'error',
|
| 32 |
+
'@typescript-eslint/no-this-alias': 'error',
|
| 33 |
+
'@typescript-eslint/no-unnecessary-type-assertion': 'error',
|
| 34 |
+
'@typescript-eslint/no-unnecessary-type-constraint': 'error',
|
| 35 |
+
'@typescript-eslint/no-unsafe-argument': 'error',
|
| 36 |
+
'@typescript-eslint/no-unsafe-assignment': 'error',
|
| 37 |
+
'@typescript-eslint/no-unsafe-call': 'error',
|
| 38 |
+
'@typescript-eslint/no-unsafe-declaration-merging': 'error',
|
| 39 |
+
'@typescript-eslint/no-unsafe-enum-comparison': 'error',
|
| 40 |
+
'@typescript-eslint/no-unsafe-member-access': 'error',
|
| 41 |
+
'@typescript-eslint/no-unsafe-return': 'error',
|
| 42 |
+
'no-unused-vars': 'off',
|
| 43 |
+
'@typescript-eslint/no-unused-vars': 'error',
|
| 44 |
+
'@typescript-eslint/no-var-requires': 'error',
|
| 45 |
+
'@typescript-eslint/prefer-as-const': 'error',
|
| 46 |
+
'require-await': 'off',
|
| 47 |
+
'@typescript-eslint/require-await': 'error',
|
| 48 |
+
'@typescript-eslint/restrict-plus-operands': 'error',
|
| 49 |
+
'@typescript-eslint/restrict-template-expressions': 'error',
|
| 50 |
+
'@typescript-eslint/triple-slash-reference': 'error',
|
| 51 |
+
'@typescript-eslint/unbound-method': 'error',
|
| 52 |
+
},
|
| 53 |
+
};
|
| 54 |
+
//# sourceMappingURL=recommended-type-checked.js.map
|
novas/novacore-zephyr/groq-code-cli/node_modules/@typescript-eslint/eslint-plugin/dist/configs/recommended-type-checked.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"version":3,"file":"recommended-type-checked.js","sourceRoot":"","sources":["../../src/configs/recommended-type-checked.ts"],"names":[],"mappings":";AAAA,wCAAwC;AACxC,gCAAgC;AAChC,iDAAiD;AACjD,EAAE;AACF,4DAA4D;AAC5D,sDAAsD;AAItD,iBAAS;IACP,OAAO,EAAE,CAAC,gBAAgB,EAAE,8BAA8B,CAAC;IAC3D,KAAK,EAAE;QACL,mCAAmC,EAAE,OAAO;QAC5C,mCAAmC,EAAE,OAAO;QAC5C,8BAA8B,EAAE,OAAO;QACvC,sBAAsB,EAAE,KAAK;QAC7B,yCAAyC,EAAE,OAAO;QAClD,sCAAsC,EAAE,OAAO;QAC/C,6CAA6C,EAAE,OAAO;QACtD,mDAAmD,EAAE,OAAO;QAC5D,oCAAoC,EAAE,OAAO;QAC7C,gDAAgD,EAAE,OAAO;QACzD,yCAAyC,EAAE,OAAO;QAClD,oCAAoC,EAAE,OAAO;QAC7C,iBAAiB,EAAE,KAAK;QACxB,oCAAoC,EAAE,OAAO;QAC7C,sBAAsB,EAAE,KAAK;QAC7B,yCAAyC,EAAE,OAAO;QAClD,mCAAmC,EAAE,OAAO;QAC5C,wCAAwC,EAAE,OAAO;QACjD,iCAAiC,EAAE,OAAO;QAC1C,wDAAwD,EAAE,OAAO;QACjE,mDAAmD,EAAE,OAAO;QAC5D,kCAAkC,EAAE,OAAO;QAC3C,kDAAkD,EAAE,OAAO;QAC3D,mDAAmD,EAAE,OAAO;QAC5D,uCAAuC,EAAE,OAAO;QAChD,yCAAyC,EAAE,OAAO;QAClD,mCAAmC,EAAE,OAAO;QAC5C,kDAAkD,EAAE,OAAO;QAC3D,8CAA8C,EAAE,OAAO;QACvD,4CAA4C,EAAE,OAAO;QACrD,qCAAqC,EAAE,OAAO;QAC9C,gBAAgB,EAAE,KAAK;QACvB,mCAAmC,EAAE,OAAO;QAC5C,oCAAoC,EAAE,OAAO;QAC7C,oCAAoC,EAAE,OAAO;QAC7C,eAAe,EAAE,KAAK;QACtB,kCAAkC,EAAE,OAAO;QAC3C,2CAA2C,EAAE,OAAO;QACpD,kDAAkD,EAAE,OAAO;QAC3D,2CAA2C,EAAE,OAAO;QACpD,mCAAmC,EAAE,OAAO;KAC7C;CAC6B,CAAC"}
|
novas/novacore-zephyr/groq-code-cli/node_modules/@typescript-eslint/eslint-plugin/dist/configs/recommended.js
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
"use strict";
|
| 2 |
+
// THIS CODE WAS AUTOMATICALLY GENERATED
|
| 3 |
+
// DO NOT EDIT THIS CODE BY HAND
|
| 4 |
+
// SEE https://typescript-eslint.io/users/configs
|
| 5 |
+
//
|
| 6 |
+
// For developers working in the typescript-eslint monorepo:
|
| 7 |
+
// You can regenerate it using `yarn generate:configs`
|
| 8 |
+
module.exports = {
|
| 9 |
+
extends: ['./configs/base', './configs/eslint-recommended'],
|
| 10 |
+
rules: {
|
| 11 |
+
'@typescript-eslint/ban-ts-comment': 'error',
|
| 12 |
+
'@typescript-eslint/ban-types': 'error',
|
| 13 |
+
'no-array-constructor': 'off',
|
| 14 |
+
'@typescript-eslint/no-array-constructor': 'error',
|
| 15 |
+
'@typescript-eslint/no-duplicate-enum-values': 'error',
|
| 16 |
+
'@typescript-eslint/no-explicit-any': 'error',
|
| 17 |
+
'@typescript-eslint/no-extra-non-null-assertion': 'error',
|
| 18 |
+
'no-loss-of-precision': 'off',
|
| 19 |
+
'@typescript-eslint/no-loss-of-precision': 'error',
|
| 20 |
+
'@typescript-eslint/no-misused-new': 'error',
|
| 21 |
+
'@typescript-eslint/no-namespace': 'error',
|
| 22 |
+
'@typescript-eslint/no-non-null-asserted-optional-chain': 'error',
|
| 23 |
+
'@typescript-eslint/no-this-alias': 'error',
|
| 24 |
+
'@typescript-eslint/no-unnecessary-type-constraint': 'error',
|
| 25 |
+
'@typescript-eslint/no-unsafe-declaration-merging': 'error',
|
| 26 |
+
'no-unused-vars': 'off',
|
| 27 |
+
'@typescript-eslint/no-unused-vars': 'error',
|
| 28 |
+
'@typescript-eslint/no-var-requires': 'error',
|
| 29 |
+
'@typescript-eslint/prefer-as-const': 'error',
|
| 30 |
+
'@typescript-eslint/triple-slash-reference': 'error',
|
| 31 |
+
},
|
| 32 |
+
};
|
| 33 |
+
//# sourceMappingURL=recommended.js.map
|
novas/novacore-zephyr/groq-code-cli/node_modules/@typescript-eslint/eslint-plugin/dist/configs/recommended.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"version":3,"file":"recommended.js","sourceRoot":"","sources":["../../src/configs/recommended.ts"],"names":[],"mappings":";AAAA,wCAAwC;AACxC,gCAAgC;AAChC,iDAAiD;AACjD,EAAE;AACF,4DAA4D;AAC5D,sDAAsD;AAItD,iBAAS;IACP,OAAO,EAAE,CAAC,gBAAgB,EAAE,8BAA8B,CAAC;IAC3D,KAAK,EAAE;QACL,mCAAmC,EAAE,OAAO;QAC5C,8BAA8B,EAAE,OAAO;QACvC,sBAAsB,EAAE,KAAK;QAC7B,yCAAyC,EAAE,OAAO;QAClD,6CAA6C,EAAE,OAAO;QACtD,oCAAoC,EAAE,OAAO;QAC7C,gDAAgD,EAAE,OAAO;QACzD,sBAAsB,EAAE,KAAK;QAC7B,yCAAyC,EAAE,OAAO;QAClD,mCAAmC,EAAE,OAAO;QAC5C,iCAAiC,EAAE,OAAO;QAC1C,wDAAwD,EAAE,OAAO;QACjE,kCAAkC,EAAE,OAAO;QAC3C,mDAAmD,EAAE,OAAO;QAC5D,kDAAkD,EAAE,OAAO;QAC3D,gBAAgB,EAAE,KAAK;QACvB,mCAAmC,EAAE,OAAO;QAC5C,oCAAoC,EAAE,OAAO;QAC7C,oCAAoC,EAAE,OAAO;QAC7C,2CAA2C,EAAE,OAAO;KACrD;CAC6B,CAAC"}
|
novas/novacore-zephyr/groq-code-cli/node_modules/@typescript-eslint/eslint-plugin/dist/configs/strict-type-checked-only.js
ADDED
|
@@ -0,0 +1,69 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
"use strict";
|
| 2 |
+
// THIS CODE WAS AUTOMATICALLY GENERATED
|
| 3 |
+
// DO NOT EDIT THIS CODE BY HAND
|
| 4 |
+
// SEE https://typescript-eslint.io/users/configs
|
| 5 |
+
//
|
| 6 |
+
// For developers working in the typescript-eslint monorepo:
|
| 7 |
+
// You can regenerate it using `yarn generate:configs`
|
| 8 |
+
module.exports = {
|
| 9 |
+
extends: ['./configs/base', './configs/eslint-recommended'],
|
| 10 |
+
rules: {
|
| 11 |
+
'@typescript-eslint/await-thenable': 'error',
|
| 12 |
+
'@typescript-eslint/no-array-delete': 'error',
|
| 13 |
+
'@typescript-eslint/no-base-to-string': 'error',
|
| 14 |
+
'@typescript-eslint/no-confusing-void-expression': 'error',
|
| 15 |
+
'@typescript-eslint/no-duplicate-type-constituents': 'error',
|
| 16 |
+
'@typescript-eslint/no-floating-promises': 'error',
|
| 17 |
+
'@typescript-eslint/no-for-in-array': 'error',
|
| 18 |
+
'no-implied-eval': 'off',
|
| 19 |
+
'@typescript-eslint/no-implied-eval': 'error',
|
| 20 |
+
'@typescript-eslint/no-meaningless-void-operator': 'error',
|
| 21 |
+
'@typescript-eslint/no-misused-promises': 'error',
|
| 22 |
+
'@typescript-eslint/no-mixed-enums': 'error',
|
| 23 |
+
'@typescript-eslint/no-redundant-type-constituents': 'error',
|
| 24 |
+
'@typescript-eslint/no-unnecessary-boolean-literal-compare': 'error',
|
| 25 |
+
'@typescript-eslint/no-unnecessary-condition': 'error',
|
| 26 |
+
'@typescript-eslint/no-unnecessary-template-expression': 'error',
|
| 27 |
+
'@typescript-eslint/no-unnecessary-type-arguments': 'error',
|
| 28 |
+
'@typescript-eslint/no-unnecessary-type-assertion': 'error',
|
| 29 |
+
'@typescript-eslint/no-unsafe-argument': 'error',
|
| 30 |
+
'@typescript-eslint/no-unsafe-assignment': 'error',
|
| 31 |
+
'@typescript-eslint/no-unsafe-call': 'error',
|
| 32 |
+
'@typescript-eslint/no-unsafe-enum-comparison': 'error',
|
| 33 |
+
'@typescript-eslint/no-unsafe-member-access': 'error',
|
| 34 |
+
'@typescript-eslint/no-unsafe-return': 'error',
|
| 35 |
+
'no-throw-literal': 'off',
|
| 36 |
+
'@typescript-eslint/only-throw-error': 'error',
|
| 37 |
+
'@typescript-eslint/prefer-includes': 'error',
|
| 38 |
+
'prefer-promise-reject-errors': 'off',
|
| 39 |
+
'@typescript-eslint/prefer-promise-reject-errors': 'error',
|
| 40 |
+
'@typescript-eslint/prefer-reduce-type-parameter': 'error',
|
| 41 |
+
'@typescript-eslint/prefer-return-this-type': 'error',
|
| 42 |
+
'require-await': 'off',
|
| 43 |
+
'@typescript-eslint/require-await': 'error',
|
| 44 |
+
'@typescript-eslint/restrict-plus-operands': [
|
| 45 |
+
'error',
|
| 46 |
+
{
|
| 47 |
+
allowAny: false,
|
| 48 |
+
allowBoolean: false,
|
| 49 |
+
allowNullish: false,
|
| 50 |
+
allowNumberAndString: false,
|
| 51 |
+
allowRegExp: false,
|
| 52 |
+
},
|
| 53 |
+
],
|
| 54 |
+
'@typescript-eslint/restrict-template-expressions': [
|
| 55 |
+
'error',
|
| 56 |
+
{
|
| 57 |
+
allowAny: false,
|
| 58 |
+
allowBoolean: false,
|
| 59 |
+
allowNullish: false,
|
| 60 |
+
allowNumber: false,
|
| 61 |
+
allowRegExp: false,
|
| 62 |
+
allowNever: false,
|
| 63 |
+
},
|
| 64 |
+
],
|
| 65 |
+
'@typescript-eslint/unbound-method': 'error',
|
| 66 |
+
'@typescript-eslint/use-unknown-in-catch-callback-variable': 'error',
|
| 67 |
+
},
|
| 68 |
+
};
|
| 69 |
+
//# sourceMappingURL=strict-type-checked-only.js.map
|
novas/novacore-zephyr/groq-code-cli/node_modules/@typescript-eslint/eslint-plugin/dist/configs/strict-type-checked-only.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"version":3,"file":"strict-type-checked-only.js","sourceRoot":"","sources":["../../src/configs/strict-type-checked-only.ts"],"names":[],"mappings":";AAAA,wCAAwC;AACxC,gCAAgC;AAChC,iDAAiD;AACjD,EAAE;AACF,4DAA4D;AAC5D,sDAAsD;AAItD,iBAAS;IACP,OAAO,EAAE,CAAC,gBAAgB,EAAE,8BAA8B,CAAC;IAC3D,KAAK,EAAE;QACL,mCAAmC,EAAE,OAAO;QAC5C,oCAAoC,EAAE,OAAO;QAC7C,sCAAsC,EAAE,OAAO;QAC/C,iDAAiD,EAAE,OAAO;QAC1D,mDAAmD,EAAE,OAAO;QAC5D,yCAAyC,EAAE,OAAO;QAClD,oCAAoC,EAAE,OAAO;QAC7C,iBAAiB,EAAE,KAAK;QACxB,oCAAoC,EAAE,OAAO;QAC7C,iDAAiD,EAAE,OAAO;QAC1D,wCAAwC,EAAE,OAAO;QACjD,mCAAmC,EAAE,OAAO;QAC5C,mDAAmD,EAAE,OAAO;QAC5D,2DAA2D,EAAE,OAAO;QACpE,6CAA6C,EAAE,OAAO;QACtD,uDAAuD,EAAE,OAAO;QAChE,kDAAkD,EAAE,OAAO;QAC3D,kDAAkD,EAAE,OAAO;QAC3D,uCAAuC,EAAE,OAAO;QAChD,yCAAyC,EAAE,OAAO;QAClD,mCAAmC,EAAE,OAAO;QAC5C,8CAA8C,EAAE,OAAO;QACvD,4CAA4C,EAAE,OAAO;QACrD,qCAAqC,EAAE,OAAO;QAC9C,kBAAkB,EAAE,KAAK;QACzB,qCAAqC,EAAE,OAAO;QAC9C,oCAAoC,EAAE,OAAO;QAC7C,8BAA8B,EAAE,KAAK;QACrC,iDAAiD,EAAE,OAAO;QAC1D,iDAAiD,EAAE,OAAO;QAC1D,4CAA4C,EAAE,OAAO;QACrD,eAAe,EAAE,KAAK;QACtB,kCAAkC,EAAE,OAAO;QAC3C,2CAA2C,EAAE;YAC3C,OAAO;YACP;gBACE,QAAQ,EAAE,KAAK;gBACf,YAAY,EAAE,KAAK;gBACnB,YAAY,EAAE,KAAK;gBACnB,oBAAoB,EAAE,KAAK;gBAC3B,WAAW,EAAE,KAAK;aACnB;SACF;QACD,kDAAkD,EAAE;YAClD,OAAO;YACP;gBACE,QAAQ,EAAE,KAAK;gBACf,YAAY,EAAE,KAAK;gBACnB,YAAY,EAAE,KAAK;gBACnB,WAAW,EAAE,KAAK;gBAClB,WAAW,EAAE,KAAK;gBAClB,UAAU,EAAE,KAAK;aAClB;SACF;QACD,mCAAmC,EAAE,OAAO;QAC5C,2DAA2D,EAAE,OAAO;KACrE;CAC6B,CAAC"}
|
novas/novacore-zephyr/groq-code-cli/node_modules/@typescript-eslint/eslint-plugin/dist/configs/strict-type-checked.js
ADDED
|
@@ -0,0 +1,101 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
"use strict";
|
| 2 |
+
// THIS CODE WAS AUTOMATICALLY GENERATED
|
| 3 |
+
// DO NOT EDIT THIS CODE BY HAND
|
| 4 |
+
// SEE https://typescript-eslint.io/users/configs
|
| 5 |
+
//
|
| 6 |
+
// For developers working in the typescript-eslint monorepo:
|
| 7 |
+
// You can regenerate it using `yarn generate:configs`
|
| 8 |
+
module.exports = {
|
| 9 |
+
extends: ['./configs/base', './configs/eslint-recommended'],
|
| 10 |
+
rules: {
|
| 11 |
+
'@typescript-eslint/await-thenable': 'error',
|
| 12 |
+
'@typescript-eslint/ban-ts-comment': [
|
| 13 |
+
'error',
|
| 14 |
+
{ minimumDescriptionLength: 10 },
|
| 15 |
+
],
|
| 16 |
+
'@typescript-eslint/ban-types': 'error',
|
| 17 |
+
'no-array-constructor': 'off',
|
| 18 |
+
'@typescript-eslint/no-array-constructor': 'error',
|
| 19 |
+
'@typescript-eslint/no-array-delete': 'error',
|
| 20 |
+
'@typescript-eslint/no-base-to-string': 'error',
|
| 21 |
+
'@typescript-eslint/no-confusing-void-expression': 'error',
|
| 22 |
+
'@typescript-eslint/no-duplicate-enum-values': 'error',
|
| 23 |
+
'@typescript-eslint/no-duplicate-type-constituents': 'error',
|
| 24 |
+
'@typescript-eslint/no-dynamic-delete': 'error',
|
| 25 |
+
'@typescript-eslint/no-explicit-any': 'error',
|
| 26 |
+
'@typescript-eslint/no-extra-non-null-assertion': 'error',
|
| 27 |
+
'@typescript-eslint/no-extraneous-class': 'error',
|
| 28 |
+
'@typescript-eslint/no-floating-promises': 'error',
|
| 29 |
+
'@typescript-eslint/no-for-in-array': 'error',
|
| 30 |
+
'no-implied-eval': 'off',
|
| 31 |
+
'@typescript-eslint/no-implied-eval': 'error',
|
| 32 |
+
'@typescript-eslint/no-invalid-void-type': 'error',
|
| 33 |
+
'no-loss-of-precision': 'off',
|
| 34 |
+
'@typescript-eslint/no-loss-of-precision': 'error',
|
| 35 |
+
'@typescript-eslint/no-meaningless-void-operator': 'error',
|
| 36 |
+
'@typescript-eslint/no-misused-new': 'error',
|
| 37 |
+
'@typescript-eslint/no-misused-promises': 'error',
|
| 38 |
+
'@typescript-eslint/no-mixed-enums': 'error',
|
| 39 |
+
'@typescript-eslint/no-namespace': 'error',
|
| 40 |
+
'@typescript-eslint/no-non-null-asserted-nullish-coalescing': 'error',
|
| 41 |
+
'@typescript-eslint/no-non-null-asserted-optional-chain': 'error',
|
| 42 |
+
'@typescript-eslint/no-non-null-assertion': 'error',
|
| 43 |
+
'@typescript-eslint/no-redundant-type-constituents': 'error',
|
| 44 |
+
'@typescript-eslint/no-this-alias': 'error',
|
| 45 |
+
'@typescript-eslint/no-unnecessary-boolean-literal-compare': 'error',
|
| 46 |
+
'@typescript-eslint/no-unnecessary-condition': 'error',
|
| 47 |
+
'@typescript-eslint/no-unnecessary-template-expression': 'error',
|
| 48 |
+
'@typescript-eslint/no-unnecessary-type-arguments': 'error',
|
| 49 |
+
'@typescript-eslint/no-unnecessary-type-assertion': 'error',
|
| 50 |
+
'@typescript-eslint/no-unnecessary-type-constraint': 'error',
|
| 51 |
+
'@typescript-eslint/no-unsafe-argument': 'error',
|
| 52 |
+
'@typescript-eslint/no-unsafe-assignment': 'error',
|
| 53 |
+
'@typescript-eslint/no-unsafe-call': 'error',
|
| 54 |
+
'@typescript-eslint/no-unsafe-declaration-merging': 'error',
|
| 55 |
+
'@typescript-eslint/no-unsafe-enum-comparison': 'error',
|
| 56 |
+
'@typescript-eslint/no-unsafe-member-access': 'error',
|
| 57 |
+
'@typescript-eslint/no-unsafe-return': 'error',
|
| 58 |
+
'no-unused-vars': 'off',
|
| 59 |
+
'@typescript-eslint/no-unused-vars': 'error',
|
| 60 |
+
'no-useless-constructor': 'off',
|
| 61 |
+
'@typescript-eslint/no-useless-constructor': 'error',
|
| 62 |
+
'@typescript-eslint/no-var-requires': 'error',
|
| 63 |
+
'no-throw-literal': 'off',
|
| 64 |
+
'@typescript-eslint/only-throw-error': 'error',
|
| 65 |
+
'@typescript-eslint/prefer-as-const': 'error',
|
| 66 |
+
'@typescript-eslint/prefer-includes': 'error',
|
| 67 |
+
'@typescript-eslint/prefer-literal-enum-member': 'error',
|
| 68 |
+
'prefer-promise-reject-errors': 'off',
|
| 69 |
+
'@typescript-eslint/prefer-promise-reject-errors': 'error',
|
| 70 |
+
'@typescript-eslint/prefer-reduce-type-parameter': 'error',
|
| 71 |
+
'@typescript-eslint/prefer-return-this-type': 'error',
|
| 72 |
+
'require-await': 'off',
|
| 73 |
+
'@typescript-eslint/require-await': 'error',
|
| 74 |
+
'@typescript-eslint/restrict-plus-operands': [
|
| 75 |
+
'error',
|
| 76 |
+
{
|
| 77 |
+
allowAny: false,
|
| 78 |
+
allowBoolean: false,
|
| 79 |
+
allowNullish: false,
|
| 80 |
+
allowNumberAndString: false,
|
| 81 |
+
allowRegExp: false,
|
| 82 |
+
},
|
| 83 |
+
],
|
| 84 |
+
'@typescript-eslint/restrict-template-expressions': [
|
| 85 |
+
'error',
|
| 86 |
+
{
|
| 87 |
+
allowAny: false,
|
| 88 |
+
allowBoolean: false,
|
| 89 |
+
allowNullish: false,
|
| 90 |
+
allowNumber: false,
|
| 91 |
+
allowRegExp: false,
|
| 92 |
+
allowNever: false,
|
| 93 |
+
},
|
| 94 |
+
],
|
| 95 |
+
'@typescript-eslint/triple-slash-reference': 'error',
|
| 96 |
+
'@typescript-eslint/unbound-method': 'error',
|
| 97 |
+
'@typescript-eslint/unified-signatures': 'error',
|
| 98 |
+
'@typescript-eslint/use-unknown-in-catch-callback-variable': 'error',
|
| 99 |
+
},
|
| 100 |
+
};
|
| 101 |
+
//# sourceMappingURL=strict-type-checked.js.map
|
novas/novacore-zephyr/groq-code-cli/node_modules/@typescript-eslint/eslint-plugin/dist/configs/strict-type-checked.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"version":3,"file":"strict-type-checked.js","sourceRoot":"","sources":["../../src/configs/strict-type-checked.ts"],"names":[],"mappings":";AAAA,wCAAwC;AACxC,gCAAgC;AAChC,iDAAiD;AACjD,EAAE;AACF,4DAA4D;AAC5D,sDAAsD;AAItD,iBAAS;IACP,OAAO,EAAE,CAAC,gBAAgB,EAAE,8BAA8B,CAAC;IAC3D,KAAK,EAAE;QACL,mCAAmC,EAAE,OAAO;QAC5C,mCAAmC,EAAE;YACnC,OAAO;YACP,EAAE,wBAAwB,EAAE,EAAE,EAAE;SACjC;QACD,8BAA8B,EAAE,OAAO;QACvC,sBAAsB,EAAE,KAAK;QAC7B,yCAAyC,EAAE,OAAO;QAClD,oCAAoC,EAAE,OAAO;QAC7C,sCAAsC,EAAE,OAAO;QAC/C,iDAAiD,EAAE,OAAO;QAC1D,6CAA6C,EAAE,OAAO;QACtD,mDAAmD,EAAE,OAAO;QAC5D,sCAAsC,EAAE,OAAO;QAC/C,oCAAoC,EAAE,OAAO;QAC7C,gDAAgD,EAAE,OAAO;QACzD,wCAAwC,EAAE,OAAO;QACjD,yCAAyC,EAAE,OAAO;QAClD,oCAAoC,EAAE,OAAO;QAC7C,iBAAiB,EAAE,KAAK;QACxB,oCAAoC,EAAE,OAAO;QAC7C,yCAAyC,EAAE,OAAO;QAClD,sBAAsB,EAAE,KAAK;QAC7B,yCAAyC,EAAE,OAAO;QAClD,iDAAiD,EAAE,OAAO;QAC1D,mCAAmC,EAAE,OAAO;QAC5C,wCAAwC,EAAE,OAAO;QACjD,mCAAmC,EAAE,OAAO;QAC5C,iCAAiC,EAAE,OAAO;QAC1C,4DAA4D,EAAE,OAAO;QACrE,wDAAwD,EAAE,OAAO;QACjE,0CAA0C,EAAE,OAAO;QACnD,mDAAmD,EAAE,OAAO;QAC5D,kCAAkC,EAAE,OAAO;QAC3C,2DAA2D,EAAE,OAAO;QACpE,6CAA6C,EAAE,OAAO;QACtD,uDAAuD,EAAE,OAAO;QAChE,kDAAkD,EAAE,OAAO;QAC3D,kDAAkD,EAAE,OAAO;QAC3D,mDAAmD,EAAE,OAAO;QAC5D,uCAAuC,EAAE,OAAO;QAChD,yCAAyC,EAAE,OAAO;QAClD,mCAAmC,EAAE,OAAO;QAC5C,kDAAkD,EAAE,OAAO;QAC3D,8CAA8C,EAAE,OAAO;QACvD,4CAA4C,EAAE,OAAO;QACrD,qCAAqC,EAAE,OAAO;QAC9C,gBAAgB,EAAE,KAAK;QACvB,mCAAmC,EAAE,OAAO;QAC5C,wBAAwB,EAAE,KAAK;QAC/B,2CAA2C,EAAE,OAAO;QACpD,oCAAoC,EAAE,OAAO;QAC7C,kBAAkB,EAAE,KAAK;QACzB,qCAAqC,EAAE,OAAO;QAC9C,oCAAoC,EAAE,OAAO;QAC7C,oCAAoC,EAAE,OAAO;QAC7C,+CAA+C,EAAE,OAAO;QACxD,8BAA8B,EAAE,KAAK;QACrC,iDAAiD,EAAE,OAAO;QAC1D,iDAAiD,EAAE,OAAO;QAC1D,4CAA4C,EAAE,OAAO;QACrD,eAAe,EAAE,KAAK;QACtB,kCAAkC,EAAE,OAAO;QAC3C,2CAA2C,EAAE;YAC3C,OAAO;YACP;gBACE,QAAQ,EAAE,KAAK;gBACf,YAAY,EAAE,KAAK;gBACnB,YAAY,EAAE,KAAK;gBACnB,oBAAoB,EAAE,KAAK;gBAC3B,WAAW,EAAE,KAAK;aACnB;SACF;QACD,kDAAkD,EAAE;YAClD,OAAO;YACP;gBACE,QAAQ,EAAE,KAAK;gBACf,YAAY,EAAE,KAAK;gBACnB,YAAY,EAAE,KAAK;gBACnB,WAAW,EAAE,KAAK;gBAClB,WAAW,EAAE,KAAK;gBAClB,UAAU,EAAE,KAAK;aAClB;SACF;QACD,2CAA2C,EAAE,OAAO;QACpD,mCAAmC,EAAE,OAAO;QAC5C,uCAAuC,EAAE,OAAO;QAChD,2DAA2D,EAAE,OAAO;KACrE;CAC6B,CAAC"}
|
novas/novacore-zephyr/groq-code-cli/node_modules/@typescript-eslint/eslint-plugin/dist/configs/strict.js
ADDED
|
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
"use strict";
|
| 2 |
+
// THIS CODE WAS AUTOMATICALLY GENERATED
|
| 3 |
+
// DO NOT EDIT THIS CODE BY HAND
|
| 4 |
+
// SEE https://typescript-eslint.io/users/configs
|
| 5 |
+
//
|
| 6 |
+
// For developers working in the typescript-eslint monorepo:
|
| 7 |
+
// You can regenerate it using `yarn generate:configs`
|
| 8 |
+
module.exports = {
|
| 9 |
+
extends: ['./configs/base', './configs/eslint-recommended'],
|
| 10 |
+
rules: {
|
| 11 |
+
'@typescript-eslint/ban-ts-comment': [
|
| 12 |
+
'error',
|
| 13 |
+
{ minimumDescriptionLength: 10 },
|
| 14 |
+
],
|
| 15 |
+
'@typescript-eslint/ban-types': 'error',
|
| 16 |
+
'no-array-constructor': 'off',
|
| 17 |
+
'@typescript-eslint/no-array-constructor': 'error',
|
| 18 |
+
'@typescript-eslint/no-duplicate-enum-values': 'error',
|
| 19 |
+
'@typescript-eslint/no-dynamic-delete': 'error',
|
| 20 |
+
'@typescript-eslint/no-explicit-any': 'error',
|
| 21 |
+
'@typescript-eslint/no-extra-non-null-assertion': 'error',
|
| 22 |
+
'@typescript-eslint/no-extraneous-class': 'error',
|
| 23 |
+
'@typescript-eslint/no-invalid-void-type': 'error',
|
| 24 |
+
'no-loss-of-precision': 'off',
|
| 25 |
+
'@typescript-eslint/no-loss-of-precision': 'error',
|
| 26 |
+
'@typescript-eslint/no-misused-new': 'error',
|
| 27 |
+
'@typescript-eslint/no-namespace': 'error',
|
| 28 |
+
'@typescript-eslint/no-non-null-asserted-nullish-coalescing': 'error',
|
| 29 |
+
'@typescript-eslint/no-non-null-asserted-optional-chain': 'error',
|
| 30 |
+
'@typescript-eslint/no-non-null-assertion': 'error',
|
| 31 |
+
'@typescript-eslint/no-this-alias': 'error',
|
| 32 |
+
'@typescript-eslint/no-unnecessary-type-constraint': 'error',
|
| 33 |
+
'@typescript-eslint/no-unsafe-declaration-merging': 'error',
|
| 34 |
+
'no-unused-vars': 'off',
|
| 35 |
+
'@typescript-eslint/no-unused-vars': 'error',
|
| 36 |
+
'no-useless-constructor': 'off',
|
| 37 |
+
'@typescript-eslint/no-useless-constructor': 'error',
|
| 38 |
+
'@typescript-eslint/no-var-requires': 'error',
|
| 39 |
+
'@typescript-eslint/prefer-as-const': 'error',
|
| 40 |
+
'@typescript-eslint/prefer-literal-enum-member': 'error',
|
| 41 |
+
'@typescript-eslint/triple-slash-reference': 'error',
|
| 42 |
+
'@typescript-eslint/unified-signatures': 'error',
|
| 43 |
+
},
|
| 44 |
+
};
|
| 45 |
+
//# sourceMappingURL=strict.js.map
|
novas/novacore-zephyr/groq-code-cli/node_modules/@typescript-eslint/eslint-plugin/dist/configs/strict.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"version":3,"file":"strict.js","sourceRoot":"","sources":["../../src/configs/strict.ts"],"names":[],"mappings":";AAAA,wCAAwC;AACxC,gCAAgC;AAChC,iDAAiD;AACjD,EAAE;AACF,4DAA4D;AAC5D,sDAAsD;AAItD,iBAAS;IACP,OAAO,EAAE,CAAC,gBAAgB,EAAE,8BAA8B,CAAC;IAC3D,KAAK,EAAE;QACL,mCAAmC,EAAE;YACnC,OAAO;YACP,EAAE,wBAAwB,EAAE,EAAE,EAAE;SACjC;QACD,8BAA8B,EAAE,OAAO;QACvC,sBAAsB,EAAE,KAAK;QAC7B,yCAAyC,EAAE,OAAO;QAClD,6CAA6C,EAAE,OAAO;QACtD,sCAAsC,EAAE,OAAO;QAC/C,oCAAoC,EAAE,OAAO;QAC7C,gDAAgD,EAAE,OAAO;QACzD,wCAAwC,EAAE,OAAO;QACjD,yCAAyC,EAAE,OAAO;QAClD,sBAAsB,EAAE,KAAK;QAC7B,yCAAyC,EAAE,OAAO;QAClD,mCAAmC,EAAE,OAAO;QAC5C,iCAAiC,EAAE,OAAO;QAC1C,4DAA4D,EAAE,OAAO;QACrE,wDAAwD,EAAE,OAAO;QACjE,0CAA0C,EAAE,OAAO;QACnD,kCAAkC,EAAE,OAAO;QAC3C,mDAAmD,EAAE,OAAO;QAC5D,kDAAkD,EAAE,OAAO;QAC3D,gBAAgB,EAAE,KAAK;QACvB,mCAAmC,EAAE,OAAO;QAC5C,wBAAwB,EAAE,KAAK;QAC/B,2CAA2C,EAAE,OAAO;QACpD,oCAAoC,EAAE,OAAO;QAC7C,oCAAoC,EAAE,OAAO;QAC7C,+CAA+C,EAAE,OAAO;QACxD,2CAA2C,EAAE,OAAO;QACpD,uCAAuC,EAAE,OAAO;KACjD;CAC6B,CAAC"}
|
novas/novacore-zephyr/groq-code-cli/node_modules/@typescript-eslint/eslint-plugin/dist/configs/stylistic-type-checked-only.js
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
"use strict";
|
| 2 |
+
// THIS CODE WAS AUTOMATICALLY GENERATED
|
| 3 |
+
// DO NOT EDIT THIS CODE BY HAND
|
| 4 |
+
// SEE https://typescript-eslint.io/users/configs
|
| 5 |
+
//
|
| 6 |
+
// For developers working in the typescript-eslint monorepo:
|
| 7 |
+
// You can regenerate it using `yarn generate:configs`
|
| 8 |
+
module.exports = {
|
| 9 |
+
extends: ['./configs/base', './configs/eslint-recommended'],
|
| 10 |
+
rules: {
|
| 11 |
+
'dot-notation': 'off',
|
| 12 |
+
'@typescript-eslint/dot-notation': 'error',
|
| 13 |
+
'@typescript-eslint/non-nullable-type-assertion-style': 'error',
|
| 14 |
+
'@typescript-eslint/prefer-nullish-coalescing': 'error',
|
| 15 |
+
'@typescript-eslint/prefer-optional-chain': 'error',
|
| 16 |
+
'@typescript-eslint/prefer-string-starts-ends-with': 'error',
|
| 17 |
+
},
|
| 18 |
+
};
|
| 19 |
+
//# sourceMappingURL=stylistic-type-checked-only.js.map
|
novas/novacore-zephyr/groq-code-cli/node_modules/@typescript-eslint/eslint-plugin/dist/configs/stylistic-type-checked-only.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"version":3,"file":"stylistic-type-checked-only.js","sourceRoot":"","sources":["../../src/configs/stylistic-type-checked-only.ts"],"names":[],"mappings":";AAAA,wCAAwC;AACxC,gCAAgC;AAChC,iDAAiD;AACjD,EAAE;AACF,4DAA4D;AAC5D,sDAAsD;AAItD,iBAAS;IACP,OAAO,EAAE,CAAC,gBAAgB,EAAE,8BAA8B,CAAC;IAC3D,KAAK,EAAE;QACL,cAAc,EAAE,KAAK;QACrB,iCAAiC,EAAE,OAAO;QAC1C,sDAAsD,EAAE,OAAO;QAC/D,8CAA8C,EAAE,OAAO;QACvD,0CAA0C,EAAE,OAAO;QACnD,mDAAmD,EAAE,OAAO;KAC7D;CAC6B,CAAC"}
|
novas/novacore-zephyr/groq-code-cli/node_modules/@typescript-eslint/eslint-plugin/dist/configs/stylistic-type-checked.js
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
"use strict";
|
| 2 |
+
// THIS CODE WAS AUTOMATICALLY GENERATED
|
| 3 |
+
// DO NOT EDIT THIS CODE BY HAND
|
| 4 |
+
// SEE https://typescript-eslint.io/users/configs
|
| 5 |
+
//
|
| 6 |
+
// For developers working in the typescript-eslint monorepo:
|
| 7 |
+
// You can regenerate it using `yarn generate:configs`
|
| 8 |
+
module.exports = {
|
| 9 |
+
extends: ['./configs/base', './configs/eslint-recommended'],
|
| 10 |
+
rules: {
|
| 11 |
+
'@typescript-eslint/adjacent-overload-signatures': 'error',
|
| 12 |
+
'@typescript-eslint/array-type': 'error',
|
| 13 |
+
'@typescript-eslint/ban-tslint-comment': 'error',
|
| 14 |
+
'@typescript-eslint/class-literal-property-style': 'error',
|
| 15 |
+
'@typescript-eslint/consistent-generic-constructors': 'error',
|
| 16 |
+
'@typescript-eslint/consistent-indexed-object-style': 'error',
|
| 17 |
+
'@typescript-eslint/consistent-type-assertions': 'error',
|
| 18 |
+
'@typescript-eslint/consistent-type-definitions': 'error',
|
| 19 |
+
'dot-notation': 'off',
|
| 20 |
+
'@typescript-eslint/dot-notation': 'error',
|
| 21 |
+
'@typescript-eslint/no-confusing-non-null-assertion': 'error',
|
| 22 |
+
'no-empty-function': 'off',
|
| 23 |
+
'@typescript-eslint/no-empty-function': 'error',
|
| 24 |
+
'@typescript-eslint/no-empty-interface': 'error',
|
| 25 |
+
'@typescript-eslint/no-inferrable-types': 'error',
|
| 26 |
+
'@typescript-eslint/non-nullable-type-assertion-style': 'error',
|
| 27 |
+
'@typescript-eslint/prefer-for-of': 'error',
|
| 28 |
+
'@typescript-eslint/prefer-function-type': 'error',
|
| 29 |
+
'@typescript-eslint/prefer-namespace-keyword': 'error',
|
| 30 |
+
'@typescript-eslint/prefer-nullish-coalescing': 'error',
|
| 31 |
+
'@typescript-eslint/prefer-optional-chain': 'error',
|
| 32 |
+
'@typescript-eslint/prefer-string-starts-ends-with': 'error',
|
| 33 |
+
},
|
| 34 |
+
};
|
| 35 |
+
//# sourceMappingURL=stylistic-type-checked.js.map
|