django-importmap icon indicating copy to clipboard operation
django-importmap copied to clipboard

JavaScript import maps for Django

Results 6 django-importmap issues
Sort by recently updated
recently updated
newest added

The following dependencies have been updated by [deps](https://www.dependencies.io/): - `black` in `pyproject.toml` from ^22.1.0 to ^24.8.0

The following dependencies have been updated by [deps](https://www.dependencies.io/): - `poetry.lock` was updated (including 4 direct and 19 transitive dependencies) - `django` was updated from 4.2.7 to 4.2.16 - `isort` was...

These commits are new since version 0.3.0: - 81e9622 Test Python 3.11 and 3.12 To release the new version: - [ ] Label this PR (ex. `release: major`) - [...

The [JSPM generator API](https://jspm.org/cdn/api#provider) The parameter cannot be overriden in the `importmap.toml` (IIRC the marshmallow here: https://github.com/dropseed/django-importmap/blob/master/importmap/core.py#L26) The only solution I can see is to have a custom `ImportMap` class,...

First, I want to say thank you very much for writing this package. I am using this package so well. This PR supplements **how to import local modules recursively** without...

The current implementation isn't working correctly, `self.targets` is already an array. This removes the extra brackets, adds pytest as a dev dependency, and adds missing tests for ImportmapGenerator.