This website requires JavaScript.
Explore
Help
Sign In
root
/
ice
mirror of
https://github.com/alibaba/ice.git
Watch
1
Star
0
Fork
You've already forked ice
0
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
docs/update-docs
ice
/
packages
/
plugin-pha
/
tests
/
fixtures
/
while.ts
8 lines
75 B
TypeScript
Raw
Permalink
Normal View
History
Unescape
Escape
test: improve test case (#497) * test: improve test case * test: compat win32 * test: test case * test: add test case * test: add test case * test: test case for rax-compat * test: test case for routes * fix: types error * fix: to strict equal * chore: remove unused props * fix: types * test: test case for run client app * chore: remove empty router * test: test case of run server app * chore: remove log * chore: do not remove file by test case * fix: remove document dependency when run client app * chore: lint * chore: remove config * fix: lint * chore: lint warning * fix: test case * chore: update unplugin
2022-09-07 14:49:54 +08:00
let
j
=
2
;
let
i
=
2
;
feat: pha (#337) * feat: scaffold of pha plugin * feat: scaffold of plugin pha * feat: pha * feat: manifest type * feat: add types * feat: add test case * fix: optimize code and test case * feat: add example of pha * chore: remove yml file * chore: bump dependencies version * feat: pha plugin * test: add test case * chore: update lock file * chore: update lock file * chore: rename option * fix: get multipile manifest * chore: optimize code * fix: add url prefix * feat: compile appConfig for start command * feat: optimize code * chore: optimize document * fix: add customDataSource * feat: remove top level code * fix: remove code * fix: optimize code * fix: optimize code * fix: plugin * fix: plugin order * fix: pha * feat: add test case * fix: files * fix: lint * fix: url public for dev * fix: jsx transform in build * fix: fallback value * fix: basename * fix: minify code * fix: basename * fix: basename * chore: remove log * fix: generate pha manifest * fix: path for page item * fix: route id * chore: optimize test case * fix: default basename * fix: split chart * fix: regex for url * fix: default basename * feat: support full path * fix: default value of url * chore: optimize code * chore: comments * fix: remove exports * chore: readme
2022-07-07 16:57:56 +08:00
while
(
j
<
3
)
{
j
++
;
}
do
{
i
++
;
}
while
(
i
<
5
)
;