Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
fasttime authored Aug 6, 2024
1 parent c52e318 commit 0ad98da
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion packages/~feature-hub/dev/impl.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export async function makeLib()
'index.d.ts',
'mask.d.ts',
'mask-impl.d.ts',
'mask-impl-52.d.ts',
'mask-impl-64.d.ts',
'mask-index.d.ts',
],
);
Expand Down
2 changes: 1 addition & 1 deletion packages/~feature-hub/src/mask-impl.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export type { Mask } from './mask';
export * from './mask-impl-52';
export * from './mask-impl-64';
26 changes: 13 additions & 13 deletions src/lib/features.js
Original file line number Diff line number Diff line change
Expand Up @@ -901,9 +901,9 @@ var featureInfos =
],
attributes:
{
'char-increment-restriction': null,
'non-ie-restriction': null,
'web-worker-restriction': null,
'char-increment-restriction': null,
'non-ie-restriction': null,
'web-worker-restriction': null,
},
},
ANDRO_4_0:
Expand Down Expand Up @@ -952,8 +952,8 @@ var featureInfos =
attributes:
{
'no-console-in-web-worker': null,
'web-worker-restriction': null,
'non-ie-restriction': null,
'web-worker-restriction': null,
},
},
CHROME_PREV:
Expand Down Expand Up @@ -1005,10 +1005,10 @@ var featureInfos =
],
attributes:
{
'char-increment-restriction': null,
'unstable': null,
'web-worker-restriction': null,
'non-ie-restriction': null,
'char-increment-restriction': null,
'non-ie-restriction': null,
'unstable': null,
'web-worker-restriction': null,
},
},
FF_ESR:
Expand Down Expand Up @@ -1066,10 +1066,10 @@ var featureInfos =
],
attributes:
{
'char-increment-restriction': null,
'unstable': null,
'web-worker-restriction': null,
'non-ie-restriction': null,
'char-increment-restriction': null,
'non-ie-restriction': null,
'unstable': null,
'web-worker-restriction': null,
},
},
IE_9:
Expand Down Expand Up @@ -1252,9 +1252,9 @@ var featureInfos =
{
'char-increment-restriction': null,
'no-console-in-web-worker': null,
'non-ie-restriction': null,
'old-safari-restriction': null,
'web-worker-restriction': null,
'non-ie-restriction': null,
},
},
SAFARI_7_1:
Expand Down

0 comments on commit 0ad98da

Please sign in to comment.