Skip to content

Commit 7276f22

Browse files
committed
Release v1.2.0
1 parent 332e1cf commit 7276f22

File tree

6 files changed

+19883
-19444
lines changed

6 files changed

+19883
-19444
lines changed

build

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ CLOSURE_SOURCE_PATH = os.path.join(CLOSURE_LIBRARY_PATH, 'closure', 'goog')
2323
CLOSURE_LINTER_WRAPPER_PATH = os.path.join(CONTRIB_PATH, 'closure-linter-wrapper')
2424
CLOSURE_BIN_PATH = os.path.join(CLOSURE_LIBRARY_PATH, 'closure', 'bin')
2525
DEPS_WRITER_PATH = os.path.join(CLOSURE_BIN_PATH, 'build', 'depswriter.py')
26-
EXTERNS_PATH = os.path.join(PROJECT_PATH, 'externs.js')
2726

2827
PYTHON = 'python'
2928
if not (platform.system() == 'Windows'):
@@ -176,7 +175,7 @@ def __getOptimizedCompilerArgs():
176175
'--jscomp_warning duplicateMessage',
177176
'--jscomp_warning es3',
178177
'--jscomp_warning es5Strict',
179-
'--jscomp_warning externsValidation',
178+
#'--jscomp_warning externsValidation',
180179
'--jscomp_warning fileoverviewTags',
181180
'--jscomp_warning functionParams',
182181
'--jscomp_warning globalThis',
@@ -214,7 +213,6 @@ def __getDefaultCompilerArgs(outputFile):
214213
result = [
215214
'java -jar',
216215
COMPILER_PATH,
217-
'--externs ' + EXTERNS_PATH,
218216
'--js="%s"' % os.path.join(SRC_PATH, '**.js'),
219217
'--js="%s"' % os.path.join(CLOSURE_LIBRARY_PATH, '**.js'),
220218
'--define "goog.DEBUG=false"',

0 commit comments

Comments
 (0)