mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-26 20:39:08 +01:00
35ac762e10
This PR adds `snaps` under Flask build flags to the extension. This branch is mostly equivalent to the current production version of Flask, excepting some bug fixes and tweaks. Closes #11626
10 lines
292 B
JavaScript
10 lines
292 B
JavaScript
export * from './caveat-mutators';
|
|
export * from './background-api';
|
|
export * from './enums';
|
|
export * from './permission-log';
|
|
export * from './specifications';
|
|
export * from './selectors';
|
|
///: BEGIN:ONLY_INCLUDE_IN(flask)
|
|
export * from './flask/snap-permissions';
|
|
///: END:ONLY_INCLUDE_IN
|