• Jump To … +
    array.js can-observe.js object.js -getter-helpers.js -helpers.js -make-array.js -make-function.js -make-object.js -make-observe.js -make-simple-function.js -memoize-getter-test.js -memoize-getter.js -observable-store.js -symbols.js
  • -symbols.js

  • ¶
    var canSymbol = require("can-symbol");
    
    module.exports = {
    	metaSymbol: canSymbol.for("can.meta"),
  • ¶

    not an actual symbol. This is so it can be enumerable by default. We could create a KeyTree with a type where symbols are enumerable.

    	patchesSymbol: "can.patches",
    	keysSymbol: "can.keys"
    };