GNU bug report logs -
#68941
[PATCH 00/44] Node : a solution for tiny packages.
Previous Next
Full log
View this message in rfc822 format
* gnu/packages/node-xyz.scm (node-define-properties): New variable.
Change-Id: I611616595145e9c5b73bd3bad1b3a534797091b0
---
gnu/packages/node-xyz.scm | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/gnu/packages/node-xyz.scm b/gnu/packages/node-xyz.scm
index 3afca70451..d5cfcd60d3 100644
--- a/gnu/packages/node-xyz.scm
+++ b/gnu/packages/node-xyz.scm
@@ -425,6 +425,13 @@ (define-public node-debug
a more fine-grained manner by binding the @env{DEBUG} variable.")
(license license:expat)))
+(define-public node-define-properties
+ (trivial-node-package
+ "define-properties" 0 "Object.defineProperties"
+ "This package provides a static method which defines new or modify existing
+properties in Javascript directly on an object, returning the object."
+ #:mozilla-doclink "Global_Objects/Object/defineProperties"))
+
(define-public node-env-variable
(package
(name "node-env-variable")
--
2.41.0
This bug report was last modified 1 year and 13 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.