mirror of
https://github.com/S2-/minifyfromhtml.git
synced 2025-08-04 04:40:05 +02:00
add some packages
This commit is contained in:
32
node_modules/babel-plugin-transform-inline-consecutive-adds/lib/collapser.js
generated
vendored
Normal file
32
node_modules/babel-plugin-transform-inline-consecutive-adds/lib/collapser.js
generated
vendored
Normal file
@@ -0,0 +1,32 @@
|
||||
"use strict";
|
||||
|
||||
const NotImplementedError = Error("NotImplementedError");
|
||||
|
||||
class Collapser {
|
||||
isInitTypeValid() {
|
||||
throw NotImplementedError;
|
||||
}
|
||||
|
||||
isExpressionTypeValid() {
|
||||
throw NotImplementedError;
|
||||
}
|
||||
|
||||
getExpressionChecker() {
|
||||
throw NotImplementedError;
|
||||
}
|
||||
|
||||
extractAssignment() {
|
||||
throw NotImplementedError;
|
||||
}
|
||||
|
||||
addSuccessfully() {
|
||||
throw NotImplementedError;
|
||||
}
|
||||
|
||||
isSizeSmaller() {
|
||||
return true;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
module.exports = Collapser;
|
Reference in New Issue
Block a user