Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
dotnetwise
/
Javascript-FastClass
Public
Notifications
You must be signed in to change notification settings
Fork
3
Star
33
Code
Issues
1
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
Javascript-FastClass
src
on
master
User selector
All users
All time
Commit history
Commits on Jul 29, 2014
VS2013
Laurenţiu Macovei
committed
69a7567
View commit details
Copy full SHA for 69a7567
View code at this point
Browse repository at this point
Better intellisense support for VS2013 (since VS2012 supports __proto__)
Show description for 3d54fe3
Laurenţiu Macovei
committed
3d54fe3
View commit details
Copy full SHA for 3d54fe3
View code at this point
Browse repository at this point
Commits on Oct 24, 2013
Returning base ctor's result || this on default constructors
Show description for fb4e015
dotnetwise
committed
fb4e015
View commit details
Copy full SHA for fb4e015
View code at this point
Browse repository at this point
Commits on Oct 11, 2013
Bumped into version 1.0.1011.122041
dotnetwise
committed
f4f22e6
View commit details
Copy full SHA for f4f22e6
View code at this point
Browse repository at this point
Added support for node
Show description for 8746edb
dotnetwise
committed
8746edb
View commit details
Copy full SHA for 8746edb
View code at this point
Browse repository at this point
Commits on Jul 12, 2013
Updated _Vs2012.intellisense.js
dotnetwise
committed
f4d49a3
View commit details
Copy full SHA for f4d49a3
View code at this point
Browse repository at this point
Made use of intellisense.inheritXMLDoc so we automatically inherit XMLDoc from the first base class that has has one specified
dotnetwise
committed
b6a0c39
View commit details
Copy full SHA for b6a0c39
View code at this point
Browse repository at this point
Commits on Jul 6, 2013
Fixed inheritWith to accept an object when __proto__ is available
dotnetwise
committed
bbbbd6a
View commit details
Copy full SHA for bbbbd6a
View code at this point
Browse repository at this point
Commits on Jul 3, 2013
Removed wrong call
dotnetwise
committed
3191211
View commit details
Copy full SHA for 3191211
View code at this point
Browse repository at this point
Added inheritWith support to only provided an object when you don't need to call the base or baseCtor, or you call them explicitely
dotnetwise
committed
7d17ba8
View commit details
Copy full SHA for 7d17ba8
View code at this point
Browse repository at this point
Commits on Jul 1, 2013
Removed console.log that should not be there
dotnetwise
committed
9d2d799
View commit details
Copy full SHA for 9d2d799
View code at this point
Browse repository at this point
Commits on Jun 26, 2013
Corrected constructor xmldoc pointing to the correct ctor or the base function
Show description for ee0087b
dotnetwise
committed
ee0087b
View commit details
Copy full SHA for ee0087b
View code at this point
Browse repository at this point
Commits on Apr 6, 2013
Fixed missing Object.getPrototypeOf for IE8 or older. All the tests are passing even in IE7 (except enumerable properties which is expected)
Show description for 12a20a3
dotnetwise
committed
12a20a3
View commit details
Copy full SHA for 12a20a3
View code at this point
Browse repository at this point
Made sure all the methods defined over Function and Function.prototype are not enumerable
dotnetwise
committed
48fd414
View commit details
Copy full SHA for 48fd414
View code at this point
Browse repository at this point
Commits on Apr 5, 2013
Removed debugging intellisense comments
dotnetwise
committed
09bc1c2
View commit details
Copy full SHA for 09bc1c2
View code at this point
Browse repository at this point
Added Function.abstract(message, func) to define abstract function
dotnetwise
committed
c1a8ea9
View commit details
Copy full SHA for c1a8ea9
View code at this point
Browse repository at this point
Allow 'abstract' members on class/mixin so they can be redefined by another mixin. Usage: function() {}.defineStatic({abstract:true});
dotnetwise
committed
a1aa0fc
View commit details
Copy full SHA for a1aa0fc
View code at this point
Browse repository at this point
Added Function.prototype.defineStatic({obj}) to define static members on the given function
dotnetwise
committed
a5b7d8b
View commit details
Copy full SHA for a5b7d8b
View code at this point
Browse repository at this point
Published nuget version 1.0.405.25811
dotnetwise
committed
09905e0
View commit details
Copy full SHA for 09905e0
View code at this point
Browse repository at this point
Added names for anonymous functions for easier debug while writting unit-Tests
Show description for 900daab
dotnetwise
committed
900daab
View commit details
Copy full SHA for 900daab
View code at this point
Browse repository at this point
Commits on Apr 4, 2013
Fixed defining mixins with Function.define({
Show description for 4feba9d
dotnetwise
committed
4feba9d
View commit details
Copy full SHA for 4feba9d
View code at this point
Browse repository at this point
Added more tags
dotnetwise
committed
d03f16c
View commit details
Copy full SHA for d03f16c
View code at this point
Browse repository at this point
Added Function.define({
Show description for 4098838
dotnetwise
committed
4098838
View commit details
Copy full SHA for 4098838
View code at this point
Browse repository at this point
Fixed unit tests
Show description for a6b1d81
dotnetwise
committed
a6b1d81
View commit details
Copy full SHA for a6b1d81
View code at this point
Browse repository at this point
Added unit testing
Show description for f225d88
dotnetwise
committed
f225d88
View commit details
Copy full SHA for f225d88
View code at this point
Browse repository at this point
Added comments to WAssert
dotnetwise
committed
f39bc65
View commit details
Copy full SHA for f39bc65
View code at this point
Browse repository at this point
Added missing WAssert
dotnetwise
committed
27b1046
View commit details
Copy full SHA for 27b1046
View code at this point
Browse repository at this point
Commits on Apr 3, 2013
Added mixins support
dotnetwise
committed
7ed4477
View commit details
Copy full SHA for 7ed4477
View code at this point
Browse repository at this point
Commits on Apr 1, 2013
Optimized inheritWith on browsers who support __proto__
Show description for 39eec2b
dotnetwise
committed
39eec2b
View commit details
Copy full SHA for 39eec2b
View code at this point
Browse repository at this point
Commits on Mar 30, 2013
Commented FastClass demo
dotnetwise
committed
5c87f92
View commit details
Copy full SHA for 5c87f92
View code at this point
Browse repository at this point
Added Function.fastClass
dotnetwise
committed
8e6a107
View commit details
Copy full SHA for 8e6a107
View code at this point
Browse repository at this point
Commits on Mar 28, 2013
Rewritten fastClass method in a way that it requires only one function(base, baseCtor) as argument
dotnetwise
committed
4246a79
View commit details
Copy full SHA for 4246a79
View code at this point
Browse repository at this point
Synced FastClass.js files
dotnetwise
committed
ea5e0f6
View commit details
Copy full SHA for ea5e0f6
View code at this point
Browse repository at this point
Corrected empty line order on nuget push build script
dotnetwise
committed
331a571
View commit details
Copy full SHA for 331a571
View code at this point
Browse repository at this point
Added FastClass code after intensive performance testing on http://jsperf.com/js-inheritance-performance/25
dotnetwise
committed
0bc207c
View commit details
Copy full SHA for 0bc207c
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.