You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
	
	
		
			23 lines
		
	
	
		
			793 B
		
	
	
	
		
			Plaintext
		
	
		
		
			
		
	
	
			23 lines
		
	
	
		
			793 B
		
	
	
	
		
			Plaintext
		
	
| 
								 
											6 years ago
										 
									 | 
							
								// Copyright 2014, 2015, 2016, 2017 Simon Lydell
							 | 
						||
| 
								 | 
							
								// X11 (“MIT”) Licensed. (See LICENSE.)
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								// Note: source-map-resolve.js is generated from source-map-resolve-node.js and
							 | 
						||
| 
								 | 
							
								// source-map-resolve-template.js. Only edit the two latter files, _not_
							 | 
						||
| 
								 | 
							
								// source-map-resolve.js!
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								void (function(root, factory) {
							 | 
						||
| 
								 | 
							
								  if (typeof define === "function" && define.amd) {
							 | 
						||
| 
								 | 
							
								    define(["source-map-url", "resolve-url"], factory)
							 | 
						||
| 
								 | 
							
								  } else if (typeof exports === "object") {
							 | 
						||
| 
								 | 
							
								    var sourceMappingURL = require("source-map-url")
							 | 
						||
| 
								 | 
							
								    var resolveUrl = require("resolve-url")
							 | 
						||
| 
								 | 
							
								    module.exports = factory(sourceMappingURL, resolveUrl)
							 | 
						||
| 
								 | 
							
								  } else {
							 | 
						||
| 
								 | 
							
								    root.sourceMapResolve = factory(root.sourceMappingURL, root.resolveUrl)
							 | 
						||
| 
								 | 
							
								  }
							 | 
						||
| 
								 | 
							
								}(this, function(sourceMappingURL, resolveUrl) {
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								  {{source-map-resolve-node.js}}
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								}));
							 |