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:
4
frontend/node_modules/eslint-plugin-react-refresh/index.js
generated
vendored
4
frontend/node_modules/eslint-plugin-react-refresh/index.js
generated
vendored
@@ -27,7 +27,7 @@ __export(index_exports, {
|
||||
module.exports = __toCommonJS(index_exports);
|
||||
|
||||
// src/only-export-components.ts
|
||||
var reactComponentNameRE = /^[A-Z][a-zA-Z0-9]*$/u;
|
||||
var reactComponentNameRE = /^[A-Z][a-zA-Z0-9_]*$/u;
|
||||
var onlyExportComponents = {
|
||||
meta: {
|
||||
messages: {
|
||||
@@ -282,7 +282,7 @@ var configs = {
|
||||
}
|
||||
},
|
||||
next: {
|
||||
name: "react-refresh/vite",
|
||||
name: "react-refresh/next",
|
||||
plugins: { "react-refresh": plugin },
|
||||
rules: {
|
||||
"react-refresh/only-export-components": [
|
||||
|
||||
Reference in New Issue
Block a user