|
|
/apps/mc-api/src/app.controller.ts
|
0 problems
|
|
|
/apps/mc-api/src/app.module.ts
|
0 problems
|
|
|
/apps/mc-api/src/app.service.ts
|
0 problems
|
|
|
/apps/mc-api/src/database.config.ts
|
0 problems
|
|
|
/apps/mc-api/src/main.ts
|
0 problems
|
|
|
/apps/mc-api/src/models/deck.ts
|
0 problems
|
|
|
/apps/mc-api/src/models/encounter.ts
|
0 problems
|
|
|
/apps/mc-api/src/models/enums.ts
|
0 problems
|
|
|
/apps/mc-api/src/models/hero.ts
|
0 problems
|
|
|
/apps/mc-api/src/models/index.ts
|
0 problems
|
|
|
/apps/mc-api/src/models/modular-set.ts
|
0 problems
|
|
|
/apps/mc-api/src/models/pack.ts
|
0 problems
|
|
|
/apps/mc-api/src/models/scenario.ts
|
0 problems
|
|
|
/apps/mc-api/src/modules/decks/deck.entity.ts
|
0 problems
|
|
|
/apps/mc-api/src/modules/decks/decks.module.ts
|
0 problems
|
|
|
/apps/mc-api/src/modules/decks/decks.service.ts
|
0 problems
|
|
|
/apps/mc-api/src/modules/encounters/encounter.entity.ts
|
0 problems
|
|
|
/apps/mc-api/src/modules/encounters/encounters.module.ts
|
0 problems
|
|
|
/apps/mc-api/src/modules/heroes/hero.entity.ts
|
0 problems
|
|
|
/apps/mc-api/src/modules/heroes/heroes.module.ts
|
0 problems
|
|
|
/apps/mc-api/src/modules/heroes/heroes.service.ts
|
0 problems
|
|
|
/apps/mc-api/src/modules/modular-sets/modular-set.entity.ts
|
0 problems
|
|
|
/apps/mc-api/src/modules/modular-sets/modular-sets.module.ts
|
0 problems
|
|
|
/apps/mc-api/src/modules/modular-sets/modular-sets.service.ts
|
0 problems
|
|
|
/apps/mc-api/src/modules/packs/pack.entity.ts
|
0 problems
|
|
|
/apps/mc-api/src/modules/packs/packs.module.ts
|
0 problems
|
|
|
/apps/mc-api/src/modules/packs/packs.service.ts
|
0 problems
|
|
|
/apps/mc-api/src/modules/scenarios/scenario.entity.ts
|
0 problems
|
|
|
/apps/mc-api/src/modules/scenarios/scenarios.module.ts
|
0 problems
|
|
|
/apps/mc-api/src/modules/scenarios/scenarios.service.ts
|
0 problems
|
|
|
/apps/mc/src/app.d.ts
|
0 problems
|
|
|
/apps/mc/src/lib/data.svelte
|
0 problems
|
|
|
/apps/mc/src/lib/functions.ts
|
0 problems
|
|
|
/apps/mc/src/lib/interface.ts
|
0 problems
|
|
|
/apps/mc/src/lib/navigation.svelte
|
0 problems
|
|
|
/apps/mc/src/lib/progression.svelte
|
0 problems
|
|
|
/apps/mc/src/lib/section.svelte
|
0 problems
|
|
|
/apps/mc/src/lib/select.svelte
|
0 problems
|
|
|
/apps/mc/src/lib/stats-table.svelte
|
0 problems
|
|
|
/apps/mc/src/lib/stats.svelte
|
0 problems
|
|
|
/apps/mc/src/lib/subtitle.svelte
|
0 problems
|
|
|
/apps/mc/src/lib/suggested.svelte
|
0 problems
|
|
|
/apps/mc/src/lib/title.svelte
|
0 problems
|
|
|
/apps/mc/src/lib/upcoming.svelte
|
0 problems
|
|
|
/apps/mc/src/routes/+layout.server.ts
|
0 problems
|
|
|
/apps/mc/src/routes/+layout.svelte
|
4 problems (4 errors, 0 warnings)
|
| Severity |
Rule |
| Error |
Row 2, Column 12: "Useless path segments for "./../../node_modules/mvp.css/mvp.css", should be "../../node_modules/mvp.css/mvp.css""
import/no-useless-path-segments
|
| Error |
Row 2, Column 12: "Relative import from another package is not allowed. Use `mvp.css` instead of `./../../node_modules/mvp.css/mvp.css`"
import/no-relative-packages
|
| Error |
Row 3, Column 12: "Useless path segments for "./../../../../libs/ui/base/dist/style.css", should be "../../../../libs/ui/base/dist/style.css""
import/no-useless-path-segments
|
| Error |
Row 3, Column 12: "Relative import from another package is not allowed. Use `@jga/ui-base/dist/style.css` instead of `./../../../../libs/ui/base/dist/style.css`"
import/no-relative-packages
|
| Line |
Source |
| 1 |
<script lang="ts"> |
| Error |
Row 2, Column 12: "Useless path segments for "./../../node_modules/mvp.css/mvp.css", should be "../../node_modules/mvp.css/mvp.css""
import/no-useless-path-segments
|
| Error |
Row 2, Column 12: "Relative import from another package is not allowed. Use `mvp.css` instead of `./../../node_modules/mvp.css/mvp.css`"
import/no-relative-packages
|
| 2 |
import "./../../node_modules/mvp.css/mvp.css"; |
| Error |
Row 3, Column 12: "Useless path segments for "./../../../../libs/ui/base/dist/style.css", should be "../../../../libs/ui/base/dist/style.css""
import/no-useless-path-segments
|
| Error |
Row 3, Column 12: "Relative import from another package is not allowed. Use `@jga/ui-base/dist/style.css` instead of `./../../../../libs/ui/base/dist/style.css`"
import/no-relative-packages
|
| 3 |
import "./../../../../libs/ui/base/dist/style.css"; |
| 4 |
|
| 5 |
import Navigation from "$lib/navigation.svelte"; |
| 6 |
</script> |
| 7 |
|
| 8 |
<!-- eslint-disable-next-line no-undef --> |
| 9 |
<h1>Marvel Champions ({__APP_VERSION__})</h1> |
| 10 |
|
| 11 |
<Navigation /> |
| 12 |
|
| 13 |
<slot /> |
| 14 |
|
|
|
|
/apps/mc/src/routes/+page.svelte
|
1 problem (0 errors, 1 warning)
|
| Line |
Source |
| 1 |
<svelte:options tag="mc-routes" /> |
| 2 |
|
| 3 |
<style global lang="scss"> |
| 4 |
@import "../app"; |
| 5 |
</style> |
| 6 |
|
| 7 |
<script lang="ts"> |
| 8 |
import { onMount } from "svelte"; |
| Warning |
Row 9, Column 48: "'Pack' is defined but never used."
@typescript-eslint/no-unused-vars
|
| 9 |
import type { Encounter, Hero, ModularSet, Pack, Scenario } from "$models"; |
| 10 |
import { load } from "$services"; |
| 11 |
|
| 12 |
import Suggested from "$lib/suggested.svelte"; |
| 13 |
|
| 14 |
let data: [Encounter[], Hero[], ModularSet[], Scenario[]]; |
| 15 |
|
| 16 |
let encounters: Encounter[]; |
| 17 |
let heroes: Hero[]; |
| 18 |
let modules: ModularSet[]; |
| 19 |
let scenarios: Scenario[]; |
| 20 |
|
| 21 |
onMount(async () => { |
| 22 |
data = await load(); |
| 23 |
|
| 24 |
[encounters, heroes, modules, scenarios] = data; |
| 25 |
}); |
| 26 |
</script> |
| 27 |
|
| 28 |
<svelte:head> |
| 29 |
<title>Marvel Champions</title> |
| 30 |
<html lang="en-GB"></html> |
| 31 |
</svelte:head> |
| 32 |
|
| 33 |
<Suggested encounters="{encounters}" heroes="{heroes}" modules="{modules}" scenarios="{scenarios}" /> |
| 34 |
|
|
|
|
/apps/mc/src/routes/data/+page.svelte
|
1 problem (0 errors, 1 warning)
|
| Line |
Source |
| 1 |
<svelte:options tag="mc-routes-progression" /> |
| 2 |
|
| 3 |
<style global lang="scss"> |
| 4 |
@import "../../app"; |
| 5 |
</style> |
| 6 |
|
| 7 |
<script lang="ts"> |
| 8 |
import { onMount } from "svelte"; |
| 9 |
|
| 10 |
import Data from "$lib/data.svelte"; |
| 11 |
import { load } from "$services"; |
| 12 |
import { Encounter, Hero, ModularSet, Scenario } from "$models"; |
| 13 |
|
| 14 |
let data: [Encounter[], Hero[], ModularSet[], Scenario[]]; |
| Warning |
Row 15, Column 9: "'encounters' is assigned a value but never used."
@typescript-eslint/no-unused-vars
|
| 15 |
let encounters: Encounter[]; |
| 16 |
let heroes: Hero[]; |
| 17 |
let modules: ModularSet[]; |
| 18 |
let scenarios: Scenario[]; |
| 19 |
|
| 20 |
onMount(async () => { |
| 21 |
data = await load(); |
| 22 |
|
| 23 |
[encounters, heroes, modules, scenarios] = data; |
| 24 |
}); |
| 25 |
</script> |
| 26 |
|
| 27 |
<svelte:head> |
| 28 |
<title>Marvel Champions - Data</title> |
| 29 |
<html lang="en-GB"></html> |
| 30 |
</svelte:head> |
| 31 |
|
| 32 |
<Data heroes="{heroes}" modules="{modules}" scenarios="{scenarios}" /> |
| 33 |
|
|
|
|
/apps/mc/src/routes/encounters/+page.svelte
|
1 problem (1 error, 0 warnings)
|
| Line |
Source |
| 1 |
<svelte:options tag="mc-routes-encounters" /> |
| 2 |
|
| 3 |
<style global lang="scss"> |
| 4 |
@import "../../app"; |
| 5 |
</style> |
| 6 |
|
| 7 |
<script lang="ts"> |
| 8 |
import { onMount } from "svelte"; |
| 9 |
|
| 10 |
import Encounters from "$lib/encounters.svelte"; |
| 11 |
import { load } from "$services"; |
| 12 |
import { Encounter, Hero, ModularSet, Scenario } from "$models"; |
| 13 |
|
| 14 |
let data: [Encounter[], Hero[], ModularSet[], Scenario[]]; |
| 15 |
let encounters: Encounter[]; |
| 16 |
|
| 17 |
onMount(async () => { |
| 18 |
data = await load(); |
| 19 |
|
| Error |
Row 20, Column 9: "Use array destructuring."
prefer-destructuring
|
| 20 |
encounters = data[0]; |
| 21 |
}); |
| 22 |
</script> |
| 23 |
|
| 24 |
<svelte:head> |
| 25 |
<title>Marvel Champions - Encounters</title> |
| 26 |
<html lang="en-GB"></html> |
| 27 |
</svelte:head> |
| 28 |
|
| 29 |
<Encounters encounters="{encounters}" /> |
| 30 |
|
|
|
|
/apps/mc/src/routes/progression/+page.svelte
|
1 problem (0 errors, 1 warning)
|
| Line |
Source |
| 1 |
<svelte:options tag="mc-routes-progression" /> |
| 2 |
|
| 3 |
<style global lang="scss"> |
| 4 |
@import "../../app"; |
| 5 |
</style> |
| 6 |
|
| 7 |
<script lang="ts"> |
| 8 |
import { onMount } from "svelte"; |
| 9 |
|
| 10 |
import Progression from "$lib/progression.svelte"; |
| 11 |
import { load } from "$services"; |
| 12 |
import { Encounter, Hero, ModularSet, Scenario } from "$models"; |
| 13 |
|
| 14 |
let data: [Encounter[], Hero[], ModularSet[], Scenario[]]; |
| 15 |
let encounters: Encounter[]; |
| 16 |
let heroes: Hero[]; |
| Warning |
Row 17, Column 9: "'modules' is assigned a value but never used."
@typescript-eslint/no-unused-vars
|
| 17 |
let modules: ModularSet[]; |
| 18 |
let scenarios: Scenario[]; |
| 19 |
|
| 20 |
onMount(async () => { |
| 21 |
data = await load(); |
| 22 |
|
| 23 |
[encounters, heroes, modules, scenarios] = data; |
| 24 |
}); |
| 25 |
</script> |
| 26 |
|
| 27 |
<svelte:head> |
| 28 |
<title>Marvel Champions - Progression</title> |
| 29 |
<html lang="en-GB"></html> |
| 30 |
</svelte:head> |
| 31 |
|
| 32 |
<Progression encounters="{encounters}" heroes="{heroes}" scenarios="{scenarios}" /> |
| 33 |
|
|
|
|
/apps/mc/src/routes/stats/+page.svelte
|
1 problem (1 error, 0 warnings)
|
| Line |
Source |
| 1 |
<svelte:options tag="mc-routes-stats" /> |
| 2 |
|
| 3 |
<style global lang="scss"> |
| 4 |
@import "../../app"; |
| 5 |
</style> |
| 6 |
|
| 7 |
<script lang="ts"> |
| 8 |
import { onMount } from "svelte"; |
| 9 |
|
| 10 |
import Stats from "$lib/stats.svelte"; |
| 11 |
import { load } from "$services"; |
| 12 |
import { Encounter, Hero, ModularSet, Scenario } from "$models"; |
| 13 |
|
| 14 |
let data: [Encounter[], Hero[], ModularSet[], Scenario[]]; |
| 15 |
let encounters: Encounter[]; |
| 16 |
|
| 17 |
onMount(async () => { |
| 18 |
data = await load(); |
| 19 |
|
| Error |
Row 20, Column 9: "Use array destructuring."
prefer-destructuring
|
| 20 |
encounters = data[0]; |
| 21 |
}); |
| 22 |
</script> |
| 23 |
|
| 24 |
<svelte:head> |
| 25 |
<title>Marvel Champions - Stats</title> |
| 26 |
<html lang="en-GB"></html> |
| 27 |
</svelte:head> |
| 28 |
|
| 29 |
<Stats encounters="{encounters}" /> |
| 30 |
|
|
|
|
/apps/mc/src/routes/upcoming/+page.svelte
|
0 problems
|
|
|
/apps/mc/src/services/encounters.ts
|
0 problems
|
|
|
/apps/mc/src/services/heroes.ts
|
0 problems
|
|
|
/apps/mc/src/services/index.ts
|
0 problems
|
|
|
/apps/mc/src/services/load.ts
|
0 problems
|
|
|
/apps/mc/src/services/modular-sets.ts
|
0 problems
|
|
|
/apps/mc/src/services/packs.ts
|
0 problems
|
|
|
/apps/mc/src/services/scenarios.ts
|
0 problems
|
|
|
/apps/mc/src/services/service.ts
|
0 problems
|
|
|
/apps/resume/src/app.d.ts
|
0 problems
|
|
|
/apps/resume/src/lib/contact.svelte
|
0 problems
|
|
|
/apps/resume/src/lib/education.svelte
|
0 problems
|
|
|
/apps/resume/src/lib/experience.svelte
|
0 problems
|
|
|
/apps/resume/src/lib/language.svelte
|
0 problems
|
|
|
/apps/resume/src/lib/profile.svelte
|
0 problems
|
|
|
/apps/resume/src/models/resume.ts
|
0 problems
|
|
|
/apps/resume/src/routes/+layout.ts
|
0 problems
|
|
|
/apps/resume/src/routes/+page.svelte
|
0 problems
|
|
|
/apps/roguelike/src/app.d.ts
|
0 problems
|
|
|
/apps/roguelike/src/lib/console.svelte
|
0 problems
|
|
|
/apps/roguelike/src/lib/game.svelte
|
0 problems
|
|
|
/apps/roguelike/src/lib/links.svelte
|
0 problems
|
|
|
/apps/roguelike/src/routes/+layout.ts
|
0 problems
|
|
|
/apps/roguelike/src/routes/+page.svelte
|
0 problems
|
|
|
/apps/roguelike/src/stores/index.ts
|
0 problems
|
|
|
/apps/roguelike/src/stores/messages.ts
|
0 problems
|
|
|
/apps/storybook/stories/Art/Pixel.stories.ts
|
0 problems
|
|
|
/apps/storybook/stories/Base/Buttons.stories.ts
|
0 problems
|
|
|
/apps/storybook/stories/Base/Shapes.stories.ts
|
0 problems
|
|
|
/apps/storybook/stories/Components/Collapse.stories.ts
|
0 problems
|
|
|
/apps/storybook/stories/Components/Data.stories.ts
|
0 problems
|
|
|
/apps/storybook/stories/Components/Leaderboard.stories.ts
|
0 problems
|
|
|
/apps/storybook/stories/Components/PlaceholderLoader.stories.ts
|
0 problems
|
|
|
/apps/storybook/stories/Components/Progress.stories.ts
|
0 problems
|
|
|
/apps/storybook/stories/Components/Table.stories.ts
|
0 problems
|
|
|
/apps/storybook/stories/Components/Tabs.stories.ts
|
0 problems
|
|
|
/libs/algorithms/src/coalesce.ts
|
0 problems
|
|
|
/libs/algorithms/src/index.ts
|
0 problems
|
|
|
/libs/algorithms/src/random.ts
|
0 problems
|
|
|
/libs/algorithms/src/shuffle.ts
|
0 problems
|
|
|
/libs/algorithms/src/sort.ts
|
0 problems
|
|
|
/libs/algorithms/tests/coalesce.spec.ts
|
0 problems
|
|
|
/libs/algorithms/tests/random.spec.ts
|
0 problems
|
|
|
/libs/algorithms/tests/shuffle.spec.ts
|
0 problems
|
|
|
/libs/algorithms/tests/sort.spec.ts
|
0 problems
|
|
|
/libs/algorithms/tests/weighted-random.spec.ts
|
0 problems
|
|
|
/libs/apis/src/index.ts
|
0 problems
|
|
|
/libs/apis/src/response.ts
|
0 problems
|
|
|
/libs/apis/tests/response.spec.ts
|
0 problems
|
|
|
/libs/arrays/src/average.ts
|
0 problems
|
|
|
/libs/arrays/src/count.ts
|
0 problems
|
|
|
/libs/arrays/src/getby.ts
|
0 problems
|
|
|
/libs/arrays/src/index.ts
|
0 problems
|
|
|
/libs/arrays/src/isempty.ts
|
0 problems
|
|
|
/libs/arrays/src/unique.ts
|
0 problems
|
|
|
/libs/arrays/tests/average.spec.ts
|
0 problems
|
|
|
/libs/arrays/tests/count.spec.ts
|
0 problems
|
|
|
/libs/arrays/tests/getby.spec.ts
|
0 problems
|
|
|
/libs/arrays/tests/isempty.spec.ts
|
0 problems
|
|
|
/libs/arrays/tests/unique.spec.ts
|
0 problems
|
|
|
/libs/converters/tests/array-to-csv.spec.ts
|
0 problems
|
|
|
/libs/converters/tests/celsiustofahrenheit.spec.ts
|
0 problems
|
|
|
/libs/converters/tests/csv-to-json.spec.ts
|
0 problems
|
|
|
/libs/converters/tests/json-to-csv.spec.ts
|
0 problems
|
|
|
/libs/converters/tests/mapfromobject.spec.ts
|
0 problems
|
|
|
/libs/data/src/index.ts
|
0 problems
|
|
|
/libs/data/src/queue.ts
|
0 problems
|
|
|
/libs/data/src/stack.ts
|
0 problems
|
|
|
/libs/data/tests/queue.spec.ts
|
0 problems
|
|
|
/libs/data/tests/stack.spec.ts
|
0 problems
|
|
|
/libs/dates/src/add.ts
|
0 problems
|
|
|
/libs/dates/src/current-time.ts
|
0 problems
|
|
|
/libs/dates/src/diff.ts
|
0 problems
|
|
|
/libs/dates/src/index.ts
|
0 problems
|
|
|
/libs/dates/src/substract.ts
|
0 problems
|
|
|
/libs/dates/tests/add.spec.ts
|
0 problems
|
|
|
/libs/dates/tests/currenttime.spec.ts
|
0 problems
|
|
|
/libs/dates/tests/diff.spec.ts
|
0 problems
|
|
|
/libs/dates/tests/substract.spec.ts
|
0 problems
|
|
|
/libs/games/src/colors/colors.ts
|
0 problems
|
|
|
/libs/games/src/colors/hsbToRgb.ts
|
0 problems
|
|
|
/libs/games/src/colors/index.ts
|
0 problems
|
|
|
/libs/games/src/colors/random.ts
|
0 problems
|
|
|
/libs/games/src/colors/rgbToHex.ts
|
0 problems
|
|
|
/libs/games/src/commands/index.ts
|
0 problems
|
|
|
/libs/games/src/commands/keys.ts
|
0 problems
|
|
|
/libs/games/src/commands/move.ts
|
0 problems
|
|
|
/libs/games/src/commands/roll.ts
|
0 problems
|
|
|
/libs/games/src/console/console.ts
|
0 problems
|
|
|
/libs/games/src/console/index.ts
|
0 problems
|
|
|
/libs/games/src/console/interface.ts
|
0 problems
|
|
|
/libs/games/src/console/renderer.ts
|
0 problems
|
|
|
/libs/games/src/dices/dice6.ts
|
0 problems
|
|
|
/libs/games/src/dices/diceBase.ts
|
0 problems
|
|
|
/libs/games/src/dices/diceInterface.ts
|
0 problems
|
|
|
/libs/games/src/dices/index.ts
|
0 problems
|
|
|
/libs/games/src/display/display.ts
|
0 problems
|
|
|
/libs/games/src/display/index.ts
|
0 problems
|
|
|
/libs/games/src/engine/components/appearance.ts
|
0 problems
|
|
|
/libs/games/src/engine/components/attack.ts
|
0 problems
|
|
|
/libs/games/src/engine/components/damageable.ts
|
0 problems
|
|
|
/libs/games/src/engine/components/enum.ts
|
0 problems
|
|
|
/libs/games/src/engine/components/index.ts
|
0 problems
|
|
|
/libs/games/src/engine/components/moveable.ts
|
0 problems
|
|
|
/libs/games/src/engine/components/position.ts
|
0 problems
|
|
|
/libs/games/src/engine/components/spread.ts
|
0 problems
|
|
|
/libs/games/src/engine/entities/actor.ts
|
0 problems
|
|
|
/libs/games/src/engine/entities/entity.ts
|
0 problems
|
|
|
/libs/games/src/engine/entities/factory.ts
|
0 problems
|
|
|
/libs/games/src/engine/entities/index.ts
|
0 problems
|
|
|
/libs/games/src/engine/entities/player.ts
|
0 problems
|
|
|
/libs/games/src/engine/index.ts
|
0 problems
|
|
|
/libs/games/src/engine/loop.ts
|
0 problems
|
|
|
/libs/games/src/engine/scheduler.ts
|
0 problems
|
|
|
/libs/games/src/engine/systems/damage.ts
|
0 problems
|
|
|
/libs/games/src/engine/systems/draw.ts
|
0 problems
|
|
|
/libs/games/src/engine/systems/index.ts
|
0 problems
|
|
|
/libs/games/src/engine/systems/movement.ts
|
0 problems
|
|
|
/libs/games/src/engine/systems/position.ts
|
0 problems
|
|
|
/libs/games/src/engine/systems/spread.ts
|
0 problems
|
|
|
/libs/games/src/engine/systems/system.ts
|
0 problems
|
|
|
/libs/games/src/engine/world.ts
|
0 problems
|
|
|
/libs/games/src/glyphs/character.ts
|
0 problems
|
|
|
/libs/games/src/glyphs/floor.ts
|
0 problems
|
|
|
/libs/games/src/glyphs/glyph.ts
|
0 problems
|
|
|
/libs/games/src/glyphs/index.ts
|
0 problems
|
|
|
/libs/games/src/glyphs/wall.ts
|
0 problems
|
|
|
/libs/games/src/index.ts
|
0 problems
|
|
|
/libs/games/src/maps/enums.ts
|
0 problems
|
|
|
/libs/games/src/maps/generator-cellular.ts
|
0 problems
|
|
|
/libs/games/src/maps/index.ts
|
0 problems
|
|
|
/libs/games/src/maps/interfaces.ts
|
0 problems
|
|
|
/libs/games/src/maps/map.ts
|
0 problems
|
|
|
/libs/games/src/opend6/difficulty.ts
|
0 problems
|
|
|
/libs/games/src/opend6/index.ts
|
0 problems
|
|
|
/libs/games/src/opend6/roll.ts
|
0 problems
|
|
|
/libs/games/src/screens/index.ts
|
0 problems
|
|
|
/libs/games/src/screens/interface.ts
|
0 problems
|
|
|
/libs/games/src/screens/observer.ts
|
0 problems
|
|
|
/libs/games/src/screens/screen.ts
|
0 problems
|
|
|
/libs/games/src/tiles/factory.ts
|
0 problems
|
|
|
/libs/games/src/tiles/floor.ts
|
0 problems
|
|
|
/libs/games/src/tiles/index.ts
|
0 problems
|
|
|
/libs/games/src/tiles/null.ts
|
0 problems
|
|
|
/libs/games/src/tiles/tile.ts
|
0 problems
|
|
|
/libs/games/src/tiles/wall.ts
|
0 problems
|
|
|
/libs/games/tests/colors/color.spec.ts
|
0 problems
|
|
|
/libs/games/tests/colors/hsbToRgb.spec.ts
|
0 problems
|
|
|
/libs/games/tests/colors/random.spec.ts
|
0 problems
|
|
|
/libs/games/tests/colors/rgbToHex.spec.ts
|
0 problems
|
|
|
/libs/games/tests/commands/keys.spec.ts
|
0 problems
|
|
|
/libs/games/tests/commands/move.spec.ts
|
0 problems
|
|
|
/libs/games/tests/commands/roll.spec.ts
|
0 problems
|
|
|
/libs/games/tests/console/console.spec.ts
|
0 problems
|
|
|
/libs/games/tests/console/renderer.spec.ts
|
0 problems
|
|
|
/libs/games/tests/dices/dice.spec.ts
|
0 problems
|
|
|
/libs/games/tests/dices/dice6.spec.ts
|
0 problems
|
|
|
/libs/games/tests/display/display.spec.ts
|
0 problems
|
|
|
/libs/games/tests/engine/components/appearance.spec.ts
|
0 problems
|
|
|
/libs/games/tests/engine/components/attack.spec.ts
|
0 problems
|
|
|
/libs/games/tests/engine/components/damageable.spec.ts
|
0 problems
|
|
|
/libs/games/tests/engine/components/position.spec.ts
|
0 problems
|
|
|
/libs/games/tests/engine/components/spread.spec.ts
|
0 problems
|
|
|
/libs/games/tests/engine/entities/actor.spec.ts
|
0 problems
|
|
|
/libs/games/tests/engine/entities/entity.spec.ts
|
0 problems
|
|
|
/libs/games/tests/engine/entities/player.spec.ts
|
0 problems
|
|
|
/libs/games/tests/engine/loop.spec.ts
|
0 problems
|
|
|
/libs/games/tests/engine/scheduler.spec.ts
|
0 problems
|
|
|
/libs/games/tests/engine/systems/damage.spec.ts
|
0 problems
|
|
|
/libs/games/tests/engine/systems/draw.spec.ts
|
0 problems
|
|
|
/libs/games/tests/engine/systems/movement.spec.ts
|
0 problems
|
|
|
/libs/games/tests/engine/systems/position.spec.ts
|
0 problems
|
|
|
/libs/games/tests/engine/systems/spread.spec.ts
|
0 problems
|
|
|
/libs/games/tests/engine/world.spec.ts
|
0 problems
|
|
|
/libs/games/tests/glyphs/character.spec.ts
|
0 problems
|
|
|
/libs/games/tests/glyphs/floor.spec.ts
|
0 problems
|
|
|
/libs/games/tests/glyphs/glyph.spec.ts
|
0 problems
|
|
|
/libs/games/tests/glyphs/wall.spec.ts
|
0 problems
|
|
|
/libs/games/tests/maps/directions.spec.ts
|
0 problems
|
|
|
/libs/games/tests/maps/generator-cellular.spec.ts
|
0 problems
|
|
|
/libs/games/tests/maps/map.spec.ts
|
0 problems
|
|
|
/libs/games/tests/opend6/difficulty.spec.ts
|
0 problems
|
|
|
/libs/games/tests/opend6/roll.spec.ts
|
0 problems
|
|
|
/libs/games/tests/screens/observer.spec.ts
|
0 problems
|
|
|
/libs/games/tests/screens/screen.spec.ts
|
0 problems
|
|
|
/libs/games/tests/tiles/factory.spec.ts
|
0 problems
|
|
|
/libs/games/tests/tiles/floor.spec.ts
|
0 problems
|
|
|
/libs/games/tests/tiles/null.spec.ts
|
0 problems
|
|
|
/libs/games/tests/tiles/tile.spec.ts
|
0 problems
|
|
|
/libs/games/tests/tiles/wall.spec.ts
|
0 problems
|
|
|
/libs/generators/tests/boolean.spec.ts
|
0 problems
|
|
|
/libs/generators/tests/uuid.spec.ts
|
0 problems
|
|
|
/libs/models/src/index.ts
|
0 problems
|
|
|
/libs/models/src/interfaces/index.ts
|
0 problems
|
|
|
/libs/models/src/interfaces/person.ts
|
0 problems
|
|
|
/libs/models/src/models/index.ts
|
0 problems
|
|
|
/libs/models/src/models/person.ts
|
0 problems
|
|
|
/libs/models/tests/models/person.spec.ts
|
0 problems
|
|
|
/libs/patterns/src/command/command.ts
|
0 problems
|
|
|
/libs/patterns/src/command/index.ts
|
0 problems
|
|
|
/libs/patterns/src/command/manager.ts
|
0 problems
|
|
|
/libs/patterns/src/ecs/component.ts
|
0 problems
|
|
|
/libs/patterns/src/ecs/entity.ts
|
0 problems
|
|
|
/libs/patterns/src/ecs/index.ts
|
0 problems
|
|
|
/libs/patterns/src/ecs/system.ts
|
0 problems
|
|
|
/libs/patterns/src/ecs/world.interface.ts
|
0 problems
|
|
|
/libs/patterns/src/ecs/world.ts
|
0 problems
|
|
|
/libs/patterns/src/factory.ts
|
0 problems
|
|
|
/libs/patterns/src/index.ts
|
0 problems
|
|
|
/libs/patterns/src/iterable.ts
|
0 problems
|
|
|
/libs/patterns/src/iterator.ts
|
0 problems
|
|
|
/libs/patterns/src/money/account.ts
|
0 problems
|
|
|
/libs/patterns/src/money/currency.ts
|
0 problems
|
|
|
/libs/patterns/src/money/index.ts
|
0 problems
|
|
|
/libs/patterns/src/money/money.ts
|
0 problems
|
|
|
/libs/patterns/src/observer.ts
|
0 problems
|
|
|
/libs/patterns/src/singleton.ts
|
0 problems
|
|
|
/libs/patterns/tests/command.spec.ts
|
0 problems
|
|
|
/libs/patterns/tests/ecs/component.spec.ts
|
0 problems
|
|
|
/libs/patterns/tests/ecs/entity.spec.ts
|
0 problems
|
|
|
/libs/patterns/tests/ecs/world.spec.ts
|
0 problems
|
|
|
/libs/patterns/tests/factory.spec.ts
|
0 problems
|
|
|
/libs/patterns/tests/iterable.spec.ts
|
0 problems
|
|
|
/libs/patterns/tests/iterator.spec.ts
|
0 problems
|
|
|
/libs/patterns/tests/money/account.spec.ts
|
0 problems
|
|
|
/libs/patterns/tests/money/currency.spec.ts
|
0 problems
|
|
|
/libs/patterns/tests/money/money.spec.ts
|
0 problems
|
|
|
/libs/patterns/tests/observer.spec.ts
|
0 problems
|
|
|
/libs/patterns/tests/singleton.spec.ts
|
0 problems
|
|
|
/libs/roguelike-engine/src/entities/factory.ts
|
0 problems
|
|
|
/libs/roguelike-engine/src/entities/fungus.ts
|
0 problems
|
|
|
/libs/roguelike-engine/src/entities/index.ts
|
0 problems
|
|
|
/libs/roguelike-engine/src/game.ts
|
0 problems
|
|
|
/libs/roguelike-engine/src/index.ts
|
0 problems
|
|
|
/libs/roguelike-engine/src/screens/factory.ts
|
0 problems
|
|
|
/libs/roguelike-engine/src/screens/index.ts
|
0 problems
|
|
|
/libs/roguelike-engine/src/screens/lose.ts
|
0 problems
|
|
|
/libs/roguelike-engine/src/screens/play.ts
|
0 problems
|
|
|
/libs/roguelike-engine/src/screens/start.ts
|
0 problems
|
|
|
/libs/roguelike-engine/src/screens/win.ts
|
0 problems
|
|
|
/libs/roguelike-engine/tests/entities/factory.spec.ts
|
0 problems
|
|
|
/libs/roguelike-engine/tests/entities/fungus.spec.ts
|
0 problems
|
|
|
/libs/roguelike-engine/tests/game.spec.ts
|
0 problems
|
|
|
/libs/roguelike-engine/tests/screens/factory.spec.ts
|
0 problems
|
|
|
/libs/roguelike-engine/tests/screens/lose.spec.ts
|
0 problems
|
|
|
/libs/roguelike-engine/tests/screens/play.spec.ts
|
0 problems
|
|
|
/libs/roguelike-engine/tests/screens/start.spec.ts
|
0 problems
|
|
|
/libs/roguelike-engine/tests/screens/win.spec.ts
|
0 problems
|
|
|
/libs/strings/src/capitalize.ts
|
0 problems
|
|
|
/libs/strings/src/index.ts
|
0 problems
|
|
|
/libs/strings/src/leftpad.ts
|
0 problems
|
|
|
/libs/strings/tests/capitalize-every-word.spec.ts
|
0 problems
|
|
|
/libs/strings/tests/capitalize.spec.ts
|
0 problems
|
|
|
/libs/strings/tests/leftpad.spec.ts
|
0 problems
|
|
|
/libs/ui/button/src/button.svelte
|
0 problems
|
|
|
/libs/ui/button/src/global.d.ts
|
0 problems
|
|
|
/libs/ui/button/src/main.ts
|
0 problems
|
|
|
/libs/ui/button/tests/button.spec.ts
|
0 problems
|
|
|
/libs/ui/collapse/src/collapse.svelte
|
0 problems
|
|
|
/libs/ui/collapse/src/global.d.ts
|
0 problems
|
|
|
/libs/ui/collapse/src/main.ts
|
0 problems
|
|
|
/libs/ui/collapse/tests/collapse.spec.ts
|
0 problems
|
|
|
/libs/ui/leaderboard/src/global.d.ts
|
0 problems
|
|
|
/libs/ui/leaderboard/src/leaderboard.svelte
|
0 problems
|
|
|
/libs/ui/leaderboard/src/main.ts
|
0 problems
|
|
|
/libs/ui/leaderboard/tests/leaderboard.spec.ts
|
0 problems
|
|
|
/libs/ui/placeholder-loader/src/global.d.ts
|
0 problems
|
|
|
/libs/ui/placeholder-loader/src/main.ts
|
0 problems
|
|
|
/libs/ui/placeholder-loader/src/placeholder-loader.svelte
|
0 problems
|
|
|
/libs/ui/placeholder-loader/tests/placeholder-loader.spec.ts
|
0 problems
|
|
|
/libs/ui/progress/src/global.d.ts
|
0 problems
|
|
|
/libs/ui/progress/src/main.ts
|
0 problems
|
|
|
/libs/ui/progress/src/progress.svelte
|
0 problems
|
|
|
/libs/ui/progress/tests/progress.spec.ts
|
0 problems
|
|
|
/libs/ui/table/src/global.d.ts
|
0 problems
|
|
|
/libs/ui/table/src/main.ts
|
0 problems
|
|
|
/libs/ui/table/src/table.svelte
|
0 problems
|
|
|
/libs/ui/table/tests/table.spec.ts
|
0 problems
|
|
|
/libs/ui/tabs/src/global.d.ts
|
0 problems
|
|
|
/libs/ui/tabs/src/main.ts
|
0 problems
|
|
|
/libs/ui/tabs/src/tabs.svelte
|
0 problems
|
|
|
/libs/ui/tabs/tests/tabs.spec.ts
|
0 problems
|