1
0
Fork 0
mirror of synced 2025-09-23 12:18:44 +00:00

remove bind

This commit is contained in:
dark64 2022-02-01 12:30:13 +01:00
parent 89473e4aa8
commit 5a61b11378

View file

@ -81,9 +81,9 @@ module.exports = (dep) => {
},
};
const withOptions = function (options) {
const withOptions = (options) => {
return {
withOptions: withOptions.bind(options),
withOptions,
compile: (source, compileOptions = {}) =>
defaultProvider.compile(source, {
...compileOptions,