mirror of
https://github.com/copy/v86.git
synced 2025-12-31 04:23:15 +00:00
Use @export
This commit is contained in:
parent
81257dbf69
commit
41b1884f64
2 changed files with 2549 additions and 0 deletions
2
Makefile
2
Makefile
|
|
@ -22,6 +22,8 @@ CLOSURE_SOURCE_MAP=\
|
|||
#--assume_function_wrapper\
|
||||
|
||||
CLOSURE_FLAGS=\
|
||||
--js lib/closure-base.js\
|
||||
--generate_exports\
|
||||
--compilation_level ADVANCED_OPTIMIZATIONS\
|
||||
--externs src/externs.js\
|
||||
--warning_level VERBOSE\
|
||||
|
|
|
|||
2547
lib/closure-base.js
Normal file
2547
lib/closure-base.js
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue