mirror of
https://github.com/actions/setup-python.git
synced 2025-06-12 15:27:13 +02:00
Initial pass
This commit is contained in:
15
node_modules/istanbul-lib-source-maps/index.js
generated
vendored
Normal file
15
node_modules/istanbul-lib-source-maps/index.js
generated
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
/*
|
||||
Copyright 2012-2015, Yahoo Inc.
|
||||
Copyrights licensed under the New BSD License. See the accompanying LICENSE file for terms.
|
||||
*/
|
||||
'use strict';
|
||||
|
||||
const { MapStore } = require('./lib/map-store');
|
||||
/**
|
||||
* @module Exports
|
||||
*/
|
||||
module.exports = {
|
||||
createSourceMapStore(opts) {
|
||||
return new MapStore(opts);
|
||||
}
|
||||
};
|
Reference in New Issue
Block a user