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
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 }}
MiniSpringBootTutorial
/
requirejs
Public
forked from
requirejs/requirejs
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
requirejs
tests
anon
on
ordered
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 25, 2011
Removing require.def, it has been a while since it has been broadcasted as a public API.
jrburke
committed
2720387
View commit details
Copy full SHA for 2720387
View code at this point
Browse repository at this point
Commits on May 27, 2011
Include a specific test for relative IDs being relative module IDs not module URLs. Remove some cruft in require.js since it is no longer relative module URLs.
jrburke
committed
ff76716
View commit details
Copy full SHA for ff76716
View code at this point
Browse repository at this point
Commits on May 21, 2011
Use toUrl() instead of to nameToUrl when possible, (except for the order plugin) and update some of the tests/non-browser test runner.
jrburke
committed
b9480b5
View commit details
Copy full SHA for b9480b5
View code at this point
Browse repository at this point
Commits on Apr 6, 2011
Allow scripts like Backbone to be able to test for if module.exports and have it work. It means the exports vs. return rules stricter but that is a good thing, will document in release notes. Close…
Show description for aa8a39f
jrburke
committed
aa8a39f
View commit details
Copy full SHA for aa8a39f
View code at this point
Browse repository at this point
Commits on Feb 21, 2011
Start removing special treatment of i18n, text and order plugins.
jrburke
committed
4381434
View commit details
Copy full SHA for 4381434
View code at this point
Browse repository at this point
Commits on Jan 29, 2011
Get tests to run correctly in doh on Node. Cleaned up tests so that extraneous doh.run() calls are not needed.
jrburke
committed
6180644
View commit details
Copy full SHA for 6180644
View code at this point
Browse repository at this point
Commits on Dec 24, 2010
Forgot to add some test files to git, then a fix for issue #51, relative IDs were resolved relative to the module name vs. the file path. Also checked in a node test that runs node-canvas that load…
Show description for 3548c88
jrburke
committed
3548c88
View commit details
Copy full SHA for 3548c88
View code at this point
Browse repository at this point
Commits on Nov 15, 2010
Get more node modules to work in r.js adapter, remove require.toUrl for now.
jrburke
committed
43f96ef
View commit details
Copy full SHA for 43f96ef
View code at this point
Browse repository at this point
Commits on Nov 14, 2010
introduce require.toUrl, leaving it purposely undocumented for now.
jrburke
committed
0a61c12
View commit details
Copy full SHA for 0a61c12
View code at this point
Browse repository at this point
Commits on Nov 10, 2010
Fix issue where plugins were not picked up in the define(function(require, exports, module){}) form, as reported by Fabian Jakobs on list.
jrburke
committed
533e7c7
View commit details
Copy full SHA for 533e7c7
View code at this point
Browse repository at this point
Commits on Oct 15, 2010
Support define() as a the official spec proposal instead of require.def. require.def still works/is supported.
jrburke
committed
f4fef15
View commit details
Copy full SHA for f4fef15
View code at this point
Browse repository at this point
Commits on Sep 28, 2010
part 2: Commit a test for using order plugin in a priority config, does not work yet, not sure if it should be supported, made a note to track it. Fixed typo in docs, and fixed issue #14 where requ…
Show description for 30ce60d
jrburke
committed
30ce60d
View commit details
Copy full SHA for 30ce60d
View code at this point
Browse repository at this point
Commit a test for using order plugin in a priority config, does not work yet, not sure if it should be supported, made a note to track it. Fixed typo in docs, and fixed issue #14 where require, exp…
Show description for 1adf712
jrburke
committed
1adf712
View commit details
Copy full SHA for 1adf712
View code at this point
Browse repository at this point
Commits on Sep 21, 2010
Get require('./relative') to work inside a module definition function, and removed the requireExcludeContext pragma -- context usage will be even more prevalent in the plan to allow package loading.
jrburke
committed
16c5825
View commit details
Copy full SHA for 16c5825
View code at this point
Browse repository at this point
Commits on Sep 20, 2010
Adding in experimental support for CommonJS AMD proposal require.def(function(require, exports, module){}), includes build/optimization support that pulls out the dependencies and modifies the requ…
Show description for 564e631
jrburke
committed
564e631
View commit details
Copy full SHA for 564e631
View code at this point
Browse repository at this point
Stabilized code on anon require.def changes, and removal of require.pause/resume in generated files/tests. Some more testing to do, but should be usable. Does not support the require.def(function()…
Show description for 40345cd
jrburke
committed
40345cd
View commit details
Copy full SHA for 40345cd
View code at this point
Browse repository at this point
Commits on Sep 18, 2010
More anon tests.
jrburke
committed
32594b9
View commit details
Copy full SHA for 32594b9
View code at this point
Browse repository at this point
Merged in Kris Zyp's work on using readyState interactive for anon modules in IE 6-8, put in a simple test, no more config.anon option. Lots more testing needed, particularly in non-browser environ…
Show description for 8197dc8
jrburke
committed
8197dc8
View commit details
Copy full SHA for 8197dc8
View code at this point
Browse repository at this point
Loading
You can’t perform that action at this time.