Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add src for sourcemap #692

Merged
merged 1 commit into from
Sep 27, 2023
Merged

Conversation

fcollonval
Copy link
Collaborator

Similar to jupyterlab/jupyterlab#14028

It follows error messages seen in @jupyterlab/git similar to that one:

WARNING in ./node_modules/nbdime/lib/upstreaming/flexpanel.js
Invalid dependencies have been reported by plugins or loaders for this module. All reported dependencies need to be absolute paths.
Invalid dependencies may lead to broken watching and caching.
As best effort we try to convert all invalid values to absolute paths and converting globs into context dependencies, but this is deprecated behavior.
Loaders: Pass absolute paths to this.addDependency (existing files), this.addMissingDependency (not existing files), and this.addContextDependency (directories).
Plugins: Pass absolute paths to fileDependencies (existing files), missingDependencies (not existing files), and contextDependencies (directories).
Globs: They are not supported. Pass absolute path to the directory as context dependencies.
The following invalid values have been reported:
 * "../../src/upstreaming/flexpanel.ts"

@fcollonval
Copy link
Collaborator Author

CI failure is not related

@fcollonval fcollonval added the maintenance Maintenance action on the project label Sep 26, 2023
@vidartf vidartf merged commit e6d2e28 into jupyter:master Sep 27, 2023
12 checks passed
@fcollonval fcollonval deleted the maintenance/add-src branch September 28, 2023 12:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Maintenance action on the project
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants