Sha256: 8b6bcdebd71d8b10e353b972c7aa46e347ef0c546a085ca594a22e78cfa8fea1
Contents?: true
Size: 295 Bytes
Versions: 5
Compression:
Stored size: 295 Bytes
Contents
'use strict'; // Hack to load the js-yaml module from eslint. // No other reason than that it’s huge. const path = require('path'); const realJSYaml = path.resolve( __dirname, '..', '..', '..', // tools/ 'eslint', 'node_modules', 'js-yaml' ); module.exports = require(realJSYaml);
Version data entries
5 entries across 4 versions & 1 rubygems