@@ -28,7 +28,8 @@
 | 
			
		||||
        "typescript": "^3.8.3"
 | 
			
		||||
    },
 | 
			
		||||
    "dependencies": {
 | 
			
		||||
        "js-yaml": "^3.13.1"
 | 
			
		||||
        "js-yaml": "^3.13.1",
 | 
			
		||||
        "@ms/nashorn": "^0.3.0"
 | 
			
		||||
    },
 | 
			
		||||
    "gitHead": "781524f83e52cad26d7c480513e3c525df867121"
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
@@ -1,5 +1,4 @@
 | 
			
		||||
/// <reference types="@ms/types/dist/typings/nashorn" />
 | 
			
		||||
/// <reference types="@ms/ployfill" />
 | 
			
		||||
/// <reference types="@ms/nashorn" />
 | 
			
		||||
import * as yaml from 'js-yaml'
 | 
			
		||||
 | 
			
		||||
const File = Java.type("java.io.File");
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user