Use Class and Property Decorators (#3730)
ref https://tc39.github.io/proposal-decorators/
This commit is contained in:
		
				
					committed by
					
						
						Eugen Rochko
					
				
			
			
				
	
			
			
			
						parent
						
							0c44316b22
						
					
				
				
					commit
					c1a8e3d1eb
				
			
							
								
								
									
										12
									
								
								yarn.lock
									
									
									
									
									
								
							
							
						
						
									
										12
									
								
								yarn.lock
									
									
									
									
									
								
							@@ -717,7 +717,7 @@ babel-plugin-syntax-class-properties@^6.8.0:
 | 
			
		||||
  version "6.13.0"
 | 
			
		||||
  resolved "https://registry.yarnpkg.com/babel-plugin-syntax-class-properties/-/babel-plugin-syntax-class-properties-6.13.0.tgz#d7eb23b79a317f8543962c505b827c7d6cac27de"
 | 
			
		||||
 | 
			
		||||
babel-plugin-syntax-decorators@^6.13.0:
 | 
			
		||||
babel-plugin-syntax-decorators@^6.1.18, babel-plugin-syntax-decorators@^6.13.0:
 | 
			
		||||
  version "6.13.0"
 | 
			
		||||
  resolved "https://registry.yarnpkg.com/babel-plugin-syntax-decorators/-/babel-plugin-syntax-decorators-6.13.0.tgz#312563b4dbde3cc806cee3e416cceeaddd11ac0b"
 | 
			
		||||
 | 
			
		||||
@@ -790,6 +790,14 @@ babel-plugin-transform-class-properties@6.24.1, babel-plugin-transform-class-pro
 | 
			
		||||
    babel-runtime "^6.22.0"
 | 
			
		||||
    babel-template "^6.24.1"
 | 
			
		||||
 | 
			
		||||
babel-plugin-transform-decorators-legacy@^1.3.4:
 | 
			
		||||
  version "1.3.4"
 | 
			
		||||
  resolved "https://registry.yarnpkg.com/babel-plugin-transform-decorators-legacy/-/babel-plugin-transform-decorators-legacy-1.3.4.tgz#741b58f6c5bce9e6027e0882d9c994f04f366925"
 | 
			
		||||
  dependencies:
 | 
			
		||||
    babel-plugin-syntax-decorators "^6.1.18"
 | 
			
		||||
    babel-runtime "^6.2.0"
 | 
			
		||||
    babel-template "^6.3.0"
 | 
			
		||||
 | 
			
		||||
babel-plugin-transform-decorators@^6.24.1:
 | 
			
		||||
  version "6.24.1"
 | 
			
		||||
  resolved "https://registry.yarnpkg.com/babel-plugin-transform-decorators/-/babel-plugin-transform-decorators-6.24.1.tgz#788013d8f8c6b5222bdf7b344390dfd77569e24d"
 | 
			
		||||
@@ -1270,7 +1278,7 @@ babel-runtime@6.x.x, babel-runtime@^6.11.6, babel-runtime@^6.18.0, babel-runtime
 | 
			
		||||
    core-js "^2.4.0"
 | 
			
		||||
    regenerator-runtime "^0.10.0"
 | 
			
		||||
 | 
			
		||||
babel-template@^6.24.1, babel-template@^6.25.0:
 | 
			
		||||
babel-template@^6.24.1, babel-template@^6.25.0, babel-template@^6.3.0:
 | 
			
		||||
  version "6.25.0"
 | 
			
		||||
  resolved "https://registry.yarnpkg.com/babel-template/-/babel-template-6.25.0.tgz#665241166b7c2aa4c619d71e192969552b10c071"
 | 
			
		||||
  dependencies:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user