Merge prantlf latest tag [3.4.0] and Update package names#1
Open
pradeepkanaka wants to merge 60 commits into
Open
Merge prantlf latest tag [3.4.0] and Update package names#1pradeepkanaka wants to merge 60 commits into
pradeepkanaka wants to merge 60 commits into
Conversation
…e map * Depend on source-map-url to detect and remove a source map. * Depend on source-map -resolve to extract and decode a source map. * Ensure a semicolon at the end of a single module in front of the inline source map. * If a plugin transpiles a script, do not add the transpiled script with the name <path>!<plugin> to the source maps; add the original source under the original name. * Remove the code sections enclosed by excluding pragmas before the single module is appended to the output bundle to ensure proper offset for the line shifts. * Do not wrap single modules with extra leading and trailing line breaks. Put an extra line break between a pair of single modules when appending the to the output bundle. * If a single module contains an inline source map, apply it to the offsetting source map, when appending the module to the output bundle.
* Update README, LICENSE and package.json. * Add a GitHub action for automated build and publishing. * Add a minified require.js for direct browser users. * Add a package lock for PNPM. * Add a change log. * Bump the version to 2.4.0.
## [2.4.1](prantlf/r.js@v2.4.0...v2.4.1) (2022-01-03) ### Bug Fixes * Update dist/r.js ([a92da6c](prantlf@a92da6c))
Use one code for wiring up source maps from uglified and not uglified modules.
## [2.4.2](prantlf/r.js@v2.4.1...v2.4.2) (2022-01-09) ### Bug Fixes * Log errors from source map parsing, unify sourcer map wiring up ([3f43fde](prantlf@3f43fde))
* Use an absolute path instead of a path relative to baseUrl. The source map package understands the relative paths relative to the process current directory. * The name of the synchronous file-reading method in r.js file system facade is readFile.
## [2.4.3](prantlf/r.js@v2.4.2...v2.4.3) (2022-02-11) ### Bug Fixes * Fix loading of source maps from an external file ([a4b2137](prantlf@a4b2137))
* Copy esprima from the npm module. * Stop copying requirejs from the npm module to retain bugfixes from here.
## [2.4.4](prantlf/r.js@v2.4.3...v2.4.4) (2022-02-11) ### Bug Fixes * Avoid prototype polution when creating a new context ([3e9eb74](prantlf@3e9eb74)) * Upgrade esprima ([242041b](prantlf@242041b))
Copy the module from its npm distribution.
## [2.4.5](prantlf/r.js@v2.4.4...v2.4.5) (2022-02-12) ### Bug Fixes * Upgrade source-map ([787b5df](prantlf@787b5df))
## [2.4.6](prantlf/r.js@v2.4.5...v2.4.6) (2022-02-13) ### Bug Fixes * Fix loading esprima ([f8433bc](prantlf@f8433bc))
Prefer the define.amd branch in r.js. It would use nodeRequire instead of the bundled module.
## [2.4.7](prantlf/r.js@v2.4.6...v2.4.7) (2022-02-13) ### Bug Fixes * Include esprima and source-map with a modified UMD wrapper ([b7624a1](prantlf@b7624a1))
## [2.4.8](prantlf/r.js@v2.4.7...v2.4.8) (2022-02-13) ### Bug Fixes * Work around invalid original mappings ([1bcda37](prantlf@1bcda37))
# [2.5.0](prantlf/r.js@v2.4.8...v2.5.0) (2022-02-21) ### Features * Let the application process the root-level dependencies by a callback ([0e285f3](prantlf@0e285f3))
Esprima has not released a new version sinde th elast four years. BREAKING CHANGE: Changing the parser library might break an existing code. Although it is not expected, because both parsers implement the ESTree AST, it might happen.
Prepare the version 3.0.1.
## [3.0.1](prantlf/r.js@v3.0.0...v3.0.1) (2023-04-23) ### Bug Fixes * Upgrade meriyah ([d89978c](prantlf@d89978c))
## [3.0.2](prantlf/r.js@v3.0.1...v3.0.2) (2023-04-23) ### Bug Fixes * Fix the "Cannot read property 'type' of undefined" bug ([62acd22](prantlf@62acd22))
Merge the previous `denyProps` fix (3e9eb74) with `disallowedProps`, which apply to any call to `eachProps`.
r.js does not like UMD bundles, probably because require in Node.js
3.4.0 [skip ci]
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Merging the tag https://github.com/prantlf/r.js/tree/v3.4.0