mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-14 10:01:08 +08:00
feat(core): make css parsers tree-shakable (#9496)
This commit is contained in:

committed by
Nathan Walker

parent
3e2e5dfe9d
commit
dd5f24a737
@ -3,5 +3,5 @@ import { copyRules, additionalCopyRules } from '../src/helpers/copyRules';
|
||||
afterEach(() => {
|
||||
// Clear copy rules
|
||||
copyRules.clear();
|
||||
additionalCopyRules.length = 0
|
||||
additionalCopyRules.length = 0;
|
||||
});
|
||||
|
Reference in New Issue
Block a user