Skip to content

Commit

Permalink
Revert "Merge remote-tracking branch 'refs/remotes/origin/simplifier'"
Browse files Browse the repository at this point in the history
This reverts commit 43fcbcb, reversing
changes made to 15fde7b.
  • Loading branch information
kdy1 committed Jan 14, 2018
1 parent 43fcbcb commit fd5b4d0
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 1,253 deletions.
12 changes: 0 additions & 12 deletions atoms/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,18 +66,6 @@ fn main() {
"private",
"protected",
"public",
// Used by transforms.
"Array",
"Object",
"Infinity",
"NaN",
"function",
"string",
"number",
"boolean",
"object",
"undefined",
"length",
],
);
}
Expand Down
1 change: 0 additions & 1 deletion ecmascript/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ authors = ["강동윤 <[email protected]>"]
[dependencies]
swc_ecma_ast = { path = "./ast" }
swc_ecma_parser = { path = "./parser" }
swc_ecma_transforms = { path = "./transforms" }


[dev-dependencies]
1 change: 0 additions & 1 deletion ecmascript/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
pub extern crate swc_ecma_ast as ast;
pub extern crate swc_ecma_parser as parser;
pub extern crate swc_ecma_transforms as transforms;
13 changes: 0 additions & 13 deletions ecmascript/transforms/Cargo.toml

This file was deleted.

14 changes: 0 additions & 14 deletions ecmascript/transforms/src/lib.rs

This file was deleted.

1 change: 0 additions & 1 deletion ecmascript/transforms/src/macros.rs

This file was deleted.

191 changes: 0 additions & 191 deletions ecmascript/transforms/src/simplify/expr.rs

This file was deleted.

Loading

0 comments on commit fd5b4d0

Please sign in to comment.