This repository was archived by the owner on Jan 30, 2025. It is now read-only.
3.3.2 #36
refirst11
announced in
Announcements
3.3.2
#36
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Patch update
Make important build system improvements
Details
I have again removed executeBuildIn and made only the top-level helper ~buildIn function an async function
and removed the unnecessary async from processStyleSheets.
I adopted for++ because of its execution speed and memory efficiency on Node.js.
build-in.ts
The cssData check was removed as it was unnecessary.
(There was a problem with the if statement analysis in the JavaScript V8 engine.)
if { };
else { }; (Write the same code as if, or immediately return instead of else)
I think we will include a wiki milestone about asynchronous handling of build-ins, compilers, and helpers.
This discussion was created from the release 3.3.2.
Beta Was this translation helpful? Give feedback.
All reactions