Skip to content

Commit

Permalink
Use cargo dependencies.
Browse files Browse the repository at this point in the history
Copy NodeResolver from `spack` because `spack` has not yet been
published and @kdy1 says it is too early to publish it as a crate.

Update README with simple getting started information.
  • Loading branch information
tmpfs committed Jun 23, 2021
1 parent e113a69 commit dbf2576
Show file tree
Hide file tree
Showing 7 changed files with 434 additions and 84 deletions.

2 comments on commit dbf2576

@kdy1
Copy link

@kdy1 kdy1 commented on dbf2576 Jun 23, 2021

Choose a reason for hiding this comment

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

I don't I said spack is not publishable because it's not mature.
Rather, spack is not a library for rust users. In the future, it will have some types depending on node-apis.

Although it's not related to this, I moved NodeResolver from spack to swc.
See: swc-project/swc#1834

@tmpfs
Copy link
Collaborator Author

@tmpfs tmpfs commented on dbf2576 Jun 23, 2021

Choose a reason for hiding this comment

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

Thanks for the info @kdy1, once NodeResolver lands in swc, I will clean this up. Really appreciate the input 👍

Please sign in to comment.