Skip to content

buildjs/shims

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

shim

This is a bakeable collection of shims for Javascript Objects that might not be implemented in older browsers. The majority of the functions have been implemented directly from the excellent es5-shim repository.

The reason this repository exists is to facilitate only pulling in shims that are required by your library, rather than including all ES5 functionality.

NOTE: This is very much a work in progress.

Usage

If you are building a Bake ready Javascript library, then simply add a req comment for the particular shims you require, e.g.

// req: shim[js#Array.forEach, js#Array.filter]

[1,2,3].forEach(function(value) {
    
});

About

A Bakeable (see BakeJS) collection of HTML5 and Javascript Shims

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published