codemap-core 0.3.2__tar.gz → 0.3.4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {codemap_core-0.3.2 → codemap_core-0.3.4}/CHANGELOG.md +59 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/PKG-INFO +1 -1
- {codemap_core-0.3.2 → codemap_core-0.3.4}/pyproject.toml +1 -1
- {codemap_core-0.3.2 → codemap_core-0.3.4}/.gitignore +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/LICENSE +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/README.md +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/docs/adr/0000-template.md +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/docs/adr/0001-symbol-id-format.md +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/docs/adr/0002-storage-backend.md +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/docs/adr/0003-module-boundaries.md +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/docs/adr/0004-indexer-bridge-plugin.md +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/docs/adr/0005-exit-codes.md +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/docs/adr/0006-schema-version.md +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/docs/adr/0007-diagnostic-isolation.md +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/docs/adr/0008-atomic-write.md +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/docs/adr/0009-quality-gates.md +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/docs/adr/0010-benchmark-regression.md +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/docs/adr/0011-language-neutrality.md +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/docs/adr/0012-first-language-cohort.md +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/docs/adr/0013-java-engine-tree-sitter-over-scip-java.md +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/docs/bridges/http_route.md +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/docs/cli.md +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/docs/configuration.md +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/docs/indexers/python.md +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/docs/performance.md +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/docs/plugin-guide.md +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/docs/spikes/2026-06-23-scip-java-findings.md +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/docs/spikes/2026-06-24-codemap-refactor-execution-readiness.md +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/docs/spikes/2026-06-24-l1-refactor-next-steps.md +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/src/codemap/__init__.py +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/src/codemap/cli/__init__.py +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/src/codemap/cli/_common.py +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/src/codemap/cli/commands/__init__.py +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/src/codemap/cli/commands/callees.py +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/src/codemap/cli/commands/callers.py +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/src/codemap/cli/commands/config.py +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/src/codemap/cli/commands/diagnostics.py +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/src/codemap/cli/commands/doctor.py +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/src/codemap/cli/commands/get.py +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/src/codemap/cli/commands/index.py +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/src/codemap/cli/commands/routes.py +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/src/codemap/cli/commands/search.py +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/src/codemap/cli/commands/trace.py +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/src/codemap/cli/main.py +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/src/codemap/cli/renderers/__init__.py +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/src/codemap/cli/renderers/json.py +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/src/codemap/cli/renderers/text.py +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/src/codemap/config/__init__.py +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/src/codemap/config/loader.py +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/src/codemap/config/schema.py +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/src/codemap/core/__init__.py +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/src/codemap/core/bridge/__init__.py +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/src/codemap/core/bridge/base.py +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/src/codemap/core/bridge/http_route.py +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/src/codemap/core/bridge/python_cross_module.py +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/src/codemap/core/bridge/registry.py +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/src/codemap/core/git_hotspots.py +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/src/codemap/core/graph.py +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/src/codemap/core/models.py +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/src/codemap/core/store.py +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/src/codemap/core/symbol.py +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/src/codemap/diagnostics/__init__.py +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/src/codemap/diagnostics/exit_codes.py +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/src/codemap/diagnostics/logging.py +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/src/codemap/diagnostics/progress.py +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/src/codemap/emitters/__init__.py +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/src/codemap/emitters/base.py +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/src/codemap/emitters/registry.py +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/src/codemap/indexers/__init__.py +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/src/codemap/indexers/_example_lang.py +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/src/codemap/indexers/base.py +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/src/codemap/indexers/project_base.py +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/src/codemap/indexers/project_registry.py +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/src/codemap/indexers/python.py +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/src/codemap/indexers/registry.py +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/src/codemap/io/__init__.py +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/src/codemap/io/atomic.py +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/src/codemap/io/base.py +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/src/codemap/io/json_store.py +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/src/codemap/io/lock.py +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/src/codemap/io/manifest.py +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/src/codemap/mcp/__init__.py +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/tests/__init__.py +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/tests/bench/__init__.py +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/tests/bench/conftest.py +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/tests/bench/test_index_perf.py +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/tests/bench/test_query_perf.py +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/tests/e2e/__init__.py +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/tests/e2e/test_cli.py +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/tests/e2e/test_config_integration.py +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/tests/e2e/test_cross_module_callers.py +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/tests/e2e/test_diagnostics.py +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/tests/e2e/test_error_experience.py +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/tests/e2e/test_golden_precision.py +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/tests/e2e/test_http_pipeline.py +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/tests/e2e/test_incremental.py +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/tests/e2e/test_query_commands.py +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/tests/fixtures/indexers/python/basics/expected/symbol_ids.txt +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/tests/fixtures/indexers/python/basics/input/pkg/mod.py +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/tests/fixtures/indexers/python/imports/expected/symbol_ids.txt +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/tests/fixtures/indexers/python/imports/input/users.py +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/tests/fixtures/indexers/python/inheritance/expected/symbol_ids.txt +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/tests/fixtures/indexers/python/inheritance/input/shapes.py +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/tests/fixtures/scip-samples/HelloSpring/.gitignore +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/tests/fixtures/scip-samples/HelloSpring/pom.xml +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/tests/fixtures/scip-samples/HelloSpring/settings.xml +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/tests/fixtures/scip-samples/HelloSpring/src/main/java/com/example/hellospring/controller/OrderController.java +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/tests/fixtures/scip-samples/HelloSpring/src/main/java/com/example/hellospring/mapper/CouponMapper.java +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/tests/fixtures/scip-samples/HelloSpring/src/main/java/com/example/hellospring/service/OrderService.java +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/tests/fixtures/scip-samples/HelloSpring/src/main/resources/mapper/CouponMapper.xml +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/tests/fixtures/scip-samples/HelloSpring/web/OrderList.vue +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/tests/fixtures/smoke/a.example +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/tests/fixtures/smoke/b.example +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/tests/integration/__init__.py +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/tests/integration/test_http_route_bridge_e2e.py +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/tests/unit/__init__.py +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/tests/unit/test_config.py +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/tests/unit/test_emitter_registry.py +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/tests/unit/test_git_hotspots.py +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/tests/unit/test_graph.py +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/tests/unit/test_http_route_bridge.py +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/tests/unit/test_indexer_registry.py +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/tests/unit/test_io.py +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/tests/unit/test_models.py +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/tests/unit/test_models_kinds.py +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/tests/unit/test_orchestration_phases.py +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/tests/unit/test_project_indexer_registry.py +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/tests/unit/test_python_cross_module_bridge.py +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/tests/unit/test_python_indexer.py +0 -0
- {codemap_core-0.3.2 → codemap_core-0.3.4}/tests/unit/test_symbol.py +0 -0
|
@@ -8,6 +8,65 @@ During `0.x`, MINOR may introduce breaking changes — they will be marked `BREA
|
|
|
8
8
|
|
|
9
9
|
## [Unreleased]
|
|
10
10
|
|
|
11
|
+
## [0.3.4] — 2026-06-25
|
|
12
|
+
|
|
13
|
+
Lockstep version-only bump across all **20 packages**; the only source
|
|
14
|
+
change is in `codemap-aimemory` — closes the AI-Enterprise-Delivery-
|
|
15
|
+
System roadmap **P1-2** (global entity index — business ↔ code).
|
|
16
|
+
|
|
17
|
+
### `codemap-aimemory` — global entity cross-walk (P1-2)
|
|
18
|
+
|
|
19
|
+
* New module `codemap_aimemory.global_entities` with a pure aggregator
|
|
20
|
+
`build_global_entities(out_dir, code_entity_ids)` that walks the
|
|
21
|
+
emitter's own entity vocabulary (`fn-*`, `cls-*`, `tbl-*`, `mod-*`)
|
|
22
|
+
alongside any `<out_dir>/knowledge/{rules,business,modules,cases,
|
|
23
|
+
pitfalls}/*.yml` produced by `spec-distill v2`. Knowledge yml is
|
|
24
|
+
scanned for three reference channels: `related_code[].entity`,
|
|
25
|
+
`related_knowledge[]`, and `affects[]` (pitfalls). Malformed yml
|
|
26
|
+
is silently skipped — a hand-edited knowledge file never crashes
|
|
27
|
+
the build.
|
|
28
|
+
* `AiMemoryEmitter` now writes **`.ai-memory/_global/entities.yml`**:
|
|
29
|
+
one row per entity with `id`, inferred `type` (from id prefix),
|
|
30
|
+
`source` (`code` / `knowledge` / `both`), and `knowledge_refs`
|
|
31
|
+
(every knowledge_id that mentions this entity). Top-level `counts`
|
|
32
|
+
partition: `total` / `code_only` / `knowledge_only` / `both`.
|
|
33
|
+
* Type inference covers all current prefixes: `fn-` → function,
|
|
34
|
+
`cls-` → class, `tbl-` → table, `mod-` → module, `rule-` → rule,
|
|
35
|
+
`biz-` → business_process, `case-` → case, `pit-` → pitfall.
|
|
36
|
+
* Closes the L1 ↔ L2/L3 lookup gap: an Agent answering "where is
|
|
37
|
+
`sf_coupon` referenced?" now hits one yml instead of walking the
|
|
38
|
+
whole knowledge tree.
|
|
39
|
+
* 13 new unit tests (`test_global_entities.py`) + 1 emitter integration
|
|
40
|
+
test cover empty / partial / cross-linked / malformed scenarios.
|
|
41
|
+
|
|
42
|
+
## [0.3.3] — 2026-06-25
|
|
43
|
+
|
|
44
|
+
Lockstep version-only bump across all **20 packages**; the only source
|
|
45
|
+
change is in `codemap-aimemory` — completing the P1-1 follow-up flagged
|
|
46
|
+
in the AI-Enterprise-Delivery-System roadmap (modules view of L1).
|
|
47
|
+
|
|
48
|
+
### `codemap-aimemory` — per-file module aggregator
|
|
49
|
+
|
|
50
|
+
* New module `codemap_aimemory.modules` with a pure aggregator
|
|
51
|
+
`aggregate_modules(symbols, entity_ids)` grouping `fn-*` / `cls-*`
|
|
52
|
+
entities by their owning file. Each module dict carries
|
|
53
|
+
`id` (`mod-<slug>`), `type: module`, `path`, `language`,
|
|
54
|
+
`fn_count`, `cls_count`, `functions` (sorted entity IDs), `classes`
|
|
55
|
+
(sorted entity IDs).
|
|
56
|
+
* Slug strategy strips common source roots (`src/`, `src/main/java/`,
|
|
57
|
+
`lib/`, `app/`) and the file extension, then turns slashes into
|
|
58
|
+
dashes: `src/codemap/cli/commands/index.py` →
|
|
59
|
+
`mod-codemap-cli-commands-index`, `src/main/java/com/demo/Svc.java`
|
|
60
|
+
→ `mod-com-demo-Svc`.
|
|
61
|
+
* `AiMemoryEmitter` now writes **`.ai-memory/entities/modules.yml`**
|
|
62
|
+
alongside the existing `functions.yml` / `tables.yml` / `files.yml`
|
|
63
|
+
/ `project.yml`. Files containing only non-fn/cls symbols (e.g.
|
|
64
|
+
MyBatis XML tables) are intentionally omitted — they're already
|
|
65
|
+
covered by `tables.yml`.
|
|
66
|
+
* 10 new unit tests (`test_modules.py`) + 1 emitter integration test
|
|
67
|
+
cover slug edge cases, sorting, fn/cls counts, language capture,
|
|
68
|
+
and exclusion of table-only files.
|
|
69
|
+
|
|
11
70
|
## [0.3.2] — 2026-06-25
|
|
12
71
|
|
|
13
72
|
Lockstep version-only bump across all **20 packages** to keep the family
|
|
@@ -12,7 +12,7 @@ build-backend = "hatchling.build"
|
|
|
12
12
|
# (`codemap-java`, `codemap-go`, …) — this is the engine; the others
|
|
13
13
|
# are language adapters.
|
|
14
14
|
name = "codemap-core"
|
|
15
|
-
version = "0.3.
|
|
15
|
+
version = "0.3.4"
|
|
16
16
|
description = "Language-neutral code index for AI agents"
|
|
17
17
|
readme = "README.md"
|
|
18
18
|
license = { file = "LICENSE" }
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{codemap_core-0.3.2 → codemap_core-0.3.4}/docs/adr/0013-java-engine-tree-sitter-over-scip-java.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{codemap_core-0.3.2 → codemap_core-0.3.4}/tests/fixtures/indexers/python/basics/input/pkg/mod.py
RENAMED
|
File without changes
|
|
File without changes
|
{codemap_core-0.3.2 → codemap_core-0.3.4}/tests/fixtures/indexers/python/imports/input/users.py
RENAMED
|
File without changes
|
|
File without changes
|
{codemap_core-0.3.2 → codemap_core-0.3.4}/tests/fixtures/indexers/python/inheritance/input/shapes.py
RENAMED
|
File without changes
|
{codemap_core-0.3.2 → codemap_core-0.3.4}/tests/fixtures/scip-samples/HelloSpring/.gitignore
RENAMED
|
File without changes
|
|
File without changes
|
{codemap_core-0.3.2 → codemap_core-0.3.4}/tests/fixtures/scip-samples/HelloSpring/settings.xml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{codemap_core-0.3.2 → codemap_core-0.3.4}/tests/fixtures/scip-samples/HelloSpring/web/OrderList.vue
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|