-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
💅 / 🏗 Create new binary for compiler #compiler #35137
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should definitely add rules banning anything from importing from here, and enable type-checking for this directory right from the start
@@ -112,6 +112,15 @@ exports.jsBundles = { | |||
includePolyfills: true, | |||
}, | |||
}, | |||
'compiler.js': { | |||
srcDir: './src/compiler/', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚲 🏚️ ing time! Do these binaries get served on the CDN?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe so! In this case it would be at https://cdn.ampproject.org/compiler.js
as the url.
Done! |
Hey @rcebulko! These files were changed:
|
summary
Creates a new binary for the Bento Compiler project.
The first iteration acts as an identity function.
The purpose of this PR is to get bikeshedding out of the way re. the file location, name etc.
binary contents