-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix drupal asset ingest regex, worker lib exports * prepare v2.8.0
- Loading branch information
Showing
19 changed files
with
472 additions
and
4,550 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +0,0 @@ | ||
export = isForced; | ||
export = isForced; | ||
declare function isForced(feature: any, detection: any): any; | ||
declare namespace isForced { | ||
export { normalize, data, NATIVE, POLYFILL, getOwnPropertySymbols as f, __esModule }; | ||
} | ||
declare function normalize(string: any): string; | ||
declare var data: {}; | ||
declare var NATIVE: string; | ||
declare var POLYFILL: string; | ||
declare const __esModule: boolean; | ||
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.