Transcrypt 3.7 generates multiple JS files in __target__ directory. All output files will be bundled into one single file with the rollup module bundler (rollup.js). Unfortunately the information of the original sourcemap file will be lost.
		
			
				
	
	
		
			14 lines
		
	
	
		
			206 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			206 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# Files to be ignored by Git
 | 
						|
 | 
						|
# Byte-compiled / optimized / DLL files
 | 
						|
*.py[cod]
 | 
						|
 | 
						|
# Virtual environment
 | 
						|
env/
 | 
						|
 | 
						|
# IntelliJ project files
 | 
						|
.idea
 | 
						|
 | 
						|
# Generated (compiled) JavaScript code
 | 
						|
__target__/
 | 
						|
OOMAnalyser.js |