Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit400b367

Browse files
Merge pull request#153 from NerdLang/nerd
Merge Nerd to NectarJS
2 parents0135cdc +e8362e4 commit400b367

File tree

6,797 files changed

+360023
-269849
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

6,797 files changed

+360023
-269849
lines changed

‎.gitattributes‎

Lines changed: 0 additions & 6 deletions
This file was deleted.

‎.github/workflows/njs_clang_test.yml‎

Lines changed: 0 additions & 28 deletions
This file was deleted.

‎.github/workflows/njs_es3.yml‎

Lines changed: 0 additions & 33 deletions
This file was deleted.

‎.github/workflows/njs_test.yml‎

Lines changed: 0 additions & 34 deletions
This file was deleted.

‎.gitignore‎

Lines changed: 1 addition & 134 deletions
Original file line numberDiff line numberDiff line change
@@ -1,134 +1 @@
1-
# Compilations
2-
.nectar
3-
.vscode
4-
*.exe
5-
*.elf
6-
*.hex
7-
*.wasm
8-
*.asm.js
9-
10-
# Logs
11-
logs
12-
*.log
13-
npm-debug.log*
14-
yarn-debug.log*
15-
yarn-error.log*
16-
lerna-debug.log*
17-
18-
# Diagnostic reports (https://nodejs.org/api/report.html)
19-
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
20-
21-
# Runtime data
22-
pids
23-
*.pid
24-
*.seed
25-
*.pid.lock
26-
27-
# Directory for instrumented libs generated by jscoverage/JSCover
28-
lib-cov
29-
30-
# Coverage directory used by tools like istanbul
31-
coverage
32-
*.lcov
33-
34-
# nyc test coverage
35-
.nyc_output
36-
37-
# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
38-
.grunt
39-
40-
# Bower dependency directory (https://bower.io/)
41-
bower_components
42-
43-
# node-waf configuration
44-
.lock-wscript
45-
46-
# Compiled binary addons (https://nodejs.org/api/addons.html)
47-
build/Release
48-
49-
# Dependency directories
50-
node_modules/
51-
jspm_packages/
52-
53-
# Snowpack dependency directory (https://snowpack.dev/)
54-
web_modules/
55-
56-
# TypeScript cache
57-
*.tsbuildinfo
58-
59-
# Optional npm cache directory
60-
.npm
61-
62-
# Optional eslint cache
63-
.eslintcache
64-
65-
# Microbundle cache
66-
.rpt2_cache/
67-
.rts2_cache_cjs/
68-
.rts2_cache_es/
69-
.rts2_cache_umd/
70-
71-
# Optional REPL history
72-
.node_repl_history
73-
74-
# Output of 'npm pack'
75-
*.tgz
76-
77-
# Yarn Integrity file
78-
.yarn-integrity
79-
80-
# dotenv environment variables file
81-
.env
82-
.env.test
83-
84-
# parcel-bundler cache (https://parceljs.org/)
85-
.cache
86-
.parcel-cache
87-
88-
# Next.js build output
89-
.next
90-
91-
# Nuxt.js build / generate output
92-
.nuxt
93-
dist
94-
95-
# Gatsby files
96-
.cache/
97-
# Comment in the public line in if your project uses Gatsby and not Next.js
98-
# https://nextjs.org/blog/next-9-1#public-directory-support
99-
# public
100-
101-
# vuepress build output
102-
.vuepress/dist
103-
104-
# Serverless directories
105-
.serverless/
106-
107-
# Apple
108-
.DS_Store
109-
110-
# FuseBox cache
111-
.fusebox/
112-
113-
# DynamoDB Local files
114-
.dynamodb/
115-
116-
# TernJS port file
117-
.tern-port
118-
119-
# Stores VSCode versions used for testing VSCode extensions
120-
.vscode-test
121-
122-
# yarn v2
123-
124-
.yarn/cache
125-
.yarn/unplugged
126-
.yarn/build-state.yml
127-
.pnp.*
128-
129-
130-
# MBEDOS
131-
132-
extern/stm32/BUILD/
133-
__pycache__
134-
stm32_debug_res.txt
1+
.nerd

‎.gitmodules‎

Lines changed: 0 additions & 3 deletions
This file was deleted.

‎.npmignore‎

Lines changed: 0 additions & 5 deletions
This file was deleted.

‎CNAME‎

Lines changed: 0 additions & 1 deletion
This file was deleted.

‎FUNDING.yml‎

Lines changed: 0 additions & 2 deletions
This file was deleted.

‎LICENSE‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
TheMIT License (MIT)
1+
MIT License
22

3-
Copyright (c)2016-present Adrien THIERRY and other contributors
3+
Copyright (c)2021 NerdLang - Adrien THIERRY and contributors
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal
@@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1818
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE.
21+
SOFTWARE.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp