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

Ensure loc is populated by builders.element(...) #1204

Merged
merged 1 commit into from
Nov 19, 2020

Conversation

Fixes issues with AST transforms that were previously not
passing `loc` in the `builders.element` options.
@rwjblue rwjblue added the bug label Nov 19, 2020
@rwjblue rwjblue requested a review from pzuraq November 19, 2020 15:12
Copy link
Contributor

@jamescdavis jamescdavis left a comment

Choose a reason for hiding this comment

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

I've confirmed this fixes ember-maybe-in-element.

@rwjblue rwjblue merged commit 200a708 into master Nov 19, 2020
@rwjblue rwjblue deleted the rwjblue/builders-element branch November 19, 2020 18:02
rwjblue added a commit to emberjs/ember.js that referenced this pull request Nov 20, 2020
Includes the following bugfixes:

* [#1209](glimmerjs/glimmer-vm#1209) Ensure `<output form="some-value">` works properly
* [#1205](glimmerjs/glimmer-vm#1205) Ensure `@tracked` assertion can be made a deprecation
* [#1204](glimmerjs/glimmer-vm#1204) Ensure `loc` is populated by `build ers.element(...)`

Changelog here:

https://github.com/glimmerjs/glimmer-vm/releases/tag/v0.66.1
sly7-7 pushed a commit to sly7-7/ember.js that referenced this pull request Mar 10, 2021
Includes the following bugfixes:

* [emberjs#1209](glimmerjs/glimmer-vm#1209) Ensure `<output form="some-value">` works properly
* [emberjs#1205](glimmerjs/glimmer-vm#1205) Ensure `@tracked` assertion can be made a deprecation
* [emberjs#1204](glimmerjs/glimmer-vm#1204) Ensure `loc` is populated by `build ers.element(...)`

Changelog here:

https://github.com/glimmerjs/glimmer-vm/releases/tag/v0.66.1
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.

Ember Canary: Cannot read property 'start' of undefined
4 participants