fix: add regenerate-unicode-properties to dynamicRequireTargets (#12819)
Co-authored-by: Nicolò Ribaudo <nicolo.ribaudo@gmail.com>
This commit is contained in:
@@ -217,6 +217,13 @@
|
||||
}),
|
||||
).not.toThrow();
|
||||
});
|
||||
it("#12815 - unicode property letter short alias should be transformed", () => {
|
||||
expect(() =>
|
||||
Babel.transform("/\\p{L}/u", {
|
||||
plugins: ["proposal-unicode-property-regex"],
|
||||
}),
|
||||
).not.toThrow();
|
||||
});
|
||||
});
|
||||
},
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user