Skip to content

Commit 20f02f3

Browse files
committed
extract API methods and cache
1 parent 93553a3 commit 20f02f3

11 files changed

+535
-574
lines changed

src/ComponentCache.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const lru = require('lru-cache');
1+
var lru = require("lru-cache");
22

33
export default class ComponentCache {
44
constructor(config = {}) {

src/DOMMarkupOperations.js

Lines changed: 0 additions & 350 deletions
This file was deleted.

0 commit comments

Comments
 (0)