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

Support path import #2154

Merged
merged 14 commits into from
Apr 11, 2024
Merged

Support path import #2154

merged 14 commits into from
Apr 11, 2024

Conversation

farhanlatheef
Copy link
Contributor

@farhanlatheef farhanlatheef commented Apr 3, 2024

Description

  • Added: Allow path import statement eg: import Button from 'neetoui/Button'

Checklist

- [ ] I have made corresponding changes to the documentation.

  • I have updated the types definition of modified exports.
  • I have verified the functionality in some of the neeto web-apps.
    - [ ] I have added tests that prove my fix is effective or that my feature works.
    - [ ] I have added proper data-cy and data-testid attributes.
  • I have added the necessary label (patch/minor/major - If package publish
    is required).

Note
This PR need small change to product's app/javascript/jsconfig.json.
"neetoui/*": ["../../node_modules/@bigbinary/neetoui/*"]
"neetoui/*": ["../../node_modules/@bigbinary/neetoui/types/*"],

Reviewers

@neetodeploy neetodeploy bot temporarily deployed to neeto-ui-kpyu-pr-2154 April 3, 2024 14:58 Inactive
@neetodeploy neetodeploy bot temporarily deployed to neeto-ui-kpyu-pr-2154 April 4, 2024 09:14 Inactive
@neetodeploy neetodeploy bot temporarily deployed to neeto-ui-kpyu-pr-2154 April 4, 2024 09:42 Inactive
@farhanlatheef farhanlatheef added the minor Releases non-breaking noteworthy changes with backward compatible. label Apr 4, 2024
@neetodeploy neetodeploy bot temporarily deployed to neeto-ui-kpyu-pr-2154 April 4, 2024 10:20 Inactive
@neetodeploy neetodeploy bot temporarily deployed to neeto-ui-kpyu-pr-2154 April 4, 2024 10:40 Inactive
@neetodeploy neetodeploy bot temporarily deployed to neeto-ui-kpyu-pr-2154 April 5, 2024 11:54 Inactive
@neetodeploy neetodeploy bot temporarily deployed to neeto-ui-kpyu-pr-2154 April 5, 2024 12:04 Inactive
@neetodeploy neetodeploy bot temporarily deployed to neeto-ui-kpyu-pr-2154 April 6, 2024 00:29 Inactive
@neetodeploy neetodeploy bot temporarily deployed to neeto-ui-kpyu-pr-2154 April 8, 2024 07:26 Inactive
@farhanlatheef farhanlatheef marked this pull request as ready for review April 8, 2024 07:26
@farhanlatheef
Copy link
Contributor Author

@josephmathew900 _a

Copy link
Contributor

@josephmathew900 josephmathew900 left a comment

Choose a reason for hiding this comment

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

package.json Show resolved Hide resolved
@farhanlatheef
Copy link
Contributor Author

@josephmathew900 _a

Copy link
Contributor

@josephmathew900 josephmathew900 left a comment

Choose a reason for hiding this comment

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

LGTM. @farhanlatheef _a Add a description to the PR and then merge it.

@farhanlatheef farhanlatheef merged commit 92158ab into main Apr 11, 2024
1 check passed
@farhanlatheef farhanlatheef deleted the 2148-path-import branch April 11, 2024 06:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
minor Releases non-breaking noteworthy changes with backward compatible.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants