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

runtime: Add missing @glimmer/opcode-compiler dependency #1041

Merged
merged 1 commit into from
Feb 14, 2020

Conversation

Turbo87
Copy link
Member

@Turbo87 Turbo87 commented Feb 14, 2020

We are importing from @glimmer/opcode-compiler inside the lib folder of the @glimmer/runtime package, so we need to add this as a dependency.

@Turbo87 Turbo87 added the bug label Feb 14, 2020
@lifeart
Copy link
Contributor

lifeart commented Feb 14, 2020

glimmerjs/glimmer.js#234

@rwjblue rwjblue merged commit 7acb48e into glimmerjs:master Feb 14, 2020
@rwjblue
Copy link
Member

rwjblue commented Feb 14, 2020

@lifeart - that PR is about compiler + opcode-compiler, not runtime. Also, this PR doesn’t actually change anything about the compiled output. It just makes the dependency relationship that already exists (the code in @glimmer/runtime’s lib/**/*.ts already directly requires from @glimmer/opcode-compiler) explicit.

@krisselden
Copy link
Contributor

yes but the imports are only types/or stripped out debug stuff, it isn't intentional

@Turbo87 Turbo87 deleted the op-compiler branch February 15, 2020 08:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants