معرفی شرکت ها


function-name-support-0.2.0


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Determine the level of support for function name inference.
ویژگی مقدار
سیستم عامل -
نام فایل function-name-support-0.2.0
نام function-name-support
نسخه کتابخانه 0.2.0
نگهدارنده ['novemberborn']
ایمیل نگهدارنده ['mark@novemberborn.net']
نویسنده Mark Wubben
ایمیل نویسنده -
آدرس صفحه اصلی git+https://github.com/novemberborn/function-name-inference.git
آدرس اینترنتی https://github.com/novemberborn/function-name-inference#readme
مجوز MIT
# function-name-support Feature detection for function names. See [*The names of functions in ES6*](http://2ality.com/2015/09/function-names-es6.html) for background. Provides the [same results as `node-compat-table`][node-compat-table]. ## Installation ```console $ npm install --save function-name-support ``` ## Usage ```js const functionNameSupport = require('function-name-support') ``` ### `support` A frozen object with boolean values. Compare with [`node-compat-table`][node-compat-table]: * *function statements*: `functionStatements` * *function expressions*: `functionExpressions` * *new Function*: `newFunction` * *bound functions*: `boundFunctions` * *variables (function)*: `functionVariables` * *object methods (function)*: `functionObjectMethods` * *accessor properties*: `accessorProperties` * *shorthand methods*: `shorthandMethods` * *symbol-keyed methods*: `symbolKeyedMethods` * *class statements*: `classStatements` * *class expressions*: `classExpressions` * *variables (class)*: `classVariables` * *object methods (class)*: `classObjectMethods` * *class prototype methods*: `classPrototypeMethods` * *class static methods*: `classStaticMethods` ### `hasFullSupport` A boolean indicating whether all known function name inferences are supported. ### `bitFlags` An integer that stores a serialization of the `support` object. Useful when storing a function name (or lack thereof) for later comparisons along with details on whether the function name was inferable at all. ### `isSubsetOf(otherFlags): boolean` Helper method for comparing `bitFlags`. Returns `true` if it is a subset of `otherFlags`. ### `isSupersetOf(otherFlags: number): boolean` Helper method for comparing `bitFlags`. Returns `true` if it is a superset of `otherFlags`. [node-compat-table]: http://node.green/#ES2015-built-in-extensions-function--name--property


زبان مورد نیاز

مقدار نام
7.8.0 Npm


نحوه نصب


نصب پکیج tgz function-name-support-0.2.0:

    npm install function-name-support-0.2.0.tgz