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

fix: create shared directory #117

Merged
merged 1 commit into from
Sep 14, 2022
Merged

fix: create shared directory #117

merged 1 commit into from
Sep 14, 2022

Conversation

eduardoboucas
Copy link
Member

Follow up on #113. This PR organises the codebase into 3 directories:

  • node/: Contains the Node source code, which will be published to npm as @netlify/edge-bundler
  • deno/: Contains the Deno source code, to be included as part of the npm module
  • shared/: Contains runtime-agnostic code, to be shared between the Node and Deno programs

@eduardoboucas eduardoboucas added the type: bug code to address defects in shipped code label Sep 14, 2022
@eduardoboucas eduardoboucas requested a review from a team September 14, 2022 13:58
Copy link
Member

@mraerino mraerino left a comment

Choose a reason for hiding this comment

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

is this a breaking change because the import paths for deno change?

@eduardoboucas eduardoboucas merged commit 9a21c18 into main Sep 14, 2022
Skn0tt pushed a commit to netlify/build that referenced this pull request Apr 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug code to address defects in shipped code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants