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

export command #54

Open
wants to merge 34 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
e84ef9b
export command
daveads Dec 17, 2024
087cc4a
format export.test.tsx with Prettier
daveads Dec 17, 2024
3d80656
refactored
daveads Dec 17, 2024
9ab222d
updates
daveads Dec 17, 2024
dcfeb1e
tests
daveads Dec 18, 2024
8239bff
format ResourceGenerator.test.tsxr
daveads Dec 18, 2024
117d7ec
Merge branch 'main' into export-command
daveads Dec 29, 2024
5eeae2e
lint
daveads Dec 29, 2024
7709b39
run build error
daveads Dec 29, 2024
9d2b9c0
format
daveads Dec 29, 2024
ca44af2
any >>
daveads Dec 29, 2024
de8b8b9
..
daveads Dec 29, 2024
2478730
test
daveads Dec 29, 2024
cc061d9
hooks, components
daveads Dec 30, 2024
19ef6c2
(refactor) move HCL generation to Handlebars template
daveads Dec 31, 2024
c346833
move HCL output to render function
daveads Dec 31, 2024
3b1b3b3
improve error rendering with concise conditional logic
daveads Dec 31, 2024
da5a34d
review
daveads Dec 31, 2024
ff22083
added missing resource and also depends_on
daveads Jan 4, 2025
8219d7d
prettier
daveads Jan 4, 2025
bce2cbb
test
daveads Jan 5, 2025
e1231c4
typescript errors
daveads Jan 5, 2025
508c3a3
lint..
daveads Jan 5, 2025
39d159b
lint..
daveads Jan 5, 2025
b2a591c
format
daveads Jan 5, 2025
ebd8172
actiondata
daveads Jan 5, 2025
8b466ff
test
daveads Jan 5, 2025
a5dc8fe
..
daveads Jan 5, 2025
009c4c6
test
daveads Jan 5, 2025
f403813
Merge branch 'main' into export-command
daveads Jan 5, 2025
dda9be6
..
daveads Jan 5, 2025
307dfea
include .hcl files in build output
daveads Jan 7, 2025
e8f9eb3
npm build and npm dev
daveads Jan 10, 2025
e7ddd4c
test
daveads Jan 10, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ export default [
RequestInit: 'readonly',
fetch: 'readonly',
process: 'readonly',
console: 'readonly',
},
},
},
Expand Down
Loading