Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

refactor($parse): new and faster $parse #10592

Closed
wants to merge 20 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
c6a09eb
refactor($parse): new and more performant $parse
lgalfaso Nov 23, 2014
3850637
refactor($parse): remove second closure
lgalfaso Dec 29, 2014
72a9363
chore($parse): cleanup code
lgalfaso Dec 30, 2014
c439a11
refactor($parse): remove support for locals in input watchers
jbedard Dec 30, 2014
5859d56
refactor($parse): remove scope null check on input watchers
jbedard Dec 30, 2014
7d9cf9d
chore($parse): remove unused variable
lgalfaso Dec 30, 2014
f53c13d
chore($parse): delegate the function bundling to the recursion function
lgalfaso Dec 30, 2014
aba10b0
refactor($parse): implement resumed evaluations when csp is enabled
lgalfaso Dec 31, 2014
c7e0443
perf($parse): remove reference to the ast when csp is enabled
lgalfaso Jan 1, 2015
5429f08
perf($parse): do not watch constant expressions at arrays and objects
lgalfaso Jan 1, 2015
b206948
chore($parse): removed unnecessary variables
lgalfaso Jan 1, 2015
dac9780
fix($parse): make the expression `+undefined` evaluate to zero
lgalfaso Jan 2, 2015
597b560
test($parse): add multistatement and assignment $watch tests
jbedard Jan 3, 2015
0cde299
fix($parse): watch the assignment expression and multi-expressions
lgalfaso Jan 3, 2015
b4a5e36
fix($parse): use `locals` on assignments if `locals` has the property
lgalfaso Jan 4, 2015
f08a8a3
fix($parse): mark empty expressions as `constant` and `literal`
lgalfaso Jan 4, 2015
4a3a6e0
refactor($parse): simplified code paths
lgalfaso Jan 10, 2015
9dac95e
refactor($parse): simplified a few expressions
lgalfaso Jan 10, 2015
e598aa1
fix($parse): passing original input values to parse function instead …
jbedard Jan 16, 2015
22e9584
fix($parse): add the expression to the error in a few sandbox checks
lgalfaso Jan 22, 2015
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading