Skip to content

Commit 7001894

Browse files
committed
2.4.2
1 parent 70ab222 commit 7001894

File tree

5 files changed

+3
-17
lines changed

5 files changed

+3
-17
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
77
license = "MIT"
88
name = "swc-plugin-inferno"
99
repository = "https://github.com/infernojs/swc-plugin-inferno.git"
10-
version = "2.4.1"
10+
version = "2.4.2"
1111

1212
[lib]
1313
crate-type = ["cdylib", "rlib"]

package-lock.json

Lines changed: 0 additions & 13 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "swc-plugin-inferno",
3-
"version": "2.4.1",
3+
"version": "2.4.2",
44
"description": "Inferno JSX plugin for SWC `@swc/core`",
55
"main": "swc_plugin_inferno.wasm",
66
"files": [

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ where
5858

5959
#[plugin_transform]
6060
fn inferno_jsx_plugin(program: Program, metadata: TransformPluginProgramMetadata) -> Program {
61-
println!("HELLO!!!");
6261
let top_level_mark = Mark::new();
6362

6463
// TODO: Where to get source map

0 commit comments

Comments
 (0)