Skip to content

Commit

Permalink
Update sam exclude file with comments
Browse files Browse the repository at this point in the history
Signed-off-by: HyukWoo Park <[email protected]>
  • Loading branch information
clover2123 authored and bbrto21 committed Apr 21, 2023
1 parent 8f53110 commit 94c1a60
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .ahub/sam/exclude.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Exclude external third-party libraries
/escargot/third_party/double_conversion/double-conversion.cc
/escargot/third_party/double_conversion/bignum.h
/escargot/third_party/GCutil/
Expand All @@ -7,12 +8,16 @@
/escargot/third_party/rapidjson/include/rapidjson/reader.h
/escargot/third_party/rapidjson/include/rapidjson/encodings.h
/escargot/third_party/yarr/

# Exclude parser/interpreter codes which have intensive control statements and similar patterns essentially used for compilation and execution
/escargot/src/parser/Lexer.h
/escargot/src/parser/Lexer.cpp
/escargot/src/parser/esprima_cpp/esprima.cpp
/escargot/src/interpreter/ByteCodeInterpreter.h
/escargot/src/interpreter/ByteCodeInterpreter.cpp
/escargot/src/parser/CodeBlock.h

# Exclude huge-scaled Object classes that represent built-in JavaScript Objects
/escargot/src/runtime/GlobalObject.h
/escargot/src/runtime/Object.h
/escargot/src/runtime/DateObject.h
Expand Down

0 comments on commit 94c1a60

Please sign in to comment.