Changeset View
Changeset View
Standalone View
Standalone View
support/jsxmin/reduce.hpp
| Show All 9 Lines | |||||
| * Unless required by applicable law or agreed to in writing, software | * Unless required by applicable law or agreed to in writing, software | ||||
| * distributed under the License is distributed on an "AS IS" BASIS, | * distributed under the License is distributed on an "AS IS" BASIS, | ||||
| * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||||
| * See the License for the specific language governing permissions and | * See the License for the specific language governing permissions and | ||||
| * limitations under the License. | * limitations under the License. | ||||
| * | * | ||||
| * See accompanying file LICENSE.txt. | * See accompanying file LICENSE.txt. | ||||
| * | * | ||||
| * @author Marcel Laverdet | * @author Marcel Laverdet | ||||
| */ | */ | ||||
| #pragma once | #pragma once | ||||
| #include "libfbjs/node.hpp" | #include "libfbjs/node.hpp" | ||||
| #include "libfbjs/walker.hpp" | #include "libfbjs/walker.hpp" | ||||
| class ReductionWalker : public fbjs::NodeWalker { | class ReductionWalker : public fbjs::NodeWalker { | ||||
| public: | public: | ||||
| Show All 11 Lines | |||||