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(tools): add pfe cli #2336

Draft
wants to merge 47 commits into
base: main
Choose a base branch
from
Draft
Changes from 1 commit
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
57f6e4e
feat(tools): add pfe cli
bennypowers Feb 2, 2023
a64b684
chore: update test runner config
bennypowers Feb 2, 2023
80333aa
fix(tools): rename lint-exports command to lint exports
bennypowers Feb 2, 2023
6afbe2d
fix(tools): improve lint command
bennypowers Feb 2, 2023
76c2652
chore: lint package exports on commit
bennypowers Feb 2, 2023
e97d76e
fix(tools): improve lint exports
bennypowers Feb 2, 2023
6ef0890
chore: update deps
bennypowers Feb 2, 2023
c3a482a
fix: lint package.json
bennypowers Feb 2, 2023
0b8d909
feat(tools): lint existence of exports
bennypowers Feb 2, 2023
b4464e8
style: refactor
bennypowers Feb 2, 2023
0eac0ab
chore: update deps
bennypowers Apr 21, 2023
60f670b
Merge branch 'main' into feat/tools/pfe-cli
bennypowers Jul 6, 2023
e19ba55
feat(tools): cli analyze command (wip)
bennypowers Jul 9, 2023
8d0256f
style: rename local var
bennypowers Jul 10, 2023
76cc99d
fix(tools): format errors with typescript utils
bennypowers Jul 10, 2023
733e37c
fix(accordion): specify type in private function
bennypowers Jul 10, 2023
20fd943
chore: fix tsconfig for elements package
bennypowers Jul 10, 2023
7ab372f
chore: fix tsconfig for elements
bennypowers Jul 10, 2023
dcd93d0
fix: simp for typescript 4.7
bennypowers Jul 10, 2023
be80bd0
feat: wip gen-manifest
bennypowers Jul 13, 2023
369b028
fix: debug gen-manifest
bennypowers Jul 18, 2023
9361941
Merge branch 'main' into feat/tools/pfe-cli
bennypowers Aug 22, 2023
6549b5c
feat: wip cli analyze
bennypowers Aug 22, 2023
55d5419
feat!: move cli to its own package
bennypowers Aug 22, 2023
b7e85c5
fix(core): remove typescript augmentations
bennypowers Aug 22, 2023
c72aaff
chore: deps
bennypowers Aug 22, 2023
4b17efe
fix: analyzer deps
bennypowers Aug 22, 2023
a7a0552
fix: analyzer post-processing
bennypowers Aug 22, 2023
1c68f5e
refactor(pfe-cli): shuffle files
bennypowers Aug 24, 2023
f4beea6
chore: eslint config
bennypowers Aug 24, 2023
0c6784d
fix(pfe-cli): write demo info to manifests
bennypowers Aug 24, 2023
9a82bc6
chore(elements): fix tsconfig
bennypowers Aug 24, 2023
f5d067f
fix(pfe-cli): clean up output
bennypowers Aug 24, 2023
4020a6a
fix(pfe-cli): help text for analyze
bennypowers Aug 24, 2023
15192db
chore: update deps
bennypowers Aug 24, 2023
bc57277
chore: sort contributors
bennypowers Aug 24, 2023
0373c38
feat: lint changesets
bennypowers Aug 24, 2023
69e2bd6
chore: test runner ignores
bennypowers Aug 24, 2023
02c71fd
style: lint
bennypowers Aug 24, 2023
e1a5ba3
fix: just make markdown lint an eslint thing
bennypowers Aug 24, 2023
1c77b6b
fix(core): use browser globals (typescript)
bennypowers Aug 27, 2023
6765fee
fix(pfe-cli): clean up output
bennypowers Aug 27, 2023
6514189
fix(elements): move declaration from monorepo root
bennypowers Aug 29, 2023
aeb5f87
fix(pfe-cli): shuffle files, fixes
bennypowers Aug 29, 2023
9478632
chore: better wireit for analyze
bennypowers Aug 29, 2023
0231855
fix(pfe-cli): edge cases to export-maps hack
bennypowers Aug 29, 2023
92373b8
refactor(pfe-tools)!: remove 11ty cem templates
bennypowers Sep 1, 2023
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
Prev Previous commit
Next Next commit
chore: fix tsconfig for elements
this commit bring the number of errors down from 50 to 17
bennypowers committed Jul 10, 2023

Verified

This commit was created on github.com and signed with GitHub’s verified signature.
commit 7ab372f7343415c842fcb3a13733153e877dcd17
10 changes: 10 additions & 0 deletions elements/tsconfig.json
Original file line number Diff line number Diff line change
@@ -11,6 +11,16 @@
"custom-elements-manifest.config.js",
"react"
],
"compilerOptions": {
"paths": {
"@patternfly/pfe-core": [
"../core/pfe-core/core.ts"
],
"@scope/name/*": [
"../core/pfe-core/*"
]
}
},
"references": [
{
"path": "../core/pfe-core"