feat(core): make css parsers tree-shakable (#9496)

This commit is contained in:
farfromrefuge
2021-08-10 22:12:16 +02:00
committed by Nathan Walker
parent 3e2e5dfe9d
commit dd5f24a737
20 changed files with 1484 additions and 1411 deletions

View File

@ -3,5 +3,5 @@ import { copyRules, additionalCopyRules } from '../src/helpers/copyRules';
afterEach(() => {
// Clear copy rules
copyRules.clear();
additionalCopyRules.length = 0
additionalCopyRules.length = 0;
});