Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JSON-Dateien als Modul importieren statt fs.readFile() zu verwenden #27

Open
stekhn opened this issue Apr 20, 2022 · 3 comments
Open

JSON-Dateien als Modul importieren statt fs.readFile() zu verwenden #27

stekhn opened this issue Apr 20, 2022 · 3 comments
Assignees
Labels

Comments

@stekhn
Copy link
Member

stekhn commented Apr 20, 2022

Bisher:

const regierungsbezirke = JSON.parse(
      fs
        .readFileSync(resolve(config.folders.static, 'regierungsbezirke.json'))
        .toString()
    );

Zukünftig:

import regierungsbezirke from '../../static/regierungsbezirke.json'
@stekhn stekhn added the LOW label Sep 22, 2022
@looreen looreen self-assigned this Oct 13, 2022
@looreen
Copy link
Contributor

looreen commented Nov 7, 2022

Statische Imports sind erstellt, dynamische fehlen noch.

@stekhn
Copy link
Member Author

stekhn commented Nov 8, 2022

@looreen: Für mich sind die dynamischen Imports kein Muss. Von mir aus können wir es auch dabei belassen und versuchen an einen Punkt zu kommen, wo wir die Corona-API erstmal nicht mehr anfassen müssen.

@looreen
Copy link
Contributor

looreen commented Nov 8, 2022

So wie es aussieht, könnte ich mich dem nächste Woche noch widmen. Wie wichtig findest du das? Der Kommentar oben war als "aktueller Status" vermerkt, als ich mit Marco alle Issues durchgegangen bin.

stekhn added a commit that referenced this issue Dec 11, 2022
stekhn added a commit that referenced this issue Dec 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants