Skip to content

Conversation

@MariusStorhaug
Copy link
Member

@MariusStorhaug MariusStorhaug commented Aug 16, 2024

Description

  • Fixes #58
  • Restructure expected module folder structure.
    • variables established under variables with a separate private and public folders.
    • To comply to the same structure, adjusted classes and functions to the same structure.
    • items under the public folders will be exported, the others are kept in the module scope.
  • Swap to use GitHub-Script@v1, instead of pure inline scripts.

Type of change

  • 📖 [Docs]
  • 🪲 [Fix]
  • 🩹 [Patch]
  • ⚠️ [Security fix]
  • 🚀 [Feature]
  • 🌟 [Breaking change]

Checklist

  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas

@MariusStorhaug MariusStorhaug requested a review from a team as a code owner August 16, 2024 20:22
@MariusStorhaug MariusStorhaug self-assigned this Aug 18, 2024
@MariusStorhaug MariusStorhaug changed the title 🚀 [Feature]: Add functionality to export variables 🌟 [Major]: Add functionality to export variables Aug 18, 2024
@MariusStorhaug MariusStorhaug changed the title 🌟 [Major]: Add functionality to export variables 🌟 [Major]: Module folder restructure to support variables Aug 18, 2024
@MariusStorhaug MariusStorhaug merged commit 25bc8e3 into main Aug 18, 2024
@MariusStorhaug MariusStorhaug deleted the VariablesToExport branch August 18, 2024 17:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

Status: ✅ Done

Development

Successfully merging this pull request may close these issues.

🚀[Feature]: Automatically find and export variables

2 participants