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

Preserve asm.js code #3362

Merged
merged 2 commits into from Jan 31, 2020
Merged

Preserve asm.js code #3362

merged 2 commits into from Jan 31, 2020

Conversation

lukastaegert
Copy link
Member

This PR contains:

  • bugfix
  • feature
  • refactor
  • documentation
  • other

Are tests included?

  • yes (bugfixes and features will not be merged without tests)
  • no

Breaking Changes?

  • yes (breaking changes will not be merged unless absolutely necessary)
  • no

List any relevant issue numbers:
Resolves #3360

Description

This will automatically include any code inside a "use asm" block unmodified, see #3360 for reasoning.

@codecov
Copy link

codecov bot commented Jan 29, 2020

Codecov Report

Merging #3362 into master will increase coverage by 0.00%.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #3362   +/-   ##
=======================================
  Coverage   93.26%   93.27%           
=======================================
  Files         172      172           
  Lines        6074     6082    +8     
  Branches     1808     1812    +4     
=======================================
+ Hits         5665     5673    +8     
  Misses        218      218           
  Partials      191      191           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a54155d...7ece651. Read the comment docs.

…If we add "initial values" to instance variables in TypeScript, they are assigned AFTER the constructor is done, while "initialise" is done DURING the constructor call
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tree shaking optimizations break asm.js
2 participants