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

[FEAT] Perf Tuning + Functional API #964

Merged

Conversation

pzuraq
Copy link
Member

@pzuraq pzuraq commented Aug 13, 2019

This adds the perf tuning and functional API changes made in the 0.38
release to master, from #963

This adds the perf tuning and functional API changes made in the 0.38
release to master.
@pzuraq pzuraq force-pushed the feature/validator-perf-tuning-functional-api branch from c3bf720 to cb2c963 Compare August 13, 2019 01:08
@@ -87,6 +87,10 @@
"tslint-config-prettier": "^1.15.0",
"tslint-plugin-prettier": "^2.0.1"
},
"resolutions": {
Copy link
Member

Choose a reason for hiding this comment

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

Why do we need these resolutions? When can we remove them (maybe make an issue to track that)?

Copy link
Member Author

Choose a reason for hiding this comment

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

TypeScript doesn’t allow us to cast any to type unique symbol until more recently, and its the only way we can polyfill Symbol and type it correctly. We should likely update to the latest TS when possible (brocolli-typescript-transpiler needs to update). There are some other breaking changes on latest though

Copy link
Member Author

Choose a reason for hiding this comment

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

I think #946 kind of tracks this

Copy link
Member Author

Choose a reason for hiding this comment

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

Opened #965

@rwjblue rwjblue merged commit 2c4e3ff into glimmerjs:master Aug 13, 2019
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.

2 participants