19 lines
		
	
	
		
			542 B
		
	
	
	
		
			Python
		
	
	
	
	
	
		
		
			
		
	
	
			19 lines
		
	
	
		
			542 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| 
								 | 
							
								load("//tools:defaults.bzl", "ts_library")
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								ts_library(
							 | 
						||
| 
								 | 
							
								    name = "move-document",
							 | 
						||
| 
								 | 
							
								    srcs = glob(["**/*.ts"]),
							 | 
						||
| 
								 | 
							
								    tsconfig = "//packages/core/schematics:tsconfig.json",
							 | 
						||
| 
								 | 
							
								    visibility = [
							 | 
						||
| 
								 | 
							
								        "//packages/core/schematics:__pkg__",
							 | 
						||
| 
								 | 
							
								        "//packages/core/schematics/migrations/move-document/google3:__pkg__",
							 | 
						||
| 
								 | 
							
								        "//packages/core/schematics/test:__pkg__",
							 | 
						||
| 
								 | 
							
								    ],
							 | 
						||
| 
								 | 
							
								    deps = [
							 | 
						||
| 
								 | 
							
								        "//packages/core/schematics/utils",
							 | 
						||
| 
								 | 
							
								        "@npm//@angular-devkit/schematics",
							 | 
						||
| 
								 | 
							
								        "@npm//@types/node",
							 | 
						||
| 
								 | 
							
								        "@npm//typescript",
							 | 
						||
| 
								 | 
							
								    ],
							 | 
						||
| 
								 | 
							
								)
							 |