Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

can-recursive-observable

canjs2MIT0.1.0

Build Status

canjs, donejs-plugin

readme

can-recursive-observable

Build Status

Usage

ES6 use

With StealJS, you can import this module directly in a template that is autorendered:

import plugin from 'can-recursive-observable';

CommonJS use

Use require to load can-recursive-observable and everything else needed to create a template that uses can-recursive-observable:

var plugin = require("can-recursive-observable");

Standalone use

Load the global version of the plugin:

<script src='./node_modules/can-recursive-observable/dist/global/can-recursive-observable.js'></script>