-
-
Notifications
You must be signed in to change notification settings - Fork 374
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
118 additions
and
43 deletions.
There are no files selected for viewing
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
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
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
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
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
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
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
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,5 +1,5 @@ | ||
/** | ||
* Copyright (c) 2023 Plasmo Corp. <[email protected]> (https://www.plasmo.com) and contributors | ||
* Copyright (c) 2024 Plasmo Corp. <[email protected]> (https://www.plasmo.com) and contributors | ||
* MIT License | ||
* | ||
* Based on: https://github.com/parcel-bundler/parcel/blob/7023c08b7e99a9b8fd3c04995e4ef7ca92dee5c1/packages/transformers/css/src/CSSTransformer.js | ||
|
@@ -33,7 +33,7 @@ export default new Transformer({ | |
sourceMap: !!asset.env.sourceMap | ||
}) | ||
|
||
asset.setBuffer(res.code) | ||
asset.setBuffer(Buffer.from(res.code)) | ||
|
||
if (res.dependencies) { | ||
for (let dep of res.dependencies) { | ||
|
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
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
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
Submodule examples
updated
18 files
+0 β0 | with-client-tests/assets/expected-blog.json | |
+0 β0 | with-client-tests/assets/expected-header.html | |
+33 β0 | with-client-tests/background/messages/test-handler.ts | |
+0 β33 | with-client-tests/background/messages/testHandler.ts | |
+23 β24 | with-client-tests/contents-helpers/get-test-function.ts | |
+1 β1 | with-client-tests/contents/content-isolated.ts | |
+42 β44 | with-client-tests/contents/main-world-tests.ts | |
+1 β1 | with-client-tests/contents/relay.ts | |
+7 β7 | with-client-tests/package.json | |
+2 β1 | with-client-tests/tsconfig.json | |
+15 β11 | with-mantine/contents/multiple.tsx | |
+17 β20 | with-mantine/contents/overlay.tsx | |
+5 β2 | with-mantine/package.json | |
+1 β1 | with-mantine/popup.tsx | |
+14 β0 | with-mantine/postcss.config.cjs | |
+12 β0 | with-mantine/styles/mantine-override.css | |
+7 β9 | with-mantine/theme.tsx | |
+26 β0 | with-mantine/utils.ts |
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 |
---|---|---|
|
@@ -61,5 +61,5 @@ | |
"npm": ">=9.5.0", | ||
"node": ">=18.0.0" | ||
}, | ||
"packageManager": "pnpm@8.14.1" | ||
"packageManager": "pnpm@8.15.0" | ||
} |
Oops, something went wrong.