File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -457,21 +457,3 @@ module.exports.types = binding.types;
457
457
module . exports . TRUE = binding . types . Boolean . TRUE ;
458
458
module . exports . FALSE = binding . types . Boolean . FALSE ;
459
459
module . exports . NULL = binding . types . Null . NULL ;
460
-
461
- /**
462
- * Polyfill the old API
463
- *
464
- * TODO: remove for 4.0
465
- */
466
-
467
- function processSassDeprecationMessage ( ) {
468
- console . log ( 'Deprecation warning: `process.sass` is an undocumented internal that will be removed in future versions of Node Sass.' ) ;
469
- }
470
-
471
- process . sass = process . sass || {
472
- get versionInfo ( ) { processSassDeprecationMessage ( ) ; return module . exports . info ; } ,
473
- get binaryName ( ) { processSassDeprecationMessage ( ) ; return sass . getBinaryName ( ) ; } ,
474
- get binaryUrl ( ) { processSassDeprecationMessage ( ) ; return sass . getBinaryUrl ( ) ; } ,
475
- get binaryPath ( ) { processSassDeprecationMessage ( ) ; return sass . getBinaryPath ( ) ; } ,
476
- get getBinaryPath ( ) { processSassDeprecationMessage ( ) ; return sass . getBinaryPath ; } ,
477
- } ;
You can’t perform that action at this time.
0 commit comments