0.8.0 • Published 8 years ago

phosphor-core v0.8.0

Weekly downloads
1
License
BSD-3-Clause
Repository
github
Last release
8 years ago

phosphor-core

Build Status Coverage Status

The core non-ui functionality of the PhosphorJS project.

Package Install

Prerequisites

npm install --save phosphor-core

Source Build

Prerequisites

git clone https://github.com/phosphorjs/phosphor-core.git
cd phosphor-core
npm install

Rebuild

npm run clean
npm run build

Run Tests

Follow the source build instructions first.

npm test

Supported Runtimes

The runtime versions which are currently known to work are listed below. Earlier versions may also work, but come with no guarantees.

  • IE 11
  • Edge (latest)
  • Firefox (latest)
  • Chrome (latest)
  • Node (latest)

Bundle for the Browser

The modules in this package are designed to be required directly:

var Signal = require('phosphor-core/lib/patterns/signaling').Signal;

// or via ES6 import

import { Signal } from 'phosphor-core/lib/patterns/signaling';

Any bundler which understands the CommonJS format and the NodeJS module lookup semantics can be used with this package. Webpack is known to work well for this purpose.

0.8.0

8 years ago

0.7.0

8 years ago

0.6.0

8 years ago

0.5.0

8 years ago

0.4.0

8 years ago

0.3.0

8 years ago

0.2.0

8 years ago

0.1.0

8 years ago

0.0.38

9 years ago

0.0.37

9 years ago

0.0.36

9 years ago

0.0.35

9 years ago

0.0.34

9 years ago

0.0.32

9 years ago

0.0.31

9 years ago

0.0.30

9 years ago

0.0.29

9 years ago

0.0.28

9 years ago

0.0.27

9 years ago

0.0.26

9 years ago

0.0.24

9 years ago

0.0.11

9 years ago

0.0.10

9 years ago

0.0.9

9 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago