Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
node-css-tree
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Debian JavaScript Maintainers
node-css-tree
Commits
3d37b5de
Commit
3d37b5de
authored
3 years ago
by
Yadd
Browse files
Options
Downloads
Patches
Plain Diff
Add patch to fix mdn-data
Closes: #1005620
parent
e0db7b4e
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
debian/nodejs/extcopies
+1
-0
1 addition, 0 deletions
debian/nodejs/extcopies
debian/patches/mdn-data.patch
+55
-0
55 additions, 0 deletions
debian/patches/mdn-data.patch
debian/rules
+1
-0
1 addition, 0 deletions
debian/rules
debian/source/lintian-overrides
+2
-0
2 additions, 0 deletions
debian/source/lintian-overrides
with
59 additions
and
0 deletions
debian/nodejs/extcopies
0 → 100644
+
1
−
0
View file @
3d37b5de
mdn-data
This diff is collapsed.
Click to expand it.
debian/patches/mdn-data.patch
0 → 100644
+
55
−
0
View file @
3d37b5de
Description: revert mdn-data changes
Bug-Debian: https://bugs.debian.org/1005620
Forwarded: https://github.com/csstree/csstree/issues/180
Last-Update: 2022-02-16
--- a/node_modules/mdn-data/css/at-rules.json 2022-02-16 17:08:07.551767079 +0100
+++ b/node_modules/mdn-data/css/at-rules.json 2022-02-16 17:08:56.796088895 +0100
@@ -273,9 +273,8 @@
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-feature-values"
},
"@import": {
- "syntax": "@import [ <string> | <url> ]\n [ layer | layer(<layer-name>) ]?\n [ supports( [ <supports-condition> | <declaration> ] ) ]?\n <media-query-list>? ;",
+ "syntax": "@import [ <string> | <url> ] [ <media-query-list> ]?;",
"groups": [
- "CSS Conditional Rules",
"Media Queries"
],
"status": "standard",
@@ -293,18 +292,6 @@
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@keyframes"
},
- "@layer": {
- "syntax": "@layer [ <layer-name># | <layer-name>? {\n <stylesheet>\n} ]",
- "interfaces": [
- "CSSLayerBlockRule",
- "CSSLayerStatementRule"
- ],
- "groups": [
- "CSS Cascading and Inheritance"
- ],
- "status": "standard",
- "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@layer"
- },
"@media": {
"syntax": "@media <media-query-list> {\n <group-rule-body>\n}",
"interfaces": [
@@ -418,17 +405,6 @@
"status": "experimental",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@property"
},
- "@scroll-timeline": {
- "syntax": "@scroll-timeline <timeline-name> { <declaration-list> }",
- "interfaces": [
- "ScrollTimeline"
- ],
- "groups": [
- "CSS Animations"
- ],
- "status": "standard",
- "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@scroll-timeline"
- },
"@supports": {
"syntax": "@supports <supports-condition> {\n <group-rule-body>\n}",
"interfaces": [
This diff is collapsed.
Click to expand it.
debian/rules
+
1
−
0
View file @
3d37b5de
...
...
@@ -4,5 +4,6 @@
dh $@
override_dh_auto_build:
patch -p1 <debian/patches/mdn-data.patch
node scripts/bundle
node scripts/esm-to-cjs.cjs
This diff is collapsed.
Click to expand it.
debian/source/lintian-overrides
+
2
−
0
View file @
3d37b5de
# Used during build
patch-file-present-but-not-mentioned-in-series mdn-data.patch
# False positives
very-long-line-length-in-source-file CHANGELOG.md line *
very-long-line-length-in-source-file data/patch.json line *
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment