-
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
♻️ Extract src/css
into core/dom
#34036
Conversation
Hey @erwinmombay! These files were changed:
Hey @jridgewell! These files were changed:
Hey @jeffkaufman! These files were changed:
Hey @gmajoulet! These files were changed:
Hey @mszylkowski! These files were changed:
Hey @newmuis, @Enriqe! These files were changed:
|
@@ -91,10 +95,6 @@ const TYPE_CHECK_TARGETS = { | |||
srcGlobs: ['src/polyfills{,/**}/*.js'], | |||
warningLevel: 'QUIET', | |||
}, | |||
'src-polyfillstub': { |
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.
This directory has been merged into src/polyfills
* Move src/css to src/core/dom (and test) * Update no-import-rename rule * Update dep check config * Move cssEscape helper around * Update imports from css * Suppress unreachable code warning for IS_ESM usage * Fix rebase error * Remove forbidden terms exception for test file * Fix css-escape type visibility * Drop export for assertIsName (only used in dom.js)
Part of #33631