Skip to content

Commit

Permalink
chore(all): prepare release 1.0.0-beta.1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Dec 7, 2016
1 parent efb8625 commit 2d3d899
Show file tree
Hide file tree
Showing 20 changed files with 155 additions and 23 deletions.
6 changes: 6 additions & 0 deletions dist/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
/// <reference path="nodejs-global.d.ts" />
/// <reference types="node" />
/**
* Initializes the PAL with the NodeJS-targeted implementation.
*/
export declare function initialize(): void;
/**
* @description initializes and makes variables like 'window' into NodeJS globals
*/
export declare function globalize(): NodeJS.Global;
41 changes: 36 additions & 5 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/nodejs-dom.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export declare class NodeJsDom implements IDom {
global: IGlobal;
constructor(global: IGlobal);
Element: typeof Element;
SVGElement: typeof SVGElement;
SVGElement: typeof SVGElement | any;
boundary: string;
title: string;
activeElement: Element;
Expand Down
3 changes: 2 additions & 1 deletion dist/nodejs-dom.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2d3d899

Please sign in to comment.