Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
Update mapbox-gl-js
Browse files Browse the repository at this point in the history
  • Loading branch information
Anand Thakker committed Apr 9, 2018
1 parent 0916a1a commit 455c682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mapbox-gl-js
Submodule mapbox-gl-js updated 35 files
+2 −0 .gitignore
+4 −0 src/style-spec/expression/compound_expression.js
+16 −0 src/style-spec/expression/definitions/array.js
+4 −0 src/style-spec/expression/definitions/assertion.js
+4 −0 src/style-spec/expression/definitions/at.js
+6 −0 src/style-spec/expression/definitions/case.js
+6 −0 src/style-spec/expression/definitions/coalesce.js
+6 −0 src/style-spec/expression/definitions/coercion.js
+8 −3 src/style-spec/expression/definitions/equals.js
+25 −0 src/style-spec/expression/definitions/interpolate.js
+6 −0 src/style-spec/expression/definitions/length.js
+10 −4 src/style-spec/expression/definitions/let.js
+16 −0 src/style-spec/expression/definitions/literal.js
+39 −0 src/style-spec/expression/definitions/match.js
+11 −0 src/style-spec/expression/definitions/step.js
+10 −4 src/style-spec/expression/definitions/var.js
+0 −15 src/style-spec/expression/evaluation_context.js
+4 −0 src/style-spec/expression/expression.js
+37 −19 src/style-spec/expression/parsing_context.js
+54 −43 test/expression.test.js
+1 −1 test/integration/expression-tests/acos/basic/test.json
+1 −1 test/integration/expression-tests/asin/basic/test.json
+15 −0 test/integration/expression-tests/constant-folding/to-color-inferred/test.json
+21 −0 test/integration/expression-tests/constant-folding/var/test.json
+1 −2 test/integration/expression-tests/length/invalid/test.json
+6 −6 test/integration/expression-tests/let/basic/test.json
+4 −4 test/integration/expression-tests/let/nested/test.json
+15 −5 test/integration/expression-tests/let/shadow/test.json
+6 −6 test/integration/expression-tests/let/zoom/test.json
+3 −1 test/integration/expression-tests/object/implicit/test.json
+6 −3 test/integration/expression-tests/result_item.html.tmpl
+1 −3 test/integration/expression-tests/to-rgba/zero/test.json
+7 −5 test/integration/expression-tests/zoom/nested-let/test.json
+32 −31 test/integration/lib/expression.js
+3 −0 test/integration/results.html.tmpl

0 comments on commit 455c682

Please sign in to comment.