pullrequests Search Results · repo:requirejs/r.js language:JavaScript
Filter by
150 results
(100 ms)150 results
inrequirejs/r.js (press backspace or delete to remove)Same fix as https://github.com/requirejs/requirejs/pull/1856, but if you download the dist/r.js script from this branch,
you can run it in node via var requirejs = require( ./r.js ) to confirm that it ...
jrburke
- Opened on Jul 16, 2024
- #1016
Attempts to fix #470.
If a single module source contains an inline source map, this source map will be wired up to the source map of the
output bundle, so that the original source code will be available ...
prantlf
- Opened on Jan 3, 2022
- #1011
In my project I got an error while processing one of the files:
...
originalError: [Error: Parse error using esprima for file: /opt/app/src/app/vendor/istream-widget/istream-widget.js
TypeError: Cannot ...
sergemarkin
- 4
- Opened on Feb 19, 2020
- #1005
when css contains imports like //fonts.googleapis.com/icon?family=Material+Icons without http: or https: (which is
totally valid) the code try to load the file on the disk and abort after 15s. With the ...
bubbatls
- 1
- Opened on Oct 23, 2019
- #1002
Suggestion implementation for my feature request #988. I only added the layerName as I don t really need the path, and
passing a path to a file that s not yet (completely) generated may cause unexpected ...
rphilipp64
- 2
- Opened on Aug 20, 2018
- #990
GOAL
Bugfix for https://github.com/requirejs/r.js/issues/964, which causes preserved license comments to be written to the
built source file twice, resulting in an incorrect source map.
CHANGES
- ...
elliot-nelson
- 2
- Opened on Jul 30, 2017
- #965
This pull request is perhaps best explained at the hand of the use case it resulted from.
I have one repository that contains the main code for the core of our application. Another repository contains ...
bennieswart
- 2
- Opened on Feb 20, 2017
- #955
setEncoding() can be used only with stdout of type tty . If the stdout is piped or redirected to file then it is of type
fs and thus setEncoding fails. Specifying encoding directly as a stdout.write parameter ...
Dietatko
- 2
- Opened on Nov 23, 2016
- #947