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

chore: refactor AST code into @functionless/ast #541

Merged
merged 43 commits into from Oct 6, 2022
Merged

chore: refactor AST code into @functionless/ast #541

merged 43 commits into from Oct 6, 2022

Conversation

sam-goodwin
Copy link
Collaborator

  • refactor node, expression, statement, declaration, visit, guards, etc. into a dedicated @functionless/ast package

@sam-goodwin sam-goodwin requested a review from a team October 6, 2022 08:13
@sam-goodwin sam-goodwin changed the base branch from sam-aws-lib to main October 6, 2022 21:33
@netlify
Copy link

netlify bot commented Oct 6, 2022

Deploy Preview for effortless-malabi-1c3e77 ready!

Name Link
🔨 Latest commit 09476b0
🔍 Latest deploy log https://app.netlify.com/sites/effortless-malabi-1c3e77/deploys/633f53d9e020ec0008d0b08c
😎 Deploy Preview https://deploy-preview-541--effortless-malabi-1c3e77.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

Comment on lines +24 to +47
"jest": {
"collectCoverage": false,
"coveragePathIgnorePatterns": [
"/test/",
"/node_modules/",
"/lib"
],
"transform": {
"^.+\\.(t|j)sx?$": [
"ts-jest",
{}
]
},
"testMatch": [
"<rootDir>/src/**/__tests__/**/*.ts?(x)",
"<rootDir>/(test|src)/**/*(*.)@(spec|test).ts?(x)"
],
"clearMocks": true,
"coverageReporters": [
"json",
"lcov",
"clover",
"cobertura",
"text"
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This is becoming a burden. Would be good to centralize.

@github-actions
Copy link

github-actions bot commented Oct 6, 2022

@sam-goodwin sam-goodwin merged commit 8e7b596 into main Oct 6, 2022
@sam-goodwin sam-goodwin deleted the samg-ast branch October 6, 2022 22:59
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.

None yet

3 participants