mirror of
https://github.com/denoland/deno.git
synced 2024-10-31 09:14:20 -04:00
4ac67cf343
Adds deno_set_response() to allow stack allocated responses.
4 lines
117 B
Bash
Executable file
4 lines
117 B
Bash
Executable file
#!/bin/sh
|
|
cd `dirname "$0"`/..
|
|
set -e -v
|
|
cpplint --filter=-build/include_subdir --repository=. *.cc *.h include/*.h
|