feat: Add core trading modules for risk management, backtesting, and execution algorithms, alongside a new ML transparency widget and related frontend dependencies.
Some checks are pending
Documentation / build-docs (push) Waiting to run
Tests / test (macos-latest, 3.11) (push) Waiting to run
Tests / test (macos-latest, 3.12) (push) Waiting to run
Tests / test (macos-latest, 3.13) (push) Waiting to run
Tests / test (macos-latest, 3.14) (push) Waiting to run
Tests / test (ubuntu-latest, 3.11) (push) Waiting to run
Tests / test (ubuntu-latest, 3.12) (push) Waiting to run
Tests / test (ubuntu-latest, 3.13) (push) Waiting to run
Tests / test (ubuntu-latest, 3.14) (push) Waiting to run
Some checks are pending
Documentation / build-docs (push) Waiting to run
Tests / test (macos-latest, 3.11) (push) Waiting to run
Tests / test (macos-latest, 3.12) (push) Waiting to run
Tests / test (macos-latest, 3.13) (push) Waiting to run
Tests / test (macos-latest, 3.14) (push) Waiting to run
Tests / test (ubuntu-latest, 3.11) (push) Waiting to run
Tests / test (ubuntu-latest, 3.12) (push) Waiting to run
Tests / test (ubuntu-latest, 3.13) (push) Waiting to run
Tests / test (ubuntu-latest, 3.14) (push) Waiting to run
This commit is contained in:
@@ -1,21 +0,0 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2020 Sebastian Silbermann
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
220
frontend/node_modules/@testing-library/jest-dom/node_modules/dom-accessibility-api/README.md
generated
vendored
220
frontend/node_modules/@testing-library/jest-dom/node_modules/dom-accessibility-api/README.md
generated
vendored
@@ -1,220 +0,0 @@
|
||||
# dom-accessibility-api
|
||||
|
||||
[](https://badge.fury.io/js/dom-accessibility-api)
|
||||
[](https://dev.azure.com/silbermannsebastian/dom-accessibility-api/_build/latest?definitionId=6&branchName=main)
|
||||

|
||||
|
||||
Computes the accessible name or description of a given DOM Element.
|
||||
https://w3c.github.io/accname/ implemented in JavaScript for testing.
|
||||
|
||||
```bash
|
||||
$ yarn add dom-accessibility-api
|
||||
```
|
||||
|
||||
```js
|
||||
import {
|
||||
computeAccessibleName,
|
||||
computeAccessibleDescription,
|
||||
} from "dom-accessibility-api";
|
||||
```
|
||||
|
||||
I'm not an editor of any of the referenced specs (nor very experience with using them) so if you got any insights, something catches
|
||||
your eye please open an issue.
|
||||
|
||||
## Supported environments
|
||||
|
||||
**WARNING**: Only [active node versions](https://nodejs.org/en/about/releases/) are supported.
|
||||
Inactive node versions can stop working in a SemVer MINOR release.
|
||||
|
||||
```bash
|
||||
ie 11
|
||||
edge >= 14
|
||||
firefox >= 52
|
||||
chrome >= 49
|
||||
safari >= 10
|
||||
node 10.0
|
||||
```
|
||||
|
||||
## progress
|
||||
|
||||
Using https://github.com/web-platform-tests/wpt. Be sure to init submodules when
|
||||
cloning. See [the test readme](/tests/README.md) for more info about the test setup.
|
||||
|
||||
### browser (Chrome)
|
||||
|
||||
153/159
|
||||
|
||||
### jsdom
|
||||
|
||||
<details>
|
||||
<summary>report 138/159 passing of which 15 are due `::before { content }`, one might be a wrong test, 5 are pathological </summary>
|
||||
|
||||
```bash
|
||||
web-platform-tests
|
||||
accname
|
||||
✓ [expected fail] description_1.0_combobox-focusable-manual.html
|
||||
✓ [expected fail] description_from_content_of_describedby_element-manual.html
|
||||
✓ description_link-with-label-manual.html
|
||||
✓ description_test_case_557-manual.html
|
||||
✓ description_test_case_664-manual.html
|
||||
✓ description_test_case_665-manual.html
|
||||
✓ description_test_case_666-manual.html
|
||||
✓ description_test_case_772-manual.html
|
||||
✓ description_test_case_773-manual.html
|
||||
✓ description_test_case_774-manual.html
|
||||
✓ description_test_case_838-manual.html
|
||||
✓ description_test_case_broken_reference-manual.html
|
||||
✓ description_test_case_one_valid_reference-manual.html
|
||||
✓ description_title-same-element-manual.html
|
||||
✓ name_1.0_combobox-focusable-alternative-manual.html
|
||||
✓ name_1.0_combobox-focusable-manual.html
|
||||
✓ name_checkbox-label-embedded-combobox-manual.html
|
||||
✓ name_checkbox-label-embedded-listbox-manual.html
|
||||
✓ name_checkbox-label-embedded-menu-manual.html
|
||||
✓ name_checkbox-label-embedded-select-manual.html
|
||||
✓ name_checkbox-label-embedded-slider-manual.html
|
||||
✓ name_checkbox-label-embedded-spinbutton-manual.html
|
||||
✓ name_checkbox-label-embedded-textbox-manual.html
|
||||
✓ name_checkbox-label-multiple-label-alternative-manual.html
|
||||
✓ name_checkbox-label-multiple-label-manual.html
|
||||
✓ name_checkbox-title-manual.html
|
||||
✓ name_file-label-embedded-combobox-manual.html
|
||||
✓ name_file-label-embedded-menu-manual.html
|
||||
✓ name_file-label-embedded-select-manual.html
|
||||
✓ name_file-label-embedded-slider-manual.html
|
||||
✓ name_file-label-embedded-spinbutton-manual.html
|
||||
✓ [expected fail] name_file-label-inline-block-elements-manual.html
|
||||
✓ [expected fail] name_file-label-inline-block-styles-manual.html
|
||||
✓ name_file-label-inline-hidden-elements-manual.html
|
||||
✓ name_file-label-owned-combobox-manual.html
|
||||
✓ name_file-label-owned-combobox-owned-listbox-manual.html
|
||||
✓ name_file-title-manual.html
|
||||
✓ name_from_content-manual.html
|
||||
✓ name_from_content_of_label-manual.html
|
||||
✓ name_from_content_of_labelledby_element-manual.html
|
||||
✓ name_from_content_of_labelledby_elements_one_of_which_is_hidden-manual.html
|
||||
✓ name_heading-combobox-focusable-alternative-manual.html
|
||||
✓ name_image-title-manual.html
|
||||
✓ name_link-mixed-content-manual.html
|
||||
✓ name_link-with-label-manual.html
|
||||
✓ name_password-label-embedded-combobox-manual.html
|
||||
✓ name_password-label-embedded-menu-manual.html
|
||||
✓ name_password-label-embedded-select-manual.html
|
||||
✓ name_password-label-embedded-slider-manual.html
|
||||
✓ name_password-label-embedded-spinbutton-manual.html
|
||||
✓ name_password-title-manual.html
|
||||
✓ name_radio-label-embedded-combobox-manual.html
|
||||
✓ name_radio-label-embedded-menu-manual.html
|
||||
✓ name_radio-label-embedded-select-manual.html
|
||||
✓ name_radio-label-embedded-slider-manual.html
|
||||
✓ name_radio-label-embedded-spinbutton-manual.html
|
||||
✓ name_radio-title-manual.html
|
||||
✓ name_test_case_539-manual.html
|
||||
✓ name_test_case_540-manual.html
|
||||
✓ name_test_case_541-manual.html
|
||||
✓ name_test_case_543-manual.html
|
||||
✓ name_test_case_544-manual.html
|
||||
✓ name_test_case_545-manual.html
|
||||
✓ name_test_case_546-manual.html
|
||||
✓ name_test_case_547-manual.html
|
||||
✓ name_test_case_548-manual.html
|
||||
✓ name_test_case_549-manual.html
|
||||
✓ name_test_case_550-manual.html
|
||||
✓ name_test_case_551-manual.html
|
||||
✓ [expected fail] name_test_case_552-manual.html
|
||||
✓ [expected fail] name_test_case_553-manual.html
|
||||
✓ name_test_case_556-manual.html
|
||||
✓ name_test_case_557-manual.html
|
||||
✓ name_test_case_558-manual.html
|
||||
✓ name_test_case_559-manual.html
|
||||
✓ name_test_case_560-manual.html
|
||||
✓ name_test_case_561-manual.html
|
||||
✓ name_test_case_562-manual.html
|
||||
✓ name_test_case_563-manual.html
|
||||
✓ name_test_case_564-manual.html
|
||||
✓ name_test_case_565-manual.html
|
||||
✓ name_test_case_566-manual.html
|
||||
✓ name_test_case_596-manual.html
|
||||
✓ name_test_case_597-manual.html
|
||||
✓ name_test_case_598-manual.html
|
||||
✓ name_test_case_599-manual.html
|
||||
✓ name_test_case_600-manual.html
|
||||
✓ name_test_case_601-manual.html
|
||||
✓ name_test_case_602-manual.html
|
||||
✓ name_test_case_603-manual.html
|
||||
✓ name_test_case_604-manual.html
|
||||
✓ name_test_case_605-manual.html
|
||||
✓ name_test_case_606-manual.html
|
||||
✓ name_test_case_607-manual.html
|
||||
✓ name_test_case_608-manual.html
|
||||
✓ name_test_case_609-manual.html
|
||||
✓ name_test_case_610-manual.html
|
||||
✓ name_test_case_611-manual.html
|
||||
✓ name_test_case_612-manual.html
|
||||
✓ name_test_case_613-manual.html
|
||||
✓ name_test_case_614-manual.html
|
||||
✓ name_test_case_615-manual.html
|
||||
✓ name_test_case_616-manual.html
|
||||
✓ name_test_case_617-manual.html
|
||||
✓ name_test_case_618-manual.html
|
||||
✓ name_test_case_619-manual.html
|
||||
✓ name_test_case_620-manual.html
|
||||
✓ name_test_case_621-manual.html
|
||||
✓ [expected fail] name_test_case_659-manual.html
|
||||
✓ [expected fail] name_test_case_660-manual.html
|
||||
✓ [expected fail] name_test_case_661-manual.html
|
||||
✓ [expected fail] name_test_case_662-manual.html
|
||||
✓ [expected fail] name_test_case_663a-manual.html
|
||||
✓ name_test_case_721-manual.html
|
||||
✓ name_test_case_723-manual.html
|
||||
✓ name_test_case_724-manual.html
|
||||
✓ name_test_case_725-manual.html
|
||||
✓ name_test_case_726-manual.html
|
||||
✓ name_test_case_727-manual.html
|
||||
✓ name_test_case_728-manual.html
|
||||
✓ name_test_case_729-manual.html
|
||||
✓ name_test_case_730-manual.html
|
||||
✓ name_test_case_731-manual.html
|
||||
✓ name_test_case_733-manual.html
|
||||
✓ name_test_case_734-manual.html
|
||||
✓ name_test_case_735-manual.html
|
||||
✓ name_test_case_736-manual.html
|
||||
✓ name_test_case_737-manual.html
|
||||
✓ name_test_case_738-manual.html
|
||||
✓ name_test_case_739-manual.html
|
||||
✓ name_test_case_740-manual.html
|
||||
✓ name_test_case_741-manual.html
|
||||
✓ name_test_case_742-manual.html
|
||||
✓ name_test_case_743-manual.html
|
||||
✓ name_test_case_744-manual.html
|
||||
✓ name_test_case_745-manual.html
|
||||
✓ name_test_case_746-manual.html
|
||||
✓ name_test_case_747-manual.html
|
||||
✓ name_test_case_748-manual.html
|
||||
✓ name_test_case_749-manual.html
|
||||
✓ name_test_case_750-manual.html
|
||||
✓ name_test_case_751-manual.html
|
||||
✓ name_test_case_752-manual.html
|
||||
✓ [expected fail] name_test_case_753-manual.html
|
||||
✓ [expected fail] name_test_case_754-manual.html
|
||||
✓ [expected fail] name_test_case_755-manual.html
|
||||
✓ [expected fail] name_test_case_756-manual.html
|
||||
✓ [expected fail] name_test_case_757-manual.html
|
||||
✓ [expected fail] name_test_case_758-manual.html
|
||||
✓ [expected fail] name_test_case_759-manual.html
|
||||
✓ [expected fail] name_test_case_760-manual.html
|
||||
✓ [expected fail] name_test_case_761-manual.html
|
||||
✓ [expected fail] name_test_case_762-manual.html
|
||||
✓ name_text-label-embedded-combobox-manual.html
|
||||
✓ name_text-label-embedded-menu-manual.html
|
||||
✓ name_text-label-embedded-select-manual.html
|
||||
✓ name_text-label-embedded-slider-manual.html
|
||||
✓ name_text-label-embedded-spinbutton-manual.html
|
||||
✓ name_text-title-manual.html
|
||||
```
|
||||
|
||||
</details>
|
||||
|
||||
## missing
|
||||
|
||||
- visibility context (inherited but can reappear; currently reappearing wont't work)
|
||||
@@ -1,92 +0,0 @@
|
||||
{
|
||||
"name": "dom-accessibility-api",
|
||||
"description": "Implements https://w3c.github.io/accname/",
|
||||
"version": "0.6.3",
|
||||
"main": "dist/index.js",
|
||||
"module": "dist/index.mjs",
|
||||
"type": "commonjs",
|
||||
"exports": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"import": "./dist/index.mjs",
|
||||
"require": "./dist/index.js"
|
||||
},
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/eps1lon/dom-accessibility-api.git"
|
||||
},
|
||||
"files": [
|
||||
"dist/"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "yarn build:clean && yarn build:source && yarn build:source:cjs && yarn build:types",
|
||||
"build:clean": "rimraf dist",
|
||||
"build:source": "cross-env BABEL_ENV=esm babel sources --extensions \".ts\" --ignore \"**/__tests__/**/*\" --out-dir dist/ --out-file-extension=.mjs --source-maps",
|
||||
"build:source:cjs": "cross-env BABEL_ENV=cjs babel sources --extensions \".ts\" --ignore \"**/__tests__/**/*\" --out-dir dist/ --out-file-extension=.js --source-maps",
|
||||
"build:types": "tsc -p tsconfig.json --emitDeclarationOnly",
|
||||
"format": "prettier \"**/*.{json,js,md,ts,yml}\" --write --ignore-path .prettierignore",
|
||||
"lint": "eslint --report-unused-disable-directives \"{scripts,sources}/**/*.{js,ts}\"",
|
||||
"release": "yarn build && yarn changeset publish",
|
||||
"test": "jest --config scripts/jest/jest.config.js",
|
||||
"test:ci": "jest --ci --config scripts/jest/jest.ci.config.js --runInBand",
|
||||
"test:coverage": "jest --config scripts/jest/jest.coverage.config.js",
|
||||
"test:types": "tsc -p tsconfig.json --noEmit",
|
||||
"test:wpt:jsdom": "mocha tests/wpt-jsdom/run-wpts.js",
|
||||
"test:wpt:browser": "concurrently --success first --kill-others \"yarn test:wpt:browser:run\" \"yarn test:wpt:browser:server\"",
|
||||
"test:wpt:browser:run": "cypress run --project tests",
|
||||
"test:wpt:browser:server": "serve tests/wpt",
|
||||
"test:wpt:browser:open": "cypress open --project tests",
|
||||
"wpt:init": "git submodule update --init --recursive",
|
||||
"wpt:reset": "rimraf ./tests/wpt && yarn wpt:init",
|
||||
"wpt:update": "git submodule update --recursive --remote && cd tests/wpt && python wpt.py manifest --path ../wpt-jsdom/wpt-manifest.json"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "^7.14.3",
|
||||
"@babel/core": "^7.14.3",
|
||||
"@babel/plugin-proposal-class-properties": "^7.13.0",
|
||||
"@babel/preset-env": "^7.14.4",
|
||||
"@babel/preset-typescript": "^7.13.0",
|
||||
"@changesets/changelog-github": "^0.4.0",
|
||||
"@changesets/cli": "^2.16.0",
|
||||
"@testing-library/dom": "^9.0.0",
|
||||
"@types/jest": "^29.0.0",
|
||||
"@types/node": "18.17.17",
|
||||
"@typescript-eslint/eslint-plugin": "^6.0.0",
|
||||
"@typescript-eslint/parser": "^6.0.0",
|
||||
"concurrently": "^8.0.0",
|
||||
"cross-env": "^7.0.3",
|
||||
"cypress": "^12.0.0",
|
||||
"eslint": "^7.27.0",
|
||||
"eslint-plugin-jest": "^27.0.0",
|
||||
"jest": "^29.0.0",
|
||||
"jest-diff": "^29.0.0",
|
||||
"jest-environment-jsdom": "^29.0.0",
|
||||
"jest-junit": "^16.0.0",
|
||||
"js-yaml": "^4.1.0",
|
||||
"jsdom": "^20.0.0",
|
||||
"minimatch": "^9.0.0",
|
||||
"mocha": "^10.0.0",
|
||||
"mocha-sugar-free": "^1.4.0",
|
||||
"prettier": "^3.0.0",
|
||||
"q": "^1.5.1",
|
||||
"request": "^2.88",
|
||||
"request-promise-native": "^1.0.9",
|
||||
"rimraf": "^5.0.0",
|
||||
"serve": "^14.0.0",
|
||||
"typescript": "^5.0.0"
|
||||
},
|
||||
"resolutions": {
|
||||
"@types/node": "18.17.17"
|
||||
},
|
||||
"prettier": {
|
||||
"useTabs": true
|
||||
},
|
||||
"keywords": [
|
||||
"accessibility",
|
||||
"ARIA",
|
||||
"accname"
|
||||
],
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user