Files
less.js/test/less/plugin/plugin-local.js
Matthew Dean 7a47223dd9 Fixes #3187 (couldn't repo, but found bugs) (#3229)
* (Maybe) Fixes #3187 (couldn't repo, but found bug)
- Fixes multiple Node.js plugins not being loaded
* Added .eslintignore
* Added tests to fix #3187
* Fixed browser test
2018-06-30 00:24:46 -07:00

15 lines
281 B
JavaScript

functions.addMultiple({
'test-shadow' : function() {
return new tree.Anonymous( 'local' );
},
'test-local' : function() {
return new tree.Anonymous( 'local' );
}
});
registerPlugin({
setOptions: function(opts) {
// do nothing
}
});