ampproject / wg-performance

Monitoring and improving AMP's load and runtime performance for compliant documents. Facilitator: @erwinmombay
Creative Commons Attribution 4.0 International
7 stars 6 forks source link

wg-performance Status Update 2022-01-17 #103

Closed erwinmombay closed 2 years ago

erwinmombay commented 2 years ago

What was accomplished

Lessons Learned

What's Next

samouri commented 2 years ago

What was accomplished

typescript migration We can now write seamlessly write TypeScript. More info re. migrating Bento to come this week.

ssr

other

Lessons Learned

Last week we had feared that esbuild may be transpiling our esm since we set target to es6. We don't want esbuild to transpile anything. Via inspecting esbuild source and verifying with a PR (https://github.com/ampproject/amphtml/pull/37375), confirmed that this isn't happening. We can set target: 'esnext' with no change to any of our binaries.

What's Next

erwinmombay commented 2 years ago

What was accomplished

Lessons Learned

What's Next

rcebulko commented 2 years ago

What was accomplished

What's Next

alexnj commented 2 years ago

What was accomplished

Lessons Learned

What's Next

jridgewell commented 2 years ago

What was accomplished

Lessons Learned

What's Next