mirror of
https://github.com/openwrt/luci
synced 2025-01-08 12:08:04 +08:00
673f38246a
Move classes required for Lua runtime support into a new `luci-lua-runtime` package. Also replace the `luci.http` and `luci.util` classes in `luci-lib-base` with stubbed versions interacting with the ucode based runtime environment. Finally merge `luci-base-ucode` into the remainders of `luci-base`. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
20 lines
408 B
Plaintext
20 lines
408 B
Plaintext
dist/
|
|
node_modules/
|
|
/host
|
|
*.o
|
|
*.so
|
|
*.swp
|
|
*.po~
|
|
*.mo
|
|
package-lock.json
|
|
modules/luci-base/src/po2lmo
|
|
modules/luci-base/src/jsmin
|
|
modules/luci-base/src/contrib/lemon
|
|
modules/luci-base/src/ucode/plural_formula.c
|
|
modules/luci-base/src/ucode/plural_formula.h
|
|
modules/luci-compat/src/contrib/lemon
|
|
modules/luci-compat/src/plural_formula.c
|
|
modules/luci-compat/src/plural_formula.h
|
|
docs/jsapi/*
|
|
!docs/jsapi/README.md
|