Jonas Jenwald 628ca737dd Make it possible to clear the cache, used by the getB function in src/core/pattern.js
While this cache will not contain a huge amount of data in practice, it's nonetheless a *global* cache that currently will never be cleared.

This patch also removes the existing closure, since it shouldn't really be necessary nowadays given that the code is a JavaScript module which means that only explicitly listed properties will be exported.
2023-09-15 12:23:06 +02:00
..
2023-07-21 20:10:44 +02:00
2023-07-21 20:10:44 +02:00
2023-09-08 19:59:59 +02:00