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

feat: implement minimum required plugin functions #3

Merged
merged 6 commits into from
Mar 15, 2024
Merged

Conversation

alexplischke
Copy link
Contributor

Description

Implement the minimum set of required plugin functions. Most functionality is still hard coded. Left TODOs/FIXMEs where applicable.

@alexplischke alexplischke requested a review from a team as a code owner March 14, 2024 22:57
@@ -2,8 +2,7 @@
"extends": "@tsconfig/node20/tsconfig.json",
"compilerOptions": {
"outDir": "./lib",
"allowJs": true,
"target": "es5"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note: Removed this on a whim. Seems to work so far.

@alexplischke alexplischke merged commit 5451180 into main Mar 15, 2024
1 check passed
@alexplischke alexplischke deleted the DEVX-2781 branch March 15, 2024 17:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants